Hi Community,
Watch this video to learn how to use source control for your Health Connect Cloud interface development via the GitLab repository that comes with your deployment.
Hi Community,
Watch this video to learn how to use source control for your Health Connect Cloud interface development via the GitLab repository that comes with your deployment.
I wanted to provide a heads up of an improvement in how we generate and call method code in IRIS 2023.1.
A class in IRIS is composed of two main runtime components:
Hi Developers,
We invite you to join InterSystems at the European Healthcare Hackathon in Prague Nov 24-26!
You can participate onlineor come to Prague in-person! Registration closes soon - don't hesitate to register.
InterSystems will introduce the "Innovate with FHIR" challenge with $$$ prizes for the best use of InterSystems FHIR services.
It will be a weekend full of innovation - looking forward to meeting you there! 🤩
Hello,
First of all, thanks for your help, and time, reading this questions, and answering to this doubt.
We have the following use case: to convert a HL7 ER7 ORU_R01 v2.5 message, to a Ens.Request Message which represent it with a custom data structure (each segment is a group of Properties).
To be more precise, the target Ens.Request Message's structure looks like:
Class Mensajes.Request.ConsentimientoInformado.HUC.ORUHL725OutRequest Extends Ens.Request [ ProcedureBlock ]
{
Parameter RESPONSECLASSNAME = "Mensajes.Response.ConsentimientoInformado.HUC.InterSystems would like to optimize IRIS to take advantage of modern CPU instruction set extensions. That’s great for product performance, but how do you know if your CPU will still be supported for new IRIS builds? Here’s how to know your CPU’s microarchitecture family as well as how to find out your CPU’s specific instruction set extensions.
This is probably not the right place, but I don't know who I can reach out to... I am trying to configure an Apache/Web Gateway to our instance of IRIS so we are no longer using the built-in PWS. Can anyone point me in the right direction to configure Apache/Web Gateway to repoint
http://<server name>:52773/... to the https://<server name>/...
gateway so our users will not notice? How do I do this in Apache, do I need to modify httpd.conf or the ssl.conf file? What is the correct syntax...
This is what I tried to do in the httpd.conf file
<VirtualHost *:52773>
ServerNameUsing VSCode in a team.
Classes are edited locally and then saved to server.
Sometimes if we save a change to a class the "version on the server" does not happen or does not function properly and the class gets overwritten.
.png)
All the intersystems extensions are updated.
objectscript.overwriteServerChanges is false
This has the potential for serious issues if it happens in a persistent class, but it is difficult to reliably recreate.
1. Is there a command to do the check manually( without saving)?
2. Is there a some setting I can change to help with this?
First of all, thanks for your time, and thank you; for reading, and answering this question.
We have been creating inside an HTTP Operation, a way to generate a JWT as follows:
set header = "{""alg"":""HS256""}"$$$LOGINFO("header: "_header)
set payload = "{""username"":"""_user_""", ""requestID"":"""_pRequest.idPeticion_"""}"$$$LOGINFO("payload: "_payload)
set key = ##class(Util.TablasMaestras).getValorMaestra("PDF_LABORATORIO","secretKey_JWT")
$$$LOGINFO("key: "_key)
set base64header = $systemEncryption.There is test folder inside my sftp server. I executed the below lines of code
s ssh = ##class(%Net.SSH.Session).%New()
d ssh.Connect("host")
d ssh.AuthenticateWithUsername(username,password)
d ssh.OpenSFTP(.sftp)
s remote="\test\sample1.txt"
s local="c:\orders\sample1.txt"
s status=sftp.Put(local,remote)
I get the below error
"MSSH Error [8010102B]: Unable to send FXP_OPEN* [8010102b] at SFTP.cpp:539,0Put,IM%e^zPut+2^%Net.SSH.SFTP.1^1e^^^0"
Hi everyone,
I'm working on a Business Operation whit an HTTP Outbound Adapter and I would like to know if is possible to adjust the FailureTimeout value based on the incoming message type. For example, I would like to have a FailureTimeout of 60 seconds for the standard operations and a FailureTimeout of -1 (wait forever) for few special operations that absolutely need a response.
Can we dynamically modify the FailureTimeout through code, based on either the incoming message type or a specified parameter?n the incoming message type or depending by a parameter?
For example, something like:
If.Hi,
I am trying to use a Jreport catalog which had been saved by a different user. But when I save the catalog I am getting an error "Access is denied".
So does that mean same catalog can't use by different users ?
Can anyone please provide a solution for the Jreport same catalog can use for different users. ?
Thanks
Jude
Hello,
I've been stuck on this for a few days so I figured I'd ask for help here.
I have an XMLMessage response from a ProvideAndRegister call which looks like this:
<?xml version="1.0"?><!-- type: HS.Message.XMLMessage id: ### --><XMLMessagexmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns:s="http://www.w3.org/2001/XMLSchema"><ContentStream><RegistryResponsexmlns="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.I was recently asked whether we have a function to convert LDAP date time stamps into $HOROLOG format or other formats and the answer is not at the moment, but there is a simple method to do the conversion.
Let us look at the facts and figures involved...
1) Active Directory's (AD) date 0 (zero) is 1601-01-01
Hello, community!
After creating the app IrisApiTester, I saw that it could have more potential, and with some adjustments, it could become a powerful collaborative tool.
I asked myself a few questions::
After considering possible answers, I decided to give it a try.
When using docker compose, I can create ENV variables using environment section, like this:
In this case I created an ENV variable JIRISREPORT using Docker compose, but using IPM xml manifest, Can I set ENV variables?
Hi Developers,
Hit play on the new video on InterSystems Developers YouTube:
⏯ Columnar Storage - The Lean Data Warehouse @ Global Summit 2023
We are moving away from Delegated Authentication in which I stored a username and password for our LDAP in a GLOBAL to be called by ZAUTHENTICATE.
Is there a way to pull in that GLOBAL into the LDAP Configuration within the Managment Portal instead of having to manually enter it? There seems to be an issue with Copy/Paste that the password isn't being set correctly when I use Copy/Paste.
Else I just export/import the LDAP Configuration from 1 server to another and manually update the Certificate to point to the correct file.
Thanks
Scott
Hey community!
It's with immense excitement that we introduce a brand new series of announcements that showcase the implementations of your ideas from the Ideas Portal. With this series, we're about to turn the spotlight on the incredible ideas that have been transformed into real-world solutions.
Hello,
First of all thanks for your time reading this post, and thanks for your help with your answers, thanks.
We have the following doubt: We need to create a REST Service in HealthShare, to process incoming calls with the following URL's format:
https://host:port/api/studies?patientId=11473564
To accomplish this task, we have previously read:
https://community.intersystems.com/post/advanced-url-mapping-rest
https://community.intersystems.com/post/how-do-i-process-querystring-pa…
I am receiving a FHIR bundle and I need to extract data from it and wondered if there was an easier way of doing this rather than looping through the data as suggested in Working with FHIR Data | FHIR Support in InterSystems Products | InterSystems IRIS for Health 2023.2.
Ideally it would be great if there was a DTL the accept STU3 and then extract the data from there and I did try using the HS.FHIR.DTL.vSTU3.Model.Resource.Bundle class (depreciated) but that only allowed me to see the data at the bundle level and not the resources within it (entry).
Is it possible to add the intersystems registry (https://containers.intersystems.com/) in portainer with authentication ?
If you're running IRIS in a mirrored configuration for HA in AWS, the question of providing a Mirror VIP (Virtual IP) becomes relevant. Virtual IP offers a way for downstream systems to interact with IRIS using one IP address. Even when a failover happens, downstream systems can reconnect to the same IP address and continue working.
If there is an alternative to use instead of Telnet due to security reasons in the Cache terminal? Telnet is using a plain text protocol generating security violations. I am using Cache for Windows 2018.1.8.
Hi everyone,
today I'm asking your help with an issue related to the response messages sent from my production to a client software, such as Postman or SoapUI.
In the last few days I've been unable to view the responses received from my production in Postman, even if I was able to do so earlier. I'm sending the request to a remote server reachable via a Putty tunnel.
I'm currently testing this simple POST message:
{
"name": "John Doe",
"email": "johndoe@example.Hi Community,
We have web gateway installed as a standalone on the web server and when I access it through the direct link https://mydomain.com/csp/bin/Systems/Module.cxw, it doesn't require authentication it just opens as per screenshot below.
.png)
There is a requirement to add authenticate using username and password as with the webgateway installed with iris, I want to get to the below screen before gaining access to web gateway.
.png)
Thanks in advance.
Hi folks,
I have published a new package on OEX.
In short, it is a string datatype that support various configuration options and flexibility.
Is there a size limit to what a %Library.DynamicObject define variable can hold?
Hey Developers,
This time around, we've decided to spruce up this activity a little and extended this rubric to encompass all 6 communities - English, Japanese, Chinese, Spanish, Portuguese, and French. Isn't this exciting?
And this month we have our first non-English entry.

Without further ado, here are the Key Questions of October chosen by InterSystems Experts within all Communities:
Hey Community,
Here is a digest of the Developer Community videos on InterSystems Developers YouTube Channel in October 2023: