Search

Clear filter
Question
AndreClaude Gendron · Apr 19, 2016

Unable to store (or rather retrieve) OREF in globals - Trying to create a Singleton Class

+----------------- attribute values ------------------| %changed = 1| %data("MyProp") = 22| %index = ""Stored : 1@%ZEN.proxyObjectGot : 1@%ZEN.proxyObject'1@%ZEN.proxyObject
Question
Ramil TK · Aug 3, 2022

Working With Date and Time

be easier to use the %TimeStamp (or %PosixTime) type, where the date and time are paired at once. For this type of data, you can make your own indexes for different parts
Article
Zhong Li · Sep 25, 2017

HealthConnect (Ensemble) Integration with PKB Service

to be a 10-minute quick guide to describe a demo solution (simple configurations and end-2-end implementation steps) for Health Connect (Ensemble) Integration with PKB (Patient
Article
Guillaume Rongier · Oct 23, 2020

HL7 PID Obfuscation

This is a modification of EnsLib.HL7.Message to not display Patient demography information in visual trace. This feature is toggle by a resource named NotAnonymize, if a user have
Announcement
Anastasia Dyubaylo · Oct 10, 2022

InterSystems IRIS for Health Contest: FHIR for Women's Health

at solving the following issues: You will receive a special bonus if your application can help pregnant patients discover trends in tracking pregnancy symptoms and/or build
Article
Flávio Lúcio Naves Júnior · Mar 24, 2024

How to setup 2FA authenticator for IRIS users

, patient information, and other critical health data is tightly controlled and only available to authenticated users. By implementing 2FA, healthcare providers and organizations can
Article
Oliver Wilms · Dec 18, 2024

Bringing Idea Inbound Interoperability adapter for HTTP Calls to Reality

of passing of parameters. E.g. the installation call could be run as: ``` zpm "install iris-http-calls -D FilePath=iris_http_calls -D UrlModify=/MedicationStatement?patient
Article
Muhammad Waseem · Jan 10, 2022

12 Medical Datasets along with 43 tables dynamically created by using all-new LOAD DATA SQL functionality

from the National Institute of Diabetes and Digestive and Kidney Diseases. The objective is to predict based on diagnostic measurements whether a patient has diabetes
Article
Dmitry Maslennikov · Aug 22, 2023

REST Api with IRIS on Python with sql migrations

import Column, Integer, String, Text from app.db import Base class Todo(Base): __tablename__ = 'todo' id = Column(Integer, primary_key=True, index=True) title
Announcement
Guillaume Rongier · Mar 16, 2022

HL7v2 to FHIR, it's easy

": [ { "value": "http://hospital.smarthealthit.org" } ] } }, { "request": { "method": "POST", "url": "Patient
Question
Scott Roth · May 15, 2023

Linked Table connection through JDBC

a ticket open with WRC and started a chat on Discord. We have a couple of MS SQL tables that I have setup as Linked Tables within Cache to query NPI, Patient Account Information, Visit
Question
Laura Cavanaugh · Jun 12, 2017

Possible to view the contents of a process private global

I know the process ID< and I know the global name: ^||testing(index). From the terminal (and therefore, and different process ID), how do I view the contents of ^||testing
Question
Mathew Lambert · May 23, 2018

##class( autocomplete for classnames

longer to index prior to cache existing, and that is why you encountered the performance hit. @Scott.Morrison9195 @Fred.Gustafsson, thank you for bringing this issue to our attention
Question
Kurro Lopez · May 24, 2019

How to copy array values from JSon to object using DTL

a nonexisting Next methodyou could create a loop using <WHILE> and do a "manual" loop.For the condition source.retorno.datos.polizas.poliza.%Size() gives you the index
Question
Vivek Ranjan · Mar 12, 2018

Persistent table with %GUID As property

: USER>set obj = ##class(Test1).%New() USER>set obj.Property1 = "Hello" USER>w obj.%Save() 1 USER>w obj."%%GUID" FC381F94-277E-11E8-82F0-005056B479AA The ^OBJ.GUID index that this creates can be accessed via %ExtentMgr.GUID.