Uses of Class
ca.uhn.hl7v2.model.v23.group.PEX_P07_PEX_CAUSE
Packages that use PEX_P07_PEX_CAUSE
-
Uses of PEX_P07_PEX_CAUSE in ca.uhn.hl7v2.model.v23.group
Methods in ca.uhn.hl7v2.model.v23.group that return PEX_P07_PEX_CAUSEModifier and TypeMethodDescriptionPEX_P07_PEX_OBSERVATION.getPEX_CAUSE()Returns the first repetition of PEX_CAUSE (a Group object) - creates it if necessaryPEX_P07_PEX_OBSERVATION.getPEX_CAUSE(int rep) Returns a specific repetition of PEX_CAUSE (a Group object) - creates it if necessaryPEX_P07_PEX_OBSERVATION.insertPEX_CAUSE(int rep) Inserts a specific repetition of PEX_CAUSE (a Group object)PEX_P07_PEX_OBSERVATION.removePEX_CAUSE(int rep) Removes a specific repetition of PEX_CAUSE (a Group object)Methods in ca.uhn.hl7v2.model.v23.group that return types with arguments of type PEX_P07_PEX_CAUSEModifier and TypeMethodDescriptionPEX_P07_PEX_OBSERVATION.getPEX_CAUSEAll()Returns a non-modifiable List containing all current existing repetitions of PEX_CAUSE.Methods in ca.uhn.hl7v2.model.v23.group with parameters of type PEX_P07_PEX_CAUSEModifier and TypeMethodDescriptionvoidPEX_P07_PEX_OBSERVATION.insertPEX_CAUSE(PEX_P07_PEX_CAUSE structure, int rep) Inserts a specific repetition of PEX_CAUSE (a Group object)