Uses of Class
ca.uhn.hl7v2.model.v23.group.RRA_O02_ADMINISTRATION
Packages that use RRA_O02_ADMINISTRATION
-
Uses of RRA_O02_ADMINISTRATION in ca.uhn.hl7v2.model.v23.group
Methods in ca.uhn.hl7v2.model.v23.group that return RRA_O02_ADMINISTRATIONModifier and TypeMethodDescriptionRRA_O02_ORDER.getADMINISTRATION()Returns the first repetition of ADMINISTRATION (a Group object) - creates it if necessaryRRA_O02_ORDER.getADMINISTRATION(int rep) Returns a specific repetition of ADMINISTRATION (a Group object) - creates it if necessaryRRA_O02_ORDER.insertADMINISTRATION(int rep) Inserts a specific repetition of ADMINISTRATION (a Group object)RRA_O02_ORDER.removeADMINISTRATION(int rep) Removes a specific repetition of ADMINISTRATION (a Group object)Methods in ca.uhn.hl7v2.model.v23.group that return types with arguments of type RRA_O02_ADMINISTRATIONModifier and TypeMethodDescriptionRRA_O02_ORDER.getADMINISTRATIONAll()Returns a non-modifiable List containing all current existing repetitions of ADMINISTRATION.Methods in ca.uhn.hl7v2.model.v23.group with parameters of type RRA_O02_ADMINISTRATIONModifier and TypeMethodDescriptionvoidRRA_O02_ORDER.insertADMINISTRATION(RRA_O02_ADMINISTRATION structure, int rep) Inserts a specific repetition of ADMINISTRATION (a Group object)