We have trouble getting our PatientID to be recognized.
Our dicoms have the subject name in the PatientID dicom tag. To use this subject name instead of a generated code, we created a csv to map the patientID to itself. However when we upload this csv file, the webpage turns black. In the backend container log the following line appears when importing suggesting the mapping was not found applied:
Generated subject_code via hash because PatientID sub-1234567 not found in mapping
Our csv contains lines as follows:
sub-1234567,sub-1234567
I could not find anything in the logs about the csv not being imported correctly.
Any help would be greatly appreciated. Thanks!