Click or drag to resize

TradeProductExtensionHandlerConstruct Method

Before returning the model object to the caller

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

Parameters

modelObject  IAnnotatedResource
The object which the construction occurs from

Return Value

IEnumerableExtension
The constructed FHIR extension

Implements

IFhirExtensionHandlerConstruct(IAnnotatedResource)
See Also