I get empty identifiers if Specific Character Set tag is empty
See original GitHub issueSorry 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:
- Created 4 years ago
- Comments:6 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@alcir - pydicom 1.4.2 is out, you may check if your problem is fixed now.
This is a known bug fixed in pydicom master. Maybe we should think about getting another patch release out…