 | FhirServiceBehaviorGetHistory Method |
Not implemented
Namespace: SanteDB.Messaging.FHIR.RestAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntaxpublic Bundle GetHistory(
string mimeType
)
Public Function GetHistory (
mimeType As String
) As Bundle
public:
virtual Bundle^ GetHistory(
String^ mimeType
) sealed
abstract GetHistory :
mimeType : string -> Bundle
override GetHistory :
mimeType : string -> Bundle Parameters
- mimeType String
[Missing <param name="mimeType"/> documentation for "M:SanteDB.Messaging.FHIR.Rest.FhirServiceBehavior.GetHistory(System.String)"]
Return Value
Bundle[Missing <returns> documentation for "M:SanteDB.Messaging.FHIR.Rest.FhirServiceBehavior.GetHistory(System.String)"]
Implements
IFhirServiceContractGetHistory(String)
See Also