Uses of Class
org.hl7.v3.QTY

  • Uses of QTY in org.hl7.v3

    Subclasses of QTY in org.hl7.v3
    Modifier and Type
    Class
    Description
    class 
    Java class for BXIT_IVL_PQ complex type.
    class 
    Note: because this type is defined as an extension of SXCM_T, all of the attributes and elements accepted for T are also accepted by this definition.
    class 
    Note: because this type is defined as an extension of SXCM_T, all of the attributes and elements accepted for T are also accepted by this definition.
    class 
    Java class for HXIT_PQ complex type.
    class 
    Integer numbers (-1,0,1,2, 100, 3398129, etc.) are precise numbers that are results of counting and enumerating.
    class 
    Java class for IVL_INT complex type.
    class 
    Java class for IVL_MO complex type.
    class 
    Java class for IVL_PPD_PQ complex type.
    class 
    Java class for IVL_PPD_TS complex type.
    class 
    Java class for IVL_PQ complex type.
    class 
    Java class for IVL_REAL complex type.
    class 
    Java class for IVL_TS complex type.
    class 
    Java class for IVXB_INT complex type.
    class 
    Java class for IVXB_MO complex type.
    class 
    Java class for IVXB_PPD_PQ complex type.
    class 
    Java class for IVXB_PPD_TS complex type.
    class 
    Java class for IVXB_PQ complex type.
    class 
    Java class for IVXB_REAL complex type.
    class 
    Java class for IVXB_TS complex type.
    class 
    A monetary amount is a quantity expressing the amount of money in some currency.
    class 
    Note: because this type is defined as an extension of SXCM_T, all of the attributes and elements accepted for T are also accepted by this definition.
    class 
    Note: because this type is defined as an extension of SXCM_T, all of the attributes and elements accepted for T are also accepted by this definition.
    class 
    Java class for POCD_MT000040.RegionOfInterest.value complex type.
    class 
    Java class for PPD_PQ complex type.
    class 
    Java class for PPD_TS complex type.
    class 
    A dimensioned quantity expressing the result of a measurement act.
    class 
    Fractional numbers.
    class 
    A quantity constructed as the quotient of a numerator quantity divided by a denominator quantity.
    class 
    Java class for RTO_MO_PQ complex type.
    class 
    Java class for RTO_PQ_PQ complex type.
    class 
    Java class for RTO_QTY_QTY complex type.
    class 
    Java class for SXCM_INT complex type.
    class 
    Java class for SXCM_MO complex type.
    class 
    Java class for SXCM_PPD_PQ complex type.
    class 
    Java class for SXCM_PPD_TS complex type.
    class 
    Java class for SXCM_PQ complex type.
    class 
    Java class for SXCM_REAL complex type.
    class 
    Java class for SXCM_TS complex type.
    class 
    Java class for SXPR_TS complex type.
    class 
    A quantity specifying a point on the axis of natural time.
    class 
    Java class for UVP_TS complex type.
    Fields in org.hl7.v3 declared as QTY
    Modifier and Type
    Field
    Description
    protected QTY
    RTOQTYQTY.denominator
     
    protected QTY
    RTOQTYQTY.numerator
     
    Fields in org.hl7.v3 with type parameters of type QTY
    Modifier and Type
    Field
    Description
    protected List<jakarta.xml.bind.JAXBElement<? extends QTY>>
    IVLPPDTS.rest
     
    protected List<jakarta.xml.bind.JAXBElement<? extends QTY>>
    IVLTS.rest
     
    Methods in org.hl7.v3 that return QTY
    Modifier and Type
    Method
    Description
    RTOQTYQTY.getDenominator()
    Gets the value of the denominator property.
    RTOQTYQTY.getNumerator()
    Gets the value of the numerator property.
    QTY.withNullFlavor(String... values)
     
     
    Methods in org.hl7.v3 that return types with arguments of type QTY
    Modifier and Type
    Method
    Description
    List<jakarta.xml.bind.JAXBElement<? extends QTY>>
    IVLPPDTS.getRest()
    Gets the rest of the content model.
    List<jakarta.xml.bind.JAXBElement<? extends QTY>>
    IVLTS.getRest()
    Gets the rest of the content model.
    Methods in org.hl7.v3 with parameters of type QTY
    Modifier and Type
    Method
    Description
    void
    RTOQTYQTY.setDenominator(QTY value)
    Sets the value of the denominator property.
    void
    RTOQTYQTY.setNumerator(QTY value)
    Sets the value of the numerator property.
    RTO.withDenominator(QTY value)
     
    RTOQTYQTY.withDenominator(QTY value)
     
    RTO.withNumerator(QTY value)
     
    RTOQTYQTY.withNumerator(QTY value)
     
    Method parameters in org.hl7.v3 with type arguments of type QTY
    Modifier and Type
    Method
    Description
    IVLPPDTS.withRest(Collection<jakarta.xml.bind.JAXBElement<? extends QTY>> values)
     
    IVLTS.withRest(Collection<jakarta.xml.bind.JAXBElement<? extends QTY>> values)