public class PQR extends CV
A representation of a physical quantity in a unit from any code system. Used to show alternative representation for a physical quantity.

Java-Klasse für PQR complex type.

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

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

    • value

      protected String value
  • Constructor Details

    • PQR

      public PQR()
  • 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