Markus D. Herrmann

Results 258 comments of Markus D. Herrmann
trafficstars

> Returning single part is extremely useful for anything that does a direct render like PDF, video, audio etc Rendered resources (endpoint `/rendered`) have always been single-part!

> That is a misunderstanding of the multiplicity and the binary representation - the BulkDataURI refers to a single object that contains the entire Value, all of the various parts...

We have [type definitions in Slim](https://github.com/herrmannlab/slim/blob/1263cca1c9776f72a7bcdf474c34e5c873d4b571/types/dicomweb-client/index.d.ts) and it would be nicer to include them in the package distribution.

@pieper could you help porting them over from the application into the library? For the tests, we may need to introduce typescript as a dev dependency.

Thanks @blowekamp! It worked! These are the steps to reproduce: 1) Install ITK from source using patch [23485](http://review.source.kitware.com/#/c/23485/1): ```None git clone git://itk.org/ITK.git /tmp/itk cd /tmp/itk git fetch http://review.source.kitware.com/ITK refs/changes/85/23485/1 &&...

I've run a few tests to compare ITK Image objects resulting from reading the original series of legacy *MR Image* and *Legacy Converted Enhanced MR Image* instances. The actual pixel...

The relevant attributes may also end up in the *Unassigned Per-Frame Converted Attributes Sequence* attributes (see [PS3.3 C.7.6.16.2.25.2 Unassigned Per-Frame Converted Attributes Macro](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.6.16.2.html#sect_C.7.6.16.2.25.2)).

The return value of `legacy_image.GetSpacing()` is `itkVectorD3 ([0.9375, 0.9375, 5.99997])`, while `enhanced_image.GetSpacing()` returns `itkVectorD3 ([1, 1, 1])`. To me, it seems this problem originates in GDCM. It appears GDCM looks...

This is worrying, because it probably also affects multi-frame images of other SOP classes, such as Enhanced MR Image (see [Enhanced MR Image Functional Group Macros](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_A.36.2.4.html)) and Enhanced CT Image...

@malaterre thanks for your feedback. Please find below the output of `gdcminfo` (GDCM version 2.8.6) for the DICOM file. ```None MediaStorage is 1.2.840.10008.5.1.4.1.1.4.4 [Legacy Converted Enhanced MR Image Storage] TransferSyntax...