Click or drag to resize

ImmunizationRecommendationResourceHandlerRead Method (Guid, Guid)

Reads the specified identifier.

Namespace:  SanteDB.Messaging.FHIR.Handlers
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
protected override SubstanceAdministration Read(
	Guid id,
	Guid versionId
)

Parameters

id
Type: SystemGuid
The identifier.
versionId
Type: SystemGuid

[Missing <param name="versionId"/> documentation for "M:SanteDB.Messaging.FHIR.Handlers.ImmunizationRecommendationResourceHandler.Read(System.Guid,System.Guid)"]

Return Value

Type: SubstanceAdministration
Returns the model which matches the given id.
Exceptions
ExceptionCondition
NotImplementedException
See Also