Uses of Enum Class
net.ihe.gazelle.hl7v3.voc.ProbabilityDistributionType
Packages that use ProbabilityDistributionType
-
Uses of ProbabilityDistributionType in net.ihe.gazelle.hl7v3.datatypes
Fields in net.ihe.gazelle.hl7v3.datatypes declared as ProbabilityDistributionTypeModifier and TypeFieldDescriptionPPDPQ.distributionType
A code specifying the type of probability distribution.PPDTS.distributionType
A code specifying the type of probability distribution.Methods in net.ihe.gazelle.hl7v3.datatypes that return ProbabilityDistributionTypeModifier and TypeMethodDescriptionPPDPQ.getDistributionType()
Return distributionType.PPDTS.getDistributionType()
Return distributionType.Methods in net.ihe.gazelle.hl7v3.datatypes with parameters of type ProbabilityDistributionTypeModifier and TypeMethodDescriptionvoid
PPDPQ.setDistributionType
(ProbabilityDistributionType distributionType) Set a value to attribute distributionType.void
PPDTS.setDistributionType
(ProbabilityDistributionType distributionType) Set a value to attribute distributionType. -
Uses of ProbabilityDistributionType in net.ihe.gazelle.hl7v3.voc
Methods in net.ihe.gazelle.hl7v3.voc that return ProbabilityDistributionTypeModifier and TypeMethodDescriptionstatic ProbabilityDistributionType
static ProbabilityDistributionType
Returns the enum constant of this class with the specified name.static ProbabilityDistributionType[]
ProbabilityDistributionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.