Launch External App
You can configure Rad AI Reporting to launch an external application when a study is opened using a deep-link integration.
The external app is only launched when opening a report—not when closing it.
Setup
-
In Rad AI Reporting, go to Admin > System Config > Integrations.
-
Click the + icon to add a new integration.
-
Select Deep-Link | Customizable integration.
-
Enter the deep-link to the external application. This should point to the specific location you want the external app to open.
Example:
Web app:
https://www.app.acme.com/[your-path]
Desktop app:
acme://[your-path]
-
Click Save.
Rad AI Reporting will not modify the provided deep-link, so make sure it uses proper URI encoding.
Accession Number Placeholder
Rad AI Reporting supports deep-links that include an {{accessionNumber}}
placeholder. When a study is opened, the placeholder is automatically replaced with the actual accession number.
Example:
Configured deep-link:
acme://studies?accessionNumber={{accessionNumber}}
When the study ABC1234
is opened in Rad AI Reporting, it will launch:
acme://studies?accessionNumber=ABC1234
.