Search

Clear filter
Announcement
Anastasia Dyubaylo · Jun 13

[Video] Innovation Highlight - Medical Device Waveform Data

Such data could support multiple clinical use cases to improve patient care and staff workflow.
Announcement
Anastasia Dyubaylo · Apr 9, 2023

[Video] Meeting Data Sharing Requirements with the HealthShare CMS Solution Pack

Healthcare systems rely on scalable and reliable data foundations to grow their capabilities and meet regulations like the CMS Interoperability and Patient Access final rule.
Article
Yuri Marx · Feb 24, 2021

Day 2: Developing with InterSystems Objects and SQL

You can create Indexes to get uniqueness or to tunning queries. Example: Index NameIndex On Name [Unique].
Question
Bransen Smith · Oct 1, 2024

Help Understanding Global Mappings and Sharing One SQL Table Across Multiple Namespaces

.3 IDKey Index - ^E2C8.D9IS.1 Indexes - ^E2C8.D9IS.I Stream - ^E2C8.D9IS.S I am not sure what to put in as the Global Name, would that be E2C8?
Article
Veerarajan Karunanithi · Feb 27, 2024

Insights from unstructured data using SQL Text Search

Step 5: Utilize the Index for QueriesNow, leverage the specific index to craft queries and extract insights.
Question
Eduard Lebedyuk · Jun 19, 2018

How do I syncronize/update iKnow domain

In %SYSTEM.iKnow class IndexTable method is available: classmethod IndexTable(pDomainName As %String, pTableName As %String, pIdField As %String, pGroupField As %String, pDataField
Article
Mike Kadow · Jul 14, 2016

NewBie's Corner Session 13 .MAC and .INT Routines and Comment Lines

for an index of all NewBie Corner posts.
Question
Bharath Nunepalli · Sep 16, 2020

Command shortcuts for getting Caché database details

> Tools Index > Databases) I use Status^JOURNAL in a shell script like this, to check the journaling status and generate an alert
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
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.
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
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. !
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).