vinayvenu / orthanc

Automatically exported from code.google.com/p/orthanc
GNU General Public License v3.0
1 stars 3 forks source link

Change order of stable events #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Send in DICOM to Orthanc
2.View /changes endpoint after stable timeout has expired

What is the expected output? What do you see instead?

I see the stable events happen in this order: StablePatient, StableStudy, 
StableSeries.  I would like the order be reversed: StableSeries, StableStudy, 
StablePatient.  Not only does this make more sense (a series should become 
stable before its study does), but it would simplify my post processing logic 
which needs to process series before it can process the studies.  I have to add 
special logic to deal with the current order which I would rather not have.  I 
think others may run into the same problem.

What version of the product are you using? On what operating system?
0.8.2 windows

Please provide any additional information below.

Original issue reported on code.google.com by cha...@gmail.com on 7 Sep 2014 at 7:38

GoogleCodeExporter commented 9 years ago
The suggested enhancement is now pending in the mainline (for release in 
Orthanc 0.8.3):
https://code.google.com/p/orthanc/source/detail?r=514492f61eadd9a591949dc1419fbd
3aa2214f49

Original comment by s.jodo...@gmail.com on 8 Sep 2014 at 1:24