Skip to Main Content
InterSystems Ideas
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.
ADD A NEW IDEA

InterSystems Products

Showing 263

Add GloRef and Executed lines in UnitTest portal.

Hello, It could be interesting to know the number of GloRef and executed lines in the UnitTest portal. Currently, the portal shows the duration it's good, but it could be better to add gloref and lines. I guess, I can log this myself using OnBefor...
Lorenzo Scalese 3 months ago in InterSystems IRIS 0 Future consideration

To integrate InterSystems IRIS for Health with Open Source Drools

The are huge amount of business rules needed in transferring and transforming data
William Liu 4 months ago in InterSystems IRIS for Health 1 Community Opportunity

Create List and Array Data Types that uses a PPG and not memory

When working with large arrays or lists, like with a Complex Record Map, and you get files with 200 000 lines, it uses a lot of Per Process Memory. Sometimes the process might even run out of memory if the file is too large. Can ArrayOfX and ListO...
Stefan Cronje 4 months ago in InterSystems IRIS 0 Future consideration

BPL, DTL and Rulesets in JSON and/or YAML

Sometimes when working with large rulesets, DTL, and BPL, it is easier to edit it in VSCode as XML than on the visual editors. XML is not the most legible format. If we could edit these as JSON or YAML, it would make editing it a lot easier. Not s...
Stefan Cronje 4 months ago in InterSystems IRIS 0 Needs review

Implement support for FHIRPath Patch resources on InterSystems FHIR Server

InterSystems FHIR Server documentation states that currently only JSON Patch documents are supported. I propose to implement support for the FHIRPath Patch resources, in compliance with FHIR specification on RESTful APIs.
Maksym Shcherban 4 months ago in InterSystems IRIS 2 Implemented

Web Interface to convert HL7 V2 to FHIR

We should have a web interface to convert HL7 V2 to FHIR along with a facility for REST operation with FHIR servers where we can post and get FHIR resources.
Muhammad Waseem 4 months ago in InterSystems IRIS for Health 2 Done by Community

IRIS Cloud SQL Integration with AWS Secrets Manager

Integrate IRIS Cloud SQL with the AWS Secrets Manager. The purpose will be to centralize the password of an instance and the applications using it, as well as allow for password cycling.
Stefan Cronje 4 months ago in InterSystems IRIS Cloud SQL 0 Planned or In Progress

Add JS (JSON) date format to formats used in $ZDATE & $ZDATEH

In Javascript the date format is as follows: 2012-04-23T18:25:43.511Z It is hardly different from the ODBC format, but still requires a transformation during exchanges between the frontend and the backEnd. JSON does not define a format for dates b...
Pierre LaFay 4 months ago in InterSystems IRIS 0 Needs review

Date format in LOAD DATA to indicate a date/datetime format other than 'yyyy-mm-dd hh:mm:ss'

Provide an option in LOAD DATA to indicate a date/datetime format other than 'yyyy-mm-dd hh:mm:ss' i.e : LOAD DATA .../...USING{ "from": { "file": { "dateformat": "DD/MM/YYYY" } }}
Sylvain Guilbaud 4 months ago in InterSystems IRIS 0 Planned or In Progress

Refactoring in VsCode

In VsCode (As in old Studio) there is juste one refactoring possibility : extract in method. I think that refactoring functions are important in producing clean code, because refactoring without dedicated function is too long, so not done.
Pierre LaFay 5 months ago in InterSystems IRIS 3 Future consideration