Search

Clear filter
Question
Ashok S · Nov 2, 2016

MDX QUERY

in holefoods or patients cube. Ashok, can you reproduce the problem in HoleFoods cube which comes with Samples namespace? It would be easier to play with the data and suggest
Question
Don Rozwick · Mar 22, 2017

How to Search the stream in Message Browser for a EnsLib.HTTP.GenericMessage

://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Stream> { "patient": { "identifier": "E23456778", "token": "PQOIWUE)&!@TT
Question
Phil Burkhalter · May 1, 2024

Parsing a JSON message

": "", "ControlId": "", "Patient": "idz", "DateOfOperation": "20240401", "PrimarySurgeon": "you", "AttendingSurgeon": "me", "SurgicalSpecialty": "12
Announcement
Anastasia Dyubaylo · Feb 5, 2024

Winners of InterSystems FHIR and Digital Health Interoperability Contest

to the fhirmessageverification app by @珊珊.喻 🌟 $100 go to the Clinical Mindmap Viewer app by @Yuri.Gomes 🌟 $100 go to the Patient-PSI-Data app by @Chang.Dao
Article
Robert Cemper · Jan 2, 2022

DB Migration using SQLgateway

edit and Test Connection - verify Connection successful - Be patient at this point. Postgres Containers sometimes take quite some time to talk to you. - Wait a little
Article
Robert Cemper · Jan 30, 2022

My Reviews on Open Exchange - Jan.2022

4 dataset-finance clean and and complete exercise 5.0 y 5 Health Dataset nice DB for 270 anonymous patients 5.0 y 6 objectscript-json-patch excellent
Article
Dmitry Maslennikov · Jul 2, 2023

Profile ObjectScript with more power

patients. This uncovers some interesting discoveries, like, about 40% of the time is spent on IndexResource And about 20% to ValidateResource Of course, this can't be very accurate
Question
Laura Cavanaugh · Jun 12, 2017

Possible to view the contents of a process private global

I know the process ID< and I know the global name: ^||testing(index). From the terminal (and therefore, and different process ID), how do I view the contents of ^||testing
Question
Mathew Lambert · May 23, 2018

##class( autocomplete for classnames

longer to index prior to cache existing, and that is why you encountered the performance hit. @Scott.Morrison9195 @Fred.Gustafsson, thank you for bringing this issue to our attention
Question
Kurro Lopez · May 24, 2019

How to copy array values from JSon to object using DTL

a nonexisting Next methodyou could create a loop using <WHILE> and do a "manual" loop.For the condition source.retorno.datos.polizas.poliza.%Size() gives you the index
Question
Vivek Ranjan · Mar 12, 2018

Persistent table with %GUID As property

: USER>set obj = ##class(Test1).%New() USER>set obj.Property1 = "Hello" USER>w obj.%Save() 1 USER>w obj."%%GUID" FC381F94-277E-11E8-82F0-005056B479AA The ^OBJ.GUID index that this creates can be accessed via %ExtentMgr.GUID.
Question
Martin Karas · Oct 1, 2019

NoExtent and object references

to one object only. Adding a BitMap extent index to class B helps compensate for the fact that all B objects are stored together, and improves the performance of queries on the subclasses.
Question
Arto Alatalo · Aug 12, 2019

How to read global via Stream interface

an adapter to a function expecting Stream? Nice, thanks. But it seems that this way will work only if the global has an ID as first index. This way involves copying of the data
Question
Ikara Ikliki · Nov 15, 2019

Status ErrorList parameter: When using $SYSTEM.Status.DecomposeStatus(tSC, .tErrorList) what is the type of tErrorList returned and how to intialize

own error Let me know if you need any help } } The tErrorList is returned as an array. tErrorList itself (without index) is an increment
Article
Robert Cemper · Apr 25, 2020

Static WHERE Conditions

on custom spatial indices, although in both cases it works hand-in-hand with a custom index (using %FunctionalIndex). That isn't required, but usually the flip side of the same use case coin.