Class DateTime10_40
java.lang.Object
org.hl7.fhir.convertors.conv10_40.datatypes10_40.primitivetypes10_40.DateTime10_40
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.hl7.fhir.r4.model.DateTimeType
convertDateTime
(org.hl7.fhir.dstu2.model.DateTimeType src) static org.hl7.fhir.dstu2.model.DateTimeType
convertDateTime
(org.hl7.fhir.r4.model.DateTimeType src) static org.hl7.fhir.dstu2.model.DateType
convertDateTimeToDate
(org.hl7.fhir.r4.model.DateTimeType src) static org.hl7.fhir.r4.model.DateTimeType
convertDateToDateTime
(org.hl7.fhir.dstu2.model.DateType src)
-
Constructor Details
-
DateTime10_40
public DateTime10_40()
-
-
Method Details
-
convertDateToDateTime
public static org.hl7.fhir.r4.model.DateTimeType convertDateToDateTime(org.hl7.fhir.dstu2.model.DateType src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertDateTimeToDate
public static org.hl7.fhir.dstu2.model.DateType convertDateTimeToDate(org.hl7.fhir.r4.model.DateTimeType src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertDateTime
public static org.hl7.fhir.r4.model.DateTimeType convertDateTime(org.hl7.fhir.dstu2.model.DateTimeType src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertDateTime
public static org.hl7.fhir.dstu2.model.DateTimeType convertDateTime(org.hl7.fhir.r4.model.DateTimeType src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-