Package org.hl7.fhir.validation
Class VersionConvertor
- java.lang.Object
-
- org.hl7.fhir.validation.VersionConvertor
-
public class VersionConvertor extends Object
-
-
Constructor Summary
Constructors Constructor Description VersionConvertor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]convertVersionNativeR2(String targetVer, org.hl7.fhir.validation.Content cnt, org.hl7.fhir.r5.elementmodel.Manager.FhirFormat format)static byte[]convertVersionNativeR2b(String targetVer, org.hl7.fhir.validation.Content cnt, org.hl7.fhir.r5.elementmodel.Manager.FhirFormat format)static byte[]convertVersionNativeR3(String targetVer, org.hl7.fhir.validation.Content cnt, org.hl7.fhir.r5.elementmodel.Manager.FhirFormat format)static byte[]convertVersionNativeR4(String targetVer, org.hl7.fhir.validation.Content cnt, org.hl7.fhir.r5.elementmodel.Manager.FhirFormat format)
-
-
-
Constructor Detail
-
VersionConvertor
public VersionConvertor()
-
-
Method Detail
-
convertVersionNativeR2
public static byte[] convertVersionNativeR2(String targetVer, org.hl7.fhir.validation.Content cnt, org.hl7.fhir.r5.elementmodel.Manager.FhirFormat format) throws IOException, Exception
- Throws:
IOExceptionException
-
convertVersionNativeR2b
public static byte[] convertVersionNativeR2b(String targetVer, org.hl7.fhir.validation.Content cnt, org.hl7.fhir.r5.elementmodel.Manager.FhirFormat format) throws IOException, Exception
- Throws:
IOExceptionException
-
convertVersionNativeR3
public static byte[] convertVersionNativeR3(String targetVer, org.hl7.fhir.validation.Content cnt, org.hl7.fhir.r5.elementmodel.Manager.FhirFormat format) throws IOException, Exception
- Throws:
IOExceptionException
-
convertVersionNativeR4
public static byte[] convertVersionNativeR4(String targetVer, org.hl7.fhir.validation.Content cnt, org.hl7.fhir.r5.elementmodel.Manager.FhirFormat format) throws IOException, Exception
- Throws:
IOExceptionException
-
-