Hi,I am a novice.How to call "ClassMethod" in SQL statement?
I don't understand why it's wrong?
Hi,I am a novice.How to call "ClassMethod" in SQL statement?
I don't understand why it's wrong?
I have a business process that I call a class that returns a JSON message. I was hoping to be able to reference the tag or iterate through the response until I find my value.
set tRequest = ##class(CDSM.MemberAPI.Request).%New()
set tRequest.DateOfBirth = ptDOB
set tRequest.FirstName = ptFname
set tRequest.LastName = ptLname // Business operation needs to be parameterized
set tSC = ..SendRequestSync("boEISLMemberAPI, tRequest")
Just pasting the value I am interested since the response is 300 values long.
<memberId>12345678</memberId>
Hey Developers,
The InterSystems Multi-Model Contest is over. Thank you all for participating in our exciting coding marathon!
And now it's time to announce the winners!

A storm of applause goes to these developers and their applications:
I am trying to write a REST consumer the API that I am talking to expects a file to be sent over and in response I will get a file back if anyone out there has ever had a similar use case please could you kindly guide us or share some sample code please
Hi:
I'm using Docker and I don't get how you create new folders in the container.
I'm using Docker on Windows running the iris health community.
I want to create 2 folders on the instance and be adding files to it; I must be missing something as i can't see how this gets easily managed?
May retry just downloading the main community HS edition not through docker but could how to amend the error
"Too many Cores (16) for InterSystems IRIS Community License." for the main installation not through docker- docker has that workaround but not seen one for a non docker installation?
Hey Community,
We're pleased to invite you to the InterSystems AI+ML Summit 2021, which will be held virtually from January 25 to February 4! Join us for a two-week event that ranges from thought leadership to technical sessions and even 1:1 “Ask the Expert” sessions.
The sessions will be in both German and English. And this summit is free to attend!
See details below:
Hi,
When wanting to use VS-Code for server-side editing.. - In VS-code I can right click on a server item (eg a class) to see a set of menu options including 'Server Source Control... ' and 'Server Command Menu...' at the bottom.
I noticed that these options are somewhat connected to my server-side source control hooks class that inherits from %Studio.SourceControl.Base, however, I am seeing different behavior between my custom subclass of this, and, the provided %Atelier.SourceControl subclass.
How should the subclass of %Studio.SourceControl.
Hi Community,
As you may know, this year we're holding InterSystems AI+ML Summit 2021 virtually from January 25 to February 4. All sessions, both in German and English, will be free to attend.
Let's find out more about the exciting sessions that await us and book a virtual seat today!
Check the agenda below:
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.