Dan Funk fd0adb1d43 Updated the study status to use a different enumeration. Migration correctly handles modifying the enum.
INCOMPLETE = 'Incomplete in Protocol Builder',
  ACTIVE = 'Active / Ready to roll',
  HOLD = 'On Hold',
  OPEN = 'Open - this study is in progress',
  ABANDONED = 'Abandoned, it got deleted in Protocol Builder'
2020-04-21 17:13:30 -04:00

27 lines
715 B
JSON

[
{
"DATE_MODIFIED": "2020-02-19T14:26:49.127756",
"HSRNUMBER": "12345",
"NETBADGEID": "dhf8r",
"Q_COMPLETE": true,
"STUDYID": 54321,
"TITLE": "Another study about the effect of a naked mannequin on software productivity"
},
{
"DATE_MODIFIED": "2020-02-19T14:24:55.101695",
"HSRNUMBER": "",
"NETBADGEID": "dhf8r",
"Q_COMPLETE": true,
"STUDYID": 65432,
"TITLE": "Peanut butter consumption among quiet dogs"
},
{
"DATE_MODIFIED": "2020-02-19T14:24:55.101695",
"HSRNUMBER": "",
"NETBADGEID": "dhf8r",
"Q_COMPLETE": false,
"STUDYID": 1,
"TITLE": "Efficacy of xenomorph bio-augmented circuits on dexterity of cybernetic prostheses"
}
]