Search

Clear filter
Article
Lydia Huang · Mar 11, 2016

Run MDX queries in the DeepSee Shell

].[Allergy Count],[MEASURES].[MEDIAN TEST SCORE]} ON 0,NON EMPTY HEAD(NONEMPTYCROSSJOIN([AgeD].[H1].[Age Group].Members,[AgeD].[H1].[Age Bucket].Members),2000) ON 1 FROM [PATIENTS
Question
Ahmad Bukhtiar · Nov 19, 2020

Help with string function reading data from files

this should work Thanks will try, is there a way to run queries on globals like get distinct values from allergy code across all patients? also now data is stored in SDA from flat
Article
Tani Frankel · Jan 14

The Power of Embedded Python in Interoperability - a mongoDB CDC Use-Case

that "tells a story" (which was the actual use-case I had) I also added a target for this CDC, which is a REST API of a mock EMR, which takes patient data and inserts it into a Patient
Article
Guillaume Rongier · Jul 7, 2023

Iris FHIR Python Strategy

": "ResourceNotSupported", "details": { "text": "Resource type 'Account' is not supported." } } ] } ``` 5. Open get a patient without authentication (you
Discussion
Alex Woodhead · Apr 12

Code Golf - Maximum Coverage

: 1,2 or 2,3 1 set(s) covers 3 elements with sets: 1 or 3 USER> my approach would be:1. run through each list and generate a value - list index e.g. List(3) would result
Question
Evgeny Shvarov · May 17, 2020

How to quickly obtain the number of records in a persistent class

additions: SELECT Count(ID) from <youtable> will you always lead to theexplicit or implicit Extent Index. (bitmap or standard) set cls=##class(%Dictionary.CompiledClass
Question
Jordan Simpson · Jun 23, 2023

Iterating Through and Accessing Nested JSON Values

.%GetNext(.key,.val) { write !, "Element index: "_key_", value: "_val } Element index: 0, value: 117@%Library.DynamicObject PDSINTEGRATION>zw securityArray.%Get("code
Article
Dmitry Maslennikov · Feb 5

Using DocDB in SQL, almost

%DocDB.Database allows properties to be extracted from documents, making them available as dedicated columns. This also enables indexing on these properties. Would need to get
Article
Maria Nesterenko · Jan 28, 2024

Small Steps, Big Changes: Habit Tracker for Your Health

, and receive personalized recommendations based on their unique health profile. The application allows the patient to access their medical data. The Patient info section
Question
Ashok Kumar T · May 15, 2024

FHIR Profile validation Java issues

/Patient/$validate?profile=http://examples.com/fhir/StructureDefinition/aktestpatient|4.0.1 As the error says, you have to install the JDK 11 on your computer from here
Question
Dmitrii Baranov · Nov 2, 2024

FHIR "Search selects more than maximum allowed number of results (1000

I'm experimenting with FHIR bulk data load using NDJSONs, so far the import is running smoothly, but when I'm trying to perform a request of kind /Patient or /Procedure I'm
Question
Gigi La Course · Sep 9

Creating a lookup table with Data from ADT message to reference later in business rule

I have a vendor that only wants results on patients that arrive to the ED via EMS/Ambulance. The value I need for filtering is in the PV2;38. Some of the results requested do
Discussion
Neerav Verma · Jan 16, 2020

Query Plan Error or Correct Estimation

Hi All, We have few queries which are simple selects . For simplicity let's say there is a query that joins two tables and gets few columns and both tables have no indexes
Question
姚 鑫 · Mar 4, 2024

I want to use AESEncode encryption, but it prompts a MAXSTRING error. How to solve

lastch=$e(ret,len,len) set pos=0 for index=1:1:16 { if $c(index)=lastch{ set pos=index quit } } s ret = $e(ret,1,len-pos) q ret}
Question
Victor Castanon · Jul 9

Why isn't my SearchTable Generating Anything When I Run BuildTable

schemas? Is it possible that you need to specify "fully qualified" paths to the values you wish to index, for example: Class XXXX.HL7.RAD.SearchTable Extends EnsLib.HL7