Click or drag to resize

ResourceHandlerBaseTFhirResource, TModelRead Method (String, String)

Retrieves a specific resource.

Namespace:  SanteDB.Messaging.FHIR.Handlers
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
public Resource Read(
	string id,
	string versionId
)

Parameters

id
Type: SystemString
The identifier.
versionId
Type: SystemString
The version identifier.

Return Value

Type: Resource
Returns the FHIR operation result containing the retrieved resource.

Implements

IFhirResourceHandlerRead(String, String)
Exceptions
See Also