Search

Clear filter
Question
Norman W. Freeman · Feb 8, 2023

Why are "Exclusive_e->Delock" needed when saving persistent objects in a transaction ? (and can they be avoided

: Class Test.Test Extends %Persistent { Property ID As %Integer [ Required ]; Index IDKEY On ID [ IdKey ]; //... } I think delocks are needed because
Question
John Hotalen · Nov 30, 2016

Persistent Classes and Transient SQL Calculated/Computed properties

the flexibility to do so, would be putting an [IDKey] index on the code property of the code tables, having the code properties in ICDAutoCodeDefn refer to the code table classes rather
Question
Yone Moreno · Apr 30, 2020

Convert XML to a Request Message which has HL7 segments

;MSH.16>AL</MSH.16> <MSH.18>ASCII</MSH.18> </MSH> <ORM_O01.PATIENT> <PID>
Question
Sebastian Thiele · Oct 13, 2017

DICOM TCP-Services and DICOM implementation details in Ensemble

as DICOM VR ´SQ´ (Sequence) for example to transport the Patients primary language (DICOM-Dictionary, PatientPrimaryLanguageCodeSequence). Setting it like Set tSC
Article
Niyaz Khafizov · Jul 27, 2018

Load a ML model into InterSystems IRIS

, for example to score patient risk models for current inpatient lists at HBI Solutions. The article is considered as InterSystems Data Platform Best Practice.
Announcement
Anastasia Dyubaylo · Jan 9, 2023

Key Questions of the Month: December 2022

%)by Ephraim Malane FHIR Practitioner seacrh by PRACTITIONER return only one recordby Ephraim Malane Add users to the workflow on Patient Indexby Ephraim Malane HealthShare Edge
Question
Smythe Smythee · Sep 28, 2022

Ens.DataTransform

="",tSC=$$$EnsSystemError Goto Exit } You need to remove that. Also Patient info should be in SDA already, so you can remove: Set target.Patient.Name=source.GetValueAt("PID:5") Set
Article
Zhong Li · Aug 23, 2020

Run some Covid-19 ICU predictions via ML vs. IntegratedML (Part II

(dataFrame.itertuples(index=False, name=None)) ) return True Setup Python JDBC connection import numpy as np import pandas as pd from sklearn.impute import SimpleImputer import
Question
Thiago Zenaro · May 3, 2018

Custom %ListOfDataTypes

this was referred to as the property class but that definition is expanded to include other member types such as query, index, and so on. Methods inherited by a member from the member
Article
Danny Wijnschenk · Nov 15, 2017

Advent of Code 2016 Day15: Timing is Everything

This is a series of programming challenges for beginners and experienced Caché programmers. For an introduction and an index of all articles: go to article https
Article
Evgeny Shvarov · Apr 14, 2019

The Double Indirection or Yet Another Way to Process Data Arrays in InterSystems IRIS

After multiplication: ^A(1)=2 ^A(2)=4 ^A(3)=6 ^A(4)=8 ^A(5)=10 ^A(6)=12 ^A(7)=14 ^A(8)=16 ^A(9)=18 ^A(10)=20 Notice @arr@(index) construct. This is called
Question
Kevin Furze · May 14, 2016

How do I force outliers to be ignored - 2016.1

counts of just over 1,000,990 using that sqlthe plan clearly shows it's dropping down the consolidateID index first, then the dealerid->routeid, then the statusCode but has
Question
Stuart Byrne · Jun 4, 2020

How to Count the Number of OBX groups in a message using objectscript alone

Category: 2.4Message Structure: ORU_R01Segment Structure: OBX Path you followed to get to this Segment Structure: PIDgrpgrp().ORCgrp().OBXgrp().OBX You will need to set the index
Question
wenjie zhao · May 24, 2021

Backup strategy 双机备份策略

this page and your description it sounds like an HA cluster with shared storage: https://www.rosedata.com/index_en.php/Prodetail/index/proid/1 Do you have any specific questions
Question
Ben Spead · Apr 12, 2023

Code to copy class definition from one Namespace to another

the index entry in ^rINDEXCLASS($$$UPPER(classname)) to the new namespace. Don't forget to move all related classes such as Serial classes, datatype classes, super classes, references