Click or drag to resize

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
)

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