We love hearing from our users. Tell us what you want to see next and upvote ideas from the community. * Bugs and troubleshooting should as usual go through InterSystems support.
Currently, there are two possibilities to use macros in a class
1) with the "Include" keyword at the beginning of a class definition
2) in EACH (class)metod definition one or more macros can be defined with the "define", "def1arg", etc. keywords...
Remember Preferred language selection for Management Portal "forever"
Everytime that the session of the Management Portal is closed the preferred language selected is lost, forcing to the user to change it the next time that log in. Using cookies would fix this problem, keeping the language selection at any time.
Luis Angel Pérez Ramos
about 1 year ago
in InterSystems IRIS
6
Will not implement
Many companies use Spring Cloud today. With the advent of the full cloud era, hospitals inevitably need to span multiple independent but interdependent applications or partners, and the traditional single ESB platform that only gives SOA architect...
Studio is a focused no-nonsense COS/CSP code editor.Although I like VS Code a lot for other programming languages, I find it overkill to just edit IRIS classes and routines. I also like the idea of a dedicated editor: for instance I use PyCharm fo...
Herman Slagman
almost 2 years ago
in InterSystems IRIS
2
Will not implement
We use the Search functionality in InterSystems HealthShare (Health Connect) to navigate around our TIE. This is only available on the Home page. It would be great if it could be part of the banner so searching is available on any screen.
Adding an index on EncounterNumber in HSAA.Encounter will significantly enhance query performance by reducing full table scans, optimizing joins, and accelerating data retrieval for reporting and analytics. Many reports and queries rely on filteri...
We utilise the Export feature to export classes from a production ready for a deployment. We already have a list of classes to deploy from our source control history. It would be handy if we could list out the classes/production items/ LUTs etc., ...
Option for Assign append to escape automatically in DTL editor
Sometimes it seems in DTLs the asign operators are poor at escaping hl7. i.e. one comment we had was < comment > <![CDATA[ * T & B subsets reflexed due to abnormal proportions of ]]> </ comment > calling assign like the below...