Search found 24 matches

by candy
Thu, 2009-03-26, 04:28
Forum: DCMTK - General
Topic: Specific character set
Replies: 6
Views: 6859

Thanks again! :D
by candy
Wed, 2009-03-25, 10:01
Forum: DCMTK - General
Topic: Specific character set
Replies: 6
Views: 6859

Thank you for reply :D I created a SR document(filename is report.dcm) with doc->setSpecificCharacterSetType(DSRTypes::CS_ASCII); then in command line use this:dsr2html +H4 report.dcm report.html . In the report.html ,It was displayed in chinese. Can you tell me what's wrong with it ? I will read th...
by candy
Wed, 2009-03-25, 02:42
Forum: DCMTK - General
Topic: Specific character set
Replies: 6
Views: 6859

I use this:doc->setSpecificCharacterSetType(DSRTypes::CS_ASCII);
It can be displayed in chinese. So I want to known that is this suitable?
If not ,Can you tell me how to use UTF-8?

Regards,
Candy
by candy
Sat, 2009-03-14, 13:26
Forum: DCMTK - General
Topic: sr report reference images
Replies: 1
Views: 2384

sr report reference images

HI ,J
by candy
Fri, 2009-03-06, 02:02
Forum: DCMTK - General
Topic: Specific character set
Replies: 6
Views: 6859

Specific character set

Hi ! :D
In enum DSRTypes::E_CharacterSet ,There is not one type of Specific character set for chinese.Could you tell me how should I do to create a sr document with chinese? I have read part 5,but forgiving my dullness,I still don't kown how to do. :? Thank your so much!
by candy
Mon, 2009-03-02, 15:09
Forum: DCMTK - General
Topic: Create a DICOMDIR file for sr report
Replies: 4
Views: 8633

o!Thank you very much! :D
by candy
Sat, 2009-02-28, 03:57
Forum: DCMTK - General
Topic: Create a DICOMDIR file for sr report
Replies: 4
Views: 8633

Sorry,I don't understand "The reference from the SR document to the image is not stored in the DICOMDIR." Do you mean that the reference is not in the dcmmkdir.exe or in the DICOM ?
I want to create a DICOMDIR which include SR document that reference image .Could you tell me how to do?
by candy
Fri, 2009-02-27, 03:17
Forum: DCMTK - General
Topic: Create a DICOMDIR file for sr report
Replies: 4
Views: 8633

Create a DICOMDIR file for sr report

Hi! I have some questions about dcmmkdir.exe. I use such commands for creating a DICOMDIR file: dcmmkdir.exe -v +id C:\D +r +D C:\DICOMDIR The files in the directory C:\D include a sr report and a image to which the sr report refer. when I got the DICOMDIR,I found that the series level include two d...
by candy
Mon, 2009-02-23, 01:53
Forum: DICOMscope - Installation
Topic: Help---compilation
Replies: 1
Views: 13702

Help---compilation

Hi,I followed the user manual of DICOMscope 3.5.1,as it says, Tool to unzip the source code (e. g. WinZIP, available from http://www.winzip.com/) C++ Compiler with support for C++ templates: tested successfully with MS Visual C++ 5.0 and 6.0 OpenSSL 0.9.6a (other versions might also work), available...