 | IFhirServiceContractGetResourceInstanceHistory Method |
Get history
Namespace: SanteDB.Messaging.FHIR.RestAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
SyntaxBundle GetResourceInstanceHistory(
string resourceType,
string id
)
Function GetResourceInstanceHistory (
resourceType As String,
id As String
) As Bundle
Bundle^ GetResourceInstanceHistory(
String^ resourceType,
String^ id
)
abstract GetResourceInstanceHistory :
resourceType : string *
id : string -> Bundle Parameters
- resourceType String
[Missing <param name="resourceType"/> documentation for "M:SanteDB.Messaging.FHIR.Rest.IFhirServiceContract.GetResourceInstanceHistory(System.String,System.String)"]
- id String
[Missing <param name="id"/> documentation for "M:SanteDB.Messaging.FHIR.Rest.IFhirServiceContract.GetResourceInstanceHistory(System.String,System.String)"]
Return Value
Bundle[Missing <returns> documentation for "M:SanteDB.Messaging.FHIR.Rest.IFhirServiceContract.GetResourceInstanceHistory(System.String,System.String)"]
See Also