Search

Clear filter
Article
Mikhail Khomenko · Nov 25, 2020

InterSystems Kubernetes Operator Deep Dive: Introduction to Kubernetes Operators

reconciliation: 2020-11-17T13:09:04.102+0200 INFO controllers.Iris replica count up to date {"iris": "default/iris", "deployment_name": "iris", "replica_count": 2} 2020-11-17T13
Article
Luis Angel Pérez Ramos · Jun 9, 2023

EMPI installation and customization in Standalone - Customization of patient data

this information. How can we send this new information to our system? As we saw in the previous article, our EMPI has a default configuration that can receive HL7 messages and that we have
Question
Thembelani Mlalazi · Dec 7, 2017

Enlib.EDI.XML.Document to XSLT Stylesheet

= "Queue"; /// Default operation is to use a TransformationRequest to transform the input XML into the output Method XMLTOJson(pRequest As EnsLib.EDI.XML.Document, Output
Announcement
Steven LeBlanc · Aug 21, 2020

Introducing InterSystems Container Registry

and Monitoring, InterSystems Cloud Manager) and utility images (such as arbiter, Web Gateway, and PasswordHash) require a login token, generated from your WRC account credentials
Article
Andrey Shcheglov · Dec 13, 2018

How are stars counted? How InterSystems Caché eXTreme is used in Gaia

the “natural” relations between classes in the object model, but doesn’t guarantee great performance: a lot of service metadata describing the object model is transferred “over
Article
Yuri Marx Pereira Gomes · Mar 2, 2021

Day 5: Developing with InterSystems Objects and SQL

to propagate the deletion, noaction to no action and setdefault to configure a default value to the reference. Use %ConstructClone() to do a clone of a object and its references. Use
Article
Dmitry Maslennikov · Feb 23, 2016

Custom Studio file

- Lock/Unlock current routine, default method just locks the ^ROUTINE global with the name of the routine. We will lock ^oddDEF with connected classname, to prevent simultaneous
Question
Ronaldo Nascimento · Apr 26, 2016

How to install and configure Atelier

.v20150803-1228) "Equinox Security Default UI" [Starting] org.eclipse.equinox.security.win32.x86_64 (1.0.100.v20130327-1442) "Windows Data Protection services integration (64 bit
Article
Zhong Li · Apr 16, 2020

Run some Covid-19 lung X-Ray classification and CT detection demos

numbers between 0.0 - 1.0 data = np.array(data) / 255.0 labels = np.array(labels) # perform one-hot encoding for a multi-class labeling label_encoder = LabelEncoder
Article
José Pereira · Jul 3, 2023

An experiment on generative AI and FHIR

](https://microsoft.github.io/prompt-engineering/) and [2](https://learn.microsoft.com/en-us/azure/cognitive-services/openai/concepts/advanced-prompt-engineering?pivots=programming
Announcement
Anastasia Dyubaylo · Aug 5, 2020

InterSystems IRIS for Health FHIR Contest

. Amongst them are: a frontend mobile or web app for FHIR server FHIR REST API or SQL; Backend apps to perform complex queries and maintain rules; work with different HL7 data
Article
Eduard Lebedyuk · Jun 3, 2021

Running InterSystems Reports in containers

Server is ready for service.` 5. Open [Reports Server](http://localhost:8888). (User/pass: `admin`/`admin`). In a case, it shows an expired window enter the same license info
Article
Bob Binstock · May 16, 2018

Using InterSystems IRIS Containers with Docker for Windows

, then select the drive(s) on which the storage is located and click Apply. If a drive is already selected (the C drive is selected by default), clear the checkbox and click Apply
Question
Michael Davidovich · Jan 3, 2019

n00b questions

^Person(1) = "Pete|MALE|Senior Support Specialist"%SYS>s ^Person(2) = "Mike|MALE|Developer"The default global for data storage for your new class will just be <PACKAGE>
Article
Eduard Lebedyuk · Mar 7, 2018

Continuous Delivery of your InterSystems solution using GitLab - Part II: GitLab workflow

unit testsPackage stage consists of two scripts run in parallel:Build clientExport server code (for information purposes mainly)Deploy stage moves built client into the web-server