Click or drag to resize

FhirResourceHandlerUtilGetMappersFor Method (Type)

Gets the mapper for resourceOrModelType

Namespace:  SanteDB.Messaging.FHIR.Handlers
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
public static IEnumerable<IFhirResourceMapper> GetMappersFor(
	Type resourceOrModelType
)

Parameters

resourceOrModelType
Type: SystemType
The FHIR type or CDR type

Return Value

Type: IEnumerableIFhirResourceMapper
The mapper (if present)
See Also