Class Code10_30
java.lang.Object
org.hl7.fhir.convertors.conv10_30.datatypes10_30.primitivetypes10_30.Code10_30
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.hl7.fhir.dstu3.model.CodeTypeconvertCode(org.hl7.fhir.dstu2.model.CodeType src)static org.hl7.fhir.dstu2.model.CodeTypeconvertCode(org.hl7.fhir.dstu3.model.CodeType src)static org.hl7.fhir.dstu3.model.UriTypeconvertCodeToUri(org.hl7.fhir.dstu2.model.CodeType src)static org.hl7.fhir.dstu2.model.CodeTypeconvertUriToCode(org.hl7.fhir.dstu3.model.UriType src)
-
Constructor Details
-
Code10_30
public Code10_30()
-
-
Method Details
-
convertCode
public static org.hl7.fhir.dstu3.model.CodeType convertCode(org.hl7.fhir.dstu2.model.CodeType src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertCode
public static org.hl7.fhir.dstu2.model.CodeType convertCode(org.hl7.fhir.dstu3.model.CodeType src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertCodeToUri
public static org.hl7.fhir.dstu3.model.UriType convertCodeToUri(org.hl7.fhir.dstu2.model.CodeType src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertUriToCode
public static org.hl7.fhir.dstu2.model.CodeType convertUriToCode(org.hl7.fhir.dstu3.model.UriType src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-