Uses of Class
ca.uhn.hl7v2.model.v23.group.SRM_S04_RESOURCES
Packages that use SRM_S04_RESOURCES
-
Uses of SRM_S04_RESOURCES in ca.uhn.hl7v2.model.v23.message
Methods in ca.uhn.hl7v2.model.v23.message that return SRM_S04_RESOURCESModifier and TypeMethodDescriptionSRM_S04.getRESOURCES()Returns the first repetition of RESOURCES (a Group object) - creates it if necessarySRM_S04.getRESOURCES(int rep) Returns a specific repetition of RESOURCES (a Group object) - creates it if necessarySRM_S04.insertRESOURCES(int rep) Inserts a specific repetition of RESOURCES (a Group object)SRM_S04.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_S04_RESOURCESModifier and TypeMethodDescriptionSRM_S04.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_S04_RESOURCESModifier and TypeMethodDescriptionvoidSRM_S04.insertRESOURCES(SRM_S04_RESOURCES structure, int rep) Inserts a specific repetition of RESOURCES (a Group object)