Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.21 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.21 KB

Simple ASTM integration using IRIS for Health

Setup

Build the image and run the containers:

docker-compose build
docker-compose up -d

Usage

Use the default superuser / SYS account.

Interoperability productions

You will find two running productions:

  • Instrument.Production simulates an instrument that sends ASTM query or result messages.
  • Host.Production simulates a host that receives instrument ASTM messages and return reply messages.

Simulate some messages

Query

Result

Have a look at the received messages and try to figure out what happens in each case :)