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
Global Summit
Health Connect
HealthShare
Internal Tech Article Contest
InterSystems Ideas Portal
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
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 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
Python
React
Red Hat Enterprise Linux (RHEL)
Relational Tables
Release
REST API
Security
Sharding
SOAP
Source Control
SQL
SSL
Startup
Studio
SVN
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
Article
José Pereira
· Dec 27, 2021
Using Python to Implement an IMAP Client in InterSystems IRIS
from a list by its
index
, using the [\_\_getitem\_\_](https://docs.python.org/3/reference/datamodel.html#object.\_\_getitem\_\_) special method: USER>Set b = ##class
Question
Nicky Zhu
· Sep 3, 2018
Why does a DT succeed in test while failed in run time
;/UBadguanxing> ...</Record></test>The value of UBadguanxing will trigger the generation of labresult.the result is as below: <Container> <
Patient
>
Article
Henry Pereira
· Dec 1, 2021
Data anonymization, introducing iris-Disguise
. It is certainly a non-trivial feature to implement, but it gives you the ability to keep a
patient
encounter intact as the visit goes from admit to discharge. This scares out a lot
Announcement
Anastasia Dyubaylo
· Sep 6, 2023
Key Questions of the Month: August 2023
Wood #HealthShare UCR + HSPI
Patient
Demographic Prioritization By Paul Riker XCPD versus PDQ Settings By Paul Riker Clinical Viewer Data Requirements By Paul Riker
Announcement
Anastasia Dyubaylo
· Dec 21, 2023
InterSystems FHIR and Digital Health Interoperability Contest
of registration for the contest! 5 apps have been already added: FHIR-OCR-AI by @xuanyou.du iris-fhirfy by @José.Pereira HL7-FHIR-Cohort-Populat by @Momeena.Ali
Patient
-PSI-Data by @Chang.Daofhirmessageverification by @珊珊.喻 Upload your application and join the contest!🔥
Announcement
Evgeny Shvarov
· May 16
Technological Bonuses Results for Vector Search, GenAI and ML Contest
Article](https://community.intersystems.com/post/preventive-health-chatiris-integrating-intersystems-iris-enhanced-
patient
-engagement) > - [📦 Exchange Package](https
Question
Gaolai Peng
· Sep 18, 2017
How to import a tab separated text file into a SQL table programmatically
= "Pending" ];
Index
idxRPPI On RPPI;ClassMethod LoadFromFile(){ Set pFileName="C:\mytest.tsv" Set pDelimiter= $C(9) Set rowType="RPPI varchar(50),Name varchar(516),BirthDate Date
Article
Brendan Bannon
· Jul 15, 2021
Embedded SQL new in InterSystems IRIS
is flexibility in a live environment. In the past, if you add an
index
or ran TuneTable, the SQL in Cached Queries would make use of this new information right away while embedded SQL
Question
Krishnamuthu Venkatachalam
· Sep 12, 2020
Calling a classmethod of an instance from another instance via native method
to interact with is linked to an underlying Global Definition (Data,
Index
and Stream) then use the Global Mapping to Map the Globals used by the class into Namespace A 5) The Class
Article
Yuri Marx
· Jul 20, 2022
Create Stored Procedures using Embedded Python
Python has become the most used programming language in the world (source: https://www.tiobe.com/tiobe-
index
/) and SQL continues to lead the way as a database language. Wouldn't
Article
Sylvain Guilbaud
· Sep 18, 2023
How to run code at compile time with macros
Extends %Persistent { Property Label As %String(MAXLEN = ""); Property Key As %String(MAXLEN = 256) [ Required ]; Property Value As %String(MAXLEN = "");
Index
UniqueI
Article
Benjamin De Boe
· Jan 10, 2023
Columnar Storage in 2022.3
in a columnar
index
or data map. Also, you'll see it combine columnar and bitmap indices in a number of cases, which is great if you're starting off by adding columnar indices to an existing
Article
Lorenzo Scalese
· Nov 10, 2023
Inter process communication with $SYSTEM.Event
patient
creation. In this scenario, we could represent the following sequence of activities: Process A informs the "
Patient
" event manager and is responsible for sending
Article
Murray Oldfield
· Mar 11, 2016
InterSystems Data Platforms and performance – Part 2
is here](https://community.intersystems.com/post/capacity-planning-and-performance-series-
index
) ***Edited Oct 2016...*** *[Example of script to extract pButtons data to a .csv
Article
Maks Atygaev
· Dec 11, 2016
Declarative development in Caché
://www.tiobe.com/tiobe-
index
/). [Edit, changed to 8. Pretty sure C and ASM don't have anything like this.]I don't want to say this is you, but some people have no room for innovation
first
previous
…
92
93
94
95
96
…
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