Hi Developers,
Enjoy watching the new video on InterSystems Developers YouTube:
Hi Developers,
Enjoy watching the new video on InterSystems Developers YouTube:
According to the IRIS documentation, once a user id is identified, at lease one license will remain (forever if I understand it correcly). The documentation says "even if the number of processes under the user ID drops back under the maximum, InterSystems IRIS continues to allocate one license unit per process for that user ID. Only when all connections by the user ID are closed and there are no more processes under the user ID does license allocation reset to one unit for that user ID."
Our organization has a lot of IP addresses.
I have a module that sends EMAIL from a Cache INT routine (listed below).
In order to make sure the columns align in the body of the message that the recipient receives I want to force the setting of the FONT and SIZE in the body.
Does anyone know what I need to insert in this code in order to control font and size?
Alternatively is there a way to send mail from within Cache that will keep column data aligned?
Thanks.
________________________________________________________
s server=##class(%Net.SMTP).%New()
s server.smtpserver=server_name
s server.post=nn
s msg=##class(%Net.MailMessage)).%New()
s msg.
Look forward to the first Dutch HealthShare user group next Friday in Groningen. We have great topics to discuss with some Dutch HealthShare users:
Hi Community,
The day has arrived — InterSystems FHIR Healthtech Incubator Caelestinus Final Demo Day, November 30, 2022!
We started Caelestinus 8 months ago in March with 22 outstanding teams. Today 15 teams will pitch what they have achieved so far and their message to the market!
I’m pleased to invite everyone to InterSystems FHIR Health Tech incubator Caelestinus Demo Day, which will happen in a hybrid online/offline mode: you can watch pitches online via www.caelestinus.tech starting at 2 p.m. CET or go in-person in IKEM — Institute for Clinical and Experimental Medicine, the largest Czech medical research and clinical hospital.
Hi Community,
I need assistance to query ODS FHIR server to retrieve only one record.At the moment I am getting multiple records returned as seen below.
Is there a way to specify a parameter that will return a single record instead of 21 because it's the same practitioner returned 21 times.
.png)
Hello everyone,
I talked to a colleague and he said that at the other company he worked, they converted a routine into a line and used that in the terminal like a command. So, I want to know if we have this function native in Intersystems products, or maybe was a program they created, my colleague doesn't remember and this would be useful for me now.
Edit:
Example of function:
func1
set var="Test"write var
quit0Become a line command:
USER>set var="Test"write var quit0
Best Regards,
Flávio.
Hey Community,
We are super excited to announce the winners of the InterSystems IRIS for Health Contest: FHIR for Women's Health!
Thank you all for participating in our coding competition! Without further ado, the winners are...
How do I delete these system tasks that are obsolete.. The task in the attached image has no possibility to delete...
.png)
.png)
We have a UNIX VM with an InterSystems IRIS instance which we cloned for testing purposes, and we have found that $System (which is used for self-identification in email notifications) is still showing the hostname of the original VM, rather than the hostname of the cloned VM. This is coming from $System.INetInfo.LocalHostHame().
Does anyone know what you need to change on a UNIX clone in order for it to display the appropriate new host name in $System?
Hi Community,
Can someone assist me to check why HealthShare Iris install disk space increased, I want to know what contributed to Disk space utilization increase as it it now running at 81%. I am running Redhat Linux machine which is hosted on AWS.
.png)
Hi,
For a Linux host, has anyone developed an Ansible module that will start a session to IRIS and send commands?
What I am after is something like this:
1. Supply
Username
Password
Commands <- list
Prompt <- from session command
2. Send back the output from the session
If so please advise where I can download the module?
Hello Developers.
I have a question regarding X12 834 file for Payers.
We have a client thats sending X12 834 file with single ST SE block and has thousands of members in one single block and X12 process is throwing STORE error when processing this file.
Has anyone ran into this issue and has a way of splitting 834 file into single <ST> <SE> block?
Thank you in advance
Sheetal
TL;DR: This article describes an introductory-level project that exercises some string-manipulation functions in both ObjectScript and Python…with specs from a song.
After you’ve written your first “Hello World!” program, are you ready for a new fun challenge? An old, very popular (at the time) song may be just what you need.
While I was driving around on vacation in southern Maine, the local “Legends” radio station played the old classic, “The Name Game” by Shirley Ellis (https://www.youtube.com/watch?v=5MJLi5_dyn0).
Hi!
I'm trying to install a ZPM package in my 2018 cache to use swagger-ui in my api-rest, but when I execute command line:
Do $System.OBJ.Load("/mypath/zpm.xml","ck")
I receive this error message:
ERRO #6301: Erro no Parser XML SAX: Linha: 2 Deslocamento: 39 Este arquivo não parece ter sido exportado pelo Caché, não é possível importá-lo.
ELEMENTO DE ORIGEM: %ZEN.Component.html (htmlContent)
I'm trying to install the version: zpm-0.5.1
Can anyone help me?
...and find out how you can illuminate us! Share your expertise by becoming an InterSystems Certification External Subject Matter Expert. Also in the November 2022 newsletter, find helpful product compatibility information, learn how to gather more insights from your data, and see how you can easily prepare healthcare data for exchange.
If one of your packages on OEX receives a review you get notified by OEX only own YOUR package.
The rating reflects the experience of the reviewer with the status found at the time of review.
It is kind of a snapshot and might have changed meanwhile.
Reviews by other members of the community are marked by * in the last column.
I also placed a bunch of Pull Requests on Github when I found a problem I could fix.
Some were accepted and merged, and some were just ignored.
So if you did a major change and expect a changed review just let me know.
Hi Community,
It's voting time! Cast your votes for the best applications in our IRIS for Health Programming Contest focused on building FHIR solutions for Women's Health:
How to vote? Details below.
Hi Developers!
Here is the score of technical bonuses for participants' applications in the InterSystems IRIS for Health Contest: FHIR for Women's Health!
Hey Community,
Here is a digest of the Developer Community videos on InterSystems Developers YouTube Channel in November 2022:
Poor glycemic control is associated with a greater risk of miscarriage, NICU admission, operative delivery, and shorter gestational periods. Especially at risk are those with preexisting diabetes, who would benefit from maintaining near-normal glycemia before conception. All DIP patients would benefit from earlier referral to the diabetes service. Emphasis is placed on the early detection and effective treatment of DIP to achieve normoglycemia if associated complications, perinatal mortality, and maternal morbidity are to be reduced.
Hi Community,
In this article I will explain how to display management portal dashboard by using Python Flask web and Boostrap framework with the help of embedded python
Hi, I would like to tell you how easy it is to spin up IRIS for Health docker container in compute engine(VPS) in google cloud.
I know that to run IRIS for Health in AWS is pretty simple and straightforward, but I wanted to tried if its same easy in GCP environment.
Create vm instance. 2GB RAM is more than enough.

I used Debian 11 as Linux distro.
Standart persistent disk is cheaper.

Don’t forget to allow http, https traffic
Last thing for setting up virtual machine is allow external ports in firewall rules.

I allow here only 52773 which is for web user interface.
I know InterSystems has the SAP Java Connector.
Has anyone used that to communicate between IRIS and SAP S/4HANA Cloud? Or some other means?
Hi, how do I create a trigger that will only set the value of the "Status" field for new objects, not for all available?
Class CarDealer.Order Extends (%Persistent, %Populate)
{
Property Title As %String
Property Status As %String(VALUELIST = ",InProgress,Done,Canceled");
Trigger setStatus [ Event = INSERT, Foreach = row/object, Time = AFTER ]
{
&sql(update CarDealer.Order set Status = 'InProgress')
}
Hi Community,
@José Pereira and I want to introduce ZPM Explorer, our graphic interface to explorer the greats applications that we have inside InterSystems Package Manager.
ZPM Explorer's idea is to make it easier for people to find out what ZPM offers. Every week, every day, a new app joins the ZPM world, so why not help developers and non-developers take advantage of this incredible world?
Hello, first of all thanks for your time and help.
We do send from a REST POST request using SoapUI software, an "Authorization Bearer".
POST http://[IP]:[Port]/aplicaciones/scs/informescctest/Servicios.SOAP.InformesCConcertadosv01r00.cls HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: application/xml
Authorization: Bearer eyJ0e[...]
SOAPAction: http://SCS.Servicios/InformesCConcertadosv01r00/ResultadosER7
Content-Length: 1871
Host: AAA
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
Our mission is to get it inside a SOAP
Hi,
I wonder why IRIS seems to have its on way to deal with order or operations such as the example in the title. This affects regular arithmetic operations but of course conditions in various statements.
Even after years of COS development, I still get caught by these tiny frustrating details and it is absolutely annoying when you are writing APIs that some some maths.
Here is an example:
.png)
The last example is from here.
But, if you use any other calc:
.png)
With Google calc:
.png)
.png)
.png)
Hi guys.
I need validate a field string in a table. It needs have a specific mask
I want use regex + CASE expression
There is any function to this purpose in SQL?