Search

Clear filter
Announcement
Shane Nowack · Jul 19, 2021

HealthShare Patient Index Beta Test Reminder and Deadline Extension

We have extended the deadline of the beta test to July 31st, 2021. For details, see the original announcement. Thank you!
Article
Henry Pereira · May 29

Making Sense of Blood Tests with FHIRInsight: Turning FHIR into Clarity

image](/sites/default/files/inline/images/a-flat-vector-illustration-depicting-a-c_satayx4ztio8srvdwrm2uq_hyccprmjrveozm4na0128q.jpeg) You know that feeling when you get your blood test
Question
Dmitrii Kuznetsov · Sep 1, 2019

How do I debug and test the IRIS OAuth server?

set ^%ISCLOG("Category","OAuth2Server")=5 At replacement inside of inquiry in parametres - references slash "/" on its code %2F, the OAuth server began to answer queries.I did a test
Article
Luis Angel Pérez Ramos · Mar 11

Embedded Python VS ObjectScript - Performance Testing Parsing XML

For the sake of testing, could you please share the repo so I can try it locally? And bust the myth on my laptop?
Article
Andreas Schneider · Apr 22

Testing Metadata Inconsistencies in InterSystems IRIS Using the DATATYPE_SAMPLE Database

I tested a few different tools to compare how they handle this kind of inconsistency. 1) SquirrelSQL (SQuirreL SQL Client Home Page)When SquirrelSQL attempts to access the data,
Announcement
Emily Geary · Aug 11, 2023

Beta Test the New InterSystems HL7 Interface Specialist Recertification Project

The project includes hands-on exercises to validate core skills for developers who use InterSystems products to build and test HL7 v2.x productions.
Announcement
John Murray · May 22, 2023

InterSystems Testing Manager - a new VS Code extension for the %UnitTest framework

Testing manager is installed, I'm on a class with unit test. Not sure though how it works?
Article
Dmitry Maslennikov · Jul 31

Introducing testcontainers-iris-node: Simplifying IRIS Integration Testing in Node.js

This is particularly valuable for: Integration testing with IRIS databases Testing data pipelines or microservices Automating test environments in CI pipelines Features Launches
Question
Scott Beeson · Nov 9, 2016

How can I send a test message into my Healthshare instance? 

I have an amazing tool called 7edit for editing and sending HL7 v2 messages. I've searched hours for a similar tool for HL7v3 without luck. They're all web based, crappy, broken links
Question
Jani Hurskainen · Aug 27, 2024

Is Test Coverage Tool coupled to InterSystems IRIS UnitTest framework (%UnitTest)?

Or other way round: Can Test Coverage Tool to be used with other unit testing frameworks than %UnitTest ?
Article
Chi Nguyen-Rettig · Mar 16, 2024

Creating Unit Tests in ObjectScript for HL7 pipelines using %UnitTest class

Test data can also be maintained within the unit test class, allowing for quick and easily repeatable smoke-testing and regression testing.
Question
Milena Donato · Dec 27, 2017

Unit test - how do you check if a variable is undefined or null?

Hi everyoneI'm new in Cache development language and I'm starting setting up Unit Tests.How do you check with an Assert whether a certain variable is null or undefined?The following
Question
Evgeny Shvarov · Feb 21

How To Test REST API Methods without referring to a Web Server?

I don't see why you can't create another ClassMethod to test GetAllRecords()Your test ClassMethod would need to create instances of %CSP.Request and %CSP.Response and set any properties
Question
Ben Spead · Mar 17, 2023

How can you test access to IRIS running on 1972 from Linux?

We're looking to create a quick and simple test to see if all firewalls are open on 1972 between a linux based web server VM and a VM running InterSystems IRIS.