[Debian-med-packaging] Bug#706062: <contains IMAGE:=(DPm image,

Jörg Riesmeier debian at riesmeier.de
Thu Apr 25 17:03:18 UTC 2013


Thank you for the suggestion. I just implemented the requested feature with 
the following commits:

http://git.dcmtk.org/web?p=dcmtk.git;a=commit;h=0df7cbcbe71fb0ee31ffd5a53ea003b9c1efdb0e
http://git.dcmtk.org/web?p=dcmtk.git;a=commit;h=6826ff093f114c77edaeea320f42a53a07812d66

Regards,
Jörg

> Package: dcmtk
> Version: 3.6.1~20121102-1
> Severity: normal
> 
> There is no way for dsrdump to actually print the SOP Class of a reference
> IMAGE. It always prints:
> 
> <contains IMAGE:=(DPm image,
> 
> the only exception is when the SOP Class is not known in which case:
> 
> OFCondition DSRImageReferenceValue::print(STD_NAMESPACE ostream &stream,
>                                           const size_t flags) const
> {
>     const char *modality = dcmSOPClassUIDToModality(SOPClassUID.c_str());
>     stream << "(";
>     if (modality != NULL)
>         stream << modality << " image";
>     else
>         stream << "\"" << SOPClassUID << "\"";
> 
> 
> It would be nice to have an option to print the SOP Class UID
> 
> Thanks



More information about the Debian-med-packaging mailing list