Search

Clear filter
Article
Luis Angel Pérez Ramos · Oct 10, 2023

Using FHIR Adapter to deliver FHIR services over legacy systems - Introduction

architecture in our IRIS instance Registering a patient type Resource in our HIS. Querying patients by their ID using a REST API call. Registering a Bundle with patient and medical
Question
P Patz · Nov 19, 2017

Force inner select to be executed

;= ? Index on 'Transaction.Date, Transaction.Account'Is there a way to FORCE the inner select to be executed first? I want to use the Index mentioned above, but I would like
Question
Laura Cavanaugh · Feb 15, 2017

Property as Simple list of string values

don't need to index the values or use individual values in the SQL statement (e.g. Select * from table where emails [ "email@co.com" -- I don't need to do this, although maybe
Article
Robert Cemper · Feb 26, 2018

M:N Relationship

Status As %Boolean;Relationship Company As Sample.Company [ Cardinality = one, Inverse = Slot ];Relationship Employee As Sample.Employee [ Cardinality = one, Inverse = Jobs ];Index
Discussion
Maks Atygaev · Mar 28, 2020

Why Declarative ObjectScript is not a framework/tool but a matter message

index = "" for { set index = numbers.Next(index) // working with indexes quit:index="" set item = numbers.GetAt(index) if (item # 2
Announcement
Anastasia Dyubaylo · Sep 3, 2020

New Video: Using IRIS for Health to Reduce Readmissions

InterSystems IRIS for Health™ can be used to build applications that reduce the risk of readmission among patients in a medical network. Highlighting the healthcare
Question
Daniel Kutac · Jan 7, 2016

DeepSee and AGE dimension - how to keep age data up-to-date

(checkbox "Get value at runtime"). See for example, HomeD.City level, property Population at Patients cube in SAMPLES namespace. Also, see "Defining Age Members" section
Question
Edward Jalbert · Aug 31, 2021

Clinical Viewer Role For Viewing SDA

? https://docs.intersystems.com/hs20202/csp/docbook/DocBook.UI.Page.cls?KEY=HECUI Hello Edward -If you're referring to the Patient Summary reports, then access to that is controlled
Announcement
Anastasia Dyubaylo · Mar 19

[Video] Is your data ready for AI

explores how data quality impacts both traditional machine learning and generative AI models. Learn why normalization, patient matching, and external data integration are crucial
Question
Kathy Ward · Nov 2, 2021

Searching for carriage return in an HL7 field

to search the field for a carriage return and piece together the field. This is an example of what they are sending: NTE|1||Fake Interpretation A Overall Summary. Patient presents
Question
Goran Stefanovic · Jul 6, 2020

How to set my custom class in a business process written manually, not BPL (contextsuperclass

processed by the Business Service. In the Business service I open up the Message and from that I extract properties such as the Patient ID, three key fields LogType (where the data
Question
Victor Castanon · Jun 29, 2022

Help with JSON/XDATA Mapping

"":""NEW PATIENT 45"",""providerid"":187,""starttime"":""14:00"",""duration"":45,""appointmenttypeid"":1188,""reasonid"":[""-1""],""patientappointmenttypename"":""New Patient
Question
Santhosh Gladson · Sep 20, 2018

HTTP Request - InsertParam method

the index page from Documatic you do: Set httprequest=##class(%Net.HttpRequest).%New() Set httprequest.Port=1972 Do httprequest.SetParam("PAGE","INDEX") Do
Article
Mike Kadow · Oct 24, 2016

NewBie's Corner Session 21 Parameters  Part II

respond through the InterSystems Developer Community, don't send me private email, unless of course you wish to address me only.See "Newbie's Corner Index" for an index of all NewBies' Posts
Article
Lorenzo Scalese · Apr 27, 2020

JSON-Filter

? You can use a %DocDB, It’s a good way for storing JSON and index the main properties. However, JSON document is very flexible. It isn’t always possible (and not recommended