Across Diagnostics LIS Debug Server

Device Setup Help

Configure the analyzer / LIS settings on your POCT device to transmit HL7 results over TCP/IP to this machine, using one of the addresses below and port 5000.

This machine's addresses

Settings to enter on the device

Host / Server IP10.100.0.1
Port5000
ProtocolHL7 v2 over TCP, MLLP framing enabled
Framing bytesStart 0x0B, End 0x1C, then 0x0D
ACKThis server returns an HL7 ACK

Verify connectivity

From another machine, confirm the port is reachable (replace the IP):

Test-NetConnection 10.100.0.1 -Port 5000      # Windows PowerShell
nc -vz 10.100.0.1 5000                          # macOS / Linux

Send a synthetic test message

Pipe the bundled sample over MLLP using the included sender script:

pwsh ./scripts/send-hl7.ps1 -Server 127.0.0.1 -Port 5000 -File ./samples/sample-oru-r01.hl7
bash ./scripts/send-hl7.sh 127.0.0.1 5000 ./samples/sample-oru-r01.hl7

Or insert one directly from the Dashboard, or POST raw HL7 to /api/test/hl7.

Firewall / network notes