Search

Clear filter
Article
José Pereira · Jul 3, 2023

An experiment on generative AI and FHIR

This project is an experiment to use OpenAI API to answer to user prompts in the healthcare domain using FHIR resources and Python code. ## Project idea Generative AIs
Article
Lucas Enard · Sep 11, 2022

Sustainable Machine Learning for the InterSystems Interoperability Contest

-the-production) - [3. How it works](#3-how-it-works) - [4. HuggingFace API](#4-huggingface-api) - [5. Use any model from the web](#5-use-any-model-from-the-web) - [5.1. FIRST CASE : YOU
Announcement
Anastasia Dyubaylo · Jul 17, 2019

New Video: Natural Language Processing with InterSystems IRIS

? Could you please help? IRIS NLP, previously known as iKnow, is an embedded technology, meaning it's there in the form of APIs. These articles on building a domain and using
Announcement
Jeff Fried · Jun 10, 2019

IRIS for Health 2019.2 Released

including:enhancements to FHIR STU3 supportadditional IHE profiles a new JMS (java message service) connectorAddition of the IRIS Native API for Python and Node.js and relational access
Question
Ahmad Bukhtiar · Dec 5, 2020

How to know the storage of Edge Productions? and if storage size increased by 5% as compare to previous day we want to trigger email to system admin

admit to look why the storage increased suddenly. Hi Ahmad, IRIS has multiple ways to get operational statistics, most recent addition being /api/monitor REST service (docs) which
Question
Kurro Lopez · Feb 17, 2022

How to don't throw Ens.Alert for messages from a Business Operation

Hi all, I have a rule to throw a message when there is an error. I want to prevent send the email if the origin of the error is the API to send the email This is my rule Now
Question
Carl Osborne · Apr 11, 2022

MIT Hackathon - Sample Patients

Hello, We are preparing for the MIT hackathon and noticed that when using the cloud services for FHIR, there isn't enough or any Patient data to test the FHIR APIs. Which sample
Announcement
John Murray · Oct 4, 2022

Server Manager 3 is now out of preview

please also update your InterSystems ObjectScript extension to 2.0.0, which also released today. And if you have been taking advantage of proposed APIs to get server-side searching
Article
Alberto Fuentes · Mar 2, 2020

Simple Angular app + InterSystems IRIS example

as backend. In this sample we will: Import data from a public dataset and store it in InterSystems IRIS. Create automatic REST APIs using RESTForms2. Build an Angular 8 app
Question
Hoi Lai · Nov 23, 2021

IBM FASP protocol

of that but it could be a good reason to use an existing solution based on Python or C++ or other as offered herehttps://developer.ibm.com/apis/catalog/aspera--fasp-manager-sdk/downloads
Announcement
Lexi Hayden · Oct 31, 2019

New look and feel for IRIS documentation

include a new style sheet and a complete rewrite of the code we use to generate HTML. (There is now an underlying API for retrieving content as JSON, as well as a large set of unit
Announcement
Anastasia Dyubaylo · Jan 7, 2021

InterSystems Multi-Model Contest Kick-off Webinar

-model contest. On this webinar, we will demonstrate the APIs for each data model in action. Date & Time: Monday, January 11 — 10:00 AM EDT Speakers: 🗣
Question
Edward Jalbert · Jan 4, 2021

Export Member Demographics from Registry upload to new gateway

I am hoping I explain this correctly. We are using a query expire edge, to pass an API request to one of our vendor systems. There is no feed into the gateway from an external
Question
Ravi Akkiraju · Mar 19, 2021

Adding additional HTTP headers for SOAP client

We need to use SOAP API for some webservice. I created the request/response & operation classes via the SOAP wizard. Prior to making the invokeMethod, ..Adapter.InvokeMethod
Question
Stella Ticker · Apr 21, 2017

Write Stream to File only when stream is finished

I am using a %Stream.FileCharacter object and LinkToFile API to write to a file on a folder. The file is written line by line . Something like below:-Set tStream = ##class