Package org.hl7.fhir.convertors.factory
Class VersionConvertorFactory_40_50
java.lang.Object
org.hl7.fhir.convertors.factory.VersionConvertorFactory
org.hl7.fhir.convertors.factory.VersionConvertorFactory_40_50
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.hl7.fhir.r5.model.Resource
convertResource
(org.hl7.fhir.r4.model.Resource src) static org.hl7.fhir.r5.model.Resource
convertResource
(org.hl7.fhir.r4.model.Resource src, BaseAdvisor_40_50 advisor) static org.hl7.fhir.r4.model.Resource
convertResource
(org.hl7.fhir.r5.model.Resource src) static org.hl7.fhir.r4.model.Resource
convertResource
(org.hl7.fhir.r5.model.Resource src, BaseAdvisor_40_50 advisor) static org.hl7.fhir.r5.model.DataType
convertType
(org.hl7.fhir.r4.model.Type src) static org.hl7.fhir.r5.model.DataType
convertType
(org.hl7.fhir.r4.model.Type src, BaseAdvisor_40_50 advisor) static org.hl7.fhir.r4.model.Type
convertType
(org.hl7.fhir.r5.model.DataType src) static org.hl7.fhir.r4.model.Type
convertType
(org.hl7.fhir.r5.model.DataType src, BaseAdvisor_40_50 advisor) Methods inherited from class org.hl7.fhir.convertors.factory.VersionConvertorFactory
cleanInputs, cleanInputs
-
Constructor Details
-
VersionConvertorFactory_40_50
public VersionConvertorFactory_40_50()
-
-
Method Details
-
convertResource
public static org.hl7.fhir.r5.model.Resource convertResource(org.hl7.fhir.r4.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.r4.model.Resource src, BaseAdvisor_40_50 advisor) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertResource
public static org.hl7.fhir.r4.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.r4.model.Resource convertResource(org.hl7.fhir.r5.model.Resource src, BaseAdvisor_40_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.r4.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.r4.model.Type src, BaseAdvisor_40_50 advisor) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertType
public static org.hl7.fhir.r4.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.r4.model.Type convertType(org.hl7.fhir.r5.model.DataType src, BaseAdvisor_40_50 advisor) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-