Clear filter
Question
Evgeny Shvarov · May 18, 2017
for that? Here's a few thoughts:Get list of pivotsFor eachGet MDXTry to execute MDXIf it fails, record the errorAggregate/display errorsShould be doable. DeepSee API has all the required functions.
Article
Evgeny Shvarov · Nov 21, 2019
API applications. Let's see how they are described in ZPM.
CSP Application
If we have CSP files to deploy or just any frontend UI delivered with InterSystems IRIS we need
Question
Murray Oldfield · Mar 19, 2021
and give you a guide.
`http://mysamserver:8080/api/sam/app/index.csp#/`
> Note: If you have many instances to add, or you wish to script this step, it is possible to add
Article
Guillaume Rongier · Aug 31, 2021
/containers.png)
The IRIS image used contains Embedded Python. After building, the container will run a wsgi server with the Flask API.
We are using the community package csvgen
Article
Yuri Marx Pereira Gomes · May 22, 2023
to https://openexchange.intersystems.com/package/iris-rest-api-template.3. Clone/git pull the repo into any local directory:
git clone git@github.com:intersystems-community/iris-rest
Article
José Pereira · Aug 26, 2020
schema, much of the ETL work could be done by IRIS Interoperability workflows.
Finally, the REST API. This feature leads to a bunch of applications. In context of my project, I
Article
Yuri Marx · Apr 18, 2023
get the original values to show to the user. There is also a Tonenizator REST API to tokenize the sensitive data, store into the token database and return a ticket. The business
Question
Manoj K · Mar 1, 2017
to breakdown the URL to understand how this is implement in Cache. Take www.somecompany.com/api/v1/person/1, there are three sections we are worried aboutserver: www.somecompany.comCSP
Announcement
Tamsin Holland · Oct 8, 2019
’ Object Script and HSF
Healthcare related experience (HL7, SNOMED, Health Information Exchange) would be an asset
REST API
SQL Server (queries and stored procedures, query tuning
Announcement
Anastasia Dyubaylo · Apr 23, 2020
and latest technologies we’ve released.
Please have a look at the list of webinars planned for May and June:
✅ API-First DevelopmentDate: May 5, 2020Time: 10:00 AM EDT
Question
Kevin Kindschuh · Jun 29, 2022
cubes and custom staging tables.
What API or web service can I use to quiesce the reporting server and then later initiate catch up?
Thanks,
Kevin https://docs.intersystems.com
Announcement
Jacquie Clermont · Jun 13, 2022
InterSystems Supports CMS & ONC Regulations as well as Prior Authorization
3. Analytics with InterSystems: New & Next
4. Using Python with InterSystems IRIS
5. API Management
Question
Mark Retry · Sep 10, 2020
of InterSystems IRIS for Health. To ingest data into HealthShare means transforming it through its APIs, whereas IRIS for Health is more comparable to a relational database like DB2.
SQL
Question
Markus Neumann · Mar 31, 2019
and made some expreiments with a REST API and a generic object-to-JSON tier: ClassMethod ObjectFromObject(o As %RegisteredObject, class As %String = "", package As %String
Question
Tom Van Oosterwyck · Dec 3, 2019
think, the best way would be to have REST entrypoint, which would redirect also work with WebSockets, while REST api can handle any Authentication issues. As an example, you can look at %API.Atelier.v1 class and method RunDebugger, which redirects control WebSocket.