Search

Clear filter
Article
Developer Community Admin · Oct 21, 2015

Healthcare IT Breakthrough: Evolving to Advanced Integration Technology

-based health information sharing, within and between organizationsClinical and administrative staffs needing more information, faster, to improve patient care and control costsThe
Article
José Pereira · Jun 5, 2022

The Flow Editor application

to identify the recipient of the message. ## Flow examples Here we are going to see some animations showing some examples of flows created in the Flow Editor. ### FHIRaaS patient
Question
Oleksandr Kyrylov · Apr 1, 2022

##class(EnsLib.HL7.Schema).GetFieldNameFromNumber() Bug

: set nl = $CHAR(10) set str = "MSH|^~\&|MIHIN PATIENT GEN|1.2.3.4.5.9.99.999.9999.1004||2.16.840.1.113883.3.1481|20200103000000+0000||ADT^A01^ADT_A01|1092|P|2.6|1091
Question
Chip Gore · Apr 15, 2020

InterSystems IRIS Business Intelligence - Limiting the source data for a cube

, and as the data within this table/collection grows/changes over time, I would like to be able to control which records actually make it into the indexed cube, but I'm having a hard time
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
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
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
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
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 · 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
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
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
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