Changes between Initial Version and Version 1 of Ticket #7977, comment 6


Ignore:
Timestamp:
Mar 20, 2023, 11:27:04 AM (3 years ago)
Author:
Zach Pearson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7977, comment 6

    initial v1  
    44
    55- if they're for the same patient, we merge the studies with the other patient's studies instead of opening a new patient
    6 - if any studies are the same, the studies to be opened are merged with the existing study instead of opening new ones
    7 - for each series in a study, we take the origin of the first series and apply it to each series in the study
     6- if any studies are the same, the studies to be opened are merged with the existing study instead of opening new ones'
     7
     8And then we'd add:
     9
     10- for each series in a study, take the origin of the first series and apply it to each series in the study
    811
    912So setting the origins of all series to the origin of whatever series came first may turn out to be naive, since it relies on the idea that all open series will have been taken under the same circumstances, but studies can have many kinds of modalities from different machines. As it was shown in another ticket I'm working on for 1.6, studies don't even have to have uniform image sizes. But (famous last words incoming) I think realistically users will only open mutually consistent data at the same time.