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.
There is no second opinion InterSystems is having a great community and a learning portal. Out of the learning paths available in the below link, I think we should have career-oriented paths. Please share your inputs https://learning.intersystems....
Aasir Waseer
over 3 years ago
in Learning
1
Implemented
Currently, there is no simple way to run IntegratedML predictive models on real-time data as it is ingested into IRIS. The best method we’ve found for performing these real-time predictions is by creating a custom business process that includes a ...
Guest
about 4 years ago
in
1
Community Opportunity
Add support for two-factor authentication in DBeaver
In many environments 2FA/MFA is virtually mandatory due to regulations and compliance requirements.
IRIS supports 2FA for the accessing the portal as well as Java/JDBC connections.
Unfortunately my favorite (ad most popular?) JDBC SQL client app...
Include an option in HealthShare (UCR) to support natively a vectorized database of patients' clinical data, enabling retrieval-augmented generation (RAG) for communication with market-available large language models (LLMs).
This feature would provide substantial added value to the product, particularly in the AI-driven era. Additionally, the vector search capability will support a wide variety of other use cases.
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
over 1 year ago
in InterSystems IRIS
6
Will not implement
It's importantent to have an information of messages (Ens.MessageHeader) logging the time of it in Queue. For example: When you call some BO and your message keep in queue fro a little, after it is processed. you have ONLY TimeCreated and TimeProc...
Implement or incorporate a mocking framework to complement %UnitTest class
Interoperability components often have dependencies such as external connections or callouts to external packages/libraries. In order to create UnitTests, we need to mock those components with something like Mockito so we aren't required to write ...
Implement samples of $system.external interface (aka "InterSystems External Servers")
The new $system.external interface (aka "InterSystems External Servers") is used to call/integrate with external language code/libraries, it replace the old gateways (for example Java gateway) that required the import of proxy objects. For the old...