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.

Clicking the deep link in the external application redirects the user to a specific location in Oracle Clinical One Platform. If not authenticated, the user must sign in. Only users with appropriate permissions can access the linked content; unauthorized users will receive an error and be redirected to the Home page of the Oracle Clinical One Platform.

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. For more information on how to find the GUID, see the Create a study. No N/A
      Mode Modes of study available for access include: active, test, and training. Yes active
    2. To configure a deep link pointing to a study's General tab in the 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
    Subject List page
    {BaseURL}?ojr=clinicalone/runtime&studyId={studyId}&mode={mode}
    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}
You can share this link with any authorized users on your team or work with the appropriate contacts at your organization to embed the constructed deep link in other applications.