For the benefit of those who want to use the Document Database (DocDB) capabilities within InterSystems IRIS, and specifically the REST API it provides, I put together a PostmanCollection that provides samples for several basic calls.
For example:
.png)
For the benefit of those who want to use the Document Database (DocDB) capabilities within InterSystems IRIS, and specifically the REST API it provides, I put together a PostmanCollection that provides samples for several basic calls.
For example:
.png)
I have two tables in a row in my report, but if the first table gets too big to the point that tables 1 and 2 don't fit on the page, the page breaks.
The problem is that the page break is happening in the middle of table 2 and I wanted the page to break and leave table 2 on the second page.
No table grows to the point of occupying more than one page alone.
Any tips on how to guarantee this?
Remembering that the reports were made using Zen Report.
Hi Everyone,
I am trying the Export and Import application as per this link referred here: ExImData
I have the following sample class I am trying to import:
Class Persistent.PersonBackup Extends %Persistent
{Property Name As %String;Storage Default
{
<Data name="PersonBackupDefaultData">
<Value name="1">
<Value>%%CLASSNAME</Value>
</Value>
<Value name="2">
<Value>Name</Value>
</Value>
</Data>
<DataLocation>^Persistent.PersonBackupD</DataLocation>
<DefaultData>PersonBackupDefaultData</DefaultData>
<IdLocation>^Persistent.PersonBackupD</IdLocation>
<IndexLocation>^Persistent.
Hey Developers,
Our next community session from Virtual Summit 2020 is already on InterSystems Developers YouTube:
🏆 Best Applications of InterSystems Programming Contest Series 🏆
I have a case where our EMR is sending data, but not all the values needed for the Ancillary are valued properly and causes that message to error/halt processing on the Ancillary system, not ideal but its what they do. I would expect them to still process the message except that 1 field, but they don't.
I want to add validation to make sure certain fields are valued correctly for the Vendor.
So I add some statements to take those items that don't pass this validation out to a batch file with headers.
But I want to email out that batch file.
This is a first attempt to use Embedded Python in IRIS
The Python code is adapted from solutions for Advent of Code 2020 contest.
Test data are all input to my personal challenge.
Make sure you have git and Docker desktop installed.
Clone/git pull this repo into any local directory
$ git clone https://github.I just need to know if I can test a Virtual Document to a flat file transformation using the Test facility in the Tools tab of the Data Transformation Builder.
There is an example in Ensemble(ENSDEMO namespace), but that is for a Virtual Document to Virtual Document. I need to know the syntax in the Input box.
Hello!
I have created a record map that I am going to use to parse a flat file coming into Ensemble. From there I am trying to send the parsed out data as emails to patients. I am getting this error when the Service tries to locate the file and send it through...it finds the file (as it states in the error message). So why does it say it does not exist?
|
Thanks for your insight!
Hi InterSystems Community!
The ObjectScript language of InterSystems IRIS has the ability to extend classes using a very interesting feature called XData.
It is a section in your class that can be used to create custom definitions to be used within the class itself and also externally.
To create one or more XData definitions for your class is very easy, see the example:
Hey Developers,
Gartner Peer Insights launched a new incentive for reviews and we are glad to announce it for you. If you have not reviewed InterSystems IRIS on Gartner yet, here is your chance to make it and get two prizes:
1. 🎁 Three months free access to exclusive Gartner research from Gartner Peer Insights:
Your Peer Insights Plus access will get you the most respected research across IT, allowing you to make better decisions. You’ll get regular email alerts on vendors and updates on markets. And you’ll be able to search reviews by topic, compare unlimited numbers of vendors, and personalize vendor shortlists.
2. 🎁 $25 VISA Card from InterSystems
How it works:
I created a csp that will capture image data from a html canvas element. I created a button element to save the contents as a dataURL string from jpeg and make a server call.
the string is too long
.png)
I would appreciate any suggestions in saving the data into the server, currently just a global.
Hello to you all,
Strange titel, so I'll explain better:
I now have IIS-server with a CSPGateway installed. This works fine. But I want to use a rest-service (or another zen-page, whatever.) on another cache-server
So on IIS i have an application called CSP. (/csp) This contains the handler to map it to the CSPGateway.
It has been configured to acces a cache-server (X) which will handle the request. But now I want, in this case, the request to be executed on another cache-server(Y).
I would like to examine the contents of my OBX-5 field and not route the message if it contains alphabetic characters. I've tried various combinations of the Match and Contains functions, with no luck. Should I be using the COS ? operator or plaini regular expressions?
e.g.
OBX-5 Contains "\D"
OBX-5 Contains "?.A"
OBX-5 Contains "[A-Z]"
Hi community,
How Can I get a list fo the classes from a package and for each item of the list the XData content?
Hi,
I'm trying to read a TIF file using ObjectScript.
I know that it is possible to achieve using python or R, but I don't know how to do it using ObjectScript.
If anyone has done it before and has some advice, I really appreciate it.
Best Regards,
Henrique
What would be the best way to do a HL7 - Business Service to FRL(Flat Record Layout)- Business Operation?
Do I need to use the record mapper to define the file output? Does anyone have an example?
How to get the computers OS version
To develop simple applications, wouldn't the Caché database be too heavy? Or are there simpler and less complex versions that can serve in the same way?
Hi Community,
2020 was full of great applications!
Almost 400 apps have already been uploaded to InterSystems Open Exchange! And 200+ apps uploaded to our applications gallery in 2020!
We're so pleased to introduce the best Open Exchange developers and the most downloaded apps that you should definitely try!
Let's take a closer look at our heroes and remarkable apps:
Hello to all,
I created a form in React and submitted the data to a cache-Rest service.
On the local netwok it works just fine.
But when i deploy it on our webserver in order to acces it from the outside it won't work anymore beacuse the external address is a https address, and the call to the cache webserver is based on http.(http://srvdb23:57772/restacc/newOrder)
Resulting in the following error: Referrer Policy: strict-origin-when-cross-origin ( Chrome)
How should i resolve this? How can I make this rest-service accessible for https?
Best regards,
Simon
Does anybody know if there is an easy way to know if the execution of the command $System.SQL.PurgeForTable went well/wrong?
The documentation describes that a string is returned, but in fact there is a nice Quit "" in the code.
Maybe inside PurgeForTable^%apiSQL there is any process variable set when it goes well/wrong?
Thank you very much!
Hi guys,
In our clients environment, multiple sources will connect to one DB (all through JDBC connections) and perform various operations. Sometimes they found some data was deleted without reason. Thus they want some feature like SQL Server Database Audit Specifications that can log who at what time with which IP deleted data in a specific DB.
I've checked IRIS Audit but I didn't find feature about that . How can we audit and log delete of a known DB? The deletions might be performed by delete statament or truncate table stattement.
Thanks.
Hi team.
Does anyone has any idea on how to send an encrypted / secure Print from IRIS ( which is hosted on AWS ) to a printer ( which is an on-premise device ).
Thanks
Paras
How would I export the WHOLE PROJECT rather than just a single class file out to an XML file?
I would like to, on every file change export the whole project to XML
Thanks for your time
Hi all, By using VS code, I want to copy multiple files to local directory, then sync them to server, but I can't find where local directory is stored? In Atelier IDE, I could open a view of server and can copy the code to the project, then code is saved in the local directory. When I copy multiple files to the local directory -> choose sync in Atelier -> the code will be synchronized to the server How to do this from VS Code? Thanks!
Hello,
I'm happy to announce that there will be a training for CCR Tier 1 users soon!
Course Name: InterSystems Change Control: Tier 1 Basics
When: March 1 - 5, 2021, 9am-1:30pm US Eastern Time (ET).
Where: Virtual Classroom. You will receive connection details shortly before class.
This course – consisting of 5 half-days – teaches Change Control Record (CCR) application users how to safely and efficiently progress code changes as well as changes made to interoperability components such as productions and data transformations.
Hi Developers,
We're pleased to invite all the developers to the upcoming InterSystems Multi-model contest kick-off webinar! The topic of this webinar is dedicated to the Multi-model contest.
On this webinar, we will demonstrate the APIs for each data model in action.
Date & Time: Monday, January 11 — 10:00 AM EDT
Speakers:
🗣 @Benjamin De Boe, InterSystems Product Manager
🗣 @Bob Kuszewski, InterSystems Product Manager - Developer Experience
🗣 @Evgeny Shvarov, InterSystems Developer Ecosystem Manager
Hi,
I am investigating creating builds from TravisCI, which will pull the source from github.
This will also involve a code review process, pull request, etc.
It will be done in Multiple phases. The first one will not involve automated testing using TravisCI yet. It will only involve travisCI pulling the latest code from github and creating a release for testing(A deployment file in a format that can be loaded by Ensemble0)
What I want to know is: Is there a way or tool available to take the source files and create an XML file which can be used for deployment to Ensemble?
Kind regards,
Stefan
Hi Community,
In this article I compared the features of the main leaders in the ODBMS gartner quadrant - 2019. See the list sorted by number of existent features.