
Class Code30_50
java.lang.Object
org.hl7.fhir.convertors.conv30_50.datatypes30_50.primitivetypes30_50.Code30_50
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.hl7.fhir.r5.model.CodeType
convertCode
(org.hl7.fhir.dstu3.model.CodeType src) static org.hl7.fhir.dstu3.model.CodeType
convertCode
(org.hl7.fhir.r5.model.CodeType src) static org.hl7.fhir.r5.model.StringType
convertCodeToString
(org.hl7.fhir.dstu3.model.CodeType src) static org.hl7.fhir.dstu3.model.StringType
convertCodeToString
(org.hl7.fhir.r5.model.CodeType src) static org.hl7.fhir.r5.model.CodeType
convertStringToCode
(org.hl7.fhir.dstu3.model.StringType src) static org.hl7.fhir.dstu3.model.CodeType
convertStringToCode
(org.hl7.fhir.r5.model.StringType src)
-
Constructor Details
-
Code30_50
public Code30_50()
-
-
Method Details
-
convertCode
public static org.hl7.fhir.r5.model.CodeType convertCode(org.hl7.fhir.dstu3.model.CodeType src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertCode
public static org.hl7.fhir.dstu3.model.CodeType convertCode(org.hl7.fhir.r5.model.CodeType src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertStringToCode
public static org.hl7.fhir.r5.model.CodeType convertStringToCode(org.hl7.fhir.dstu3.model.StringType src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertCodeToString
public static org.hl7.fhir.dstu3.model.StringType convertCodeToString(org.hl7.fhir.r5.model.CodeType src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertStringToCode
public static org.hl7.fhir.dstu3.model.CodeType convertStringToCode(org.hl7.fhir.r5.model.StringType src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertCodeToString
public static org.hl7.fhir.r5.model.StringType convertCodeToString(org.hl7.fhir.dstu3.model.CodeType src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-