All time
InterSystems Developer Community is a community of 24,370 amazing developers
We're a place where InterSystems IRIS programmers learn and share, stay up-to-date, grow together and have fun!
Question
· May 21, 2020
PDF to Dicom

I have an upcoming project where we are being asked to take a PDF result and send it to a PACS system as a DICOM encapsulated PDF. I am wondering if anyone has done this and if so can you share your experience?

Thanks,

1 1
0 543

Currently, namespace Alpha is configured to use database AlphaDB as its global database. How would we go about having namespace Alpha configured to use database AlphaDB for its global database except where global ^Customers(CustomerId) has a CustomerId greater than 10M, which we would like to have it redirected to database BetaDB.

In other words, ^|"AlphaDB"|Customers contains all customers between 1 and 10,000,000; and ^|"BetaDB"|Customers contains all customers greater than 10,000,000. Any help would be appreciated.

0 4
0 540

Hi Developers,

We're super excited to share with you the new awesome functionality of the Online Analytics Dashboard for every Community member 🔥

From now on, you can see your own detailed statistics for the current week, month, and all time, including:

  • number of views, likes, comments, followers
  • timeline graphics of views, likes, actions with your posts, comments
  • a table containing info about views, comments, and likes for your every post

      11 1
      0 523
      Question
      · Jun 10, 2020
      View Application Error Log

      Hi Community,

      Is it possible to track Application Errors from a specific namespace?

      With the new API, I know we have the endpoint /alerts.

      But the endpoint /alerts, as described in the documentation:

      The /alerts endpoint fetches the most recent alerts from the alerts.log file and returns them in JSON format.

      I want to create push notifications for Application errors in specifics Namespaces, and I don't know how to extract that information from there.

      0 3
      0 540

      I have created a custom container that contains medication adherence data. I want to know the best-practice way of querying the data for to display in a custom Zen page in the Clinical Viewer for a given loaded patient.

      Let's say the custom class is called Hospital.Data.MedicationAdherenceData. Let's say the streamlet class is Hospital.SDA3.Streamlet.MedicationAdherenceData

      0 3
      0 540

      Hello again and welcome to the next tutorial on this series: Part 4 - Sharing data across router methods. Here we are going to learn how to share a object containing data that is available for read across every router methods.

      You're required to complete at least the Part 1 before entering this one. Still, this is supposed to be a really short tutorial, since there isn't much to be said about data sharing.

      2 0
      0 543

      As per the documentation of QueueCountAlert:
      Number of messages on this item's queue needed to trigger an Alert message to be sent. Note that no further alerts will be sent unless the number of messages on the queue drops below 80% of this number and then rises again to this number.
      Note that this alert will be sent even if AlertOnError is False.
      Zero means no alerts of this type will be sent.

      Now, the question is,
      If QueueCountAlert is set to 10, and the queue size become 11 we will be getting email once.

      0 6
      0 537
      Article
      · Feb 2, 2016 1m read
      Creating an IDKEY with a chosen name

      What do you do if you want to have the ID field have a meaningful name for your application?

      Sometimes it comes to pass that when you're making a new table that you want to have the unique row identifier (a.k.a. IDKEY) to be a field that has a name that is meaningful for your data. Moreover, sometimes you want to set this value directly. Caché fully supports this functionality and it works Suppose you have a class Test.Kyle. The data will be stored like so:

      ^Test.Kyle(IDKEY)=$LB("",Field1,Field2,...,Fieldn)

      3 2
      0 503

      Hello Community!

      We are pleased to invite all our clients, partners and members of the community to take cart in the InterSystems Benelux & France Summit 2024. The registration is already open!

      This event is back after a few years of absence and promises to be an interactive experience highlighting inspiring case studies, technological innovations, and roadmaps for the coming year in the fields of Healthcare and Data Platform. Practical demonstrations will also allow you to explore the latest developments in a tangible way.

      ➡️ InterSystems Benelux & France Summit 2024

      🗓 January 30 - 31, 2024

      📍 Radisson Blu Hotel, Antwerp, Belgium

      5 0
      0 542

      Brainstorming the project we would build to showcase in the current female health themed InterSystems FHIR Contest, our girl band decided that we need to do something practical for the ordinary user and to solve some burning issues of the modern life. This discussion led to the idea of creating a project that will help women not to forget their health in daily grind - FemTech Reminder.

      8 2
      0 502

      Hi developers!

      Maybe you have to implement scenarios that don't require a FHIR repository, but forwarding FHIR requests, manage the responses and maybe run transformations or extract some values in between. Here you will find some examples that can be implemented using InterSystems IRIS For Health o HealthShare Health Connect.

      6 0
      1 542

      I'm trying write a JavaScript generator to perform pattern match validations using existing pattern match expressions in a legacy application.

      I could make a server call to perform the pattern match operation but is there a way to automatically translate the pattern match expressions into RegEx expressions so I can perform the operation in JavaScript on the client to save making an Ajax call back to the server?

      Thanks

      Jay Ayliff

      M-Tech

      0 2
      0 540
      Question
      · Mar 14, 2018
      ZEN REPORTS and EXCEL

      I have a ZEN report set up to generate a file for loading to into excel (see attached). Even though I have DEFAULTMODE set to "excel" the resulting output file that I get on one CACHE instance is .xml while on another it is .xls. This is even though I run the report from the two instances on the same PC. Can anyone suggest what I am doing wrong? The Cache version is "Cache for UNIX (IBM AIX for System Power System-64) 2013.1.6 (Build 950_1) Fri Jun 6 2014 17:43:51 EDT"

      0 4
      0 538