Uses of Class
ca.uhn.hl7v2.model.v251.group.ORG_O20_SPECIMEN
Packages that use ORG_O20_SPECIMEN
-
Uses of ORG_O20_SPECIMEN in ca.uhn.hl7v2.model.v251.group
Methods in ca.uhn.hl7v2.model.v251.group that return ORG_O20_SPECIMENModifier and TypeMethodDescriptionORG_O20_ORDER.getSPECIMEN()Returns the first repetition of SPECIMEN (a Group object) - creates it if necessaryORG_O20_ORDER.getSPECIMEN(int rep) Returns a specific repetition of SPECIMEN (a Group object) - creates it if necessaryORG_O20_ORDER.insertSPECIMEN(int rep) Inserts a specific repetition of SPECIMEN (a Group object)ORG_O20_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 ORG_O20_SPECIMENModifier and TypeMethodDescriptionORG_O20_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 ORG_O20_SPECIMENModifier and TypeMethodDescriptionvoidORG_O20_ORDER.insertSPECIMEN(ORG_O20_SPECIMEN structure, int rep) Inserts a specific repetition of SPECIMEN (a Group object)