Search

Clear filter
Article
Tani Frankel · Mar 29, 2016

Getting Production Setting's Value

Question: How can I get a value of a setting of a Production item programmatically? Answer: You can use one of the API methods of the Ens.Director class, for example
Article
Tirthankar Bachhar · Sep 27, 2016

Registering New Error Code and Error Message

for the end-user.I did a test using the tutorial you posted (which is great by the way!), but the way the Status API display the error by default kind made me fallback to 5001, which is cleaner.
Article
Istvan Hahn · Dec 7, 2016

Enable CORS for CSP/ ZEN Applications

of the browser. Or any convenience API of it from jQuery or AngularJS. So the use case: we have ZEN server at zen.test.com. We access like http://zen.test.com/csp/app/app.ui.Page.zen
Question
randall debold · Oct 4, 2017

Using $fromObject throws <SYNTAX> error

) write person.$toJSON() however i have not found a "api" using dynamic objects to do the same, something like this: set person=##class(Sample.Person).%OpenId(1) write person
Article
Murray Oldfield · Apr 8, 2016

InterSystems Data Platforms and Performance Part 4 - Looking at Memory

the formula in the GMHEAP section below. Information about application use of the lock table can be monitored using the system management portal (SMP), or more directly with the API
Article
Lorenzo Scalese · Apr 22, 2022

Apache Web Gateway with Docker

` SSL Config. 2. Enable SSLSuperServer security setting. 3. Restrict the list of IPs that can use the Web Gateway service. To ease the configuration, config-api is used
Article
Sebastian Musielak · Nov 7, 2016

How To Display Custom SDA Extensions in the Clinical Viewer (Sneeziness Example

it works very well ! thank you very much for your valuable helpRaouf I was able to find APIs for the tasks being performed in Sebastian's custom code. It is preferrable that APIs
Article
Robert Cemper · Aug 26, 2017

From The Roots to InterSystems

and database modeling with Associative Semiotic Hypergraph engine build on top of Intersystems Cache globals and a powerful OOP API in Python for data analytics. Stay tuned, I am fond
Article
Mark Bolinsky · Feb 12, 2019

InterSystems IRIS Example Reference Architectures for Amazon Web Services (AWS

Freeze API call. Create snapshots of the OS + data disks. Resume database writes via External Thaw API call. Backup facility archives to backup location Details of the External
Question
leo dec · Mar 8, 2019

HL7 message import to sql server

using Virtual Document API. sorry dear... I can't understand.could you please point me to the steps require to put data in columns..see below test HL7 message:-MSH|^~\&
Question
Anna Golitsyna · Nov 11, 2020

Running code on another machine

in OEX Background Jobs over ECP IRIS Native API for ObjectScript Simple Remote Server Control I'll look up applications under the first and the third link, thanks. The middle
Article
Alexander Koblov · Nov 19, 2018

Syntax highlighting for ObjectScript

://docs.intersystems.com/latest/csp/documatic/%25CSP.Documatic.cls?PAGE=CLASS&LIBRARY=%25SYS&CLASSNAME=%25Library.SyntaxColor) class. This class provides API to the DLL used by Studio to do
Article
Sergey Mikhailenko · Jan 18, 2022

The practice of using badges for projects in OEX for a more convenient description of them

of the project. If you insert a line into the `README.MD` file ``` [![Quality Gate Status](https://community.objectscriptquality.com/api/project_badges/measure?project
Announcement
Anastasia Dyubaylo · Oct 17, 2022

The 1st InterSystems Idea-A-Thon Winners - hooray

class to allow multiple instances to share access to one directory Native RPC API for ObjectScript change data chapture Expose internal code elements (classes, routines etc
Question
Michael Davidovich · May 18, 2022

Unit Testing Conventions/Best Practices - Where Do They 'Live

*and* measure test coverage. That helps answer "how well do the tests I'm currently writing cover the code I'm currently adding/changing?" Of course, you can do this with the normal APIs