| FhirServiceBehaviorGetResourceInstanceHistory Method |
Get a resource's history
Namespace:
SanteDB.Messaging.FHIR.Rest
Assembly:
SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax public Bundle GetResourceInstanceHistory(
string resourceType,
string id
)
Public Function GetResourceInstanceHistory (
resourceType As String,
id As String
) As Bundle
public:
virtual Bundle^ GetResourceInstanceHistory(
String^ resourceType,
String^ id
) sealed
abstract GetResourceInstanceHistory :
resourceType : string *
id : string -> Bundle
override GetResourceInstanceHistory :
resourceType : string *
id : string -> Bundle
Parameters
- resourceType
- Type: SystemString
[Missing <param name="resourceType"/> documentation for "M:SanteDB.Messaging.FHIR.Rest.FhirServiceBehavior.GetResourceInstanceHistory(System.String,System.String)"]
- id
- Type: SystemString
[Missing <param name="id"/> documentation for "M:SanteDB.Messaging.FHIR.Rest.FhirServiceBehavior.GetResourceInstanceHistory(System.String,System.String)"]
Return Value
Type:
Bundle[Missing <returns> documentation for "M:SanteDB.Messaging.FHIR.Rest.FhirServiceBehavior.GetResourceInstanceHistory(System.String,System.String)"]
Implements
IFhirServiceContractGetResourceInstanceHistory(String, String)See Also