rexcardan / Evil-DICOM

A C# DICOM Library
171 stars 98 forks source link

incorrect handling of 'pending' against dcm4che #35

Closed jackdr66 closed 7 years ago

jackdr66 commented 8 years ago

The validation via Status.PENDING isn't working against dcm4che pacs. Pending status checks are eighter 0xFF00 as well as 0xFF01 so next to 65280, also 65281 should be checked.

rexcardan commented 8 years ago

Thanks for the info. I am not quite sure I understand. I have been building up the network components as I need them and so they are not polished. Is there a test I can do to demonstrate state failure?