Package org.projecthusky.common.hl7cdar2
Class PQ
java.lang.Object
org.projecthusky.common.hl7cdar2.ANY
org.projecthusky.common.hl7cdar2.QTY
org.projecthusky.common.hl7cdar2.PQ
A dimensioned quantity expressing the result of a measurement act.
Java-Klasse für PQ complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="PQ">
<complexContent>
<extension base="{urn:hl7-org:v3}QTY">
<sequence>
<element name="translation" type="{urn:hl7-org:v3}PQR" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="value" type="{urn:hl7-org:v3}real" />
<attribute name="unit" type="{urn:hl7-org:v3}cs" default="1" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.projecthusky.common.hl7cdar2.ANY
nullFlavor -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.projecthusky.common.hl7cdar2.ANY
getMergedXmlMixed, getNullFlavor, getNullFlavor, getXmlMixed, setXmlMixed, setXmlMixed
-
Field Details
-
translation
-
value
-
unit
-
-
Constructor Details
-
PQ
public PQ() -
PQ
-
PQ
-
-
Method Details
-
getTranslation
Gets the value of the translation property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the translation property.For example, to add a new item, do as follows:
getTranslation().add(newItem);Objects of the following type(s) are allowed in the list
PQR -
getUnit
Ruft den Wert der unit-Eigenschaft ab.- Returns:
- possible object is
String
-
getValue
Ruft den Wert der value-Eigenschaft ab.- Returns:
- possible object is
String
-
setUnit
Legt den Wert der unit-Eigenschaft fest.- Parameters:
value- allowed object isString
-
setValue
Legt den Wert der value-Eigenschaft fest.- Parameters:
value- allowed object isString
-