Skip to main content

Launch External App

You can configure Rad AI Reporting to launch an external application when a study is opened using a deep-link integration.

info

The external app is only launched when opening a report—not when closing it.

Setup

  1. In Rad AI Reporting, go to Admin > System Config > Integrations.

  2. Click the + icon to add a new integration.

  3. Select Deep-Link | Customizable integration.

  4. 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]

  5. Click Save.

warning

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.