Search

Clear filter
Question
Dmitrij Vladimirov · Feb 3, 2023

Can not pass variable as argument to a classmethod after colon from Url="/Example/:Variable

When requesting /MDX2JSON/PivotVariables/Patients?Namespace Patients shoud be passed to a method but its not. When argument passed directly into the method it works. <Route
Article
Timothy Leavitt · Feb 21, 2024

Functional indices for lightning-fast queries on many-to-many relationship tables

in DC.Demo.Post. Add a standard index on (Usr, Post) in DC.Demo.Comment. And this isn't a bad approach at all! For some use cases it might even be "good enough." What is IRIS SQL
Question
Scott Beeson · Oct 12, 2016

Duplicates for EVERY HS.Message.PatientSearchRequest

If I run SELECT * FROM HS_Message.PatientSearchRequest ORDER BY ID Desc every row has a unique ID but every other row is an exact duplicate. Why would this be? I found that half
Question
Aditi Goswami · Jun 14, 2017

SQL Query for Range

commands (i.e. not via Objects or SQL).What is your $ZVERSION value? Perhaps you are running a version with a known problem in the area of index maintenance. ...or did you already
Article
Iryna Mykhailova · Dec 12, 2022

Requesting and receiving test results (messages OML, ORL and ORU of HL7v2

, there are also segments related to the patient and order. Since patient information uses the same segments in different messages I won't go into details - an example of version 2.5
Question
Michael Fortunato · Oct 25, 2022

Is there a way to prevent building indices when inserting records via `%Save

Is there a way I can call %Save() on a %Persistent object and at the same time prevent indices from being built? Why would you want to do this?the index related to %Save
Article
Nikolay Solovyev · Feb 17, 2020

IRIS Interoperability adapter for Dasha.AI: voice interface for your application

CS and NPS Customer Satisfaction (CS) surveys are used by companies to monitor how their products or services meet customer expectations so that Customer Satisfaction Index
Article
Benjamin De Boe · Jun 28, 2016

iKnow demo apps (part 5) - iFind search portal

was the primary subject of exploration. With iFind, we stick to regular SQL tables, on which an iFind index is defined. An iFind index is an implementation of the Functional Index
Question
Scott Beeson · Apr 27, 2016

Documentation for transforms/mappings

the XSL files, I see some very good comments like the following: <!-- Field : Patient Name Target: HS.SDA3.Patient Name Target
Question
Ashok Kumar T · Oct 17, 2023

FHIR Profile Validation Issues

Hello Community, I've created my FHIR patient profile and POST into FHIR endpoint in Intersystems FHIR Server. http:localhost:52773/fhirr4/StructureDefinition I use
Article
Jimmy Xu · Jul 7, 2023

Using IRIS Populate Utility To Populate Data

Parameter. 1. At the beginning, I have created 2 persistent classes to support Populate Utility( Extends (%Persistent, %Populate)): popPatient which aim to populate patients
Announcement
Anastasia Dyubaylo · Apr 23, 2024

[Video] Digital Health Showcase - Virtual Care

Hi Community, Watch this video to find out how these digital health startups are improving workflows for disease management, remote patient monitoring, and patient engagement
Question
Ashok Kumar T · Jul 4, 2024

JWT enabled FHIR Server web app access

this url http://localhost:52773/csp/healthshare/learn1/fhir/r4/login with basic auth get the JWT token. Now I use the access token as a "Bearer" for GET the patient resource. But I
Article
Kyle Baxter · Aug 29, 2016

Data Storage - Information You Must Know to Make Good Decisions When Developing

clearly want that indexed as it's a great way to look someone up. We know that sometimes we're going to have to look people up by name, so we'll want a name index, too
Question
Neerav Verma · Mar 5, 2019

PrimaryKey vs Idkey

Just wondering an Insight in the difference between these two indexesIdKey / PrimaryKey================= Property Identifier As %IntegerIndex Index1 on Identifier [Idkey]Index