| LocationResourceHandlerMapToModel Method (Location) |
Map the incoming FHIR resource to a MODEL resource
Namespace:
SanteDB.Messaging.FHIR.Handlers
Assembly:
SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax protected override Place MapToModel(
Location resource
)
Protected Overrides Function MapToModel (
resource As Location
) As Place
protected:
virtual Place^ MapToModel(
Location^ resource
) override
abstract MapToModel :
resource : Location -> Place
override MapToModel :
resource : Location -> Place
Parameters
- resource
- Type: Location
The resource to be mapped
Return Value
Type:
Place[Missing <returns> documentation for "M:SanteDB.Messaging.FHIR.Handlers.LocationResourceHandler.MapToModel(Hl7.Fhir.Model.Location)"]
See Also