Search

Clear filter
Article
Hao Ma · Mar 5, 2023

Do I need root privilege to change timezone in iris container?

**use --env TZ=xxx** in docker run command, by Ayumu Tanaka ```bash $ docker run -it --name test -detach -p 1972:1972 -p 52773:52773 --env TZ=JST-9 containers.intersystems.com/intersystems
Question
Ephraim Malane · Dec 5, 2022

%Identifying what is consuming space in the HealthShare Installation (Linux machine reports AWS install Disk Space Utilization reached 80%)

Thanks Tani, Database and journal filesystems seem to be okay..see below I suggest you use InterSystems Portal, go to System Operation section, then Databases.
Question
Flávio Lúcio Naves Júnior · Dec 5, 2022

How to transform a routine into a line to use in the terminal

So, I want to know if we have this function native in Intersystems products, or maybe was a program they created, my colleague doesn't remember and this would be useful for me now.
Question
Peter Smit · Aug 22

VS code not importing CSP files

**Server-Side Editing Configuration**: - The VS Code InterSystems ObjectScript integrated environment is designed to work effectively with server-side editing when configured correctly
Question
Vladimir Vodicka · Jun 20

QR code generation

**Alternative Versions**: If upgrading is an option, InterSystems IRIS 2023.1 provides updates to QR code generation that do not rely on Java.
Question
Martin Staudigel · Sep 17

HL7 Schema for parsing custom Orbis HL7 messages

**Transform Custom Messages**: InterSystems IRIS for Health enables transforming proprietary/custom data into standard HL7 formats using Data Transformation Language (DTL).
Question
Josep Balagué · Jul 10

Using $ZF(-100) on Caché

$ZF(-100) (ObjectScript) | ObjectScript Reference | InterSystems IRIS Data Platform 2025.12.How to use $ZF(-100)3.$ZF(-100) help.
Article
Oliver Wilms · Apr 24, 2020

REST for Tasks on my Status Report

Currently I participate in InterSystems IRIS with REST API Programming Contest. My idea for this contest was to create an app to help me keep track of tasks for my Status Reports.
Question
Stephen De Gabrielle · Dec 27, 2018

FHIR Documentation/tutorials

[https://community.intersystems.com/post/fhir-documentationtutorials#comment-61731] The InterSystems documentation does not currently contain examples of creating FHIR / HL7v2 transformations
Announcement
Evgenia Kurbanova · Jan 12, 2022

Meet the Global Masters Winners for December!

Thanks to all the winners for your constant great contribution to InterSystems Developer Community! Let's congratulate our Heroes in the comments below!
Question
Vivek Nayak · Dec 31, 2019

How to save file/image at some specific folder.

%New() Set sc=file.LinkToFile(path) Do file.Write(decode) just for information I have created web api in intersystem iris and at front end I am using angular.
Question
Dmitry Maslennikov · Jan 16, 2020

Custom Login Page for IRIS

I use docker version of IRIS built by InterSystems. And I managed to get it worked only when I set public read permission for %DB_USER in case of user namespace.
Question
Satish P · Oct 29, 2018

Cache Cluster Environment Backup and Restore

Only InterSystems IRIS supports sharding, not Caché. You probably want to tag this post with IRIS instead of Caché (or both, as your 2 questions really are quite separate).
Question
Jiri Svoboda · Nov 9, 2018

Json with field exceeding maximum string length

control how the JSON is formatted then it still might be possible to use knowledge of the application that is using JSON representation to short cut the parsing issues.In a future InterSystems
Article
Gevorg Arutiunian · Nov 29, 2018

Create a Zen Page using an ObjectScript class method

$system.OBJ.Compile("ZenTest.MyZenApplication") do $system.OBJ.Compile("ZenTest.MyZenPage") quit } } Here's a link to the code on GitHub: https://github.com/intersystems-community