Package org.hl7.fhir.convertors.factory
Class VersionConvertorFactory_10_50
java.lang.Object
org.hl7.fhir.convertors.factory.VersionConvertorFactory
org.hl7.fhir.convertors.factory.VersionConvertorFactory_10_50
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.hl7.fhir.r5.model.ResourceconvertResource(org.hl7.fhir.dstu2.model.Resource src)static org.hl7.fhir.r5.model.ResourceconvertResource(org.hl7.fhir.dstu2.model.Resource src, BaseAdvisor_10_50 advisor)static org.hl7.fhir.dstu2.model.ResourceconvertResource(org.hl7.fhir.r5.model.Resource src)static org.hl7.fhir.dstu2.model.ResourceconvertResource(org.hl7.fhir.r5.model.Resource src, BaseAdvisor_10_50 advisor)static booleanconvertsResource(String rt)static org.hl7.fhir.r5.model.DataTypeconvertType(org.hl7.fhir.dstu2.model.Type src)static org.hl7.fhir.r5.model.DataTypeconvertType(org.hl7.fhir.dstu2.model.Type src, BaseAdvisor_10_50 advisor)static org.hl7.fhir.dstu2.model.TypeconvertType(org.hl7.fhir.r5.model.DataType src)static org.hl7.fhir.dstu2.model.TypeconvertType(org.hl7.fhir.r5.model.DataType src, BaseAdvisor_10_50 advisor)Methods inherited from class org.hl7.fhir.convertors.factory.VersionConvertorFactory
cleanInputs, cleanInputs
-
Constructor Details
-
VersionConvertorFactory_10_50
public VersionConvertorFactory_10_50()
-
-
Method Details
-
convertResource
public static org.hl7.fhir.r5.model.Resource convertResource(org.hl7.fhir.dstu2.model.Resource src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertResource
public static org.hl7.fhir.r5.model.Resource convertResource(org.hl7.fhir.dstu2.model.Resource src, BaseAdvisor_10_50 advisor) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertResource
public static org.hl7.fhir.dstu2.model.Resource convertResource(org.hl7.fhir.r5.model.Resource src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertResource
public static org.hl7.fhir.dstu2.model.Resource convertResource(org.hl7.fhir.r5.model.Resource src, BaseAdvisor_10_50 advisor) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertType
public static org.hl7.fhir.r5.model.DataType convertType(org.hl7.fhir.dstu2.model.Type src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertType
public static org.hl7.fhir.r5.model.DataType convertType(org.hl7.fhir.dstu2.model.Type src, BaseAdvisor_10_50 advisor) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertType
public static org.hl7.fhir.dstu2.model.Type convertType(org.hl7.fhir.r5.model.DataType src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertType
public static org.hl7.fhir.dstu2.model.Type convertType(org.hl7.fhir.r5.model.DataType src, BaseAdvisor_10_50 advisor) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertsResource
-