Live Connection Walkthrough
Setting up a live data connection from your LIS or HIS.
A live connection links Kanta directly to your LIS or HIS via API or database query. Once configured, Kanta's dashboards update in real time as your LIS receives new data — no manual file uploads required.
Prerequisites
- Your LIS must have an accessible API endpoint or read-accessible database
- Your IT team must provide: API base URL, authentication credentials (API key or username/password), and confirm network access from Kanta's servers to your LIS
- Kanta supports REST APIs and direct PostgreSQL / MySQL / MSSQL read connections
Connection methods
REST API
If your LIS exposes a REST API:
- Go to Admin → Data Bridge → Live Connection
- Select REST API
- Enter: API base URL, authentication method (API key / OAuth2 / Basic auth), credentials
- Click Test connection — Kanta fetches a sample payload and confirms the connection
- Map the API response fields to Kanta's expected fields using the field mapper
- Set the sync frequency (every 5 minutes, 15 minutes, 30 minutes, or hourly)
- Click Save and activate
Direct database read
If direct database access is preferred:
- Select Database connection
- Select database type (PostgreSQL, MySQL, Microsoft SQL Server)
- Enter: host, port, database name, username, password
- Click Test connection
- Select the table(s) Kanta should read from
- Map columns to Kanta's expected fields
- Set sync frequency
- Click Save and activate
note
Kanta connects with read-only credentials. It does not write to your LIS database.
After activation
- The Data Bridge status panel shows: last sync timestamp, records synced in last run, any sync errors
- Kanta dashboards (TAT, Numbers, Tests, Revenue) update automatically after each sync
- If a sync fails (network error, LIS downtime), Kanta retries every 5 minutes and alerts the Admin via the notifications panel
Disconnecting
To pause or remove a live connection:
- Go to Admin → Data Bridge → Live Connection
- Click Pause (keeps configuration) or Disconnect (removes all connection settings)
Data already imported is not deleted when a connection is paused or removed.
For live connection setup, email [email protected] — our team will assist with mapping your LIS API to Kanta's data model.