Search found 3 matches

by Eric Saloux
Thu, 2009-01-22, 22:43
Forum: DCMTK - General
Topic: Problem Using global data dicom dictionary
Replies: 3
Views: 4162

Problem Using global data dicom dictionary

Hy I do not really understand what occurs between Borland C++ and the dcmdatadictionary. I had no problems to compile DCMTK with borland C++. I have a look in the dcdict.h and dcdict.c file, during the step by step running. The following cascade occur: 1) GlobalDcmDataDictionary::GlobalDcmDataDictio...
by Eric Saloux
Thu, 2009-01-22, 00:32
Forum: DCMTK - General
Topic: Reading Implicit VR transferSyntax with DCMTK ?
Replies: 2
Views: 8430

Thank you for your help and your quick answer The problem was that the "dicom.dic" file was not at the root of my software but included into an other subdirectory. Now dicom.dic and my software are at the same level and I am able to read dicom's tag (Implicit and Explicit) without problems...
by Eric Saloux
Fri, 2008-08-01, 14:05
Forum: DCMTK - General
Topic: Reading Implicit VR transferSyntax with DCMTK ?
Replies: 2
Views: 8430

Reading Implicit VR transferSyntax with DCMTK ?

Hy I recently try to work with DCMTK source code in my own application [Borland C++ V6]. Images data are Philips US Acquisitions. My source code failed sometime in reading DICOM Tags . My hope was to switch this code with your libraries. There is no problem for data reading when transfer syntax is o...