Prerequisites
- Pidgeon CLI installed (
dotnet tool install --global Pidgeon.CLI --version 0.1.0-beta.1) - Access to Mirth Connect’s file writer output directories
- A vendor profile for your message patterns (optional but recommended)
Step 1: Identify Mirth output directories
Mirth Connect file writer destinations typically save to a configured directory. Common paths:Step 2: Create a vendor profile
If you have sample messages from each interface, create a profile so Loft knows what “correct” looks like:Step 3: Start monitoring via CLI
Watch a single interface:Step 4: Create interfaces via the Bridge API
For production setups, create interfaces through the Loft desktop app’s local Bridge sidecar so they persist and appear in the Sources panel. The Bridge runs onlocalhost:5100 while the Loft app is open — there is no hosted API; every call below is local to the machine running Loft:
Step 5: Configure alerting
Set up alerts in the Loft desktop app or via the Bridge API. Loft supports:
Alert payloads are redacted before they go out to any notification channel.
Step 6: Monitor metrics
Check interface health through the local Bridge API:Step 7: Trace patient journeys
Track a specific patient’s messages across interfaces:Live updates
Subscribe to live updates via SignalR for dashboard integration, against the local Bridge:Next steps
- Configure alerting for your notification channels
- Explore analytics for trend analysis and reporting
