Uses of Class
ca.uhn.hl7v2.model.v23.group.PPG_PCJ_ORDER
Packages that use PPG_PCJ_ORDER
-
Uses of PPG_PCJ_ORDER in ca.uhn.hl7v2.model.v23.group
Methods in ca.uhn.hl7v2.model.v23.group that return PPG_PCJ_ORDERModifier and TypeMethodDescriptionPPG_PCJ_GOAL.getORDER()Returns the first repetition of ORDER (a Group object) - creates it if necessaryPPG_PCJ_GOAL.getORDER(int rep) Returns a specific repetition of ORDER (a Group object) - creates it if necessaryPPG_PCJ_GOAL.insertORDER(int rep) Inserts a specific repetition of ORDER (a Group object)PPG_PCJ_GOAL.removeORDER(int rep) Removes a specific repetition of ORDER (a Group object)Methods in ca.uhn.hl7v2.model.v23.group that return types with arguments of type PPG_PCJ_ORDERModifier and TypeMethodDescriptionPPG_PCJ_GOAL.getORDERAll()Returns a non-modifiable List containing all current existing repetitions of ORDER.Methods in ca.uhn.hl7v2.model.v23.group with parameters of type PPG_PCJ_ORDERModifier and TypeMethodDescriptionvoidPPG_PCJ_GOAL.insertORDER(PPG_PCJ_ORDER structure, int rep) Inserts a specific repetition of ORDER (a Group object)