Search

Clear filter
Article
Dan Berges · May 30, 2022

FHIR Patient Viewer

. A second video showing how I would use FHIR Patient Viewer in a production environment (using a custom backend to handle the API calls, written in PHP/Laravel in my example
Announcement
Evgeny Shvarov · Jun 1, 2022

Technical Bonuses Results for InterSystems Grand Prix Contest 2022

FHIR IntegratedML Native API Interoperability Production EXtension Embedded Python AtScale Tableau, PowerBI, Logi InterSystems IRIS BI
Question
聆严 周 · Oct 13, 2022

Lisence usage suddenly spikes

reverse proxy, api gateways, virtualization are the norm. to get control over your situation you have 2 key methods: $SYSTEM.License.MaxConnections() returns the maximum number
Question
Dmitry Maslennikov · Nov 4, 2022

Get the primary id of inserted line in SQL

#RSQL_setoption_pkeyisidkey InterSystems DB-API Driver does not support it, yet, But yeah, this can solve it, and I like this way more. sqlalchemy.exc.InterfaceError: (iris.dbapi
Question
Julian Matthews · Apr 27, 2020

Issues Monitoring Activity Volume

. https://community.intersystems.com/post/monitoring-intersystems-iris-using-built-rest-api Hope that helps.
Question
Joan Cruz · Apr 24, 2020

Is there a way to change / renew the session cookie once this is created

. Currently, there is no API to request a new session cookie. If we wished to implement this in the absence of any real security concern it would need to be scheduled by our product
Article
Yuri Marx Pereira Gomes · Jul 13, 2022

Measure greenhouse gas (GHG) emissions with Carbon Footprint Counter app

and other organizations. (source: https://ghgprotocol.org/about-us). The Carbon Footprint Counter app uses the InterSystems IRIS to deploy REST APIs and SQL database to manage
Question
Michael Davidovich · Mar 30, 2023

%External.Messaging and Kafka

the Python library is the best solution as it offers more in terms of an API, but I'd still like to get %External.Messaging working for other purposes. Setting the Java Home setting
Question
Cyriak John · Jul 1, 2019

Question about proper method for querying data from custom SDA3 container on Access Gateway for a patient loaded in the clinical viewer

the Aggregation Key:Set tAgKey = ##class(web.SDA3.Loader).GetAgKey(tViewerPatientId)GetAgKey() is documented as an API method, so it should be safe to use.You are correct that you
Announcement
Anastasia Dyubaylo · Jan 14, 2021

Top Open Exchange Developers and Applications for 2020

-Mathby @Peter.Steiwer AnalyzeThisby @Peter.Steiwer DeepSeeButtonsby @Peter.Steiwer PivotSubscriptionsby @Peter.Steiwer iris-rest-api-templateby @Evgeny.Shvarov
Article
Yuri Marx Pereira Gomes · Jan 25, 2021

Static Documentation Generators

No statically built html files Simple and lightweight (~21kB gzipped) Smart full-text search plugin Multiple themes Useful plugin API Compatible with IE11 Support SSR Support
Question
Fabio Goncalves · Apr 29, 2016

%Library.GlobalCharacterStream deprecated

to the new datatype. This is bad! 1) Deprecated for COS means we simply do not want to encourage people to use these APIs anymore. There is no requirement to merge other
Question
Stephen De Gabrielle · Mar 9, 2017

Options for moving documents between systems

). * One system we have to interact with using their API which means creating an XML request (again with the document stream contained within the XML payload). * Mostly an application
Article
Athanassios Hatzis · Sep 12, 2017

The wizards of stored computer program and the next generation of programmers

to program client API in Python for data analytics.We build powerful meaningful relationships easily© HEALIS - Athanassios I. Hatzis, April 2017 (Moderator note: I have removed
Question
Bharathsimha Reddy Jakka · Apr 18, 2018

How to convert SQL persistent classes to JSON output

RESTForms project - generic REST API backend for modern web applications (articles: part 1, part 2). It handles transformation of classes/queries to JSON and exposes them via REST.