Uses of Class
ca.uhn.hl7v2.model.v23.group.SRM_S06_RESOURCES
Packages that use SRM_S06_RESOURCES
-
Uses of SRM_S06_RESOURCES in ca.uhn.hl7v2.model.v23.message
Methods in ca.uhn.hl7v2.model.v23.message that return SRM_S06_RESOURCESModifier and TypeMethodDescriptionSRM_S06.getRESOURCES()Returns the first repetition of RESOURCES (a Group object) - creates it if necessarySRM_S06.getRESOURCES(int rep) Returns a specific repetition of RESOURCES (a Group object) - creates it if necessarySRM_S06.insertRESOURCES(int rep) Inserts a specific repetition of RESOURCES (a Group object)SRM_S06.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_S06_RESOURCESModifier and TypeMethodDescriptionSRM_S06.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_S06_RESOURCESModifier and TypeMethodDescriptionvoidSRM_S06.insertRESOURCES(SRM_S06_RESOURCES structure, int rep) Inserts a specific repetition of RESOURCES (a Group object)