| IFhirServiceContractGetResourceHistory Method |
Get history
Namespace:
SanteDB.Messaging.FHIR.Rest
Assembly:
SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax Bundle GetResourceHistory(
string resourceType
)
Function GetResourceHistory (
resourceType As String
) As Bundle
Bundle^ GetResourceHistory(
String^ resourceType
)
abstract GetResourceHistory :
resourceType : string -> Bundle
Parameters
- resourceType
- Type: SystemString
[Missing <param name="resourceType"/> documentation for "M:SanteDB.Messaging.FHIR.Rest.IFhirServiceContract.GetResourceHistory(System.String)"]
Return Value
Type:
Bundle[Missing <returns> documentation for "M:SanteDB.Messaging.FHIR.Rest.IFhirServiceContract.GetResourceHistory(System.String)"]
See Also