Connect ECG devices
Configure your ECG devices to export to the gateway drop folder
How device integration works
The gateway watches a configured drop folder on the filesystem. Configure your ECG devices to export files to that folder via FTP, SMB share, or direct file copy. The gateway detects new files within 2 seconds and processes them automatically.
GE MAC Series
- In the device network settings, configure FTP export to your gateway server IP.
- Set the FTP path to the drop folder directory.
- Enable automatic export after each recording.
Supported formats: XML (via eGateway export), DICOM
Mindray BeneHeart
- Go to System → Communication settings on the device.
- Set SFTP/FTP destination to gateway server IP and drop folder path.
- Confirm export format is set to XML (for waveform data) or PDF (for reports).
Supported formats: XML, PDF
Mindray XML note: The gateway expects the standard BeneHeart XML export format with the
<ECGWaveformData> element. eGateway export format is also supported.
Philips PageWriter
- Connect the device to the hospital network.
- Configure the shared storage path to point to the gateway drop folder (via SMB share).
- Enable automatic file export after recording.
Supported formats: XML
CardioSoft / GE MUSE
- In CardioSoft, go to Options → Communication.
- Configure the output directory to the gateway drop folder.
- Set automatic export on acquisition completion.
Supported formats: XML (database export format)
Testing the connection
After configuring a device, perform a test recording and check the ECG:Connect dashboard under Data Management → All Records. The record should appear within 5 seconds of the file landing in the drop folder.
If it doesn't appear, check:
- Drop folder path in
.envmatches the FTP/SMB destination - File permissions allow the Docker container to read the folder
- Check gateway logs:
docker compose logs -f gateway