Class ConverterHelper
A converter helper.
Inheritance
System.Object
ConverterHelper
Namespace: Microsoft.Health.Fhir.SpecManager.Converters
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public static class ConverterHelper : object
Methods
| Improve this Doc View SourceConverterForVersion(FhirPackageCommon.FhirSequenceEnum)
Get a FHIR Converter for the specified major version.
Declaration
public static IFhirConverter ConverterForVersion(FhirPackageCommon.FhirSequenceEnum release)
Parameters
Type | Name | Description |
---|---|---|
Fhir |
release | The release version. |
Returns
Type | Description |
---|---|
IFhir |
An IFhirConverter. |
ConverterForVersion(String)
Converter for version.
Declaration
public static IFhirConverter ConverterForVersion(string version)
Parameters
Type | Name | Description |
---|---|---|
System. |
version | The version. |
Returns
Type | Description |
---|---|
IFhir |
An IFhirConverter. |