Hi,How to specify column name (ddl)?
Hi,How to specify column name (ddl)?
I cannot find those folders under my IRIS install dev folder. Those were in my cache install dev folder.
Will InterSystems drop those support? If yes, why are there some discussion about Python/Iris in this forum?
Of course, I wish IS continue to support those.
Hi developers!
Want to share with you the new release on Open Exchange we had in January 2021:
Applications by Downloads
Now you can sort applications on Open Exchange by number of Downloads in descending order. Choose the sorting selector to Downloads:
I have set my Business service Ack Mode as "immediate" but the receiver says that they are getting a CA code. Is there a way that I can set the ACK to go as AA?
The pandemic that struck the world in 2020 made everyone follow the news and the numbers that involve the COVID-19.
Why don’t you take that opportunity to create something simple and pleasant, to follow the number of vaccinations worldwide?
To face this challenge, I'm using the data provided by Our World in Data - Research and data to make progress against the world’s largest problems.
They have a dedicated repository on Github with the data of COVID-19, and I took the vaccination data to help me with my tracker.
If you didn't know the guys, check it out, it well worth your time.
ZPM is a fantastic package management product. I have 7 apps published and these apps not using zpm because it need install external products using apt-get install.
Is it possible do apt-get install using ZPM?
With https://openexchange.intersystems.com/package/IRIS-Publisher, you can document your IRIS Application and gererate the Application Documentation Web Portal (responsive). See the results:
Main Page:
.png)
Classes Menu and Class Page: The class page with class documentation, the list of methods and properties.
.png)
| Navigation and Search bar: | ![]() |
Search dialog:
.png)
About page: your contacts
.png)
Change the theme:
Hello,
We would need some help,
Our aim is to send an image as binary data using a REST Service
Currently we do the following:
1 We get from the external system a binary image in our REST Operation
2 We encode it to Base64
set linea=""
while (tResponse.Data.AtEnd = 0) {
set linea = linea_$system.Encryption.Base64Encode(tResponse.Data.Read(57))
}3 We send it to the Process in a Response Message:
Class Mensajes.Response.miSCS.ConsultarImagen Extends Ens.Response
{
Property resultado As %Boolean;
Property informacion As %String(MAXLEN = "");
Property binario As %Stream.Hi developers!
We had a set of technology bonuses for the InterSystems Multi-Model contest.
And here is how projects collected it:
| Project | Docker | zpm | Key-Value | SQL | Object | Your Model | Total Bonus |
| zapm | 2 | 2 | 2 | 2 | 2 | 10 | |
| iris-vaccine-tracker | 2 | 2 | 2 | 2 | 2 | 10 | |
| qewd-jsdb-kit-iris | 2 | 2 | 2 | 6 | |||
| BeI-MultiModel | 2 | 2 | 2 | 2 | 2 | 10 | |
| iris-image-index-demo | 2 | 2 | 2 | 2 | 2 | 2 | 12 |
| IRIS Publisher | 2 | 2 | 2 | 2 | 8 | ||
| iris-sftp-logs | 2 | 2 | 2 | 2 | 2 | 10 | |
| iris-multimodel-suite | 2 | 2 | 2 | 2 | 2 | 10 | |
| GeoDatas | 2 | 2 | 2 | 6 | |||
| HealthInfoQueryLayer | 2 | 2 | 2 | 6 |
许可证检测中,当前许可证使用达到100%,我们应该如何迅速处理解决它?并且不影响生产环境。
In license detection, the current license usage reaches 100%. How can we deal with it quickly? And does not affect the production environment.
On a default VS Code installation, when you create a new file its language mode is 'Plain Text'
.png)
You have to click there to set another mode.
Luckily, there's a setting you can tweak to change this. It is called files.defaultLanguage
Set it to the ID of the language you want. Those IDs display in parentheses after each entry on the language mode selector.
Even better, you can set it to use the same language as the file you're currently focused on:
"files.defaultLanguage": "${activeEditorLanguage}"
iOS app to export HealthKit data to InterSystems IRIS for Health (or any FHIR repository)

