An issue we ran into is how to update a drop down menu (adding a new item to the menu) associated with a CRF data field without having to create a new version of the CRF and migrating the data. Does anyone have a simple way of doing this or can OC be modified to make a small change like this less burdensome?
0
Comments
You need to create a new version of the CRF if you want to update the single-select list, but you don't necessarily need to update the item name or code list label. Both versions will be merged into a single SAS dataset. But in updating the codelist, your addition needs to not change any of the existing options so the easiest way would be to add the new option to the end of the codelist with a number that has not been used yet. It should be fairly quick and easy to do this.
Salma.
Once created it is a simple matter of updating the XML file and removes the need to create a new CRF version for every change.
https://en.wikibooks.org/wiki/OpenClinica_User_Manual/LongLists