Show / Hide Table of Contents

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 Source

ConverterForVersion(FhirPackageCommon.FhirSequenceEnum)

Get a FHIR Converter for the specified major version.

Declaration
public static IFhirConverter ConverterForVersion(FhirPackageCommon.FhirSequenceEnum release)
Parameters
Type Name Description
FhirPackageCommon.FhirSequenceEnum release

The release version.

Returns
Type Description
IFhirConverter

An IFhirConverter.

| Improve this Doc View Source

ConverterForVersion(String)

Converter for version.

Declaration
public static IFhirConverter ConverterForVersion(string version)
Parameters
Type Name Description
System.String version

The version.

Returns
Type Description
IFhirConverter

An IFhirConverter.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX