Search found 5 matches

by berte
Sat, 2008-05-17, 15:58
Forum: DCMTK - General
Topic: What is DICOMDIR and how to read the patient data from DICOM
Replies: 2
Views: 6295

I've been reading the FAQ and googling online but I don't really understand what is a DICOMDIR. The short answer is: it's a central index file on a DICOM storage medium which contains particular information of the DICOM files on this medium (i.e. about the patients, studies, series and instances). ...
by berte
Tue, 2008-03-18, 20:35
Forum: DCMTK - General
Topic: Documentation in PDF ??
Replies: 2
Views: 4124

I created rtf file but I don't edit yet. May be someone edit this file ;)

Warm regards.

Rtf Document File
by berte
Tue, 2008-03-18, 20:16
Forum: DCMTK - General
Topic: All Information in DICOM File?
Replies: 2
Views: 4481

thanks :)
by berte
Tue, 2008-03-18, 14:02
Forum: DCMTK - General
Topic: Documentation in PDF ??
Replies: 2
Views: 4124

Documentation in PDF ??

Hello,

I'm new user of Offis Dicom Tools and I like it.

I dont reading a lot of times documentation on computer. I want to printing part of document but chm and html files very useless.

I printing in Acrobat like a book :-)

Could you creating documentation file to pdf ?

Thanks for reading.
by berte
Tue, 2008-03-18, 14:01
Forum: DCMTK - General
Topic: All Information in DICOM File?
Replies: 2
Views: 4481

All Information in DICOM File?

Hello, I want to see all information in dicom file(e.g. patient name,age,sex,hospital name, device name, creation file, etc.) I use this code: void getPatientInformation(const char* fileName) { DcmFileFormat fileformat; OFCondition status = fileformat.loadFile(fileName); if (status.good()) { OFStrin...