You may have seen my series of articles on GlobalToJSON closing with Embedded Python.
And to me, Embedded means inside a Class and not PEX or other external variants.
The first variants showed that ePy is not an ultimate requirement. ISOS/COS may do it as well.
Here I try to position ePy inside IRIS.
Hi everyone, I'll be honest with you I don't have much idea how to do this, but I was asked to install IRIS for Health on an AWS ubuntu machine(ssh -i "teleker-net.pem" ubuntu@xx.xxx.xx.xxx(no I will put the real number)). My boss has sent me the .key and .pem files that I am supposed to need for the installation.
I am quite confused with the information that I have found to connect to AWS because it is not that I want to do it from any new, but that I need to connect to a machine that already exists, but I do not think so. I do not know if I explain myself very well.
Hello Everyone,
I have a question, someone know how to put a password in a pdf file? Or in a pdf base64?
Best regards, Flávio.
This month I announce the release of version 1.8.0 of the VS Code extension, which contains the following enhancements and bug fixes.
The big news is support for server-side project files as some of you old-timers will remember from Studio. If you work client-side, VS Code already has great project management features. You can simply use a folder as a project, or use multi-root workspaces. But if you work server-side, you might appreciate some better artifact management capabilities, and that's what this feature is about. Read more in this new Projects chapter of the documentation.
Hi guys,
has anyone done a simple angular searchbar with a REST API on Caché in the back?
I've done this Let's write an Angular 1.x app with a Caché REST backend here in the community and it
works fine for me.
The REST in Caché is already developed but im hanging at the searchbar in Angular, don't know how to solve this.
Has somebody an example to help me out?
Any help would be appreciated.
Come and say hi to us in the Partner Pavilion at the Global Summit!
We’ll be showcasing our Serenji on-the-spot debugger which has undergone some big changes in the last year—users can now enjoy a seamless debugging experience with zero configuration, along with taking advantage of the latest features in VS Code itself, enabling users to smoothly identify and quickly fix errors in your code, contributing to the production of quality, maintainable code.
If you want to see Serenji in action look for us in the Partner Pavilion, we'll be on hand to show you a demo. Prospective users are also welcome to join our User Group Session during the lunchtime session on Wednesday, June 22nd. Email laurelj@georgejames.com to let us know you'll be there.
Hi my fellows camrades,
I have a question that seems really simple but it's quite a pain in my ass right now.
I had to rename (take a file from a directory and move it to another) which is a .hl7. Whenever this file has been displaced, I have to change the extension from .hl7 to .OK without using the rename method. Maybe using the attribut?
Do you have any ideas how I could do it?
This should follow the step i have explained right before.
I have a service to take the file but i need an operation to rename it then change his name.
Thanks in advance for your help,
Thomas
How I can get current date/time on format YYYYMMDDhhmmss?
I tried $ZDATETIME($HOROLOG,8), but I got 20220606 17:59:56 and I want 20220606175956
Thanks
Hi Guys,
We currently running all our clients in Ensemble 2014, but now we are having a problem that 2014 can't resolve (TLS version is 1 where we need TLS 1.2 or higher).
basically, all we're looking for is a classmethod in Ensemble 2018 that uses HTTP request to connect to a client server and get tokens & some JSON files and then save them in a class available in our current 2014 production server.
Hi guys,
A client want to programmatically list all namespaces and whether they are interoperability or not. Do we have apis or sql to do that? Thanks.
I've tried several methods of %SYS.Namespace but did not find it yet. Also when I use sql to select from %SYS.Namespace through jdbc, it always return an empty result set.
I noticed today that when we are creating a message from one doc type to another doc type, that the message type categories are not necessarily set. This is causing some issues with routing rules when we try to reference the Message Type Categories. Is there a way to make sure the Message Type Categories are being set within a DTL to make sure this doesn't cause problems down the road?
Thanks
Scott
Hi there,
I'm passing a JSON object to the server as such:
{"key":"value","key":"value","key":"value"}From the client:
- Build object
object=JSON.stringify(object)
-pass to server side method as %String
On the server:
s object={}.FromJSON(object)Instead of getting something like
object=<OBJECT REFERENCE>[2@%Library.DynamicObject]
I get
object="991@%Library.DynamicObject"
I can't access that object using %Get as if says invalid OREF.
Hi Team,
"Unable to logon to Server Ensemble" also I have don't have access to Ensemble studio and Management portal also, on Ensemble Server (2015.2.0.664.1) Production Server.
PFA error screenshot for your reference.
InterSystems is pleased to announce the 2022.1 releases of InterSystems IRIS Data Platform, InterSystems IRIS for Health, and HealthShare Health Connect are now Generally Available (GA).
2022.1 is an extended maintenance release, which means that maintenance builds will be available for two years, followed by an additional two years of security-specific builds.
Release Highlights
Platform Updates
InterSystems IRIS Data Platform 2022.1 expands support to include the following new & updated operating systems for production workloads:
- Windows Server 2022
- Windows 11
- AIX 7.
Hello! I need help reading a file and putting the contents into variables.
File path would be, c:\temp\zipcitystate.csv or txt
Data looks like this
00501,Holtsville,NY
00544,Holtsville,NY
00601,Adjuntas,PR
00602,Aguada,PR
I need to add the first area to variable ZIP, Second to CITY and third to STATE. they are separated by a comma.
Any help would be appreciated
Hi developers!
Here is the score of technical bonuses for participants' applications in the InterSystems Grand Prix 2022 programming Contest!
Hey Developers,
New video is already on InterSystems Developers YouTube channel:
⏯ InterSystems HealthShare Analytics Solution: Create & Deliver Real-Time Insight at Scale
Hey Developers,
Let the voting week begin! It's time to cast your votes for the best applications in the Grand Prix Programming Contest!
🔥 You decide: VOTE HERE 🔥
IRIS Megazord
In the first article about IRIS Megazord, Henrique explains what drove us to create such an application. It basic is a composition of these previous project which we did:
But we also started the development of a new feature, called Flow Editor. In this article we are going to know more about it.
IRIS Flow Editor
The aim of this feature is to test a new way to create IRIS Interoperability productions, as Henrique explained in the previous article.
Very recently Docker showed a very new feature added to their Docker Desktop tool. It was a good way to start using Docker on macOS and Windows, and they also released the same tool for Linux as well. And new feature Extensions add an ability to extend this GUI application with some extra abilities from extensions.
.png)
Hi Community,
This article will demonstrate how to create Patient and Patient Observation Resources by using iris-fhir-client application.
I recommend to read my first article about this app and watch Youtube Video before continue
so let's start
Hey Community,
Here is a digest of the Developer Community videos on InterSystems Developers YouTube Channel in May 2022:
Hi all
I have a Zen page which displays the contents of a table. One of the columns is a file path to a file on a local disk.
Is it possible, on a Zen page, to allow that file that described by the file path to be downloaded when a hyperlink is clicked on?
Cheers
It is very interesting to compare different BI technologies. It is curious to me what the differences are in functionality, development tools, speed and usability.
For this application, I chose a dataset with water conditions in various European countries. This is an open source dataset containing observational data from 1991 to 2017.
The team and I decided to make a model based on this BI dataset using IRIS BI, Tableau, PowerBI and InterSystems Reports (powered by Logi Reports).
For the frontend, we made a web interface in PythonFlask via Embedded Python.
This article will discuss FHIR Questionnaire and QuestionnaireResponse from the creation of the form to the upload on the server and how to fill them.
tl;dr :
- By using this online tool you can easily build your own form from scratch or using a template from an already existing one.
- By using this InterSystems local FHIR server you can easily store your FHIR resources and Questionnaire.
- By using this app you can manipulate, as if you were a Practitioner, Questionnaire and Response for each and every Patient on your FHIR server.
About the job
The ideal candidate will be responsible for conceptualizing and executing clear, quality code to develop the best software. You will test your code, identify errors, and iterate to ensure quality code. You will also support our customers and partners by troubleshooting any of their software issues.
Responsibilities
- Detect and troubleshoot software issues
- Write clear quality code for software and applications and perform test reviews
- Develop, implement, and test APIs
- Provide input on software development projects
Application at yann.decambourg@synodis.fr - www.synodis.
Good morning,
We would appreciate if you could read us and if you have the opportunity, please respond to us.
The current situation is as follows:
We have 2 environments PREproduction and INTegration :
Ensemble version in PREproduction:
Cache for UNIX (Red Hat Enterprise Linux for x86-64) 2018.1.6 (Build 717U) Thu Feb 24 2022 13:27:54 EST
Version of the tool to convert XML to ER7 and vice versa, the ITB, in PRE (we get it in the ITB.info.cls file):
Parameter VERSION = 2.1;
Ensemble version on INTegration:
IRIS for UNIX (Red Hat Enterprise Linux for x86-64) 2020.1.
Thanks to @Yuri Marx we have seen a very nice example for DB migration from Postgres to IRIS.
My personal problem is the use of DBeaver as a migration tool.
Especially as one of the strengths of IRIS ( and also Caché) before is the availability of the
SQLgateways that allow access to any external Db as long as for them an access usinig
JDBC or ODBC is available. So I extended the package to demonstrate this.
Hi Guys,
I have a service that picks up jobs and process them, is there a way that I can cap the number of attempts to pickup a certain job eg. 10 times if no response then just discard ?
Thanks
M:N Relationship is a recurring object of my interest for a long time.
So the subject turns up with me repeatedly.
For this article, I found a nice example with TWO separate M:N relationships. Some M:N².
It is not pure fiction but taken from a closer view of OEX Contests that we run on a regular base.


