| PatientResourceHandlerMapToModel Method (Patient) |
Maps a FHIR patient resource to an HDSI patient.
Namespace:
SanteDB.Messaging.FHIR.Handlers
Assembly:
SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax protected 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
- Type: Patient
The resource.
Return Value
Type:
PatientReturns the mapped model.
See Also