Click or drag to resize

IFhirExtensionHandlerConstruct Method

Before returning the model object to the caller

Namespace: SanteDB.Messaging.FHIR.Extensions
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
IEnumerable<Extension> Construct(
	IAnnotatedResource modelObject
)

Parameters

modelObject  IAnnotatedResource
The object which the construction occurs from

Return Value

IEnumerableExtension
The constructed FHIR extension
See Also