Search

Clear filter
Article
Renato Banzai · Jan 30, 2021

Making a blog using Python + IRIS Globals

", with the subscript "post", and the next subscript is the post Id. In this global I put the content of the post and finish! Just this, nothing of create table, index, etc
Question
Terri Tattan · May 10, 2016

Adding sources to existing domain

the Drop option. It will issue warnings (Source with external ID already exists) but continue to index the rest.For the third method (with loader and lister), you can simply take
Article
Evgeny Shvarov · Mar 31, 2018

What Are You Using For Issue Tracking

tracker just adds overhead without any significant benefits compared to index cards. Obviously if you have a large or distributed team you should use something, but again
Question
Jonathan Lent · Sep 16, 2023

DocDB: Can you find a document based on array contents

since it is at the root of the hierarchy. I've also seen an example in the forums where a property was created using a specific index in an array -- which would not be terribly
Article
Evgeny Shvarov · May 9

Building the UI by Prompting vs InterSystems IRIS Backend: Lovable, Spec First and REST API

dc_Sample.Person( %PUBLICROWID, Company VARCHAR(50), DOB DATE, Name VARCHAR(-1), Phone VARCHAR(-1), Title VARCHAR(50) ) GO CREATE INDEX DOBIndex ON dc_Sample.Person(DOB) GO And it worked
Question
Pavithra Rajamohan · Oct 13, 2020

Advice about HL7 Message creations for repeating loop items

than expected messages as I would expect a message to be triggered for each patient within my response. Do you have any suggestions on where the message generation code should go
Article
Evgeny Shvarov · Dec 24, 2022

Set up Your InterSystems FHIR Server With One Command

/fhir/r4/metadata Also zpm installs the simple UI which is available at: yourserver/fhirUI/FHIRAppDemo.html And you'll see something like this (with patient id=1 entered): How
Question
Evgeny Shvarov · Mar 31, 2018

How to Call a Custom Listing in MDX

Japan Onion rinsimilar: >>DRILLTHROUGH SELECT FROM [Patients] %LISTING [Custom SQL listing] # PatientID FavoriteColor 1: SUBJ_100301 Green 2
Question
Fanny Van · May 16, 2018

Collect TrakCare's datas

to the appropriate servers and secondly bear in mind that you are working with sensitive, confidential patient data and that must be respected at all times. Every LabTrak sites
Question
Gary M Lusso · Apr 9

HL7 add OBX segment at specific locations - Resolved

segment object Use iterator "i" to Iterate over all the OBXs in the source message OBX group while checking if OBX:5 contains "Total" string, If yes, save an index of this OBX
Article
Stefan Wittmann · May 31, 2016

Introducing the Document Data Model in Caché 2016.2

aggregation if you want to group by something that is part of the key. But the value is just a value. You cannot access specific sub-elements within the value or index them
Article
Henry Pereira · Apr 6, 2022

So, Where's my money

two persistent classes with a one-to-many relationship: Category and Transaction. ``` Class dc.soWhereIsMyMoney.Category Extends %Persistent { Index IdxName On Name
Question
Steve Pisani · Oct 22, 2017

Retrieving the absolute last entry from set of members in a level

average. So it would seem, that I need to differentiate, in the DeepSee index tables, which of the two readings on the last day of the month, is actually the last one.I do not have time
Question
Ashok Kumar T · Aug 14, 2023

Generate Method for properties

. The memberType is simply the type of class member - property, index, query, method, parameter - all are types of members that can be defined in a class. What isn't well known
Article
Sergei Sarkisian · Dec 30, 2016

UI for Ensemble Workflow in Angular

']; $scope.page.closeAlert = function (index) { if ($scope.page.alerts.length) { $('.alert:nth-child(' + (index + 1) + ')').animate({ opacity: 0, top: "-=150" }, 400, function