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: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
IdentifiedData MapToModel(
	Resource resourceInstance
)

Parameters

resourceInstance  Resource
The resource to map

Return Value

IdentifiedData
The model instance
See Also