 | ResourceHandlerBaseTFhirResource, TModelHistory Method |
Reads the complete history of the specified identifier
Namespace: SanteDB.Messaging.FHIR.HandlersAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntaxpublic Bundle History(
string id
)
Public Function History (
id As String
) As Bundle
public:
virtual Bundle^ History(
String^ id
) sealed
abstract History :
id : string -> Bundle
override History :
id : string -> Bundle Parameters
- id String
- The identifier of the object to read history for
Return Value
Bundle[Missing <returns> documentation for "M:SanteDB.Messaging.FHIR.Handlers.ResourceHandlerBase`2.History(System.String)"]
Implements
IFhirResourceHandlerHistory(String)
See Also