Clear filter
Article
Luis Angel Pérez Ramos · Oct 10, 2023
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
;= ? 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
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
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
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
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
(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
?
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
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
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
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
"":""NEW PATIENT 45"",""providerid"":187,""starttime"":""14:00"",""duration"":45,""appointmenttypeid"":1188,""reasonid"":[""-1""],""patientappointmenttypename"":""New Patient
Question
Santhosh Gladson · Sep 20, 2018
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
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
?
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