Hi all,
Many thanks for your work, XNAT has looked very promising for our use and as such I hope I can overcome this issue:
We're importing many different DICOM series from a lot of studies and patients. To this end we use the DICOM import service of the API to upload a zipped folder. So far, it looks good:
This is easily navigatable. However, when we download, the ZIP file uses the ScanID as a naming scheme:
Which makes it very hard for end-users to understand what series they are dealing with when they want to process data.
I know the ScanID comes from the SeriesNumber (or SeriesInstanceUID in its absence). However, I'd like to change this to something more human-readable.
I've tried:
but this only creates a new empty Scan object.
Are there ways to rename scans through the REST API or provide a field to use during upload? If you don't see a way, do you have any other suggestions on how to tackle this problem?
For me this quite heavily hampers end-user usability so I hope you could help me.
Some extra information:
XNAT v1.8.5
Operating on Ubuntu 20.04
PostgresQL v10
Your help is much appreciated!
Kind regards,
Guus