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
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
Question
Soufiane Amroun · Sep 25, 2017

convert date to timestamp

,"spo2":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
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
Question
Sylvain Guilbaud · Apr 11, 2024

Call for FHIR experts: R5 vs R4

with. The migration effort really depends on what you're implementing. Some resources (e.g. Patient, Observation, etc.) have changed very little - and the changes that did occur may
Article
Muhammad Waseem · Jan 22, 2024

3 common and 3 less common attributes of FHIR’s Meta element

data. Confidentiality Codes From ‘unrestricted’ to ‘very restricted’ A ‘very restricted’ label might signify a VIP patient, or sensitive psychiatric data that should
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
Article
Developer Community Admin · Mar 18

InterSystems IRIS data platform: Architecture

performance, the core of InterSystems technology is a highly efficient mechanism for data storage, indexing, and access. Unlike other database providers, we do not provide
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
Article
Theo Stolker · Feb 2, 2024

DB.Changelog: Keeping track of database changes using SQL Triggers and CodeMode = objectgenerator

ChangeLog.DB.NameValues Extends %Persistent { /// Name Property name As %String; Index nameIndex On name [ Unique ]; /// Value Property value As %String(MAXLEN
Question
Keith Davis · May 31, 2019

How do I drop a table created by a Objectscript class

, for that matter). That's the thing, I don't want views, I want tables, and I need indexing (which was how this all got started, the indexing is not working). I was not aware
Question
Jonathan Stanger-Moore · Sep 25, 2017

Getting SQL Gateway Connection Details - ODBC

","ODBCCONNECTION","DATA",1)=$lb("","ENS171 Samples","YJM","_system","HnBuSSuEERERntcVPGsUMQ==",0,0,"","","","",0,"",0,0,1,0,1,0,"",0) ^%SYS("sql","ODBCCONNECTION","INDEX","NameIndex
Question
Mike Henderson · Apr 15, 2016

SQL Parsing error

go - this will compile in USER namespace Class User.SQLForSome Extends %Persistent { Property Name As %String; Property Domains As list Of %String; Index Domains