Search

Clear filter
Article
Murray Oldfield · Mar 11, 2016

InterSystems Data Platforms and performance – Part 2

is here](https://community.intersystems.com/post/capacity-planning-and-performance-series-index) ***Edited Oct 2016...*** *[Example of script to extract pButtons data to a .csv
Article
Nathan Ng · Sep 6, 2017

Polling an External REST API with Ensemble

for improvement. That being said, I have enjoyed working with Ensemble and wanted to share the approach I took to poll an external REST API for patient data in the hopes that it might help
Announcement
Anastasia Dyubaylo · Aug 5, 2020

InterSystems IRIS for Health FHIR Contest

repository to generate synthetic FHIR compatible data shared by @Phillip.Booth E.g. to generate data for 5 patients in an /output subfolder of a current folder call: docker run --rm
Announcement
Anastasia Dyubaylo · Jun 17, 2022

InterSystems Full Stack Contest 2022

patients travel especially for large distance to minimize petrol consumption by cars and planes, and electricity for trains and metro. Non-industry related applications like: Distant
Question
Yone Moreno · Oct 17, 2023

Converting HL7 Message to Ens.Request: Best Practices

; <Patient> <PatientNumbers> <PatientNumber> <Number>ZZZ</Number> <NumberType>MRN<
Question
Evgeny Shvarov · May 24, 2017

Storage Schema in VCS: to Store Or Not to Store

?This can have serious consequences as data may get stored in a different place from data stored by previous versions of the class.I believe if you change properties and indexes
Question
Andrew Hubbard · Nov 19, 2018

How to cause JSON_OBJECT to not transform %String fields into JSON? (Leave escaped

dificulty with lists and arrays.For "array of" properties without too many elements I can use JSONARRAYAGG to simply include them inline:"(SELECT JSON_ARRAYAGG(JSON_OBJECT('index
Article
Yuri Marx · Mar 2, 2021

Day 5: Developing with InterSystems Objects and SQL

://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=RCOS_flistdata $LISTFIND: return the index of a element in the list - https://docs.intersystems.com/irislatest/csp/docbook
Article
Evgeny Shvarov · May 7, 2020

Unit Testing with ZPM

] Test START Use the following URL to view the result: http://192.168.80.2:52773/csp/sys/%25UnitTest.Portal.Indices.cls?Index=11&$NAMESPACE=IRISAPP All PASSED [objectscript
Article
Benjamin De Boe · Oct 18, 2022

Keeping the API happy - SQL utilities cleanup

probably are aware, InterSystems IRIS includes comprehensive management and caching for SQL statements. This class groups methods for managing the contents of the Statement Index
Article
Eduard Lebedyuk · Feb 9, 2024

Continuous Delivery of your InterSystems solution using GitLab - Part XII: Dynamic Inactivity Timeouts

Welcome to the next chapter of my [CI/CD series](https://community.intersystems.com/post/continuous-delivery-your-intersystems-solution-using-gitlab-index), where we discuss
Question
Robert Driver · Aug 5, 2024

Cache \ Database 'size' \ RESIZING - UNIVERSE / UNIDATA

respectively. There is a lot more information that may be recorded here too depending on the type of file, indexes, and so on. I would recommend reviewing the documentation
Article
Luis Angel Pérez Ramos · Mar 11

Embedded Python VS ObjectScript - Performance Testing Parsing XML

ImporteGanadorSinImpuestos As %Numeric(STORAGEDEFAULT = "columnar"); Property Clasificacion As %String(MAXLEN = 10); Property Localizacion As %String(MAXLEN = 200); Index IndexContratante
Article
Eduard Lebedyuk · Mar 20, 2018

Continuous Delivery of your InterSystems solution using GitLab - Part IV: CD configuration

?Index="_ $g(^UnitTest.Result, 1) _ "&$NAMESPACE=" _ $zconvert($namespace,"O","URL") quit url } ClassMethod isLastTestOk() As %Boolean { set in = ##class
Article
Alexey Maslov · Nov 17, 2016

ECP and Process Management API

: such data is usually written once and is rarely read afterwards. Unfortunately, this decision negatively affected the processing of bitmap indexes that are, as a rule, long strings, too