Is it possible to move data from i2b2 (https://community.i2b2.org) to IRIS (for example to Health Connect 2019) platform?
Does anybody have such experience?
Is it possible to move data from i2b2 (https://community.i2b2.org) to IRIS (for example to Health Connect 2019) platform?
Does anybody have such experience?
I need to do some nifty string manipulation on a source property. I will not be able to do it with the functions available(with the knowledge that I have of what is available). Could I call a ClassMethod to do this for me? This is what I want to do: The source property is "myemail@myemaildomain.co.uk". I need to add the text "test" to the beginning of that string. "testmyemail@myemaildomain.co.uk". That should be simple enough, but then I have to do this as well, "testmyemail@myemaildomaintest.co.uk". Note the additional "test" added after "myemaildomain".
Hi can we add one additional field in this table ?
.png)
.jpeg)
In the Inbound SQL Adapter settings, is it possible to specify more than 1 field as the Key Field Name?
Because of the way the Query is being index in Ensemble by the Key Field Name, sometimes transactions get missed and I would like to see if we can add an additional key to the mix to ensure all the transactions are picked up. In this case the InterfaceTrigger is an ID that is auto generated by the table, and I would like to use that as well to ensure we don't miss transactions, and it does not throw any warning messages when it executes the Delete Query.
.png)
Thanks
Scott
Hi ,
We have requirment to use SSO using SAML with windows azure.
Currently we are looking for sample cache code to implement the process.
Thanks,
Srinivasan
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