Search found 6 matches

by zhzhou
Fri, 2014-01-24, 22:36
Forum: DCMTK - General
Topic: private tag's VR missing when sent to storage scp.
Replies: 3
Views: 3759

Re: private tag's VR missing when sent to storage scp.

The accepted transfer syntax is implicit VR for dcm4chee even though we proposed explicit first. We can change dcm4chee storage scp's transfer syntax order to solve the problem. But any suggestion on scu side?
by zhzhou
Fri, 2014-01-24, 19:35
Forum: DCMTK - General
Topic: private tag's VR missing when sent to storage scp.
Replies: 3
Views: 3759

private tag's VR missing when sent to storage scp.

Hi, We found the private tag's VR are changed from LO to UN when send the dicom file to dicom storage scp like dcm4chee or others. But the private tag's VR is fine when send the same dicom file to dcmtk's command line app storescp. Also found is the private tag's VR is fine when send the same dicom ...
by zhzhou
Tue, 2012-12-04, 19:27
Forum: DCMTK - General
Topic: dsr2xml can't be validated by dsr2xml.xsd.
Replies: 3
Views: 3990

Re: dsr2xml can't be validated by dsr2xml.xsd.

Does the default output format means the content can be varied from the dicom standard? Following is one sample xml I generated by dsr2xml: <?xml version="1.0" encoding="UTF-8"?> <report type="Basic Text SR"> <sopclass uid="1.2.840.10008.5.1.4.1.1.88.11">Basic...
by zhzhou
Mon, 2012-12-03, 23:57
Forum: DCMTK - General
Topic: dsr2xml can't be validated by dsr2xml.xsd.
Replies: 3
Views: 3990

dsr2xml can't be validated by dsr2xml.xsd.

The xml file generated by the tool dsr2xml can't be validated by the schema dsr2xml.xsd. How do I make the generated xml based on the dsr2xml.xsd? It will be much easier to deal with the generated xml using the x/o mapping based on the schema dsr2xml.xsd.

Thanks.

Michael
by zhzhou
Tue, 2011-10-04, 17:59
Forum: DCMTK - General
Topic: Chinese encoding problem in Dicom SR
Replies: 3
Views: 4527

D: $dcmtk: dsrdump v3.6.0 2011-01-06 $ D: D: DcmItem::checkTransferSyntax() TransferSyntax="Little Endian Explicit" W: TextValue (0040,a160) violates VR definition in content item W: Reading invalid/incomplete content item TEXT "1.1.1.7.8" E: Reading content item TEXT "1.1.1...
by zhzhou
Tue, 2011-10-04, 17:49
Forum: DCMTK - General
Topic: Chinese encoding problem in Dicom SR
Replies: 3
Views: 4527

Chinese encoding problem in Dicom SR

Hi,

I was able to write the chinese encoded text to a dicom sr using DSRDocument. But all dcmtk's dsr related apps and library failed to read the dicom sr. The reported error is invalid value type (or value representation). Can you tell me what I am doing wrong?

Thanks.

Michael Zhou