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