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: 2.2.1
Syntax
IEnumerable<Extension> Construct(
	IIdentifiedEntity modelObject
)

Parameters

modelObject
Type: SanteDB.Core.Model.InterfacesIIdentifiedEntity
The object which the construction occurs from

Return Value

Type: IEnumerableExtension
The constructed FHIR extension
See Also