Search

Clear filter
Article
Hiroshi Sato · Mar 7, 2024

Performing index rebuild in multiple processes while using an application

After rebuilding the index, expose the added index to the optimizer.
Question
Mark OReilly · Jun 12, 2024

Message Body Details index- all seem same value?

Over time in a volatile table (think lots of INSERTs and DELETEs) the storage for a bitmap index may become less efficient. To a lesser extent index value changes, i.e.
Article
Luis Angel Pérez Ramos · Jul 21

Speed up your full-text searches with %iFind indexes

search with the %iFind index is astronomical: 1239110280 for the query without an index versus 8323422 for the indexed query, making it 150 times faster.
Question
Mike Kadow · Apr 27, 2016

Feature Map and Master Index gone from 2016 version

When is a Master Index obsolete? Not to me I dare say. Mike - the index was a listing of keywords.
Article
Murray Oldfield · Nov 12, 2016

InterSystems Data Platforms Capacity Planning and Performance Series Index

# Index This is a list of all the posts in the Data Platforms’ capacity planning and performance series in order. Also a general list of my other posts.
Article
Eduard Lebedyuk · May 14, 2018

Continuous Delivery of your InterSystems solution using GitLab - Index

In this series of articles, I'd like to present and discuss several possible approaches toward software development with InterSystems technologies and GitLab. I will cover such topics
Question
Dean Rochester · Feb 21, 2023

trying the python fhir example and getting an error AttributeError: 'NoneType' object has no attribute 'serialize'

and add his phone number and change his name before saving our changes in the server #Get the patient as a fhir.resources Patient of our list of patient resources who has the right
Question
Mitch Anderson · May 16, 2017

Constructing a clone on Parent/Children

Perhaps in older versions there were bugs that were then fixed.Simple test:Class my.children Extends %Persistent{Property p1;Relationship parent As my.parent [ Cardinality = parent,

ROBSON PARENTE DE FREITAS

0 posts0 comments
Question
Anat Zion · Aug 19, 2019

Disconnect Child From Parent

Hi ,I would like to know if there is possibility to disconnect child from parent in Parent/child relation and move child to Other Parent? Please describe your use case?
Question
瑞 王 · Apr 7, 2020

Stored procedure call

The global ^PAADMi("No", "") is a index global, if I'm not wrong ,is a index of PA_AADM table and the field of the index is PAADM_PAPMI_NO (MRN number of patient).
Question
Evgeny Shvarov · Feb 28, 2023

FHIR Transaction Bundles: how to properly form urn patient id?

I send a bundle of two resources: patient and its observation. The observation resource should reference an existing patient.
Question
Dmitrij Vladimirov · Feb 1, 2023

Request to /MDX2JSON/PivotVariables/Patients?Namespace=IRISAPP show 404 error

> <HEAD> <TITLE>Not Found</TITLE> </HEAD> <BODY> <H1>Not Found</H1> The requested URL /MDX2JSON/PivotVariables/Patients
Question
Mike.W · Mar 15, 2023

How to convert a FHIR Patient resource in XML format into a Cache object

We are going to have basic patient demographic data coming in to Cache via a webservice.
Question
Eyal Levin · Feb 25, 2024

How can I transer data from one patient to another?

to transfer all the data from patient X to patient Y, and maybe mark patient X as not relevant or delete it IDK yet.