Uses of Class
ca.uhn.hl7v2.model.v251.group.OMP_O09_COMPONENT
Packages that use OMP_O09_COMPONENT
-
Uses of OMP_O09_COMPONENT in ca.uhn.hl7v2.model.v251.group
Methods in ca.uhn.hl7v2.model.v251.group that return OMP_O09_COMPONENTModifier and TypeMethodDescriptionOMP_O09_ORDER.getCOMPONENT()Returns the first repetition of COMPONENT (a Group object) - creates it if necessaryOMP_O09_ORDER.getCOMPONENT(int rep) Returns a specific repetition of COMPONENT (a Group object) - creates it if necessaryOMP_O09_ORDER.insertCOMPONENT(int rep) Inserts a specific repetition of COMPONENT (a Group object)OMP_O09_ORDER.removeCOMPONENT(int rep) Removes a specific repetition of COMPONENT (a Group object)Methods in ca.uhn.hl7v2.model.v251.group that return types with arguments of type OMP_O09_COMPONENTModifier and TypeMethodDescriptionOMP_O09_ORDER.getCOMPONENTAll()Returns a non-modifiable List containing all current existing repetitions of COMPONENT.Methods in ca.uhn.hl7v2.model.v251.group with parameters of type OMP_O09_COMPONENTModifier and TypeMethodDescriptionvoidOMP_O09_ORDER.insertCOMPONENT(OMP_O09_COMPONENT structure, int rep) Inserts a specific repetition of COMPONENT (a Group object)