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
Svetlana Ilina
· Nov 28, 2016
spatial data
Look at this open source project, it is a spatial
index
for Caché, this project was done at the first InterSystems hackathon in Moscow. And the article in Russian about it.
Question
Rob Schoenmakers
· Dec 6, 2022
How to delete system tasks?
Looks like you're experiencing the same thing as this person: https://community.intersystems.com/post/deleting-cleanup-sql-cleanup-
index
-task My answer's the same - this is a bug, and
Question
Arcady Goldmints-Orlov
· Oct 3, 2017
Querying a list property with SQL
object instances of Foo and Bar we'll insert Bar orefs into the MyBar object list collection of Foo - but via SQL / the relational projection id keys are being used instead (and,
indeed
Question
Rubens Silva
· Jun 2, 2017
ResultSet / SQL.StatementResult: How to know if a column value is $list'ed
%GetMetadata().columns.GetAt(
index
).colName // and label. Notice that columns must be an instance of %ResultSet.MD.Column. Hi Rubens, Is this what you are after...
Question
Adam Lees
· Feb 28
Estimate IRIS Health Connect database size based on HL7 message volumes
Both of those will have an
index
global. The message content is held in a stream which would be roughly the same size in bytes plus a small overhead.
Article
Yuri Marx
· May 29
Use Mako Python template engine to generate dynamic content
For this application, the Mako was used to generate a valid FHIR JSON message to create a new
patient
on server: { "resourceType": "
Patient
", "name": [ {
Question
Ahmad Bukhtiar
· Nov 19, 2020
Help with string function reading data from files
To answer your more general question, such as "How many
patients
are there with a specific Allergy Code?"
Article
Lydia Huang
· Mar 11, 2016
Run MDX queries in the DeepSee Shell
[Age Bucket].Members),2000) ON 1 FROM [
PATIENTS
] %FILTER [GenD].[H1].[Gender].
Article
Guillaume Rongier
· Jul 7, 2023
Iris FHIR Python Strategy
patient
=178" } ] } ``` 6. Open get a
patient
with authentication (you should have access to Observation) ```http GET http://localhost:8083/fhir/r4/Observation?
Announcement
Olga Zavrazhnova
· Nov 8, 2021
Calling all innovators! Take part in the European Healthcare Hackathon 2021
Leverage the synthetic data provided in FHIR to improve the insight on
patients
and their treatment or simply make your solution for any challenge usable immediately in practice with
Question
Prasanth Annamreddy
· Sep 2, 2023
How to convert JSON data to FHIR Object
The FHIR JSON resource types -
Patient
, Encounter, etc. - need to be converted to HL7 messages using DTL.
Article
Julio Esquerdo
· Feb 11
Using REST API, Flask and IAM with InterSystems IRIS - Part 2 – Flask App
"name": request.form["name"], "age": request.form["age"] } requests.post(API_URL, json=data, auth=HTTPBasicAuth(USERNAME, PASSWD)) return redirect(url_for("
index
Question
Oleksandr Kyrylov
· Apr 1, 2022
##class(EnsLib.HL7.Schema).GetFieldNameFromNumber() Bug
I want to get field name in "PID" segment by field number in HL7 Message using following object script expession: set nl = $CHAR(10) set str = "MSH|^~\&|MIHIN
PATIENT
GEN|
Question
Andy Caranicas
· Apr 27, 2016
Reducing select fields hurts query performance
My experience is that the query-opt. somehow decides to use the extend-
index
instead of an property-
index
. Hi Andy,Have the tables used by the query been tuned?
Article
Mike Kadow
· May 17, 2016
NewBie's Corner Session 2 Variables Set and Write commands
Unless of course you wish to address me only.See NewBie
Index
for an
index
of all NewBie Corner posts.
first
previous
…
51
52
53
54
55
…
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