Search

Clear filter
Question
Gary M Lusso · Apr 9

HL7 add OBX segment at specific locations - Resolved

segment object Use iterator "i" to Iterate over all the OBXs in the source message OBX group while checking if OBX:5 contains "Total" string, If yes, save an index of this OBX
Article
Stefan Wittmann · May 31, 2016

Introducing the Document Data Model in Caché 2016.2

aggregation if you want to group by something that is part of the key. But the value is just a value. You cannot access specific sub-elements within the value or index them
Article
Henry Pereira · Apr 6, 2022

So, Where's my money

two persistent classes with a one-to-many relationship: Category and Transaction. ``` Class dc.soWhereIsMyMoney.Category Extends %Persistent { Index IdxName On Name
Question
Steve Pisani · Oct 22, 2017

Retrieving the absolute last entry from set of members in a level

average. So it would seem, that I need to differentiate, in the DeepSee index tables, which of the two readings on the last day of the month, is actually the last one.I do not have time
Question
Ashok Kumar T · Aug 14, 2023

Generate Method for properties

. The memberType is simply the type of class member - property, index, query, method, parameter - all are types of members that can be defined in a class. What isn't well known
Article
Sergei Sarkisian · Dec 30, 2016

UI for Ensemble Workflow in Angular

']; $scope.page.closeAlert = function (index) { if ($scope.page.alerts.length) { $('.alert:nth-child(' + (index + 1) + ')').animate({ opacity: 0, top: "-=150" }, 400, function
Article
Mark Bolinsky · Mar 6, 2020

InterSystems IRIS for Health 2020.1 HL7 Benchmark

in the Workload Description and Methodology section. The tested workloads comprised HL7v2 Patient Administration (ADT) and Observation Result (ORU) payloads and included transformations and re
Article
Eduard Lebedyuk · Aug 12, 2020

Calling production from a REST Broker

to the clinet. Possible repsonses are, - 200 in which case I return requested data e.g. Patient demographics - 404 Patient not found - 500 - Internal Server Error
Question
Joe Jones · Mar 13, 2023

How to create a business service for reading JSON input into the Ensemble production

).Lookup("TMP_VistA_Systems",patientFacility),^zzphil("p1")=VistABO s:$g(VistABO)="" badResponse.FailureReason="Patient Site is not configured in HealthConnect" } if $L
Article
Yuri Marx · May 29, 2023

How to do performance and load tests on databases and backends

want to test is working. Call a GET method for http://localhost:32783/fhir/r4/Patient/1 and see the results as illustrated below: Running JMeter To run JMeter do
Question
Yone Moreno · Jan 25, 2021

How could we retrieve an image from an external system using Ensemble

to our ESB REST Service using POSTMAN to the patient 9999 The external system replies that it has been succesfuly uploaded If we get this image directly from the external
Article
Eduardo Anglada · May 11, 2021

IRIS in Astronomy

this right: 99 GB and not a single index? The IRIS numbers are incredible under those circumstances, but surely one would put some effort into the schema before issuing non
Discussion
Hermann Tegermann · May 17, 2022

What's better: Local Variable Arrays or Process Private Globals

limit, but it's far away compared to local variables.PPGs are best suited as Storage location + Index location of temporary tables.Without limit as any ordinary Global. So
Discussion
Evgeny Shvarov · Mar 7, 2019

Embedded SQL vs ObjectScript SQL. What do you prefer and why

: set value = ##class(test).<PropertyName>GetStored(ID) If you know unique indexed value but don't know ID, it's possible to get id with Exists method: ClassMethod <
Question
Jordan Simpson · Jul 20, 2021

Looping Through Grouped NTE Segments

this by first of all getting the segment index and then removing the segment referenced (commented out below). I am then getting the full segment string and importing