 | PatientResourceHandlerMapToFhir(Patient) Method |
Map a patient object to FHIR.
Namespace: SanteDB.Messaging.FHIR.HandlersAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntaxprotected override Patient MapToFhir(
Patient model
)
Protected Overrides Function MapToFhir (
model As Patient
) As Patient
protected:
virtual Patient^ MapToFhir(
Patient^ model
) override
abstract MapToFhir :
model : Patient -> Patient
override MapToFhir :
model : Patient -> Patient Parameters
- model Patient
- The patient to map to FHIR
Return Value
PatientReturns the mapped FHIR resource.
See Also