Uses of Class
ca.uhn.hl7v2.model.v251.group.RSP_K31_COMPONENTS
Packages that use RSP_K31_COMPONENTS
-
Uses of RSP_K31_COMPONENTS in ca.uhn.hl7v2.model.v251.group
Methods in ca.uhn.hl7v2.model.v251.group that return RSP_K31_COMPONENTSModifier and TypeMethodDescriptionRSP_K31_ORDER_DETAIL.getCOMPONENTS()Returns the first repetition of COMPONENTS (a Group object) - creates it if necessaryRSP_K31_ORDER_DETAIL.getCOMPONENTS(int rep) Returns a specific repetition of COMPONENTS (a Group object) - creates it if necessaryRSP_K31_ORDER_DETAIL.insertCOMPONENTS(int rep) Inserts a specific repetition of COMPONENTS (a Group object)RSP_K31_ORDER_DETAIL.removeCOMPONENTS(int rep) Removes a specific repetition of COMPONENTS (a Group object)Methods in ca.uhn.hl7v2.model.v251.group that return types with arguments of type RSP_K31_COMPONENTSModifier and TypeMethodDescriptionRSP_K31_ORDER_DETAIL.getCOMPONENTSAll()Returns a non-modifiable List containing all current existing repetitions of COMPONENTS.Methods in ca.uhn.hl7v2.model.v251.group with parameters of type RSP_K31_COMPONENTSModifier and TypeMethodDescriptionvoidRSP_K31_ORDER_DETAIL.insertCOMPONENTS(RSP_K31_COMPONENTS structure, int rep) Inserts a specific repetition of COMPONENTS (a Group object)