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 IRIS

Showing 186 of 349

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 0 Needs review

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

Implement StoreFieldStreamRaw for XML Virtual Documents

XML Virtual Documents don't support StoreFieldStreamRaw like HL7 Messages, forcing to the user to work with SetValueAt, limit the size of the Stream to the MAXSTRING value
Luis Angel Pérez Ramos 5 months ago in InterSystems IRIS 0 Needs review

Refresh Button on the small messge browse in the Production panel

On the Production screen. After selecting a business host, the panel on the righthand side of the screeen contains tabs for "Log" and "Messages", and so forth. On the Log tab, there is a refresh button. The message tab does not have a refresh butt...
Stefan Cronje 5 months ago in InterSystems IRIS 0 Needs review

Add SCRAM-512 Authentication to IRIS Kafka adapters

I tried to use Kafka service and Kafka operation in IRIS interoperability. Our Kafka cluster requires SCRAM-512 authentication or TLS encryption, not SASL-plain which is offered in current Kafka adapters.
Oliver Wilms 6 months ago in InterSystems IRIS 0 Needs review

Dynamic object for XML or XML to JSON string converter

A direct conversion XML->JSON (besides XML->object->JSON) would make some implementations way easier. Searching for information in JSON or Dynamic objects is way easier than in XML. I am developing an API that receives many different kind...
Heloisa Paiva 6 months ago in InterSystems IRIS 2 Community Opportunity

Add Email-Only 2FA

Currently, IRIS has two options for 2-factor authentication. You can use SMS, which requires a cell phone, or you can use an authenticator app. This is also generally going to require a cell phone. I would be helpful for some of our users if we co...
David Hockenbroch 6 months ago in InterSystems IRIS 0 Needs review

SQL Return ID

Add functionality to SQL to use RETURN on insert statements. To return the value of whichever field is specified after the insert. Can be useful when using SQL to insert records and you need the ID immediately without having to select it.
Stefan Cronje 6 months ago in InterSystems IRIS 4 Future consideration