Simple ASTM integration using IRIS for Health
Build the image and run the containers:
docker-compose build
docker-compose up -d
Use the default superuser
/ SYS
account.
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 that instrument queries host for pending analysis.
- Copy test/query.astm into test/instrument-in
- Instrument received response will be stored in test/instrument-out
- Simulate that instrument sends results.
- Copy test/result.astm into test/instrument-in
Have a look at the received messages and try to figure out what happens in each case :)