Uses of Class
ca.uhn.hl7v2.model.v251.group.OUL_R23_CONTAINER
Packages that use OUL_R23_CONTAINER
-
Uses of OUL_R23_CONTAINER in ca.uhn.hl7v2.model.v251.group
Methods in ca.uhn.hl7v2.model.v251.group that return OUL_R23_CONTAINERModifier and TypeMethodDescriptionOUL_R23_SPECIMEN.getCONTAINER()Returns the first repetition of CONTAINER (a Group object) - creates it if necessaryOUL_R23_SPECIMEN.getCONTAINER(int rep) Returns a specific repetition of CONTAINER (a Group object) - creates it if necessaryOUL_R23_SPECIMEN.insertCONTAINER(int rep) Inserts a specific repetition of CONTAINER (a Group object)OUL_R23_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 OUL_R23_CONTAINERModifier and TypeMethodDescriptionOUL_R23_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 OUL_R23_CONTAINERModifier and TypeMethodDescriptionvoidOUL_R23_SPECIMEN.insertCONTAINER(OUL_R23_CONTAINER structure, int rep) Inserts a specific repetition of CONTAINER (a Group object)