Search

Clear filter
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
Gevorg Arutiunian · Sep 20, 2018

Get Day of the Week from Date

, then subsequent centuries. EX (2000, 2100, 2200, 2300) Set dayList = $LISTBUILD("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday") // Index goes from 0-6
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
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
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
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 · 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>
Question
Ramil TK · Aug 3, 2022

Working With Date and Time

be easier to use the %TimeStamp (or %PosixTime) type, where the date and time are paired at once. For this type of data, you can make your own indexes for different parts
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
Article
Muhammad Waseem · Jan 10, 2022

12 Medical Datasets along with 43 tables dynamically created by using all-new LOAD DATA SQL functionality

from the National Institute of Diabetes and Digestive and Kidney Diseases. The objective is to predict based on diagnostic measurements whether a patient has diabetes
Announcement
Anastasia Dyubaylo · Oct 10, 2022

InterSystems IRIS for Health Contest: FHIR for Women's Health

at solving the following issues: You will receive a special bonus if your application can help pregnant patients discover trends in tracking pregnancy symptoms and/or build
Article
Guillaume Rongier · Oct 23, 2020

HL7 PID Obfuscation

This is a modification of EnsLib.HL7.Message to not display Patient demography information in visual trace. This feature is toggle by a resource named NotAnonymize, if a user have
Article
Zhong Li · Sep 25, 2017

HealthConnect (Ensemble) Integration with PKB Service

to be a 10-minute quick guide to describe a demo solution (simple configurations and end-2-end implementation steps) for Health Connect (Ensemble) Integration with PKB (Patient-Knows-Best
Question
Arto Alatalo · Aug 12, 2019

How to read global via Stream interface

an adapter to a function expecting Stream? Nice, thanks. But it seems that this way will work only if the global has an ID as first index. This way involves copying of the data
Question
Martin Karas · Oct 1, 2019

NoExtent and object references

to one object only. Adding a BitMap extent index to class B helps compensate for the fact that all B objects are stored together, and improves the performance of queries on the subclasses.