Search

Clear filter
Question
Carl (booz Allen) Deitrich · Mar 5, 2024

Output Dynamic Object JSON Data To A CSV File

%ToJSON()) } ClassMethod GetCsv(json As %String) As %String [ Language = python ] { import pandas df = pandas.read_json(json, orient="index") return df.to_csv(index=False
Question
Jean Millette · Feb 14, 2017

Looking for Best Zen MVC Recipe for Passing "View" Data to DataModel and Form...

(the design calls for one parent per child).
Question
Ashok Kumar T · May 15, 2024

FHIR Profile validation Java issues

How to fix this below error http://localhost:52773/csp/healthshare/learn1/fhir/r4/Patient/$validate?
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 getting
Discussion
Neerav Verma · Jan 16, 2020

Query Plan Error or Correct Estimation

For simplicity let's say there is a query that joins two tables and gets few columns and both tables have no indexes.
Question
Matjaz Murko · Jul 3, 2021

Object of %SerialObject class to List

I don't have problem with index but with Open method: Set attributes=##class(Packing.Needs.Attributes).
Question
姚 鑫 · Mar 4, 2024

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

=1:1:16 { if $c(index)=lastch{ set pos=index quit } } s ret = $e(ret,1,len-pos) q ret}
Article
José Pereira · Jun 5, 2022

The Flow Editor application

By this way we set up a simple flow which could be used to notify patients stored in a FHIRaaS account. !
Question
Evgeny Shvarov · May 17, 2020

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

Do we really don't have anything faster than a full scan on ID index? No indirection. You can use this macro to translate class name into table name.
Question
Sourabh Choudhary · Jun 9

Issue with Data Transformation: OML^O21 to ORM^O01

Patient NPO since midnight.
Article
Vachan C Rannore · Sep 15

From "Oops" to "Aha!" - Avoiding Beginner Mistakes in ObjectScript

%New() // Note the question mark in the query. set query = "SELECT Name, Age FROM Patient WHERE ID=?" set sc = stmt.
Article
José Pereira · Aug 26, 2020

Learning new nice things in the FHIR contest

As pointed out by @Henrique.GonçalvesDias [here](https://community.intersystems.com/post/my-experience-working-fhir), you can model several aspects of the patient history and other
Discussion
Alex Woodhead · Apr 12

Code Golf - Maximum Coverage

value is still in the index remove the value index and add list to the result list. remove the list from the still available list4. iterate above until either value index has no more
Article
Luis Angel Pérez Ramos · Oct 10, 2023

Using FHIR Adapter to deliver FHIR services over legacy systems - Introduction

Querying patients by their ID using a REST API call. Registering a Bundle with patient and medical center data in our HIS. So if you are interested...
Article
Henrique Dias · Nov 30, 2022

The motivation behind Pregnancy Symptoms Tracker

With her vision and guidance, we understood the importance of this idea and how much it can help physicians and patients.