Ticket #307 (new task)
Opened 22 months ago
Refactor study_type x is_observational
| Reported by: | luciano.ramalho | Owned by: | |
|---|---|---|---|
| Priority: | 3 | Milestone: | version3 |
| Component: | Trialist | Severity: | minor: minor feature unusable |
| Keywords: | Cc: | ||
| Estimated Hours: | 0.0 | Add Hours to Ticket: | 0 |
| Total Hours: | 0 |
Description
Currently the codebase uses two attributes for the same concept in the ClinicalTrial? model: study_type and is_observational.
The only valid options for study_type are 'interventional' and 'observational', and is_observational is a boolean field, so they have exactly he same meaning.
This was the result of a misunderstanding, and it is confusing. One of these attributes should be removed from the implementation.
Attachments
Note: See
TracTickets for help on using
tickets.
