Search found 5 matches

by ichimura.t
Mon, 2020-08-17, 10:21
Forum: DCMTK - General
Topic: Logs layout error
Replies: 7
Views: 4025

Re: Logs layout error

This error solved? I have same problem.
by ichimura.t
Tue, 2016-06-07, 12:23
Forum: DCMTK - General
Topic: findscu with UTF-8
Replies: 3
Views: 4356

Re: findscu with UTF-8

I provided a DICOM file with UTF-8 as a parameter to findscu, and it worked out well.
Thank you very much.
by ichimura.t
Tue, 2016-06-07, 09:28
Forum: DCMTK - General
Topic: findscu with UTF-8
Replies: 3
Views: 4356

Re: findscu with UTF-8

Thank you for your reply.

I switched my console into UTF-8 by the "chcp 65001" command, but it was not worked.
I will try to do your proposed another possibility.
by ichimura.t
Tue, 2016-06-07, 08:05
Forum: DCMTK - General
Topic: findscu with UTF-8
Replies: 3
Views: 4356

findscu with UTF-8

I want to query by string of UTF-8 using the findscu.exe. I set PatientName of UTF-8 in -k paramater, but the findscu.exe sends PatientName of S-JIS. For example of a command: findscu -S -k 0008,0052=STUDY -k 0008,0005="ISO_IR 192" -k PatientName="あ" 1.2.3.4 12345 The findscu.exe...
by ichimura.t
Tue, 2015-02-10, 10:35
Forum: DCMTK - General
Topic: can not get MeasurementUnitsCodeSequence of DICOM SR
Replies: 3
Views: 4382

can not get MeasurementUnitsCodeSequence of DICOM SR

I use DCMTK to convert DICOM SR to xml file. I configure read flags enough to read DICOM SR, because I find many unrightful tags in DICOM SR. If there is NumericValue that violated DICOM standard in DICOM SR, DCMTK does not read MeasurementUnitsCodeSequence. For example, when NumericValue violates m...