Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

org.hl7.v3
Class PPDTS

java.lang.Object
  extended by org.hl7.v3.ANY
      extended by org.hl7.v3.QTY
          extended by org.hl7.v3.TS
              extended by org.hl7.v3.PPDTS
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IVXBPPDTS, SXCMPPDTS

public class PPDTS
extends TS

Java class for PPD_TS complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PPD_TS">
   <complexContent>
     <extension base="{urn:hl7-org:v3}TS">
       <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>
 

See Also:
Serialized Form

Field Summary
protected  ProbabilityDistributionType distributionType
           
protected  PQ standardDeviation
           
 
Fields inherited from class org.hl7.v3.TS
value
 
Fields inherited from class org.hl7.v3.ANY
content, nullFlavor
 
Constructor Summary
PPDTS()
           
 
Method Summary
 ProbabilityDistributionType getDistributionType()
          Gets the value of the distributionType property.
 PQ getStandardDeviation()
          Gets the value of the standardDeviation property.
 void setDistributionType(ProbabilityDistributionType value)
          Sets the value of the distributionType property.
 void setStandardDeviation(PQ value)
          Sets the value of the standardDeviation property.
 
Methods inherited from class org.hl7.v3.TS
getValue, setValue
 
Methods inherited from class org.hl7.v3.ANY
content, getNullFlavor, setContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

standardDeviation

protected PQ standardDeviation

distributionType

protected ProbabilityDistributionType distributionType
Constructor Detail

PPDTS

public PPDTS()
Method Detail

getStandardDeviation

public PQ getStandardDeviation()
Gets the value of the standardDeviation property.

Returns:
possible object is PQ

setStandardDeviation

public void setStandardDeviation(PQ value)
Sets the value of the standardDeviation property.

Parameters:
value - allowed object is PQ

getDistributionType

public ProbabilityDistributionType getDistributionType()
Gets the value of the distributionType property.

Returns:
possible object is ProbabilityDistributionType

setDistributionType

public void setDistributionType(ProbabilityDistributionType value)
Sets the value of the distributionType property.

Parameters:
value - allowed object is ProbabilityDistributionType

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013