Generate deep links

Generate deep links to access Oracle Clinical One Platform from third-party applications, streamlining navigation.

This capability allows authorized users to seamlessly access the Oracle Clinical One Platform using deep links, streamlining workflows and reducing clicks.

A deep link is a URL that leads directly to a specific location within a web application. In the context of Oracle Clinical One Platform, it includes parameters which determine the study, mode, and whether the study is in training study.

A training study is a dedicated study environment in Oracle Clinical One Platform used solely for training purposes, not for real clinical trial data or study management. In contrast, training mode is an operational setting that lets users practice protocols and study design with mock data, without affecting the live clinical trial.

Sign in with your credentials before selecting deep links to open pages immediately. Otherwise, the system will prompt you to sign in before opening Oracle Clinical One Platform pages from a deep link.

Required elements of a valid deep link

  1. Log into the Oracle Clinical One Platform.
  2. On the Home page, go to your browser URL bar, and copy the base URL.
    The base URL should follow this structure: <your server or customer name>.clinicalone.oraclecloud.com/eclinical-portal/index.html. For example,https://virexpharma.clinicalone.oraclecloud.com/eclinical-portal/index.html
  3. Generate the Deep Link starting from the Base URL below and replacing placeholders with the appropriate values.
    1. To configure a deep link pointing to a study's Subjects page, include the study ID and study mode parameters in the URL path.
      Key field Description Optional Default
      Study ID The study GUID from the Study you want to access. No N/A
      Mode Modes of study available for access include:
      • active
      • test
      • training
      Yes active
    2. To configure a deep link pointing to a study's General tab in the Study Settings page:
      Key field Description Optional Default
      Study ID The study GUID from the Study you want to access. No N/A
      Mode Modes of study available for access include: all Yes all
      isTraining If the study is in training study, the parameter should be set to true. Yes false
  4. Check your work against the navigation pages example below:
    For example, this is how your URL should look like to direct to the Subjects page:
    Field Description
    General tab for Training Study
    {BaseURL}?ojr=clinicalone/settings&mode={mode}&studyId={studyId}&isTraining=true
    General tab in the Settings page for Clinical One Study
    {BaseURL}?ojr=clinicalone/settings&mode={mode}&studyId={studyId}
    Sites & Labs page
    {BaseURL}?ojr=clinicalone/settings/sites&studyId={studyId}&mode={mode}
    Queries page
    {BaseURL}?ojr=clinicalone/runtime/querymanagement&studyId={studyId}&mode={mode}
You can share this link with any authorized users on your team or work with the appropriate contacts at your organization to various locations, such embed the constructed deep link in other applications, a document, or any other compatible source.