java.lang.Object
org.hl7.fhir.convertors.conv10_40.datatypes10_40.primitivetypes10_40.UnsignedInt10_40

public class UnsignedInt10_40 extends Object
  • Constructor Details

  • Method Details

    • convertUnsignedInt

      public static org.hl7.fhir.r4.model.UnsignedIntType convertUnsignedInt(org.hl7.fhir.dstu2.model.UnsignedIntType src) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • convertUnsignedInt

      public static org.hl7.fhir.dstu2.model.UnsignedIntType convertUnsignedInt(org.hl7.fhir.r4.model.UnsignedIntType src) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • convertUnsignedIntToPositive

      public static org.hl7.fhir.r4.model.UnsignedIntType convertUnsignedIntToPositive(org.hl7.fhir.dstu2.model.PositiveIntType src)