The objective is to
I've posted this video on YouTube:
https://www.youtube.com/watch?v=gHUifpuav9I
Expand this article for some background to what it shows and what it's all about...
I've submitted what I've called qewd-jsdb-kit-iris to the Multi-model competition - it's a suite of applications and tutorials that demonstrate how IRIS Global Storage is used to provide the unique Node.
How use column (auto_increment)?
How to get the license usage through SQL or global?
Hi,
We are having an issue with the class %Net.SSH.Session - it accepts a username, publicKeyFile, privateKeyFile and passPhrase.
This is our example code:
set ssh = ##class(%Net.SSH.Session).%New()
set tSC = ssh.Connect("172.10.10.1", 22)
$$$ThrowOnError(tSC)
set Username = "a"
set passphrase = "123"
set pub = "C:\FTPServer\pubkey\publicKey.pub"
set priv = "C:\FTPServer\private.key"
set tSC = ssh.
At present, the SNMP information provided in healthConnect can not meet the needs of users. How to extend the SNMP Library of the program
Hi All,
I'm starting to use VSCode for most of my day to day stuff and there's something that has me stumped. Is there a way to override a method or property that's inherited from a superclass?
When the started service component cannot be shut down correctly in the foreground, can you terminate the service by ending the task manager process? Will it affect the correct operation of the system
Episode 16 of Data Points features a conversation with Jeff Fried — Director of Product Management for Data Platforms at InterSystems — about what it means for InterSystems to have been named a visionary in Gartner's first-ever magic quadrant for Cloud Database Management Systems.
Hello fellow community members,
I would like to offer my services as an Intersystems Professional and am available to work on projects.
I have more than a decade experience into Intersystems stack of technologies including IRIS, Ensemble, Healthshare, Healthconnect, Cache Objectscript, Mumps, Zen, Analytics etc. with companies spread over US and UK involved in multiple domains.
How set (studio) drak theme?
There is no prompt for studio to write code
Hello,
We would need some help, please;
We would like to handle when we have a date with hours:
20201204090000
And when we have it without the hours part, as follows:
20201204
For the first case we used:
##class(Ens.Util.Time).ConvertDateTime(source.{ORCgrp(1).RXA:DateTimeStartofAdministratio},"%Y%m%d%H%M%S","%d/%m/%Y",,.tSC)For the second one we wrote:
##class(Ens.Util.Time).ConvertDateTime(source.{ORCgrp(1).RXA:DateTimeStartofAdministratio},"%Y%m%d","%d/%m/%Y",,.tSC)
However each way only works for one case
How could we handle both cases with just a line of code?
We have read:
Hi Developers!
Here're the technology bonuses for the InterSystems Multi-Model Contest that will give you extra points in the voting:
See the details below.
The server activity and duration can query the message volume of a certain day or period according to the specified time. At the same time, it can query and count the message volume of BS service, BP service and Bo service by modules
Hi folks!
Just a very short note on if you want to add a cute Open Exchange shield like this:
in your GitHub repo you can do it by entering one line like this:
[](https://openexchange.intersystems.com/package/csvgen)
In the URL place the path to your OEX page.
Thanks to the participants of contest for such a neat shield )
What other helpful Github shields do you know? Please share in the comments?
编码中,zn “命名空间”这样跨命名空间使用操作会导致队列中具有很多 _sync:进程号,不知道这种情况是切换命名空间操作的问题还是使用的问题?对于这种跨命名空间有没有更好的应用方式?
In coding, the operation of Zn "namespace" across the namespace will lead to a lot of errors in the queue_ Sync: process number. I don't know if this is a problem of switching the namespace operation or using it? Is there a better way to apply this kind of cross namespace?
Hi,
I am very much a newbe on the subject of JWT, so please except my ignorance.
The Trust I am currently working for wish to create a framework whereby they can create REST API Services, within HealthConnect, and grant access to these using JSON Web Token Authorisation and Bearer Tokens. This would be similar to the way the Trust currently connects to other REST API's, i.e.: DocMan Connect and GOV.UK Notify.
Can anyone offer any advice / sample code and / or point me into the direct of suitable documentation to achieve this?
Hi colleagues!
Every day Johns Hopkins University publishes new data on coronavirus COVID-19 pandemic status.
I built a simple InterSystems IRIS Analytics dashboard using InterSystems IRIS Community Edition in docker deployed on GCP Kubernetes which shows key measures of the disease outbreak.
This dashboard is an example of how information from CSV could be analyzed with IRIS Analytics and deployed to GCP Kubernetes in a form of InterSystems IRIS Community Edition.
Added the interactive map of the USA: