Search

Clear filter
Question
Colin Brough · Sep 16

HL7 Pass-through interface

I'm aware of Important HL7 Scenarios | Routing HL7 Version 2 Messages in Productions | InterSystems IRIS for Health 2025.1 and the Settings for HL7 Services, linked from there, but
Article
Bob Binstock · Sep 6, 2016

Caché Mirroring 101: a Brief Guide and FAQ

The article is considered as InterSystems Data Platform Best Practice. Do I need to setup the Mirror before I install the Arbiter?
Article
Guillaume Rongier · Feb 5, 2024

Feedback : Using embedded python daily for more than 2 years

.* For the story, I'm a sales engineer at InterSystems, and I'm doing a lot of demos.
Article
Michael Broesdorf · Jul 22, 2016

Using Regular Expressions in Caché

APP=1&LIBRARY=%25SYS&CLASSNAME=%25Regex.Matcher 5.9.ICU As mentioned above, InterSystems Caché uses the ICU engine.
Article
Robert Barbiaux · Feb 28

Proposal for ObjectScript naming conventions and coding guidelines

But we don't have any linters (ObjectScriptQuality is quite bulky and may still require some improvements), or good formatters (the one with InterSystems Language Server extension is
Article
Henrique Dias · Feb 13, 2020

Building an Alternative IRIS Message Viewer

With those simple steps in mind, I started to look in the InterSystems community and found a few tips.
Question
Evgeny Shvarov · May 30, 2016

Solution for T9 Spelling Problem in Caché ObjectScript

BTW, this year we had more than 1,400 participants in InterSystems Contest.
Article
Eduard Lebedyuk · Dec 1, 2016

RESTForms - REST API for your classes

To add RESTForms execute in git cli: git submodule add https://github.com/intersystems-ru/RESTForms.git Hi, did you check user name and/or password of Demo RestFormsUI?
Article
Timur Safin · Aug 19, 2016

Caché MapReduce - introduction to BigData and MapReduce concept

This sort of partitioning is named “sharding” and will be addressed in Caché SQL engine in general with some future InterSystems Caché solutions, but in a mean-time we could try to
Article
Jose-Tomas Salvador · Apr 8, 2020

Configure an environment to use Docker on Hyper-V Ubuntu virtual machines running on a Windows 10 host

This time I want to talk about something not specific to InterSystems IRIS, but that I think is important if you want to work with Docker and your server at work is a PC or laptop with
Question
GUILHERME CRUZ DA CUNHA · Nov 9, 2017

Load stream file into a form with submit without reloading the page

%New() s file.Filename="c:\InterSystems\"_##class(%File).GetFilename(stream.FileName) d file.CopyFromAndSave(stream) } </script> <br> <FORM NAME=
Question
Lucas Fernandes · Mar 25, 2019

Service Unavailable from CSP Gateway + IIS

I would advise to you to try installing latest release version of CSP Gateway, or if this error still appears there, contact [InterSystems Worldwide Response Center](https://www.intersystems.com
Article
Evgeniy Potapov · Sep 13, 2022

Comparison of drilldowns on various technologies (PowerBI, Tableau, IRIS BI)

We talked about this problem in our previous article(Showing dates in missing periods | InterSystems Developer Community |).
Article
Luis Angel Pérez Ramos · Oct 25, 2023

Using FHIR Adapter to offer FHIR services on legacy systems - Posting a Resource

💡 This article is considered as InterSystems Data Platform Best Practice.
Question
Elisha Gould · Apr 4, 2022

FTPS TLS session resumption

For explicit ftps I got a very helpful answer in a previous post Explicit FTPS in Cache | InterSystems Developer Community | Data Import and Thank you, I'll have a look at it.