Learning
Documentation
Community
Open Exchange
Global Masters
Certification
Partner Directory
Ideas Portal
Developer Community
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
New post
Language
EN
|
ES
PT
JP
CN
FR
EN
New post
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 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
Tiago Ribeiro
· Sep 26, 2017
Whats Unique, PrimaryKey and IDKey
subscript of data store.Could be defaulted to %Integer >0Unique key defines an
index
with unique values of a property in parallel to IDkey. Checked during object save.PrimaryKey
Announcement
Evgeny Shvarov
· Jul 6, 2023
Technological Bonuses Results for InterSystems Grand Prix Contest 2023
Index
Docker ZPM Online Demo Unit Testing Community Idea Implementation First Article on DC Second Article on DC Code Quality First Time
Question
Neerav Verma
· May 10, 2019
Adding Parameter to FilterQuery
the table by state which is like saying Select * from
Patient
where State = 'CA' . Correct?My problem is quiet the opposite. I have picked up this snippet from your own code<column
Article
Brendan Bannon
· Dec 27, 2016
The Art of Mapping Globals to Classes (4 of 3
the properties and their types. Define the properties in the class (don’t forget the properties from the variable subscripts). Define the IdKey
index
. Define the Storage Definition
Question
Joaquin Montero
· Feb 25, 2020
GitHub, VSCode and IRIS for Health workflow
files into the data model as part of the build process. The JSON files are created by synthea. An open source tool for generating synthetic
patient
data. If you use this method, any
Question
Brandon Butler
· Sep 18, 2021
Standing up Local Instance with Cache.DAT file
Service uses an offshoot of the VA's VistA Database which IHS calls RPMS (Resource and
Patient
Management System). As IHS is a government entity, they also have to release a FOIA
Article
Alberto Fuentes
· Feb 19, 2016
Simple $system.Event examples
which handles
Patient
related messages.SubDummy which handles dummy messages. ; create events and subscriber jobs do ##class(IAT.S05.PubSub.Example.Main).Setup() ; send some
Article
Steven Hobbs
· Oct 8, 2019
$LIST string format and %DynamicArray and %DynamicObject classes
in the following discussion.) The first element of a %DynamicArray has
index
0 while the first element of a $LIST has
index
1. Until a %DynamicArray element is evaluated
Article
Mikhail Khomenko
· Oct 11, 2021
Using Cloud Monitoring to Monitor IRIS-Based Applications Deployed in GKE
simple-iris. Then, we package a chart: $ helm package simple-iris/ Then move a resulting gzipped archive into a repository directory (gh-pages branch). Then update the
index
-file
Question
Wendy Griffiths
· Jul 22, 2016
Overriding the property setter and getter methods
(Wendy.LTCodes).GetInvalid({Code})}, SqlComputed, SqlComputeOnChange = Code ];
Index
CodeIndex On Code [ IdKey, PrimaryKey, Unique ]; ClassMethod GetInvalid(WSCode) As %Boolean
Discussion
Evgeny Shvarov
· Aug 31, 2019
What do You Use For Static Array Management in ObjectScript: List vs Global vs Local vs PPG
(^Month) k @ad d ..MonthGlobalSetup(ad) // get the particular value by
index
W "Month N5 is ",@ad@(5) // work with all entries of the global level set monthId
Article
Sergey Mikhailenko
· Apr 20, 2021
Full screen editor for routines, arrays and text files in terminal mode
with the Enter key, and cancel with Esc. To edit a specific node, you can go to it F7 by entering the desired
index
. For example 1000. It is also possible to filter and display only those
Article
Dmitry Maslennikov
· Oct 6, 2020
RealWorld Application with InterSystems IRIS
] Activate SUCCESS [realworld] Test START Use the following URL to view the result: http://172.22.0.3:52773/csp/sys/%25UnitTest.Portal.Indices.cls?
Index
=48&$NAMESPACE
Article
Mike Kadow
· Aug 13, 2016
NewBie's Corner Session 17 New command
Community, don't send me private email, unless of course you wish to address me only.See "Newbie's Corner
Index
" for an
index
of all NewBies' Posts One difficulty when converting old
Article
Maxim Yerokhin
· Sep 21, 2016
ASP.NET Identity Caché Provider — working with Identity via InterSystems Caché
; u.UserName) .IsRequired() .HasMaxLength(256) .HasColumnAnnotation("
Index
", new IndexAnnotation(new IndexAttribute("UserNameIndex
first
previous
…
72
73
74
75
76
…
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