Click or drag to resize

FhirResourceHandlerUtilGetMappersFor(Type) Method

Gets the mapper for resourceOrModelType

Namespace: SanteDB.Messaging.FHIR.Handlers
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
public static IEnumerable<IFhirResourceMapper> GetMappersFor(
	Type resourceOrModelType
)

Parameters

resourceOrModelType  Type
The FHIR type or CDR type

Return Value

IEnumerableIFhirResourceMapper
The mapper (if present)
See Also