Search

Clear filter
Question
Paster-Bachar Gadi · Sep 29, 2016

Migrating project from dev to prod

So $$$debug(x) either shows the value in x on the screen in test or does nothing in live.
Question
Guilherme Mendes · Dec 13, 2022

Ignore BREAKs

I'm running a unit test via terminal, and sometimes someone from another team/squad add a few BREAKs and my tests stop until I skip one by one. Is there a way to ignore BREAKs?
Article
Robert Cemper · Jan 2, 2022

DB Migration using SQLgateway

How to test All migration actions can be executed directly from SMP. 1.
Question
Matthew Waddingham · May 26, 2021

Overhead and memory settings for multiple instances of Cache

I'm not sure about the per-instance overhead, I don't know how common of a scenario that is, so you may want to test it out.
Article
Sylvain Guilbaud · May 30

How to manage in a CI/CD pipeline an InterSystems API Manager configuration ?

{ "connect_timeout": 60000, "enabled": true, - "host": "192.168.65.1", + "host": "172.24.156.176", "id": "8fc9849d-9e61-402d-bcad-c3e611808892", "name": "test-iris
Question
Stephen De Gabrielle · May 21, 2019

Recommended resources for learning FHIR and SMART on FHIR?

test patient data in CCDA 1.1 or 2.1 or SDA formats for offline exploration and modificationSee the latest HealthShare software supporting FHIR in a sample environmentConnect with
Announcement
Anastasia Dyubaylo · Dec 16, 2023

[Video] Using Code Based Source Control for Health Connect Cloud

deployment onto a shared dev server, a shared test server and ultimately a production server, but deploying code from the local dev server/GitLab to dev/test/prod servers via exporting
Article
Dmitry Maslennikov · Oct 6, 2020

RealWorld Application with InterSystems IRIS

Index=4&$NAMESPACE=USER All PASSED [realworld] Test SUCCESS Notes There are a few issues I'm faced with during the development of this project.
Announcement
Mike Yackanich · Nov 18, 2020

We are looking for an Interoperability Specialist to join our team at the eHealth Exchange!

We're looking to grow our team by adding an experienced healthcare interoperability resource to focus on Participant onboarding and troubleshooting, and testing and evaluation of in-house
Question
samseer mannisseri · Feb 9, 2023

From where I can download the latest version of IRIS.

Otherwise Michael's link will let you get a preview copy to test with and review.
Discussion
Michael Lei · Jun 23, 2021

Sharding Best Practice

We are seeking experience or best practice for Sharding on IRIS and doing some testing on 2021. Appreciate if anyone can share your stories here. Thx!
Question
MohanaPriya Vijayan · Oct 1, 2020

ERROR #00: (no error description) in Management Portal Display Mode

Because you set Test to 0 and nothing else, Objectscript recognizes that as a failure condition but has absolutely no information to provide beyond that.
Announcement
Evgeny Shvarov · Mar 26, 2021

Bonus Points for InterSystems Developer Tools Contest

Unit Testing - 2 points Applications that have Unit Testing for the InterSystems IRIS code will collect the bonus.
Question
Scott Beeson · Sep 27, 2016

Get list of rows affected by UPDATE?

() ClassMethod Test() { do ..
Question
Dmitry Vaysbeyn · Aug 7, 2017

Get a count on number of HL7 Interface messages on various Business Services and Operations.

Inbound", you could use the SQL query option (System Explorer>SQL) to run the following:SELECT count(*)FROM Ens.MessageHeader WHERE SourceConfigName = 'TEST Inbound'If you wanted