Skip to content

Commit

Permalink
Added missing enrollment status to PPM.Enrollment
Browse files Browse the repository at this point in the history
  • Loading branch information
b32147 committed Jan 30, 2019
1 parent e217c57 commit f62f5cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ppmutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__title__ = 'PPM Utils'
__version__ = '0.3.3'
__version__ = '0.3.4'
__author__ = 'Bryan Larson'
__license__ = 'BSD 2-Clause'
__copyright__ = 'Copyright 2011-2018 Harvard Medical School Department of Biomedical Informatics'
Expand Down
1 change: 1 addition & 0 deletions ppmutils/ppm.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def choices():
(PPM.Enrollment.Registered.value, 'Registered'),
(PPM.Enrollment.Consented.value, 'Consented'),
(PPM.Enrollment.Proposed.value, 'Proposed'),
(PPM.Enrollment.Pending.value, 'Pending'),
(PPM.Enrollment.Accepted.value, 'Accepted'),
(PPM.Enrollment.Ineligible.value, 'Ineligible'),
(PPM.Enrollment.Terminated.value, 'Finished'),
Expand Down

0 comments on commit f62f5cf

Please sign in to comment.