Learning
Documentation
Community
Open Exchange
Ideas Portal
Global Masters
Certification
Partner Directory
Startup Hub
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 Data Studio
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
Mike Minor
· Apr 13, 2018
cache sql insert into external database
As %String(EXTERNALSQLNAME = "
PATIENT_CITY
", EXTERNALSQLTYPE = 12, MAXLEN = 1000) [ SqlColumnNumber = 36, SqlFieldName =
PATIENT_CITY
];Property PATIENTETHNICITY As %String(EXTERNALSQLNAME
Question
Ramil TK
· Aug 3, 2022
Working With Date and Time
For this type of data, you can make your own
indexes
for different parts and/or combinations of them: a separate date, a separate time, a separate year, a separate year and month, etc
Question
Anna Golitsyna
· Jul 24, 2024
Undocumented RoutineList features
Is that
indeed
so? After some system files reading, I discovered that you can EXCLUDE certain routines with ', by using the 'ABC or 'ABC* syntax.
Question
Krishna Jasti
· May 10, 2017
Atelier Intellisense Not Working
Eclipse-based application.I don't know if the current 1.1 beta fixes this issue, nor if it will require a version of Caché greater that the current 2017.1 release in order to solve it (or
indeed
Question
Eduard Lebedyuk
· Jan 14, 2020
Getting dynamic object from iterator
I get this error on access: <PRIVATE PROPERTY> And the property is
indeed
marked as private. _sighs_ I should have expected that much. Which version are you using?
Announcement
Preston Brown
· Jul 26, 2024
REMOTE: Looking for InterSystems skills in HL7+CCDA, SDA3,FHIR,IRIS
EMR/EHR Implementation – Designing clinical data integration solutions that improve
patient
record management and ensure compliance with industry standards.
Question
Scott Roth
· Apr 2
ErrException:
zOutputToIOStream+^EnsLib.HL7.Message
We receive an HL7 message with an RTF embedded from our EMR, send it through a DTL to just update the
Patient
Class, and then send it onto the Operation which is TCP.
Announcement
Preston Brown
· Dec 13, 2024
Remote: Strong InterSystems HL7, ADT, CCDA to FHIR + IRIS + GCP
EMR/EHR Implementation – Designing clinical data integration solutions that improve
patient
record management and ensure compliance with industry standards.
Article
Robert Cemper
· Apr 25, 2020
Static WHERE Conditions
It is built on by iFind and this older (but worthwhile) community article on custom spatial indices, although in both cases it works hand-in-hand with a custom
index
(using %FunctionalIndex
Question
Ephraim Malane
· Oct 13, 2022
How to convert xlsx to csv
ClassMethod XLStoCSV(source As %String = "/data/sample.xlsx") As %Status [ Language = python ] { import pandas as pd read_file = pd.read_excel(source) read_file.to_csv(source+'.csv',
index
Announcement
Vadim Aniskin
· Jan 17, 2024
Top InterSystems Ideas Contributors for 2023
autosave for DTL and BPL pages @LuisAngel.PérezRamos 14 Make IRIS a part of Spring Cloud @wang.zhe 14 Most Commented Ideas: Idea Author Comments Binary
index
Question
Nezla
· Apr 10, 2022
SQL query confusion
Host Variables You can also try rebuilding the
Index
Table or clearing Cached Queries.
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
).
Question
Vivek Ranjan
· Mar 12, 2018
Persistent table with %GUID As property
%%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
@Scott.Morrison9195 @Fred.Gustafsson, thank you for bringing this issue to our
attention
.
first
previous
…
91
92
93
94
95
…
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