Hi,
Can you please suggest how to import vR4 packages for my FHIR application implementation. I can see SDA3 packages but want to work with vR4.
Is there any version compatibility for SDA3/vR4? What is the difference of SDA3 and vR4?
Thanks,
Hi,
Can you please suggest how to import vR4 packages for my FHIR application implementation. I can see SDA3 packages but want to work with vR4.
Is there any version compatibility for SDA3/vR4? What is the difference of SDA3 and vR4?
Thanks,
Hi Developers!
We are pleased to announce the launch of the
🏆 2nd Tech Article Contest on Chinese Developer Community🏆
From September 19 to November 24, 2023 (Beijing Time), we welcome you to contribute articles related to InterSystems technology.
🎁 Prize for Everyone: A special prize pack for each author who takes part in the contest.
🏆 Main Prizes: Apple AirPods Pro; Osprey Proxima Backpack; Home Office Pro Lap Desk; Sound Machine with Wireless Charger; JBL Pulse 5 Bluetooth Speaker; Sound Machine with Wireless Charger; Hammock InterSystems; Light Up Your Logo Charging Pad; InterSystems Developer Community Blanket
.png)
We have some custom tools that do project based deployment from environment to environment. In VS Code, we're struggling to find the best way to export PRJ files that contain the contents of a project the way we were able to in Studio. We can edit existing projects, and in server side editing we can create projects, but we can't seem to extract the project files (Not the classes, the wrapper) to store in our source control solution for deployment purposes.
I realize that a transition to ZPM would potentially render project files in this way unnecessary, but we're not there yet.
HealthShare Unified Care Record Fundamentals - Virtual October 2-6, 2023 9:00am-5:00pm US-Eastern Time (EDT)
HealthShare Patient Index – In Person October 3-5, 2023 9:00am-5:00pm US-Eastern Time (EDT)
InterSystems has corrected two defects regarding connectivity. These defects and their corrections are independent of each other.
This alert addresses them both because there are point releases containing both corrections.
Both defects only impact versions 2019.1.4 and 2020.1.4 of:
Neither defect impacts any released version of HealthShare Unified Care Record®, Information Exchange, Health Insight, Patient Index, Provider Directory, Care Community, Personal Community, or Healthcare Action Engine.
Hi,
I am dealing with a very old code base (some routines date back to 1985 and were running on a M system 😉). It is rather huge and currently contains around 5000 compilable *.int routines.
My goal is to export all routine code as *.int UDL files and setup a git repository containing all routines.
The issue is, approximatively 200 of those routines have storage names that differ only in case. I am using Windows and when exporting those routines using vscode, files gets overwritten depending on routine export order, as Windows NTFS file system names are not case-sensitive.
Hello all,
Using the example from the DocDB documentation below, is there a way to create a property and form a predicate that would be able to find a document where the phone number is a cell number and the number is "401-123-4567"?
I am planning upgrade my PC OS to windows 10 to Windows 11.
There is any compactibility issue is with windows 11 with JReport and Intersystes Studio.
Intersystems Studio Version: - InterSystems Studio Client 2021.1.0 Build 215
Server IRIS for UNIX (Red Hat Enterprise Linux for x86-64) 2021.1 (Build 215_0_21953U)
JReport Designer Version :- JReport Designer 15.5
Anyone help to know there is any compactibility issue is there.
Thanks in Advance.
.png)
Hi Community
In this article, I will introduce my application IRIS-GenLab.
IRIS-GenLab is a generative AI Application that leverages the functionality of Flask web framework, SQLALchemy ORM, and InterSystems IRIS to demonstrate Machine Learning, LLM, NLP, Generative AI API, Google AI LLM, Flan-T5-XXL model, Flask Login and OpenAI ChatGPT use cases.
Hello developers,
In this article, I'll show you how to run code at compile time with ObjectScript macros.
Here's a use case that recently led me to use this feature:
As part of a medical application developed for more than 20 years, we have a large number of parameters. Although we have procedures for documenting these settings, it can be helpful to have a quick view of which settings are actually used by the application code.
To get this view, we could search the code with regular expressions.
.png)
Enhanced Password Management: Edit Passwords Seamlessly
In the ever-evolving landscape of digital security, robust password management tools have become indispensable. Our password management application, designed to simplify and secure your online life, now comes with an enhanced feature – the ability to edit passwords with ease.
Why is this feature a game-changer?
When I attempt to start my local IRIS instance (named LATEST) I am getting the below error
"(111) Error starting service: LATEST
Reason: (1069) The service did not start due to a logon failure."
Does anyone have experience with this or know how to resolve the logon credentials associated with this start?

