-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Database column name "study_id" is misleading #5
Comments
I propose to use "subject_id" as reference in the database and code to have one consistent name. |
@lenzch Should we also change the reference "AppId" used for the cTransfer object to "SubjectID" in order to make the value more relatable? |
@lenzch do you have a preference regarding the naming of the corresponding database table? It is currently called "STUDYUSER". I would propose to rename it to "STUDYPARTICIPANT". |
#5 (Database column name "study_id" is misleading)
@alena456 I think naming the table "STUDYPARTICIPANT" and the primary key "subject_id" is fine. |
Merged changes after validation #7 |
Description
The field name "study_id" which is used for identification of study participants is misleading and should be renamed. It sould indicate that this value represents a subject identifier.
Study systems usually reference the following terms:
ToDo
The name of the field should be updated in the code and all relating documentation.
The text was updated successfully, but these errors were encountered: