Click or drag to resize

MedicationResourceHandlerMapToFhir(ManufacturedMaterial) Method

Maps a ManufacturedMaterial instance to a FHIR Medication instance.

Namespace: SanteDB.Messaging.FHIR.Handlers
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
protected override Medication MapToFhir(
	ManufacturedMaterial model
)

Parameters

model  ManufacturedMaterial
The instance to map.

Return Value

Medication
Returns the mapped instance.
See Also