java.lang.Object
org.hl7.fhir.convertors.conv10_50.datatypes10_50.primitivetypes10_50.Date10_50

public class Date10_50 extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.hl7.fhir.r5.model.DateType
    convertDate(org.hl7.fhir.dstu2.model.DateTimeType src)
     
    static org.hl7.fhir.r5.model.DateType
    convertDate(org.hl7.fhir.dstu2.model.DateType src)
     
    static org.hl7.fhir.dstu2.model.DateType
    convertDate(org.hl7.fhir.r5.model.DateTimeType src)
     
    static org.hl7.fhir.dstu2.model.DateType
    convertDate(org.hl7.fhir.r5.model.DateType src)
     
    static org.hl7.fhir.dstu2.model.DateType
    convertDateTimeToDate(org.hl7.fhir.r5.model.DateTimeType src)
     
    static org.hl7.fhir.r5.model.DateTimeType
    convertDatetoDateTime(org.hl7.fhir.dstu2.model.DateType src)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • convertDate

      public static org.hl7.fhir.r5.model.DateType convertDate(org.hl7.fhir.dstu2.model.DateType src) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • convertDate

      public static org.hl7.fhir.r5.model.DateType convertDate(org.hl7.fhir.dstu2.model.DateTimeType src) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • convertDate

      public static org.hl7.fhir.dstu2.model.DateType convertDate(org.hl7.fhir.r5.model.DateType src) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • convertDate

      public static org.hl7.fhir.dstu2.model.DateType convertDate(org.hl7.fhir.r5.model.DateTimeType src) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • convertDatetoDateTime

      public static org.hl7.fhir.r5.model.DateTimeType convertDatetoDateTime(org.hl7.fhir.dstu2.model.DateType src)
    • convertDateTimeToDate

      public static org.hl7.fhir.dstu2.model.DateType convertDateTimeToDate(org.hl7.fhir.r5.model.DateTimeType src)