I upgraded from 3D Slicer Nightly 2019-03-18 to 2019-05-11 on Linux, and now the columns “SeriesDate” and “SeriesTime” are missing from the DICOM explorer. These columns are very important for me when comparing different image series. Is it possible to get them back?
Is there some place to configure which columns that are shown?
In the older nightly, I had the following items in the bottom left hand corner of the DICOM
database navigation window:
Series date is the same as study date (except extremely rare cases) and series number tells you what order the series were acquired. You can get the exact series date&time by clicking on Metadata button.
So, overall I don’t see this as a huge issue, but I agree that we should probably show at least the study time and maybe also the series date&time should be shown in the table by default.
Yes. List and order of displayed fields are stored in the DICOM database (ctkDICOM.sql file, ColumnDisplayProperties table), which you can edit using any SQLite editor (such as this). Set Visibility value to 1 for SeriesDate and SeriesTime to make these fields show up.
Thanks! I activated the SeriesTime column in the way you proposed, so I can now use the newest Slicer nightly and work as before. It would really slow me down quite a bit if I needed to open the metadata each time I wanted to look at the seriestime value. I’m comparing a lot of data between Slicer and other sources, and all the data is timestamped, so usually I must select data based on the seriestime value. I go back and forth between different data quite a lot, so it would slow me down to have it “buried” inside the metadata.
Great! This customization feature is new and still has not reached its full potential. We should probably make customization of displayed columns easier (e.g., available in Slicer application settings) because preferences are always user and workflow dependent.
I’m just wondering why. Series number is a simple number, guaranteed to be unique within the study, monotonously increasing (except maybe secondary captures and other reports). Looking up series based on date and time is much harder and less robust: there are 12-15 digits to compare, anonymization may shift the date&time values, there may be difference in how various software handle date&time formatting, time zones, etc.