Package org.projecthusky.common.hl7cdar2
Class PPDPQ
java.lang.Object
org.projecthusky.common.hl7cdar2.ANY
org.projecthusky.common.hl7cdar2.QTY
org.projecthusky.common.hl7cdar2.PQ
org.projecthusky.common.hl7cdar2.PPDPQ
Java-Klasse für PPD_PQ complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="PPD_PQ">
<complexContent>
<extension base="{urn:hl7-org:v3}PQ">
<sequence>
<element name="standardDeviation" type="{urn:hl7-org:v3}PQ" minOccurs="0"/>
</sequence>
<attribute name="distributionType" type="{urn:hl7-org:v3}ProbabilityDistributionType" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.projecthusky.common.hl7cdar2.PQ
translation, unit, valueFields inherited from class org.projecthusky.common.hl7cdar2.ANY
nullFlavor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRuft den Wert der distributionType-Eigenschaft ab.Ruft den Wert der standardDeviation-Eigenschaft ab.voidLegt den Wert der distributionType-Eigenschaft fest.voidsetStandardDeviation(PQ value) Legt den Wert der standardDeviation-Eigenschaft fest.Methods inherited from class org.projecthusky.common.hl7cdar2.PQ
getTranslation, getUnit, getValue, setUnit, setValueMethods inherited from class org.projecthusky.common.hl7cdar2.ANY
getMergedXmlMixed, getNullFlavor, getNullFlavor, getXmlMixed, setXmlMixed, setXmlMixed
-
Field Details
-
standardDeviation
-
distributionType
-
-
Constructor Details
-
PPDPQ
public PPDPQ()
-
-
Method Details
-
getDistributionType
Ruft den Wert der distributionType-Eigenschaft ab.- Returns:
- possible object is
ProbabilityDistributionType
-
getStandardDeviation
Ruft den Wert der standardDeviation-Eigenschaft ab.- Returns:
- possible object is
PQ
-
setDistributionType
Legt den Wert der distributionType-Eigenschaft fest.- Parameters:
value- allowed object isProbabilityDistributionType
-
setStandardDeviation
Legt den Wert der standardDeviation-Eigenschaft fest.- Parameters:
value- allowed object isPQ
-