OpenClinica version 3.4 provides new features, bug fixes, and performance enhacemenets.
Click here for the complete change log.
New
Feature | Description |
Role for site data entry | It is now possible to have a data entry role that is restricted to a site which is not a Clinical Research Coordinator. |
REST API for ODM using SSID | OIDs are OpenClinica identifiers which other systems may not be aware of. For easier integration of systems, we are exposing Study Subject ID for use in the REST API calls for clinical data. |
Token for StudySubjectOID | OpenClinica CRFs support use of tokens as variables which could be used in many ways but perhaps are most useful in URLs or in scripts (e.g. Java-script). We have added a new token which will substitute the variable with the given study subjects StudySubject OID; ${studySubjectOID}. |
Changes and Fixes
Feature | Description |
Normalize Date/Time stamps | Dates are captured for many entities throughout the system but were captured in different formats. In some places the date was being rendered as the database server time while in others were rendered as the application server date. All dates related to data capture are now captured as date+time+offset. |
Restoring CRF version doesn’t bring back removed data | If a user had access to a Global CRF which had been used for data entry and they removed the CRF, if it was restored, the item data were not being restored. |
Performance issue due to unnecessary repeated generation of JavaScript | Unnecessary generation of repeated javascript could cause slower performance. This has been fixed. |
Update CRF Template to include corrections and additional guidance to the Instructions worksheet | CRF Template Instructions contain more detail on best practices for building CRF with use of Groups. |
If a user accesses OpenClinica from a browser which is not officially supported, a warning message will appear on the login screen. | |
If HTML was used in LEFT_ITEM_TEXT it was printing the tags but will now be passed through (e.g. formatting will display correctly) in the printed views. | |
Cannot insert a value using rule into a PDATE field from another PDATE field | If a rule was created to insert from one PDATE into another it was not working correctly. This has been fixed. |
Removed
Feature | Description |
N/A |
Other Links
- Download (OpenClinica.com login required to download)
- OpenClinica Reference Guide
- Installation guides
- If you originally started using OpenClinica with version 2.5 or earlier, your database schema needs attention. Be sure to follow the instructions in issue #15256 and review issue #13424.
Known Issues
Below is a list of known issues in the 3.3 version of OpenClinica.
For Developers
- Component Data Model (with class diagrams)
- Data Model
- Source Code