Click or drag to resize

ResourceHandlerBaseTFhirResource, TModelRead(Guid, Guid) Method

Read the specified FHIR object.

Namespace: SanteDB.Messaging.FHIR.Handlers
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
protected abstract TModel Read(
	Guid id,
	Guid versionId
)

Parameters

id  Guid
The identifier of the object
versionId  Guid
The version of the object to retrieve

Return Value

TModel
Returns the model which matches the given id.
See Also