Facilities, settings, and user management

The Users tab is inaccessible under Study Settings

You can now access the Users tab under Study Settings, even when users with no permissions are associated with a Oracle Clinical One Platform study. Previously, when a user associated with a study lacked permissions, one of the Oracle Clinical One Platform services would throw an error, rendering the Users tab inaccessible.

(Issue 36684764)

A POST API endpoint allows for the updating of lab test results without a property ID

The dataelement POST API now incorporates the necessary validations to prevent data from saving when a property ID is absent and to ensure that the correct validation errors occur. Previously, there were no validation errors, and the data saved successfully.

This issue impacted the following DCS endpoints:
  • /ec-dc-svc/rest/v8.0/studies/{{studyId}}/{{mode}}/dataelements
  • /ec-dc-svc/rest/v11.0/studies/{studyId}/{mode}/dataelements

(Issue 36542136)