diff --git a/playground/alex-herron/irb-prototype/core-information/personnel/Principal_Investigator-exampledata.json b/playground/alex-herron/irb-prototype/core-information/personnel/Principal_Investigator-exampledata.json index b88c7bf2..7b3ced2b 100644 --- a/playground/alex-herron/irb-prototype/core-information/personnel/Principal_Investigator-exampledata.json +++ b/playground/alex-herron/irb-prototype/core-information/personnel/Principal_Investigator-exampledata.json @@ -1,3 +1,36 @@ { - "firstName": "Chuck" + "org_personnel_enum_list": [ + { + "label": "Principal Investigator, I", + "value": "pi_1" + }, + { + "label": "Principal Investigator, II", + "value": "pi_2" + }, + { + "label": "Department Chair, I", + "value": "dc_1" + }, + { + "label": "Department Chair, II", + "value": "dc_2" + }, + { + "label": "Study Coordinator, I", + "value": "sc_1" + }, + { + "label": "Study Coordinator, II", + "value": "sc_2" + }, + { + "label": "Sub Investigator, I", + "value": "si_1" + }, + { + "label": "Sub Investigator, II", + "value": "si_2" + } + ] } \ No newline at end of file