mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-24 05:38:25 +00:00
- study_details returned in a list - added `Q_COMPLETE` and `HSRNUMBER` to user_studies - `required_docs` totally different from what we had
27 lines
539 B
JSON
27 lines
539 B
JSON
{
|
|
"AUXDOCS": [ {
|
|
"AUXILIARY_DOC": "Cancer Center's PRC Approval Form",
|
|
"SS_AUXILIARY_DOC_TYPE_ID": 6
|
|
},
|
|
{
|
|
"AUXILIARY_DOC": "InfoSec Approval",
|
|
"SS_AUXILIARY_DOC_TYPE_ID": "24"
|
|
},
|
|
{
|
|
"AUXILIARY_DOC": "Scientific Pre-review Documentation",
|
|
"SS_AUXILIARY_DOC_TYPE_ID": "25"
|
|
},
|
|
{
|
|
"AUXILIARY_DOC": "GMEC Approval",
|
|
"SS_AUXILIARY_DOC_TYPE_ID": "45"
|
|
},
|
|
{
|
|
"AUXILIARY_DOC": "Laser Safety Officer Approval",
|
|
"SS_AUXILIARY_DOC_TYPE_ID": "57"
|
|
}
|
|
],
|
|
"OTHERDOCS": [],
|
|
"TEMPLATEDOCS": []
|
|
}
|
|
|