Click or drag to resize

BirthPlaceExtensionConstruct Method

Construct the extension

Namespace:  SanteDB.Messaging.FHIR.Extensions.Patient
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
public IEnumerable<Extension> Construct(
	IIdentifiedEntity modelObject
)

Parameters

modelObject
Type: SanteDB.Core.Model.InterfacesIIdentifiedEntity

[Missing <param name="modelObject"/> documentation for "M:SanteDB.Messaging.FHIR.Extensions.Patient.BirthPlaceExtension.Construct(SanteDB.Core.Model.Interfaces.IIdentifiedEntity)"]

Return Value

Type: IEnumerableExtension

[Missing <returns> documentation for "M:SanteDB.Messaging.FHIR.Extensions.Patient.BirthPlaceExtension.Construct(SanteDB.Core.Model.Interfaces.IIdentifiedEntity)"]

Implements

IFhirExtensionHandlerConstruct(IIdentifiedEntity)
See Also