Skip to content
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

Sex should not be an enum #8936

Closed
driusan opened this issue Nov 7, 2023 · 0 comments · Fixed by #9025
Closed

Sex should not be an enum #8936

driusan opened this issue Nov 7, 2023 · 0 comments · Fixed by #9025
Assignees
Labels
Category: Bug PR or issue that aims to report or fix a bug

Comments

@driusan
Copy link
Collaborator

driusan commented Nov 7, 2023

Sex is currently defined in the candidate table as an enum with the values enum('Male','Female','Other'). This is to align with the possible DICOM values, but is archaic from a scientific perspective and non-inclusive.

We should normalize the possible sex values into another table, rather than using an enum so that they can be customized per LORIS instance according to the study design of the project.

@driusan driusan added the Category: Bug PR or issue that aims to report or fix a bug label Nov 7, 2023
@CamilleBeau CamilleBeau self-assigned this Nov 14, 2023
@CamilleBeau CamilleBeau moved this to Assigned in LORIS RoadMap Nov 14, 2023
@github-project-automation github-project-automation bot moved this from Assigned to Done in LORIS RoadMap Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Bug PR or issue that aims to report or fix a bug
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants