Click or drag to resize

LocationResourceHandlerMapToModel(Location) Method

Map the incoming FHIR resource to a MODEL resource

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

Parameters

resource  Location
The resource to be mapped

Return Value

Place

[Missing <returns> documentation for "M:SanteDB.Messaging.FHIR.Handlers.LocationResourceHandler.MapToModel(Hl7.Fhir.Model.Location)"]

See Also