Search

Clear filter
Announcement
Mike Morrissey · Feb 11, 2021

Advisory: Incomplete Query Results with ‘ORDER BY <row ID field> DESC’ – HealthShare

in descending (DESC) order. The field used for that sorting is the table’s row ID. The query contains conditions on multiple indexed fields. The query selects data from only
Announcement
Evgeny Shvarov · Mar 3, 2021

Technology Bonuses for Projects of the InterSystems Grand Prix

-rad-studio 4 iris-python-suite 7 fhir-chatbot 11 iris-ml-suite 10 IRIS Interoperability Message Viewer 10 isc-generate-db 10 iris-image-index
Question
Kurt Hofman · Dec 15, 2020

Intersystems IRIS 2020.4.0.524.0 (Docker) & IRIS Studio

declares available ports in the image. Access directly to the label $ docker inspect containers.intersystems.com/intersystems/iris:2020.4.0.524.0 \ --format '{{ index .Config.Labels
Article
Dmitry Maslennikov · Feb 4, 2016

Some more errors in Atelier

Atelier refresh (coincides with the next 2016.2 field test beta posting). The DLTK indexing initialization error is new and has been raised as an issue for our development
Article
Shanshan Yu · Apr 19, 2023

InterSystems IntegratedML-Height and weight prediction

the future height of children, and judge whether the child's body mass index is based on the current height and weight status. In the normal range. Key Applications: InterSystems
Question
Michael Wood · Nov 17, 2023

INSERT OR UPDATE

details, see Uniqueness Checks." "When using INSERT OR UPDATE, you can only insert IDKEY column values, not update them. If the table has an IDKEY index and another UNIQUE
Announcement
Preston Brown · Jul 26, 2024

REMOTE: Looking for InterSystems skills in HL7+CCDA, SDA3,FHIR,IRIS

integration solutions that improve patient record management and ensure compliance with industry standards. Database & Application Development – Expertise in InterSystems IRIS, Cache
Question
Scott Roth · Apr 2

ErrException: <INVALID OREF>zOutputToIOStream+^EnsLib.HL7.Message

EMR, send it through a DTL to just update the Patient Class, and then send it onto the Operation which is TCP. We are starting to see this error message... ERROR <Ens>
Announcement
Preston Brown · Dec 13, 2024

Remote: Strong InterSystems HL7, ADT, CCDA to FHIR + IRIS + GCP

clinical data integration solutions that improve patient record management and ensure compliance with industry standards. Database & Application Development – Expertise
Article
Yuri Marx · Aug 8, 2022

Learning InterSystems by Developer Community Articles

persistent properties https://community.intersystems.com/post/multidimensional-property-persistence-part-1-classic The adopted Bitmap Bitmap indexes https
Question
Eduard Lebedyuk · Feb 7, 2016

Best practices to store user information/settings in Caché

User As Security.Users; Property Settings As %String; Index UserIndex On User [ IdKey, PrimaryKey, Unique ]; /// Set settings for User equal to Settings ClassMethod
Question
Scott Roth · Nov 23, 2016

Text File Fixed Format

91 b/m Average Seizure Energy Index 7471.4 ?V? Postictal Suppression Index N/A Maximum Sustained Power 15787.0
Article
Yuri Marx · Feb 25, 2021

Day 3: Developing with InterSystems Objects and SQL

to SQL commands, from terminal, execute do $system.SQL.Shell(). Persistent classes have a system generated ID, if you need ID controled by you, use IDKEY index with one or more
Question
Stefan Schick · Mar 24, 2022

Howto add / remove searchtable items

] { Parameter DOCCLASS = "EnsLib.HL7.Message"; Parameter EXTENTSIZE = 4000000; /* Re-declare indices because the superclass is abstract */ Index indexValue On (PropId, PropValue
Question
Scott Roth · Mar 12

SQL Query not transforming into class structure correctly

]; Property ID As %String [ Required, SqlColumnNumber = 3 ]; Index IDIndex On ID; Property Abbr As %String(MAXLEN = 20) [ SqlColumnNumber = 4 ]; Property Name As %String(MAXLEN = 254