Clear filter
Article
Developer Community Admin · Oct 21, 2015
-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
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
:
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
, 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
?
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
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
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
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
?
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
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
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
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
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