| 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
)
Public Shared Function GetMappersFor (
resourceOrModelType As Type
) As IEnumerable(Of IFhirResourceMapper)
public:
static IEnumerable<IFhirResourceMapper^>^ GetMappersFor(
Type^ resourceOrModelType
)
static member GetMappersFor :
resourceOrModelType : Type -> IEnumerable<IFhirResourceMapper>
Parameters
- resourceOrModelType
- Type: SystemType
The FHIR type or CDR type
Return Value
Type:
IEnumerableIFhirResourceMapperThe mapper (if present)
See Also