 | LocationResourceHandlerMapToFhir(Place) Method |
Map the inbound place to a FHIR model
Namespace: SanteDB.Messaging.FHIR.HandlersAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntaxprotected 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 Place
[Missing <param name="model"/> documentation for "M:SanteDB.Messaging.FHIR.Handlers.LocationResourceHandler.MapToFhir(SanteDB.Core.Model.Entities.Place)"]
Return Value
Location[Missing <returns> documentation for "M:SanteDB.Messaging.FHIR.Handlers.LocationResourceHandler.MapToFhir(SanteDB.Core.Model.Entities.Place)"]
See Also