Search

Clear filter
Article
Kristina Lauer · Jan 29, 2024

Get familiar with FHIR

Head over to the InterSystems learning site to try the new learning path in the Online Learning catalog, Introduction to the FHIR Standard.
Question
Scott Roth · Mar 15, 2024

Local Web Gateway connecting to Docker Container Image

I went through Apache Web Gateway with Docker | InterSystems Developer Community however that is already bundled and requires TLS certificate setup which I don't care about since this
Announcement
Thomas Dyar · Oct 3, 2024

Faster Vector Searches with Approximate Nearest Neighbor index -- now available in the Vector Search Early Access Program

We've recently made available a new version of InterSystems IRIS in the Vector Search Early Access Program, featuring a new Approximate Nearest Neighbor index based upon the Hierarchical
Question
Emmanuel Katto · Oct 8, 2024

Performance tuning techniques - Emmanuel Katto Uganda

What performance tuning techniques have you found most effective when working with InterSystems IRIS? Any specific metrics to monitor?
Article
Megumi Kakechi · Nov 7, 2024

How to programmatically obtain a list of configured namespaces

InterSystems FAQ rubric It can be obtained with a List query of the %SYS.Namespace class. 1. Create a routine like this: getnsp set statement=##class(%SQL.Statement).
Question
Marcus West · Apr 17, 2024

Does Cache/Ensemble cache DNS lookups?

elegant way of picking up a DNS change than the hacky methods we've found Thanks Failing somebody who has run into this before, I would suggest opening a WRC ticket so somebody from InterSystems
Discussion
Seisuke Nakahashi · Apr 18, 2024

Agree or Disagree? : change the comment delimiters in VS code extension

I agree that I don't like #; as a comment BUT, I prefer ; instead, I'm not a fan of // comments, probably because I'm an old InterSystems user.
Announcement
Gary Holt · Mar 15, 2022

UK Job Opportunity for Cache/Ensemble Developer

Skills and Experience: Proven development experience in Intersystems Cache/Ensemble Experience in healthcare preferred but not essential Any Java/HTML development experience would
Question
Virat Sharma · Oct 20, 2022

Compilation information for classes

Then you should be able to write your own script :-) https://www.yumpu.com/en/document/read/36857498/using-the-cache-r-routine-intersystems-documentation https://docs.intersystems.com
Question
karthik siva · Jul 31, 2018

Info icon on DeepSee-Widget Title Bar

I tried with the options available in Widget settings and referred InterSystems's documention as well, I couldn't find a way to get this.Please help me to achieve this.
Question
Amit Prajapati · Sep 12, 2019

SQL concatenation for more than 2 columns

AS DisplayName, UserType, IsActive, RoleName, DOB FROM LISDB.ExternalUsersWhere FirstName||' '||LastName Like '%Praja%' Hi Praj, In the past, the following has worked for me using Intersystems
Question
Cristiano Silva · Sep 18, 2019

Error to load IAM image

Hi folks,I started to play with docker and InterSystems products, it's amazing, but I got the error when try to load the IAM-0.34-1-1.tar.gz image to docker:[root@CONF-RHEL-DOCKER-IRIS-API
Question
Elize VdRiet · Sep 26, 2019

FHIR Sandbox sort by family not available

_sort (according to FHIR standard the _sort parameter is what should be used to sort), but I get: "Invalid request URL parameter _sort specified" So I am having to assume that InterSystems
Question
Vivek Nayak · Aug 26, 2019

Debugging in Visual studio code using Serenji.

For debugging we use InterSystems' native debug support, which operates on the INT code that your class compiles into.
Question
Luk Jesso · Apr 10, 2019

CSP Gateway | Error Condition: Failed to read posted content from the client

Hello experts,I'm new to InterSystems software and still not so familiar with it.