I haven't used the product in a while but just discovered it won't start because the key is expired. Is it possible to get a new one?
Hi Guys,
Sorry I'm not that familiar in using Javascript in Zen pages, so basically we have a priting utility (app) that requires us to add a bit of JavaScript call to facilitate printing from our Zen pages as below:
.png)
So I added XData link pasted the required script, is this the correct way?
.png)
Thanks
Hey Community,
Here is a digest of the Developer Community videos on InterSystems Developers YouTube Channel in May 2023:
On this GitHub you can find all the information on how to use a HuggingFace machine learning / AI model on the IRIS Framework using python.

1. iris-huggingface
Usage of Machine Learning models in IRIS using Python; For text-to-text, text-to-image or image-to-image models.
Here, models as example :
IRIS on mac unable to run my rest api which I created using spec first approach.
I am getting a 403 forbidden account error.
Here is a digest of new solutions and applications submitted to the InterSystems Open Exchange in May 2023.
✓ 1,096 downloads in May
✓ 728 applications all time
✓ 26,024 downloads all time
✓ 2,163 developers joined
Hi all,
I am looking for a way to serialize fhir content received via interoperability adapter into it´s corresponding ISC model class (e.g. HS.FHIR.DTL.vR4.Model.Resource.DiagnosticReport) for later use. In my opinion the outline to accomplish this would be something like
1) Receive the FHIR data
2) Get quick stream containing the JSON data
3) Examine if bundle or single ressource
4) For resource serialize to coressponding model class (HS.FHIR.DTL.vR4.Model.Resource.*)
5) further use of newly created object of type HS.FHIR.DTL.vR4.Model.Resource.*
Of course something like set tObj =
We are looking at what we need to do to migrate from our current usage of Zen reports to InterSystems Reports. One of the hurdles for us is figuring out ways to interact with InterSystems reports programmatically from ObjectScript routines. There is a Java API for it, but it is possible to generate a report from InterSystems reports to a stream object in ObjectScript without diving into Java by using a %Net.HttpRequest. Here is a code example, followed by an explanation:
#include %cspIncludeGetStream(catalog="",report="",type="2",paramnames,paramvalues,str) public{
try{
set namHi Developers,
Enjoy watching the new video on InterSystems Developers YouTube:
Dear experts,
Please, how can I estimated completion time for backups and restores. Is there a script to run and estimated that time?
Thank you so much.
Hi Dev Community members,
In this post, we would like to show you how to use DC tags. Let's make the most of this Developer Community option!

Strap on this jetpack to boost your developer experience in Visual Studio Code.
DX Jetpack for VS Code was my entry for the 2023 Developer Tools Contest, where it achieved 2nd place in the Experts vote and 5th place in the Community vote. It is an extension pack for VS Code, bundling three entirely new extensions created by me, plus a couple that we at George James Software published previously.
The new extensions are:
If you're reluctant to install DX Jetpack right away, why not try it using a dev container? In the dev container is an InterSystems IRIS Community environment augmented with InterSystems Package Manager (IPM) and the isc-codetidy package.
Tried running this command:
bash-3.2# cd /tmp/iriskit/IRIS_Community-2023.1.0.229.0-macx64/
bash-3.2# ./irisinstall
Getting Error:
The installer can't find a platform in this distribution supported by your system.
Contact InterSystems support.
Okay, we've got a quite useful way to very easily Import and export our objects as JSON, similar to what we already had before for XML.
So, It's a %JSON.Adaptor. But the issue here I faced with, working with Stream properties.
I have an example, when I generate an object, with stream binary stream properties. Export and Import the same, but getting the different resulting objects, depends on the original size of streams.
Class User.Test Extends (%JSON.Adaptor, %RegisteredObject)
{
Property Name As %String(%JSONFIELDNAME = "name");
Property HexStream AsHello Community,
The Certification Team of InterSystems Learning Services is excited to announce the release of our new InterSystems HL7® Interface Specialist exam. This is an updated and rebranded version of our previous HL7 exam, formerly know as HealthShare Health Connect HL7® Interface Specialist. It is now available for purchase and scheduling in InterSystems exam catalog. Potential candidates can review the exam topics and the practice questions to help orient them to exam question approaches and content. Candidates who successfully pass the exam will receive a digital certification badge that can be shared on social media accounts like LinkedIn.
Hi Community,
Watch this video to learn how to achieve true Interoperability in Healthcare Systems which is all about going beyond the typical "syntactic" interoperability and understanding what's needed to bring that interoperability to the next level in healthcare:
I am trying to call to a website that renders a xml structure as a response.if I put the url on the browser an xml rendered page is returned but if i call to this using the below code I get an object reference error which I am finding had to understand is there anyone who could help understand this error or point me in the right direction thanks.
Set tSC=$$$OK
Set httpRequest = ##class(%Net.HttpRequest).%New()Set httpRequest.Server = "msedgewebdriverstorage.blob.core.windows.net"
Set httpRequest.Port=443
Set httpRequest.ContentType ="application/octet-stream"
;;"application/xml"
Set
Hi all,
I'm wondering if is possible to call to a BO from a HL7 Route according to a parameter of the HL7 Message
I mean,
According to the identify of the laboratory, I want to call to other TCP process to retrieve information about blood tests.
We are creating the BO using this partern.
LAB.BO.TCP. + name of the laboratory.
The name of the laboratory is stoted in the lookup table T_LABORATORIOS
I've tried to assign the name into a variable and put it in the "send" instruction, but it doesn't work.
.png)
is it possible to call to a BO by a text variable instead of seleccting the BO from the production?
Our
Looking for advice on best practise (or at least reasonable approaches) for handling the Production class when utilising source control. (And perhaps wider advice around deployment.)
Scenario: a production server, a UAT test server, a connected development server plus multiple local development servers.In a particular (HL7 focused) namespace the production has an in-coming feed, more than a dozen downstream TCP connections, half a dozen downstream SQL connections, an email connection...
Hey Community!
Welcome to the 6th edition of the InterSystems Ideas news bulletin! This time you can read about:
✓ Ideas implemented last month by Community members
✓ How to create a new idea on InterSystems Ideas
✓ New ideas created recently
– 30 new articles
– 37 new announcements
– 67 new questions
– 3 new discussions
✓332 new members joined in May
✓11,412 posts published all time
✓9,454 members joined all time
Coming back to the topic of how to minimize journals.
Hi Guys,
How can I create a clone class so I can keep a copy of all records in that clone class?
Basically, I have a class where sometime records might be delete from it, so I would like to create clone class or merge the global content in another backup global so that records can be deleted from the original class but still have a copy of those delete records in my clone or backup global ?
Thanks
I have been trying to do a backup from tape using the D ^DBREST command. I am not able to connect to the tape drive, that recently got replaced. It is configured and I can see it with IBM's ITDT. I did a test and it came back with the error below:
.png)
Are there any suggestions on how to fix this or what commands to use to get this opened and connected? I do appreciate it.
Hello,
Do you know if there is any way to disable the automatic tuning IRIS is doing every time a class is altered? It just takes too long in our case and is holding the system, so I'd like to tune the tables when I decide it (again).
I've seen in the documentation that for 2023 version there is an option present in the backend. But not for 2022, so I assume a flag is needed somewhere.
Many thanks!
Heading to InterSystems Global Summit 2023? Don't forget to save room in your schedule for personal training or a one-on-one learning consultation! Sign-ups have already begun, so email GSTechExchange@InterSystems.comto save your spot today! All sessions will be held during Tech Exchange hours.
Need more time to plan your schedule? Sign up near the registration area on Sunday or at the welcome desk in the Tech Exchange.
- Personal Training: Meet with a technical trainer to start learning about InterSystems technologies, discuss a session, or resolve a technical issue (45m).
- Learning Plan
InterSystems announces its second preview, as part of the developer preview program for the 2023.2 release. This release will include InterSystems IRIS and InterSystems IRIS for Health.
Highlights
Many updates and enhancements have been added in 2023.2 and there are also brand-new capabilities, such as Time-Aware Modeling, enhancements of Foreign Tables, and the ability to use Ready-Only Federated Tables. Note that some of these features or improvements may not be available in this current developer preview.
Another important topic is the removal of the Private Web Server (PWS) from the
In the Windows Ressource Manager I can observe multiple parallel processes coming from cache.exe with read operations to journaling files.
All except one of these processes have the same reads(Byte/s). The processes point to different journal files and constantly read between 200 and 3000 Bytes/s.
The corresponding process via PID in the management portal of Caché shows the process %SYS.Monitor.Control.1. In 3 days of uptime on the server it has run 181.632.583 commands and modified 32.140.642 globals.
These processes are not writing to the journal at any point.
My employer set up a web-based HL7 interface monitor dashboard that will display all Ensemble components (Service/Process/Operation) in a Production, their status, and the support information embedded in each interfaces listing on the Monitor. Please see 3 screenshots.
This is part of the URL that we go to when accessing this Web based Monitor: ......57772/csp/healthshare/monitor/Rush.Monitor.Web.Home.cls
I've gone into Studio and I find the "Rush" 'folder' and the "Monitor" 'folder' but then the only thing to navigate to is "WebStudio" and I can never find the "Home.cls" file to edit.
Can
Please let your clients and others on your ISC team know that currently there are spots available for the following June courses which currently have a low registration:
- Developing with InterSystems Objects and SQL – IN PERSON June 26-30, 2023
- Clients may take advantage of a 33% discount off the price of virtual courses.
- In person courses provide a more personalized educational experience.
- HealthShare Unified Care Record Fundamentals– VIRTUAL June 26-30, 2023
- Please review the important prerequisite requirements for this class prior to registering.
Self-registration link for cl