This YouTube video about submitting a FHIR transaction bundle impressed me. It shows me two things:
Hi Developers!
I recently created a new foundation namespace in my IRIS for Health instance. I am noticing that Registry entries such as the Service and XUA registries (HS.Registry.Service.SOAP and HS.IHE.XUA.Config) from my previously created foundation namespace are not available in my new namespace. Is there a setting that controls this, or is there a way to map these registry values to my new namespace? Other developers I talked with on my team expected these registry entries available to all namespaces and were surprised when I reported they were not.
Hey Community,
Enjoy watching the new video on InterSystems Developers YouTube:
⏯ Best Practices for InterSystems IRIS System Performance in the Cloud @ Global Summit 2023
Hi,
I am using the container image 2023.1 and am hitting a max total db size error. However, this post indicates that the issue should have been resolved in Community edition 2019.3
Avoid to exceed databases license limit in IRIS Community Edition | (intersystems.com)
Hello InterSystems Community Members,
I hope you are all doing well. I am currently facing an issue while trying to set up the SNMP subagent functionality for my InterSystems Cache installation.
I am using InterSystems Cache for Windows (AMD64) version 5.2.4 (Build 809_0_9006U). The SNMP subagent functionality requires the iscsnmp.dll dynamic library, which I have been unable to locate in my installation directory.
I have checked my installation directory thoroughly, typically located at C:\InterSystems\Cache, and its subdirectories, but I couldn't find the iscsnmp.dll file.
As the iscsnmp.
For several years now Visual Studio Code has supported the notebook coding paradigm with a maturing UX and an API that is enabling a notebook extensions ecosystem to grow. One of the best-known notebook platforms is Jupyter Notebooks. A Microsoft team publishes an extension that allows VS Code to handle .ipynb notebook files. These can either work against a local Python environment or connect to a Jupyter Server, which typically hosts remote Python environments with beefier resources.
What if your InterSystems IRIS environments, whether local on your workstation or remote in your organization / cloud, could operate as Jupyter Servers? And not only for Embedded Python but also for ObjectScript and SQL
Have you ever thought of creating your own systems for editing users or, perhaps, even an API that you can call? Today, you’re going to join me in the %SYS namespace and get to know Security.Users!
This class has forty properties, many of which you’ve seen before in the System Management Portal. There are class methods for manipulating most of those properties. Every method in this class is a class method, and in most of them, the username is passed as an argument. These methods can be used when you do not want to open and directly manipulate the user’s objects, which is a bad idea anyway!
Hello,
I am facing an issue where i am not able to start the Healtshare environment.
I am very new to IRIS. We are developing a PHP application that connects to an IRIS instance of one of our vendors. This works well most of the time, but when I query a table to get data from particular fields that contain long text strings, it returns `NULL`. These fields are all `VARCHAR(30000)`.
I tried using the `$extract` functionality in the IRIS documentation, but that made no difference. I also tried setting the PHP setting `odbc.defaultlrl` to both 31K and 0. Neither resolved the issue.
From time to time InterSystems must respin a release to correct 1-2 issues. This process generates new kits called "Point Releases".
A Point Release is distinct from maintenance or feature releases. Its objective is to correct an urgent issue in the field quickly and surgically.
Hi Community,
We're pleased to invite you to the upcoming webinar in Hebrew:
👉 Leveraging Embedded Python in Hebrew 👈
🗓️ Date & time: September 12th, 3:00 PM IDT
Hi Guys,
I've an fileupload and button that executes Upload() clientmethod to upload files in my database and everything works fine when I run the application in the server where it is located, but if I run it from a client machine the %OnSubmit class method doesn't get invoked when form.submit() get executed so how can I fix this?
I can always use <submit> button but the thing is that I need the current form to close after submitting the form but adding &js<window.
It can be retrieved using the schema INFORMATION_SCHEMA.
INFORMATION_SCHEMA is a system schema and is not displayed by default in the SQL menu of the Management Portal.
The method to display it is as follows.
.png)
The SQL to get the ID, field name (COLUMN_NAME), data type (DATA_TYPE), description (DESCRIPTION) for the specified table (Sample.Human) is as follows.
If you're looking to get started with SQL in InterSystems IRIS or want to make your queries more efficient, try one of these short online learning exercises!
Both include learning labs, so no need to bring your own instance.
Thank you for your time to read this,
Could you please guide , how to import XML schemas in VS Code to class files?
Thanks,