Click or drag to resize

IFhirResourceMapperMapToModel Method

Map the specified resourceInstance to model

Namespace:  SanteDB.Messaging.FHIR.Handlers
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
IdentifiedData MapToModel(
	Resource resourceInstance
)

Parameters

resourceInstance
Type: Resource
The resource to map

Return Value

Type: IdentifiedData
The model instance
See Also