Uses of Class
ca.uhn.hl7v2.model.v251.group.ORP_O10_COMPONENT
Packages that use ORP_O10_COMPONENT
-
Uses of ORP_O10_COMPONENT in ca.uhn.hl7v2.model.v251.group
Methods in ca.uhn.hl7v2.model.v251.group that return ORP_O10_COMPONENTModifier and TypeMethodDescriptionORP_O10_ORDER_DETAIL.getCOMPONENT()Returns the first repetition of COMPONENT (a Group object) - creates it if necessaryORP_O10_ORDER_DETAIL.getCOMPONENT(int rep) Returns a specific repetition of COMPONENT (a Group object) - creates it if necessaryORP_O10_ORDER_DETAIL.insertCOMPONENT(int rep) Inserts a specific repetition of COMPONENT (a Group object)ORP_O10_ORDER_DETAIL.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 ORP_O10_COMPONENTModifier and TypeMethodDescriptionORP_O10_ORDER_DETAIL.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 ORP_O10_COMPONENTModifier and TypeMethodDescriptionvoidORP_O10_ORDER_DETAIL.insertCOMPONENT(ORP_O10_COMPONENT structure, int rep) Inserts a specific repetition of COMPONENT (a Group object)