Uses of Class
ca.uhn.hl7v2.model.v251.group.RDS_O13_COMPONENT
Packages that use RDS_O13_COMPONENT
-
Uses of RDS_O13_COMPONENT in ca.uhn.hl7v2.model.v251.group
Methods in ca.uhn.hl7v2.model.v251.group that return RDS_O13_COMPONENTModifier and TypeMethodDescriptionRDS_O13_ORDER_DETAIL_SUPPLEMENT.getCOMPONENT()Returns the first repetition of COMPONENT (a Group object) - creates it if necessaryRDS_O13_ORDER_DETAIL_SUPPLEMENT.getCOMPONENT(int rep) Returns a specific repetition of COMPONENT (a Group object) - creates it if necessaryRDS_O13_ORDER_DETAIL_SUPPLEMENT.insertCOMPONENT(int rep) Inserts a specific repetition of COMPONENT (a Group object)RDS_O13_ORDER_DETAIL_SUPPLEMENT.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 RDS_O13_COMPONENTModifier and TypeMethodDescriptionRDS_O13_ORDER_DETAIL_SUPPLEMENT.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 RDS_O13_COMPONENTModifier and TypeMethodDescriptionvoidRDS_O13_ORDER_DETAIL_SUPPLEMENT.insertCOMPONENT(RDS_O13_COMPONENT structure, int rep) Inserts a specific repetition of COMPONENT (a Group object)