Click or drag to resize

LocationResourceHandlerMapToFhir(Place) Method

Map the inbound place to a FHIR model

Namespace: SanteDB.Messaging.FHIR.Handlers
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
protected override Location MapToFhir(
	Place model
)

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