Search

Clear filter
Article
Muhammad Waseem · Apr 5, 2022

Using Globals as a graph database to store and retrieve graph structure data

vis.Network(container, data, options); return network; } drawGraph(); </script> Step5: Calling above codes from app.py main file #Mian route. (index
Article
Renan Lourenco · Mar 9, 2020

InterSystems IRIS for Health ENSDEMO (supports arm64

this part of the documentation as a module too. Could be a nice extension to the app. I like your idea @Evgeny.Shvarov !! How do you envision that, a simple index with easy access like
Question
Erum Ahsan · Jun 6, 2023

JavaScript is not working as expected

to understand what I am doing wrong? XData Style { <style type="text/css"> #loading {width: 100%;height: 100%;top: 0px;left: 0px;position: fixed;display: block; z-index: 99
Article
Mike Kadow · Jun 23, 2016

NewBie's Corner Session 9 Documentation and books

send me private email, unless of course you wish to address me only.See NewBie Index for an index of all NewBie Corner posts. Hello Mike,Add to your list several books written
Question
Mack Altman · Dec 2, 2016

What are best ways to query large tables

your tables. Well, if you want good performance in SQL Queries, you need indexes. What do your tables look like? We can definitely get fast performance on a 50M row table
Question
· Dec 22, 2022

%DynamicObject: How to insert json property at a specific location

", "meta", "extension" ] #dim newObject as %DynamicObject = {} for index = 0:1:order.%Size() - 1 { set element = order.%Get(index) set done(element) = 1
Question
Pratik Mankar · Jun 24, 2022

Accessing Property within a Property

are Patient name Type of Test Order ID Type of test will values for Sugar, Urine and Thyroid. But for Thyroid which is a Profile test, should hold multiple properties like Tsh
Question
Soufiane Amroun · Sep 25, 2017

convert date to timestamp

":98.0,"activity_id":"591c540aac8f295479ee14ce"}]}i've also a small database as a patient program wich has a date in this form : 2017-09-25 11:00:00 so , my question is : i want
Question
Utsavi Gajjar · Apr 9, 2021

Is it possible to extend a Business process

to go to the Authentication server to get an authentication token before they go ahead and hit the Business Operation to Get the data i.e. Patient or Encounter. Is it possible
Article
José Pereira · Jun 5, 2021

FHIRaaS overview

. For instance: ``` curl -X GET "https://fhir.lrwvcusn.static-test-account.isccloud.io/Patient" -H "accept: application/fhir+json" -H "x-api-key: your-apy-key" ``` ### OAuth 2.0
Article
Sergey Kamenev · May 23, 2019

PHP module for working with hierarchical data in InterSystems IRIS

parameters of this function are strings or numbers. The first one is the name of the global, then there are the indexes, and the last parameter is the value. iris_set('^time',1
Article
Timur Safin · Aug 26, 2016

Caché MapReduce - Basic interfaces for MapReduce implementation (part II

) Method GetNext() As %String { #dim value As %String #dim index As %String = $order(@i%GlobalName@(""),1,value) if index'="" { kill @i%GlobalName@(index
Article
Sergey Kamenev · Jul 7, 2017

Globals - Magic swords for storing data. Sparse arrays. Part 3

of our universe not just because of its flexibility, but also thanks to its ability to quickly save a data thread while concurrently creating index globals for quick search. If we go
Question
Kurt Hofman · Dec 15, 2020

Intersystems IRIS 2020.4.0.524.0 (Docker) & IRIS Studio

declares available ports in the image. Access directly to the label $ docker inspect containers.intersystems.com/intersystems/iris:2020.4.0.524.0 \ --format '{{ index .Config.Labels
Question
Goran Stefanovic · Aug 5, 2019

Creating a table in one namespace and inserting into it, but reading and updating it from another namespace

add package containing your table from routine database for original namespace.In global mapping you add data, index, stream and id globals from global database for original