 | FhirResourceHandlerUtilGetMappersFor(Type) Method |
Gets the mapper for resourceOrModelType
Namespace: SanteDB.Messaging.FHIR.HandlersAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntaxpublic 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
- The FHIR type or CDR type
Return Value
IEnumerableIFhirResourceMapperThe mapper (if present)
See Also