Uses of Class
ca.uhn.hl7v2.model.v251.group.OMG_O19_SPECIMEN
Packages that use OMG_O19_SPECIMEN
-
Uses of OMG_O19_SPECIMEN in ca.uhn.hl7v2.model.v251.group
Methods in ca.uhn.hl7v2.model.v251.group that return OMG_O19_SPECIMENModifier and TypeMethodDescriptionOMG_O19_ORDER.getSPECIMEN()Returns the first repetition of SPECIMEN (a Group object) - creates it if necessaryOMG_O19_ORDER.getSPECIMEN(int rep) Returns a specific repetition of SPECIMEN (a Group object) - creates it if necessaryOMG_O19_ORDER.insertSPECIMEN(int rep) Inserts a specific repetition of SPECIMEN (a Group object)OMG_O19_ORDER.removeSPECIMEN(int rep) Removes a specific repetition of SPECIMEN (a Group object)Methods in ca.uhn.hl7v2.model.v251.group that return types with arguments of type OMG_O19_SPECIMENModifier and TypeMethodDescriptionOMG_O19_ORDER.getSPECIMENAll()Returns a non-modifiable List containing all current existing repetitions of SPECIMEN.Methods in ca.uhn.hl7v2.model.v251.group with parameters of type OMG_O19_SPECIMENModifier and TypeMethodDescriptionvoidOMG_O19_ORDER.insertSPECIMEN(OMG_O19_SPECIMEN structure, int rep) Inserts a specific repetition of SPECIMEN (a Group object)