question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I get empty identifiers if Specific Character Set tag is empty

See original GitHub issue

Sorry if I’m not precise.

I was performing a c_find operation

Using pydicom v1.3.0 all is fine.

If I use pydicom 1.4.1, for some results, I get empty identifiers (status, identifier) in responses.

It seems related to this fact: if the study has the Specific Character Set tag (0008,0005), but the value of this tag is empty, then I can observe this issue. If the study has a value inside the Specific Character Set tag, or this tag is not present at all, then it works.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
mrbean-bremencommented, Feb 23, 2020

@alcir - pydicom 1.4.2 is out, you may check if your problem is fixed now.

1reaction
mrbean-bremencommented, Feb 11, 2020

This is a known bug fixed in pydicom master. Maybe we should think about getting another patch release out…

Read more comments on GitHub >

github_iconTop Results From Across the Web

6 Value Encoding - DICOM Standard
A Data Set is constructed by encoding the values of Attributes specified in ... Set (0008,0005) (or the default Character Repertoire if value...
Read more >
Specific Character Set Attribute - DICOM Standard Browser
If the Attribute Specific Character Set (0008,0005) has more than one value and value 1 is empty, it is assumed that value 1...
Read more >
DcmSpecificCharacterSet Class Reference - DCMTK
An empty string denotes the default character repertoire, which is ASCII (7-bit). If multiple values are found in the Specific Character Set element...
Read more >
What are valid values for the id attribute in HTML?
The attribute, if specified, must have a value that is a set of space-separated tokens ... the value must contain at least one...
Read more >
Extensible Markup Language (XML) 1.0 (Fifth Edition) - W3C
Text consists of intermingled character data and markup. [Definition: Markup takes the form of start-tags, end-tags, empty-element tags, entity ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found