java.lang.Object
org.projecthusky.common.hl7cdar2.ANY
org.projecthusky.common.hl7cdar2.QTY
Direct Known Subclasses:
INT, MO, PQ, REAL, RTOMOPQ, RTOPQPQ, RTOQTYQTY, TS

public abstract class QTY extends ANY
The quantity data type is an abstract generalization for all data types (1) whose value set has an order relation (less-or-equal) and (2) where difference is defined in all of the data type's totally ordered value subsets. The quantity type abstraction is needed in defining certain other types, such as the interval and the probability distribution.

Java-Klasse für QTY complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="QTY">
   <complexContent>
     <extension base="{urn:hl7-org:v3}ANY">
     </extension>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • QTY

      public QTY()