nroduit / Weasis

Weasis is a DICOM viewer available as a desktop application or as a web-based application.
https://nroduit.github.io
Other
828 stars 293 forks source link

MPR AXIAL image order is reversed #569

Open liangaili opened 4 months ago

liangaili commented 4 months ago

Describe the bug. What happened?

Hi,

I am using weasis 4.4.0 with Windows 11.

Here's what I do:

  1. open a dicom series
  2. open MPR
1

The slice number of a sequence in MPR mode seems reversed:

2

I am not sure if this is a bug or by design.

What version of Weasis are you running?

4.4.0

On which system the problem occurs?

Windows

Relevant log output

No response

Additional contextual elements

No response

nroduit commented 4 months ago

Yes, it is an issue. The sorted order is reversed for all the directions.

nroduit commented 2 months ago

After analysis, this is not a bug but simply a sorting according to Anatomical Direction that is forced in MPR mode.

Anatomical Direction is defined in DICOM the x-axis is increasing to the left hand side of the patient. The y-axis is increasing to the posterior side of the patient. The z-axis is increasing toward the head of the patient.

See also https://github.com/nroduit/Weasis/issues/207