A service and database tool for serving clinical trial data related to radiation therapy and treatment of cancer
MIT License
11
stars
2
forks
source link
The user can change the patient information(site, patient sequence, trial name) before uploading the data, which causes the data saved under a wrong patient #25
It's not a safe option to allow user change patient information. For example, a patient from center 1, which have a patient sequence of 2 and a TROG id of 0000001. When inputting the correct TROG id the correct information of this patient will show in the window. But the user still can change the information of this patient, like choosing center2 before uploading, then the data will be uploaded to center2 patient 2.
Better not allow users have the ability to do that.
It's not a safe option to allow user change patient information. For example, a patient from center 1, which have a patient sequence of 2 and a TROG id of 0000001. When inputting the correct TROG id the correct information of this patient will show in the window. But the user still can change the information of this patient, like choosing center2 before uploading, then the data will be uploaded to center2 patient 2. Better not allow users have the ability to do that.