Search

Clear filter
Article
Benjamin De Boe · Apr 3, 2017

Keeping your iKnow domain synchronized

It also adds a few validation rules to ensure the assumptions we made (such as the idField being set to %ID) are indeed true. The second approach could be elaborated a bit more.
Article
Scott Beeson · Feb 26, 2016

Why Drupal? Why not Confluence? Or custom?

Thanks for your patience Scott - it's no question that this has been a little bumpy ;) But I am confident that we will get there.
Question
Oliver Wilms · Apr 9, 2020

Support for Standards built in? FHIR I know is supported, how about OAGIS, FERPA CEDS, PSD2/SWIFT, NIEM?

Open Banking PSD2 /SWIFT (Payments Services Directive/Society for Worldwide Interbank Financial Telecommunication) Protocol 5.
Question
Yone Moreno · Jan 29, 2024

Handling/Removing Unexpected Top-Level XML Tag in SOAP Response

Parameter USECLASSNAMESPACES = 1; Method ProcesarPeticion(MSH As hl7.MSH.CONTENT, NTE As hl7.NTE.CONTENT, ORMO01PATIENT As hl7.ORMO01.PATIENT.CONTENT(XMLNAME="ORM_O01.PATIENT"), ORMO01ORDER
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.
Article
Stefan Wittmann · May 31, 2016

Introducing the Document Data Model in Caché 2016.2

One of the advantages of the Parent/Child relationship is that the children are colocated in the storage of the parent.
Question
Nicky Zhu · Jan 7, 2021

How to audit data change?

Hi Tani, Indeed, we've talked with our client.
Question
Michael Young · May 30, 2024

IRIS Weblink - Basic capabilities

Not fully factually correct, except that WebLink was indeed the predecessor to CSP.
Article
Sergei Sarkisian · Dec 30, 2016

UI for Ensemble Workflow in Angular

= 1" class="attention" ng-cloak> <p>Please, Log In first.</p> </div> <!
Announcement
Stefan Wittmann · Jul 20, 2020

InterSystems IRIS and IRIS for Health 2020.3 preview is published

snippets for your analytics and machine-learning related tasks Support for JDBC and Java Gateway reentrancy .NET Core 2.1 support for the .NET Gateway XEP adds support for deferred indexing
Article
Robert Cemper · Sep 17, 2020

Native API for ObjectScript Demo

PersonD by ID:4 $Data()=1 Value=$lb("","Eastman,Mary C.","887-18-3730",44711,$lb("3889 Ash Blvd","Washington","TX",67862),$lb("5709 Oak Blvd","Chicago","IL",30845),"","") Index
Question
Jayvee Rato · Jul 31, 2018

Cache List Of Objects Connection

ContainerContent;Property documentNo As %String;Property containerImco As list Of ContainerImco(SQLPROJECTION = "table/column", STORAGEDEFAULT = "array");Property containerRemarks As %String;Index
Discussion
Evgeny Shvarov · Mar 7, 2019

Embedded SQL vs ObjectScript SQL. What do you prefer and why?

<PropertyName>GetStored(ID) If you know unique indexed value but don't know ID, it's possible to get id with Exists method: ClassMethod <IndexName>Exists(val, Output
Discussion
Hermann Tegermann · May 17, 2022

What's better: Local Variable Arrays or Process Private Globals

Clear there is a physical limit, but it's far away compared to local variables.PPGs are best suited as Storage location + Index location of temporary tables.Without limit as any ordinary
Question
ED Coder · Jul 31, 2019

Remove a segment from the HL7 Message

I removed by index now, and it works. so looking good. Thank you so much for guiding me on this Ah, now it makes sense.