Uses of Class
ca.uhn.hl7v2.model.v23.group.SRM_S03_RESOURCES
Packages that use SRM_S03_RESOURCES
-
Uses of SRM_S03_RESOURCES in ca.uhn.hl7v2.model.v23.message
Methods in ca.uhn.hl7v2.model.v23.message that return SRM_S03_RESOURCESModifier and TypeMethodDescriptionSRM_S03.getRESOURCES()Returns the first repetition of RESOURCES (a Group object) - creates it if necessarySRM_S03.getRESOURCES(int rep) Returns a specific repetition of RESOURCES (a Group object) - creates it if necessarySRM_S03.insertRESOURCES(int rep) Inserts a specific repetition of RESOURCES (a Group object)SRM_S03.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_S03_RESOURCESModifier and TypeMethodDescriptionSRM_S03.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_S03_RESOURCESModifier and TypeMethodDescriptionvoidSRM_S03.insertRESOURCES(SRM_S03_RESOURCES structure, int rep) Inserts a specific repetition of RESOURCES (a Group object)