Not all files open via Orthanc dicom web

Not all files open via Orthanc dicom web.

Which do not open in an attachment.

https://drive.google.com/file/d/0BxoN4wfoDbO2UXFPcUtjTkpNNVU/view?usp=sharing

https://drive.google.com/file/d/0BxoN4wfoDbO2MDRnaTdFNVY5cjQ/view?usp=sharing

screen

Although I can't reproduce the exact scenario where the series list
doesn't show any series with the samples you provided, attempting to
load them does yield the following error and makes high-res images
unavailable:

E0523 13:23:38.169445 PluginsManager.cpp:163] Cannot decode image using
GDCM: GDCM cannot change the photometric interpretation

Output from dciodvfy:

$ dciodvfy.exe US000000.dcm
Warning - Value dubious for this VR - (0x0010,0x0010) PN Patient's
Name PN [0] = <GAZIEVA> - Retired Person Name form
USMultiFrameImage
Warning - is only permitted to be empty when actually unknown; should
be absent (not empty) if an unpaired body part, and have a value if a
paired body part - attribute <Laterality>
Warning - Unrecognized defined term <OB> for value 3 of attribute
<Image Type>
Warning - VOI LUT Module (Window Center and Width) not appropriate for
non-grayscale images - attribute <PhotometricInterpretation> =
<YBR_FULL_422>

$ dciodvfy US000001.dcm
Warning - Value dubious for this VR - (0x0010,0x0010) PN Patient's
Name PN [0] = <GAZIEVA> - Retired Person Name form
USMultiFrameImage
Warning - is only permitted to be empty when actually unknown; should
be absent (not empty) if an unpaired body part, and have a value if a
paired body part - attribute <Laterality>
Warning - Unrecognized defined term <OB> for value 3 of attribute
<Image Type>
Warning - Unrecognized defined term <0000> for value 4 of attribute
<Image Type>
Warning - VOI LUT Module (Window Center and Width) not appropriate for
non-grayscale images - attribute <PhotometricInterpretation> =
<YBR_FULL_422>

I suggest you attempt to address these warnings and retry. In the
meantime, we'll look into how to handle these specific cases better.
Thanks for the report!

Hello,

Thanks for sharing these files!

This issue is solved by upgrading the Cornerstone rendering engine from version 0.8.4 to viewer 0.11.0 inside the Web viewer plugin.

Here is the corresponding changelist:
https://bitbucket.org/sjodogne/orthanc-webviewer/commits/4ac039ed55bd076caf232d4789d3c4dad27217ac

The fix will be part of the forthcoming release of the Orthanc Web viewer plugin.

Regards,
Sébastien-