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
Internal Tech Article Contest
InterSystems Ideas Portal
InterSystems IntelliCare
InterSystems IRIS
InterSystems IRIS BI (DeepSee)
InterSystems IRIS for Health
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
Hidden post
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
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.
Question
Kurro Lopez
· May 24, 2019
How to copy array values from JSon to object using DTL
a nonexisting Next methodyou could create a loop using <WHILE> and do a "manual" loop.For the condition source.retorno.datos.polizas.poliza.%Size() gives you the
index
Article
Robert Cemper
· Apr 25, 2020
Static WHERE Conditions
on custom spatial indices, although in both cases it works hand-in-hand with a custom
index
(using %FunctionalIndex). That isn't required, but usually the flip side of the same use case coin.
Question
Ikara Ikliki
· Nov 15, 2019
Status ErrorList parameter: When using $SYSTEM.Status.DecomposeStatus(tSC, .tErrorList) what is the type of tErrorList returned and how to intialize
own error Let me know if you need any help } } The tErrorList is returned as an array. tErrorList itself (without
index
) is an increment
Question
Laura Cavanaugh
· Jun 12, 2017
Possible to view the contents of a process private global
I know the process ID< and I know the global name: ^||testing(
index
). From the terminal (and therefore, and different process ID), how do I view the contents of ^||testing
Question
Vivek Ranjan
· Mar 12, 2018
Persistent table with %GUID As property
: USER>set obj = ##class(Test1).%New() USER>set obj.Property1 = "Hello" USER>w obj.%Save() 1 USER>w obj."%%GUID" FC381F94-277E-11E8-82F0-005056B479AA The ^OBJ.GUID
index
that this creates can be accessed via %ExtentMgr.GUID.
Question
Mathew Lambert
· May 23, 2018
##class( autocomplete for classnames
longer to
index
prior to cache existing, and that is why you encountered the performance hit. @Scott.Morrison9195 @Fred.Gustafsson, thank you for bringing this issue to our attention
Question
Nezla
· Apr 10, 2022
SQL query confusion
. In this case, you should ignore host variables. Host Variables You can also try rebuilding the
Index
Table or clearing Cached Queries. Portal uses cached query and in its code it uses
first
previous
…
61
62
63
64
65
…
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