© 2026 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Initial Release
This is a sample of a dictionary management system, mainly including the functions of adding, deleting, modifying and querying the correspondence between code and value.
Pull the code to /usr/local/iris
Replace “localhost” in the “DictionaryManagement/user/js/script.js” file with the actual IP address.
Execute “docker compose up -d”
After installing the program, visit the page http://ip:52773/csp/dictionarymanagement/index.csp, and you can complete the function of managing the correspondence between code and value.