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.
We have a full featured API for access globals via ECP, but still have no "standard" way to do RPC. In Cache it was possible with %Net.RemoteConnection.cls. Having been removed from IRIS, this class is still not substituted with some clear API. By...
Alexey Maslov
over 2 years ago
in InterSystems IRIS
2
Already exists
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...
Add an option to generate a Report based on a Production that will list all Inbound and Outbound end-points, including IP/PORT,SSLConfig, Credentials etc. Possibly include a visual representation (network diagram), including optional HL7 Msg Types.
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.
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.
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
over 1 year ago
in InterSystems IRIS
0
Future consideration