Clear filter
Article
Dmitry Maslennikov · Feb 4, 2016
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
, 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
]
{
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
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
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
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
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
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
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
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
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
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
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
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
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.