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

Use the center ID instead of the center name to identify scans #1043

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

nicolasbrossard
Copy link
Collaborator

Function identify_scan_db uses an SQL statement that relies on the center ID to identify a scan. This center ID is passed as an argument to this function. Unfortunately, current calls to that function pass the center name instead of the center ID...This PR corrects all these invalid calls.

To test: ensure that there's a line in your mri_protocol table with a non-null CenterID and validate that it's taken into account when identifying a scan.

@cmadjar cmadjar merged commit f67dd66 into aces:main Mar 27, 2024
1 check passed
@cmadjar cmadjar added this to the 26.0.0 milestone Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants