Uses of Class
ca.uhn.hl7v2.model.v251.group.OMG_O19_CONTAINER
Packages that use OMG_O19_CONTAINER
-
Uses of OMG_O19_CONTAINER in ca.uhn.hl7v2.model.v251.group
Methods in ca.uhn.hl7v2.model.v251.group that return OMG_O19_CONTAINERModifier and TypeMethodDescriptionOMG_O19_SPECIMEN.getCONTAINER()Returns the first repetition of CONTAINER (a Group object) - creates it if necessaryOMG_O19_SPECIMEN.getCONTAINER(int rep) Returns a specific repetition of CONTAINER (a Group object) - creates it if necessaryOMG_O19_SPECIMEN.insertCONTAINER(int rep) Inserts a specific repetition of CONTAINER (a Group object)OMG_O19_SPECIMEN.removeCONTAINER(int rep) Removes a specific repetition of CONTAINER (a Group object)Methods in ca.uhn.hl7v2.model.v251.group that return types with arguments of type OMG_O19_CONTAINERModifier and TypeMethodDescriptionOMG_O19_SPECIMEN.getCONTAINERAll()Returns a non-modifiable List containing all current existing repetitions of CONTAINER.Methods in ca.uhn.hl7v2.model.v251.group with parameters of type OMG_O19_CONTAINERModifier and TypeMethodDescriptionvoidOMG_O19_SPECIMEN.insertCONTAINER(OMG_O19_CONTAINER structure, int rep) Inserts a specific repetition of CONTAINER (a Group object)