| LocationResourceHandlerMapToFhir Method (Place) |
Map the inbound place to a FHIR model
Namespace:
SanteDB.Messaging.FHIR.Handlers
Assembly:
SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax protected override Location MapToFhir(
Place model
)
Protected Overrides Function MapToFhir (
model As Place
) As Location
protected:
virtual Location^ MapToFhir(
Place^ model
) override
abstract MapToFhir :
model : Place -> Location
override MapToFhir :
model : Place -> Location
Parameters
- model
- Type: SanteDB.Core.Model.EntitiesPlace
[Missing <param name="model"/> documentation for "M:SanteDB.Messaging.FHIR.Handlers.LocationResourceHandler.MapToFhir(SanteDB.Core.Model.Entities.Place)"]
Return Value
Type:
Location[Missing <returns> documentation for "M:SanteDB.Messaging.FHIR.Handlers.LocationResourceHandler.MapToFhir(SanteDB.Core.Model.Entities.Place)"]
See Also