Uses of Class
ca.uhn.hl7v2.model.v23.group.SRM_S09_RESOURCES
Packages that use SRM_S09_RESOURCES
-
Uses of SRM_S09_RESOURCES in ca.uhn.hl7v2.model.v23.message
Methods in ca.uhn.hl7v2.model.v23.message that return SRM_S09_RESOURCESModifier and TypeMethodDescriptionSRM_S09.getRESOURCES()Returns the first repetition of RESOURCES (a Group object) - creates it if necessarySRM_S09.getRESOURCES(int rep) Returns a specific repetition of RESOURCES (a Group object) - creates it if necessarySRM_S09.insertRESOURCES(int rep) Inserts a specific repetition of RESOURCES (a Group object)SRM_S09.removeRESOURCES(int rep) Removes a specific repetition of RESOURCES (a Group object)Methods in ca.uhn.hl7v2.model.v23.message that return types with arguments of type SRM_S09_RESOURCESModifier and TypeMethodDescriptionSRM_S09.getRESOURCESAll()Returns a non-modifiable List containing all current existing repetitions of RESOURCES.Methods in ca.uhn.hl7v2.model.v23.message with parameters of type SRM_S09_RESOURCESModifier and TypeMethodDescriptionvoidSRM_S09.insertRESOURCES(SRM_S09_RESOURCES structure, int rep) Inserts a specific repetition of RESOURCES (a Group object)