Click or drag to resize

MedicationResourceHandlerMapToFhir Method (ManufacturedMaterial)

Maps a ManufacturedMaterial instance to a FHIR Medication instance.

Namespace:  SanteDB.Messaging.FHIR.Handlers
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
protected override Medication MapToFhir(
	ManufacturedMaterial model
)

Parameters

model
Type: SanteDB.Core.Model.EntitiesManufacturedMaterial
The instance to map.

Return Value

Type: Medication
Returns the mapped instance.
See Also