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
Article
Muhammad Waseem
· Jul 2, 2023
LangChain – Unleashing the full potential of LLMs
to write an effective prompt is of critical importance. This framework module allows us to better manage prompts. For example, by creating templates that we can reuse.
Indexes
Question
Kim Jiyong
· May 15
How to set encoding configuration when using JDBC
. Example Class dc.a Extends %Persistent {
Index
is On s; Property s As %String; /// d ##class(dc.a).Test() ClassMethod Test() { s t=..%New() s t.s="최봉남" d t.%Save() } } From
Article
Bob Schat
· Feb 10, 2022
The InterSystems Iris Fhirserver running on a Raspberry Pi Raspberry running as a FHIRserver
in the URI on which you can access the FHIRserver. In my case the “
Patient
” resource is on http://192.168.1.29:9092/csp/healthshare/fhironpi/fhir/r4/
Patient
(doesn’t work from outside
Article
Elliott Grey
· Mar 7, 2023
Creating a REST API with JWT Authentication in ObjectScript
As %String; Property Level As %String;
Index
IndexName On Name [ IdKey ]; ClassMethod GetCharByName(name As %String) As TTRPG.Character { set character = ##class
Article
Fabian Haupt
· Jan 20, 2017
Visualizing the data jungle -- Part I. Let's make a graph
/post/intersystems-data-platforms-capacity-planning-and-performance-series-
index
)) and more specifically [this article](https://community.intersystems.com/post/extracting-pbuttons
Article
Benjamin De Boe
· Sep 13, 2022
CI/CD with IRIS SQL
. For example, you may use this to take advantage of newish best practices such as the use of Extent Sets, which implement hashed global names and separate each
index
into their own global
Question
José Ademar de Oliveira Junior
· Feb 4, 2022
How to set up IRIS database with Quarkus
stuff and it's no more related to IRIS. Thank you so much @Guillaume.Rongier7183 for your help and also for being
patient
with me. Now my project is running correctly you helped me to find a solution.
Question
Leon Wilson
· Mar 4, 2022
UTF-8 Translation issue within IRIS
to the community for some insight. I have a SFTP service that pulling 2.5.1 DFT HL7 messages from our SFTP file server. The issue is that IRIS is transforming
patients
names and addresses
Announcement
Anastasia Dyubaylo
· Apr 27, 2022
InterSystems Grand Prix Programming Contest 2022
of the registration phase! What will the next great app be added?👀 Developers! A lot of applications have been added to the competition! Here they are: FHIR
Patient
Viewer
Announcement
Anastasia Dyubaylo
· Aug 4, 2022
Key Questions of the Month: July 2022
Davies Can I create an User Account from codeby Joost Platenburg Howto disable journaling temporarily for one database by Stefan Schick
Patient
Labels Design Dilemma: ZPL Abstract
Question
Sam S
· Jan 11, 2018
Routing Rules
; uiytr5678A06^^^^CKS. This rule, HL7.{PID:3.1}=HL7.{MRG:3.1}would compare every identifier. Unfortunately no. Not all
patients
will have every identifier. Almost all will have
Question
Sudarshan Kumar
· Jan 12, 2018
Read values from JSON in %CSP.Request
that. Thanks for responding
patiently
. Problem is solved.May i know how to compare two strings for equality. like,"inter" = "inter" ( true ) "black"="white " ( false )"inter
Article
Nikita Savchenko
· Feb 12, 2019
How to Develop InterSystems Applications in Your Favorite IDE
environment (for example, Visual Studio Code),
indexed
by any version control system and arbitrarily combined with many external tools for code analysis, preprocessing, packaging and so
Article
Brendan Bannon
· Dec 27, 2016
The Art of Mapping Globals to Classes (5 of 3
Bitmap indices are kind of new, it doesn’t mean you would not want to add them to your application that is using Cache SQL Storage. You can add a Bitmap
index
to any class that has
Article
Renato Banzai
· Jul 19, 2020
Using Machine Learning to Organize the Community - 3
, not straight SQL a little bit cross thinking it reminds me of this https://community.intersystems.com/post/unlimited-unique-
index
Thanks, Robert! Yes, this is relevant stuff. I'm not sure
first
previous
…
81
82
83
84
85
…
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