Uses of Class
ca.uhn.hl7v2.model.v23.group.SUR_P09_FACILITY
Packages that use SUR_P09_FACILITY
-
Uses of SUR_P09_FACILITY in ca.uhn.hl7v2.model.v23.message
Methods in ca.uhn.hl7v2.model.v23.message that return SUR_P09_FACILITYModifier and TypeMethodDescriptionSUR_P09.getFACILITY()Returns the first repetition of FACILITY (a Group object) - creates it if necessarySUR_P09.getFACILITY(int rep) Returns a specific repetition of FACILITY (a Group object) - creates it if necessarySUR_P09.insertFACILITY(int rep) Inserts a specific repetition of FACILITY (a Group object)SUR_P09.removeFACILITY(int rep) Removes a specific repetition of FACILITY (a Group object)Methods in ca.uhn.hl7v2.model.v23.message that return types with arguments of type SUR_P09_FACILITYModifier and TypeMethodDescriptionSUR_P09.getFACILITYAll()Returns a non-modifiable List containing all current existing repetitions of FACILITY.Methods in ca.uhn.hl7v2.model.v23.message with parameters of type SUR_P09_FACILITYModifier and TypeMethodDescriptionvoidSUR_P09.insertFACILITY(SUR_P09_FACILITY structure, int rep) Inserts a specific repetition of FACILITY (a Group object)