Uses of Enum Class
net.ihe.gazelle.hl7v3.voc.IntegrityCheckAlgorithm
Packages that use IntegrityCheckAlgorithm
-
Uses of IntegrityCheckAlgorithm in net.ihe.gazelle.hl7v3.datatypes
Fields in net.ihe.gazelle.hl7v3.datatypes declared as IntegrityCheckAlgorithmModifier and TypeFieldDescriptionSpecifies the algorithm used to compute the integrityCheck value. .Methods in net.ihe.gazelle.hl7v3.datatypes that return IntegrityCheckAlgorithmModifier and TypeMethodDescriptionReturn integrityCheckAlgorithm.Methods in net.ihe.gazelle.hl7v3.datatypes with parameters of type IntegrityCheckAlgorithmModifier and TypeMethodDescriptionvoid
ED.setIntegrityCheckAlgorithm
(IntegrityCheckAlgorithm integrityCheckAlgorithm) Set a value to attribute integrityCheckAlgorithm. -
Uses of IntegrityCheckAlgorithm in net.ihe.gazelle.hl7v3.voc
Methods in net.ihe.gazelle.hl7v3.voc that return IntegrityCheckAlgorithmModifier and TypeMethodDescriptionstatic IntegrityCheckAlgorithm
static IntegrityCheckAlgorithm
Returns the enum constant of this class with the specified name.static IntegrityCheckAlgorithm[]
IntegrityCheckAlgorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.