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