|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hl7.v3.ANY
org.hl7.v3.QTY
org.hl7.v3.TS
org.hl7.v3.PPDTS
public class PPDTS
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>
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 |
---|
protected PQ standardDeviation
protected ProbabilityDistributionType distributionType
Constructor Detail |
---|
public PPDTS()
Method Detail |
---|
public PQ getStandardDeviation()
PQ
public void setStandardDeviation(PQ value)
value
- allowed object is PQ
public ProbabilityDistributionType getDistributionType()
ProbabilityDistributionType
public void setDistributionType(ProbabilityDistributionType value)
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 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |