Search

      Clear filter
      Question
      Cyriak John · Jul 1, 2019

      Question about proper method for querying data from custom SDA3 container on Access Gateway for a patient loaded in the clinical viewer

      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
      Article
      王喆 👀 · Feb 7, 2023

      IRIS quick query service idea sharing

      the patient ID into the doctor’s order ID, the same is true for other key fields. Is the problem solved? Program design (idea) Create a new index table field as SessionID, service name
      Article
      Vasiliy Bondar · Jul 16, 2020

      IndexNameOpen and Navigation Methods for Non-Unique Indexes

      As you probably know, InterSystems IRIS has a mechanism for auto-generating methods. So, when you create an index in a class, you create methods that make your work easier
      Question
      Scott Roth · Apr 22, 2022

      Purge Process - Re-indexing SQL Tables?

      A question has come up that I am not finding the answer for.... Does the daily purge process re-index EnsLib.HL7.SearchTable or other SQL tables? In looking at the purge process
      Article
      Mihoko Iijima · Jun 29, 2023

      How to compress (maintain) bitmap indexes for volatile tables

      InterSystems FAQ rubric For volatile tables (tables with many INSERTs and DELETEs), storage for bitmap indexes can become inefficient over time. For example, suppose
      Question
      Soufiane Amroun · Sep 26, 2017

      How to Extract Values From a Global

      with profile_id and biometric type as keys, after comparing them with my personal program date (when the timestamp > at my fixed date : an alert message is sent to the patient
      Article
      Sergey Kamenev · Jun 14, 2017

      Globals - Magic swords for storing data. Trees. Part 2

      ") What's interesting is that it's not hard to do something similar to foreign keys in relational DB's using globals. Let's call such structures index globals. An index global
      Discussion
      Eduard Lebedyuk · Aug 13, 2020

      Do you pass Ids or Objects in Interoperability Productions

      { Property Action as %String(VALUELIST=",Add,Update,Delete"; Property HL7Message as EnsLib.HL7.Message; Property Patient as ?; } // Assume I have received or created an HL7 Message
      Question
      Rand St. James · Jan 21, 2019

      Upload Bundle Data to the FHIR Sandbox

      Hello;I have created an App launch to my FHIR app in the sandbox and am able to access Patients that are provided in the Sandbox. Having done this, I would now like to upload
      Question
      Dmitrij Vladimirov · Feb 1, 2023

      Request to /MDX2JSON/PivotVariables/Patients?Namespace=IRISAPP show 404 error

      ;/TITLE> </HEAD> <BODY> <H1>Not Found</H1> The requested URL /MDX2JSON/PivotVariables/Patients was not found on this server. </BODY>
      Question
      Farhan Shariff · Sep 24, 2018

      Auditable Event Type and Event

      I am currently using InterSystems for patients data management related to intake treatment planning and delivery of dose. should I create a new attribute to track Patient ID
      Article
      Ramil TK · Jul 29, 2022

      Concept of Using Python to Detect Human Faces and Emotions

      photo is available, using that photo we can identify the patient, then once the patient reached the hospital using the CCTV and machine learning technique need to identify
      Article
      Alessandro Marin · Aug 14, 2018

      Triggering DeepSee synchronization when source class properties reference a different class

      using the PATIENTS cube in SAMPLES. The cube’s “Patient” source class is defined in DeepSee.Study.Patient.cls and has a PrimaryCarePhysician property. This property is defined
      Article
      Yuri Marx Pereira Gomes · Dec 12, 2023

      Part I - Transform custom healthcare messages to HL7

      example, we will convert 1000 patients from a CSV file to HL7 v2, using the Interoperability features of IRIS for Health. About HL7 Organization The Health Level Seven International
      Article
      Robert Cemper · Aug 28, 2020

      Effective use of Collection Indexing and Querying Collections through SQL

      Triggered by a question placed by @Francisco.López1549 recently I took a closer look at the indexing of collections.My simple test setup is a serial class and a persistent class