mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-23 13:18:35 +00:00
Merge pull request #511 from sartography/review-type-updates-692
Review type updates #692
This commit is contained in:
commit
0b4caae19f
@ -37,10 +37,10 @@ class StudyService(object):
|
||||
"""Provides common tools for working with a Study"""
|
||||
INVESTIGATOR_LIST = "investigators.xlsx" # A reference document containing details about what investigators to show, and when.
|
||||
|
||||
# The review types 2, 3, 23, 24 correspond to review type names
|
||||
# `Full Committee`, `Expedited`, `Non-UVA IRB Full Board`, and `Non-UVA IRB Expedited`
|
||||
# The review types 2, 3, 21 correspond to review type names
|
||||
# `Full Committee`, `Expedited`, and `Review by Non-UVA IRB`
|
||||
# These are considered to be the valid review types that can be shown to users.
|
||||
VALID_REVIEW_TYPES = [2, 3, 23, 24]
|
||||
VALID_REVIEW_TYPES = [2, 3, 21]
|
||||
PB_MIN_DATE = parser.parse(app.config['PB_MIN_DATE'])
|
||||
|
||||
def get_studies_for_user(self, user, categories, include_invalid=False):
|
||||
|
@ -25,6 +25,6 @@
|
||||
"DATELASTMODIFIED": "2020-02-19T14:24:55.101695",
|
||||
"STUDYID": 1,
|
||||
"TITLE": "Efficacy of xenomorph bio-augmented circuits on dexterity of cybernetic prostheses",
|
||||
"REVIEW_TYPE": 23
|
||||
"REVIEW_TYPE": 21
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user