Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

OC Server Configuration

Expand

This page will help you configure the OC server with which the OS integration is to be done. Once configured, the server names will be displayed in the ‘Server’ dropdown when adding the OC study.

Go to Extras → REST API Invoker, and you will see below the screen where you will need to configure the OC server details.

...

Image Added
  1. Local file system (config)

...

  1. Image Added
  2. Remote file system

...

  1. Image Added
  2. Server configs can be created using the POST method as illustrated below:

...

  1. Image Added

  2. OpenClinica API configuration.

...

  1. Image Added

Update Existing OC Server Configuration

Expand

Updating existing OC configuration needs when you want to make changes in the configured username, password, or OpenClinica URL.

  1. Use the 'PUT' HTTP Request Method with the below details shown in the image.

...

  1. Navigate to Extras -> Rest APIs

  2. Use the ‘GET’ HTTP Request Method with the ‘rest/ng/oc-server-configs’ Resource URL to extract the ID and body of the existing configuration. E.g.

...

The server config list is displayed in the study create/update view.

...

  1. : https://test.openspecimen.org/rest/ng/oc-server-configs

image-20240124-062530.pngImage Added
  1. Use the 'PUT' HTTP Request Method with the below details shown in the image.

Image Added