Class REAL

Direct Known Subclasses:
IVXBREAL, SXCMREAL

public class REAL extends QTY
Fractional numbers. Typically used whenever quantities are measured, estimated, or computed from other real numbers. The typical representation is decimal, where the number of significant decimal digits is known as the precision. Real numbers are needed beyond integers whenever quantities of the real world are measured, estimated, or computed from other real numbers. The term "Real number" in this specification is used to mean that fractional values are covered without necessarily implying the full set of the mathematical real numbers.

Java-Klasse für REAL complex type.

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

 <complexType name="REAL">
   <complexContent>
     <extension base="{urn:hl7-org:v3}QTY">
       <attribute name="value" type="{urn:hl7-org:v3}real" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
  • Constructor Details

    • REAL

      public REAL()
  • Method Details

    • getValue

      public String getValue()
      Ruft den Wert der value-Eigenschaft ab.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Legt den Wert der value-Eigenschaft fest.
      Parameters:
      value - allowed object is String