Merge pull request #80 from sartography/new-irb-info-event-727

Add new IRB Info event #727
This commit is contained in:
Dan Funk 2022-04-29 16:49:00 -04:00 committed by GitHub
commit 0a0820e0b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -97,7 +97,8 @@ class IRBInfoEvent(db.Model):
IRBInfoEvent(EVENT_ID='316', EVENT='Deferred New Protocol'),
IRBInfoEvent(EVENT_ID='346', EVENT='Receipt of Non-UVA Study'),
IRBInfoEvent(EVENT_ID='317', EVENT='Disapproved New Protocol'),
IRBInfoEvent(EVENT_ID='62', EVENT='Closed by PI')]
IRBInfoEvent(EVENT_ID='62', EVENT='Closed by PI'),
IRBInfoEvent(EVENT_ID='63', EVENT='Receipt of New Protocol')]
return event