Import Arms
This method allows you to import Arms into a project or to rename existing Arms in a project. You may use the parameter override=1 as a 'delete all + import' action in order to erase all existing Arms in the project while importing new Arms. Notice: Because of the 'override' parameter's destructive nature, this method may only use override=1 for projects in Development status.
NOTE: This only works for longitudinal projects.
[{"arm_num":"1","name":"Drug A"},
{"arm_num":"2","name":"Drug B"},
{"arm_num":"3","name":"Drug C"}]
arm_num,name
1,Drug A
2,Drug B
3,Drug C
<?xml version="1.0" encoding="UTF-8" ?>
<arms>
<item>
<arm_num>1</arm_num>
<name>Drug A</name>
</item>
<item>
<arm_num>2</arm_num>
<name>Drug B</name>
</item>
<item>
<arm_num>3</arm_num>
<name>Drug C</name>
</item>
</arms>
Number of Arms imported