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