
Class Date43_50
java.lang.Object
org.hl7.fhir.convertors.conv43_50.datatypes43_50.primitive43_50.Date43_50
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic org.hl7.fhir.r5.model.DateTypeconvertDate(org.hl7.fhir.r4b.model.DateType src) static org.hl7.fhir.r4b.model.DateTypeconvertDate(org.hl7.fhir.r5.model.DateType src) static org.hl7.fhir.r4b.model.DateTypeconvertDateTimeToDate(org.hl7.fhir.r5.model.DateTimeType src) static org.hl7.fhir.r5.model.DateTimeTypeconvertDatetoDateTime(org.hl7.fhir.r4b.model.DateType src) 
- 
Constructor Details- 
Date43_50public Date43_50()
 
- 
- 
Method Details- 
convertDatepublic static org.hl7.fhir.r5.model.DateType convertDate(org.hl7.fhir.r4b.model.DateType src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
convertDatepublic static org.hl7.fhir.r4b.model.DateType convertDate(org.hl7.fhir.r5.model.DateType src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
convertDatetoDateTimepublic static org.hl7.fhir.r5.model.DateTimeType convertDatetoDateTime(org.hl7.fhir.r4b.model.DateType src) 
- 
convertDateTimeToDatepublic static org.hl7.fhir.r4b.model.DateType convertDateTimeToDate(org.hl7.fhir.r5.model.DateTimeType src) 
 
-