Search

Clear filter
Article
Rolano Rebelo · Nov 11, 2024

EduVerse: Accessible Learning Assistant

: docs = text_splitter.split_documents(docs) initialize_vector_store(docs) By breaking down each document into smaller segments, we ensure that each chunk is indexed and stored
Article
Eduard Lebedyuk · Jan 7

Remove deleted classes after import

are different, we add them to the zreturn's parameter and we delete them */ While rset.%Next(){ Set name = rset.%Get("Name") //Write " name class and index ", name,idx
Article
Vachan C Rannore · Aug 18

Practical ObjectScript Coding: From JSON to Globals to SQL

. Use SQL DDL for quick table definitions or integration with external systems. Always define indexes for commonly queried properties. SUMMARY: Whether you are parsing JSON
Article
Robert Cemper · Oct 1, 2023

Open Exchange Quality Statistics

to close explicitly. I probably raised your stats with this repository journal-indexer. Thanks.This matches my experience. Issues require explicit Close to vanish from main-page
Question
Jonathan Lent · Sep 16, 2023

DocDB: Can you find a document based on array contents

since it is at the root of the hierarchy. I've also seen an example in the forums where a property was created using a specific index in an array -- which would not be terribly
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
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
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
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
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
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
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