Hi Developers,
Enjoy watching the new video on InterSystems Developers YouTube:
Hi Developers,
Enjoy watching the new video on InterSystems Developers YouTube:
InterSystems IRIS 2020.1 includes PEX (Production EXtension Framework) to facilitate the development of IRIS Interoperability productions with components written in Java or .NET.
Thanks to PEX, an integration developer with knowledge of Java or .NET can benefit from the power, scalability, and robustness of the InterSystems IRIS Interoperability framework and be productive in no time.
For an IRIS Interoperability framework expert, PEX makes it easy to enrich integrations with pre-existing Java- or .
I have a table, with autoincremented id
CREATE TABLE users (
id SERIAL NOT NULL,
name VARCHAR(30) NOT NULL,
PRIMARY KEY (id)
)I can add a new item there with an explicit id
INSERT INTO users (id, name) VALUES (2, 'fred')And while my id is autoincremented, I can omit it
INSERT INTO users (name) VALUES ('ed')So, this time, I don't know the id, and I want to somehow get it.
I could do it with LAST_IDENTITY() function, but it just uses %RowID, and have no relation to the primary id
Cures Act USCDI/ C-CDAv21 certification. I am looking for SDA3 examples for Newman-Bates-Kid/registry settings/advices on how to learn / whatever is helpful. InterSystems xsl files are clean but I am not working very often with xsl. I am mainly looking at Provenance and Clinical Notes, the 2 last errors we have. InterSystems documentation, so far I know, is very poor: only classes and some pages. Support has a small knowledge about SDA3 -> C-CDAv21 even if they try very hard to help.
Of course I am wondering if my company is using an almost dead technology. Is everybody on fhir now?
IRISTEMP - IRIS.DAT took up all the available disk space of almost 2 TB that leads to Production instance down.
After RCA the suspected cause was some SQL query but not confirmed as query result was received within a minute.
Currently we are monitoring the IRIS.DAT and it is continuously increasing and currently we set the MAX size for this DB, but not sure what will happen once it hit the MAX SIZE ?
Any clue why the IRISTEMP DB is not flushing the data from IRIS.DAT as i believe it is being mostly used for system processes and is in increasing trend at ~ 1GB/day?
When creating a PRA (Privileged Routine Application; which by the way is not relevant just for Routines but also for Classes/Methods), it is important to make sure you include a new $ROLES, before calling AddRoles(). For example:
new$ROLESThis way you ensure that indeed the added (elevated) roles "evaporate" for the User running this code, once the User is out of the scope of that routine/method.
[Thank you @Andreas Dieckow for validating this]
Hello!
Not opening an instance by index key after CACHE migration to IRIS. In composite indices, when one of the values is null, when using idx open it does not return the reference.
Has anyone had this problem?
is Intersystems studio available for Linux?
The capacity of taking numerous records every second while also facilitating real-time queries simultaneously in real time is called Hybrid Transactional Analytical Processing (HTAP). It is also called Transactional analytics or Transanalytics or Translytics and is a very useful element in scenarios where there is constant flow of real time data coming from IIOT sensors or data on fluctuations in stock market, and supporting the need for querying these data sets in real-time or near real-time.
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"Test"Become a line command:
USER>
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)
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: