Package net.ihe.gazelle.hl7v3.datatypes
Class PPDPQ
java.lang.Object
net.ihe.gazelle.gen.common.CommonOperations
net.ihe.gazelle.hl7v3.datatypes.ANY
net.ihe.gazelle.hl7v3.datatypes.QTY
net.ihe.gazelle.hl7v3.datatypes.PQ
net.ihe.gazelle.hl7v3.datatypes.PPDPQ
- All Implemented Interfaces:
Serializable
Description of the class PPDPQ.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionA code specifying the type of probability distribution.The primary measure of variance/uncertainty of the value (the square root of the sum of the squares of the differences between all data points and the mean).Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.PQ
translation, unit, value
Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
mixed, nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn distributionType.Return standardDeviation.void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
setDistributionType
(ProbabilityDistributionType distributionType) Set a value to attribute distributionType.void
setStandardDeviation
(PQ standardDeviation) Set a value to attribute standardDeviation.static void
validateByModule
(PPDPQ pPDPQ, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.PQ
addTranslation, getTranslation, getUnit, getValue, removeTranslation, setTranslation, setUnit, setValue, validateByModule
Methods inherited from class net.ihe.gazelle.hl7v3.datatypes.QTY
validateByModule
Methods inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
getNullFlavor, setNullFlavor, validateByModule
Methods inherited from class net.ihe.gazelle.gen.common.CommonOperations
getValuesetChecker, isBIN, isCSType, isDTM, isOID, isRUID, isSTType, isTSType, isUID, isUUID, isXCN, isXON, isXPN, matches, matches, matches, matches, matchesCodeToValueSet, matchesValueSet, matchesValueSetWithDisplayName, setValuesetChecker, setValueSetProvider
-
Field Details
-
standardDeviation
The primary measure of variance/uncertainty of the value (the square root of the sum of the squares of the differences between all data points and the mean). The standard deviation is used to normalize the data for computing the distribution function. Applications that cannot deal with probability distributions can still get an idea about the confidence level by looking at the standard deviation. . -
distributionType
A code specifying the type of probability distribution. Possible values are as shown in the attached table. The NULL value (unknown) for the type code indicates that the probability distribution type is unknown. In that case, the standard deviation has the meaning of an informal guess. .
-
-
Constructor Details
-
PPDPQ
public PPDPQ()
-
-
Method Details
-
getStandardDeviation
Return standardDeviation.- Returns:
- standardDeviation : The primary measure of variance/uncertainty of the value (the square root of the sum of the squares of the differences between all data points and the mean). The standard deviation is used to normalize the data for computing the distribution function. Applications that cannot deal with probability distributions can still get an idea about the confidence level by looking at the standard deviation.
-
setStandardDeviation
Set a value to attribute standardDeviation.- Parameters:
standardDeviation
- : The primary measure of variance/uncertainty of the value (the square root of the sum of the squares of the differences between all data points and the mean). The standard deviation is used to normalize the data for computing the distribution function. Applications that cannot deal with probability distributions can still get an idea about the confidence level by looking at the standard deviation.
-
getDistributionType
Return distributionType.- Returns:
- distributionType : A code specifying the type of probability distribution. Possible values are as shown in the attached table. The NULL value (unknown) for the type code indicates that the probability distribution type is unknown. In that case, the standard deviation has the meaning of an informal guess.
-
setDistributionType
Set a value to attribute distributionType.- Parameters:
distributionType
- : A code specifying the type of probability distribution. Possible values are as shown in the attached table. The NULL value (unknown) for the type code indicates that the probability distribution type is unknown. In that case, the standard deviation has the meaning of an informal guess.
-
get_xmlNodePresentation
- Overrides:
get_xmlNodePresentation
in classPQ
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentation
in classPQ
-
validateByModule
public static void validateByModule(PPDPQ pPDPQ, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-