Learning
Documentation
Community
Open Exchange
Global Masters
Certification
Partner Directory
Ideas Portal
Developer Community
Ask DC AI
Posts
InterSystems Official
Articles
Questions
Announcements
Discussions
Tags
Events
Tech Article Contest
Programming Contest
InterSystems Ideas Contest
Event Calendar
Products
InterSystems IRIS
InterSystems IRIS for Health
HealthShare
TrakCare
Caché
Ensemble
InterSystems Analytics (DeepSee)
InterSystems Text Analytics (iKnow)
Jobs
Job Opportunity
Job Wanted
Members
About
About Us
FAQ
Feedback
Report an Issue
Share an Idea
Code of Conduct
Contact Us
EN
Ask AI
Language
EN
|
ES
PT
JP
CN
FR
EN
Search
All
Top posts
Latest posts
Tags
Type of post
Announcement
Article
Question
Discussion
Search by user posts
Tags
Caché
Developer Community Official
Documentation
Ensemble
Global Masters
Health Connect
HealthShare
InterSystems Ideas Portal
InterSystems IntelliCare
InterSystems IRIS
InterSystems IRIS BI (DeepSee)
InterSystems IRIS for Health
InterSystems Kubernetes Operator (IKO)
InterSystems Natural Language Processing (NLP, iKnow)
InterSystems Official
InterSystems Reports (Logi)
IRIS contest
Job Opportunity
Job Wanted
Learning Portal
Open Exchange
Other
Partner Directory
Resource Library
Summit
Supply Chain Orchestrator
TrakCare
.NET
Access control
Adaptive Analytics
Alerts
Analytics
Analyzer
Angular
Angular2
API
Apple macOS
Application Server
Artificial Intelligence (AI)
Authentication
AWS
Azure
Backup
Beginner
Best Practices
Big Data
Business Operation
Business Process (BPL)
Business Rules
Business Service
C++
Callout
CaretDev
CCR
Certification
Change Management
ChatGPT
Cloud
Code Golf
Code Snippet
Coding Guidelines
Columnar Storage
Compatibility
Compiler
Containerization
Contest
Continuous Delivery
Continuous Integration
Convergent Analytics
CSP
CSS
CSV
Cubes
Dashboards
Databases
Database Transaction Processing
Data Import and Export
Data Model
DC Feedback
Debugging
Deployment
Developer Community FAQ
Development Environment
DevOps
Digest
Distributed Data Management
Docker
Document Data Model (NoSQL)
DTL
Early Access Program (EAP)
Eclipse
ECP
Embedded Git
Embedded Python
Encryption
Enterprise Message Bank
Error Handling
Events
Failover
FHIR
Field Tests
Framework
Frontend
FTP
Generative AI (GenAI)
George James Software
Git
GitHub
Globals
Global Summit 2016
Global Summit 2017
Global Summit 2018
Global Summit 2019
Global Summit 2022
Global Summit 2023
Global Summit 2024
Google Cloud Platform (GCP)
Graph
High Availability
HL7
HTML
iFind
Indexing
Innovatium
IntegratedML
integration-required
Interoperability
InterSystems API Manager (IAM)
InterSystems Business Solutions and Architectures
InterSystems Demo Games
InterSystems Package Manager (IPM)
IoT
isNewTech
ITvisors
J2 Interactive
Java
JavaScript
JDBC
Journaling
JSON
Key Question
Key Value
Kubernetes
Languages
Large Language Model (LLM)
LDAP
LEAD North, LLC
Listings
Localization
Machine Learning (ML)
Management Portal
Mapping
MDX
Meetup
Message Search
Microservices
Microsoft Windows
Microsoft Windows Server
Mirroring
Monitoring
Multi-model
MultiValue Basic
Namespace
Natural Language Processing
Node.js
OAuth2
Object Data Model
ObjectScript
ODBC
Open Source
OpenVMS
Perforce
Performance
PID^TOO||
Platforms
Podcast
Prompt Engineering
Python
React
READY 2025
Red Hat Enterprise Linux (RHEL)
Relational Tables
Release
REST API
Security
Sharding
SOAP
Source Control
SQL
SSL
Startup
Studio
SVN
Swagger
System Administration
System Alerting and Monitoring (SAM)
Terminal
Testing
Tips & Tricks
Tools
Tutorial
Ubuntu
UI Development
UIMA
Unstructured Data
Vector Search
Video
Virtual Summit 2020
Virtual Summit 2021
Visualization
VSCode
Vue.js
Web Gateway
Webinar
XML
ZEN
Apply
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
first
previous
…
94
95
96
97
98
…
next
last
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up