Hey Developers,
Create a relational schema from your FHIR repository for building analytics and decision support:
InterSystems IRIS is a Complete Data Platform
InterSystems IRIS gives you everything you need to capture, share, understand, and act upon your organization’s most valuable asset – your data.
As a complete platform, InterSystems IRIS eliminates the need to integrate multiple development technologies. Applications require less code, fewer system resources, and less maintenance.
Hey Developers,
Create a relational schema from your FHIR repository for building analytics and decision support:
You have read about OAuth2 / OpenID Connect but you don't know how to use it? Have you ever needed to implement Single Sign-On (SSO) or secure web services based on tokens? Did you have to add authentication / authorization to your web applications or services and you didn't know how to start?
What about a step by step example where you can set up an authorization server, a client and a resource server? Here you can find an example where you will configure InterSystems IRIS instances to act as each one of these OAuth2 roles.
Authentication is the process of verifying that
I want to embed the DTL editor in a third party web application.
If I open up the DTL editor then the full management portal banner is displayed.
http://localhost:52773/csp/healthshare/user/EnsPortal.DTLEditor.zen?DT=Foo.NewDTL1.dtl
If I open the same DTL in studio then I get just the editor, the banner is not displayed.
The DTLEditor page has the property studioMode that controls the banner display, but its not obvious how this is set.
Q. Is there a way to control that property without extending and shimming the page?
Q. Could there be a URL parameter or header that controls that value?
Q. If I
Hello IRIS Community,
InterSystems Certification is developing a certification exam for IRIS system administrators and, if you match the exam candidate description given below, we would like you to beta test the exam. The exam will be available for beta testing on June 20-23, 2022 at InterSystems Global Summit 2022, but only for Summit registrants (visit this page to learn more about Certification at GS22) . Beta testing will open for all other interested beta testers on July 18, 2022. However, interested beta testers should sign up now by emailing certification@intersystems.com (see below for
Free certification exam attempt for all registered attendees of Global Summit 2022!
InterSystems is proud to offer free InterSystems Certification exam attempts ($150 value) to all registered attendees of InterSystems Global Summit 2022. The free exam attempt will be made available for any of the 7 live-proctored sessions during the Summit.
| Date | Early | Late |
|---|---|---|
| Monday, June 20 | 1:30 - 3:30 pm | 3:45 - 5:45 pm |
| Tuesday, June 21 | 7 - 9 am | 3:30 - 5:30 pm |
| Wednesday, June 22 | 7 - 9 am | 3:30 - 5:30 pm |
| Thursday, June 23 | 7 - 9 am |
Hey Community,
Check out the latest video on InterSystems Developers YouTube channel:
⏯ Drinking Our Own Champagne: InterSystems AppServices' Move from Zen Reports to InterSystems Reports
Colleagues, hello!
In this article, I will tell you how we reduced the report generation time from 28 minutes to 1 minute. Let me tell you how we achieved this.
I hope that if necessary you will be able to reproduce the same results for yourself. Useful links will be inside this post, so read to the end.
Let's start.
We are reporting for a company using Adaptive Analytics and InterSystems Reports Server.Previously, this report was generated in the form of screenshots from DeepSee.In general, it was not bad, but it took a lot of time and did not look very readable.
We need to send some coordinates to a spaceship through a laser beam. To do that we have to encode it, and beam it out into space. Your mission is to implement the encoder with a compression standard. As usual shortest solution wins.
You will receive a string of comma-separated integers and you will return a new string of comma-separated integers and sequence descriptors.
"0,2,4,5,5,5,5,5,3,4,5"
"0-4/2,5*5,3-5"
number*count"5,5,5" is compressed to "5*3"Hey Community,
Meet the new video on InterSystems Developers YouTube channel:
Do you have cases using datadog to monitor intersystems products?
So it appears that this feature is still missing in 2022.1 (https://docs.intersystems.com/iris20221/csp/docbook/DocBook.UI.Page.cls…).
Does anyone have any thoughts or ideas on how to create Namespace Package Mappings on deployment in a 'neat' way during automated deployment?
I really like the ability to use merge cpf on deployment of our servers, but this one missing action is kind of holding me back. Appreciate if anyone else has encountered this and how they approached it.
Cheers.
This package offers a utility to export an XLarge Global into a JSON object file and to show
or import it again. In a previous example, this all was processed in memory. But if this is a
large Global you may either experience <MAXSTRING> or an <STORE> error
if the generated JSON structure exceeds available memory.

Academic refers to the structure created.
Continuing on the journey of implementing %UnitTest, @Timothy Leavitt's Test Coverage package, and automated testing with Jenkins.
My question today: why do we utilize a unit test root directory?
I've been defining packages and classes to write unit tests as I've been developing and I run the tests on the command line or using a routine file that is setup as a debug target which has been working great. I use DebugRunTestCase() to do this (so the classes aren't deleted).
As I am playing with automating this on Jenkins, I'm not understanding exactly why we just don't keep and run them on the
Prospects, Customers, and Employees can now download IRIS and IRIS for Health both Community and Enterprise editions on https://evaluation.intersystems.com
This will allow for new features not yet released to be tested by prospective customers and current customers to sample the latest and greatest that is in the works.
For Prospects simply selecting an option with "(Preview)" in the Name will allow for download of preview software
.png)
For Customers and InterSystems Employees - simply toggle the Preview Checkbox and this will include preview software in the menu dropdown for available
Hi
I have a few Zen pages, one of which is implementation of %CSP.StreamServer which I'm using to download a PDF file, however, any file downloaded is 5Kb smaller than the original. This is the code I'm using:
Class GMECC.DocmanConnect.Pages.downloadGPNotOnHub Extends (%ZEN.Component.page, %CSP.StreamServer)
{
ClassMethod GetId()
{
Quit$Get(%request.Data("filepath",1))
}
ClassMethod OnPreHTTP() As%Boolean
{
set filepath = %request.Get("filepath")
set tFs=##class(%Stream.FileCharacter).%New()
set tFs.Filename=filepathThis is a simple fhir client in python to practice with fhir resources and CRUD requests to a fhir server.
Note that for the most part auto-completion is activated, that's the main reason to use fhir.resources.
In various tests I used both and found no real reason to prefer the one or the other.
Eventually I missed some limits. At least I didn't hit any.
What is the general opinion?
Where to use the one or the other?
I ran into an interesting ObjectScript use case today with a general solution that I wanted to share.
I have a JSON array (specifically, in my case, an array of issues from Jira) that I want to aggregate over a few fields - say, category, priority, and issue type. I then want to flatten the aggregates into a simple list with the total for each of the groups. Of course, for the aggregation, it makes sense to use a local array in the form:
agg(category, priority, type) = total
Such that for each record in the input array I can just:
Do $increment(agg(category, priority, type))But once I've
The Data Platforms team is very pleased to announce the 2021.2 release of InterSystems IRIS Data Platform, InterSystems IRIS for Health and HealthShare Health Connect, which are now Generally Available (GA) to our customers and partners.
InterSystems IRIS Data Platform 2021.2 makes it even easier to develop, deploy and manage augmented applications and business processes that bridge data and application silos. It has many new capabilities including:
Enhancements for application and interface developers, including:
Hey Developers,
In the second part, you will learn how to build a FHIR Application with OAuth 2.0 and OKTA:
About a year ago I wrote some articles about the installation of the HAPI FHIRserver on a
Raspberry Pi. At that time, I only knew the basics of the FHIR standard, little about the technology behind FHIR-servers and not much more about the Raspberry. By trying, failing, giving up and trying again I learned a lot.
Support is helping you troubleshoot a report. They want to reproduce a problem in their local system. Too bad they can't run your report, because the JDBC data source connection will fail. Or... is there a way?
Hi all,
any news about support of the IRIS platform in the DBeaver? I only found this https://github.com/dbeaver/dbeaver/issues/6289 Github issue. They are waiting for a new version of the JDBC driver.
Thanks for the answer
Hey Developers,
We're pleased to invite you to the upcoming InterSystems webinar called "What's New in InterSystems IRIS 2022.1"!
Date: Tuesday, May 24, 2022
Time: 11:00 AM EDT
In this webinar, we’ll highlight some of the new capabilities of InterSystems IRIS and InterSystems IRIS for Health, including:
An anagram is a word or phrase formed by rearranging the letters of a different word or phrase, typically using all the original letters exactly once. For example, the word anagram itself can be rearranged into nag a ram, also the word binary into brainy and the word adobe into abode. Wikipedia
You will receive two strings returning true if the two arguments given are anagrams of each other. As usual shortest solution wins.
##Input
"Listen", "Silent"
##Output
1
##Note
Hey Community,
This session provides more detail about the Smart Data Fabric announcement at #VSummit'21:
We are experience this with our own web app and even the demo/template here: intersystems-community/iris-fullstack-template: This template shows you how to build, test and deploy a simple full-stack application using InterSystems IRIS REST API (github.com)
When changes are made to CSS or HTML files, we can see the changes are saved to file in the Docker container by visiting the command line. However, after refreshing, clearing cache, etc. the changes don't appear on the web application in the browser. Viewing the source css in the browser, we see it's the old file.
Had a minor success
This is a simple fhir client in java to practice with fhir resources and CRUD requests to a fhir server.
Note that for the most part auto-completion is activated.
This is a simple fhir client in c# to practice with fhir resources and CRUD requests to a fhir server.
Note that for the most part auto-completion is activated.
InterSystems has several routines, methods and utilities that can create stack dumps. Stack dumps are created in the ^mtemp(index) global by the %SYS.ProcessQuery:ExamStackByPid(...) classmethod as well as by some undocumented legacy entry points of the ^%STACK utility. Stack dumps can also be created in the ^ERRORS(date,index) global by the ^%ETN trap routine, including additional entry points BACK^%ETN, LOG^%ETN, ^%ET and the Log() method of exception objects. These stack dumps can also include the values of active local variables.