Search found 4 matches

by VMMF
Wed, 2014-12-03, 13:58
Forum: DCMTK - General
Topic: DICOM file contains multiple values with the same name.
Replies: 1
Views: 2803

DICOM file contains multiple values with the same name.

After successfully creating and saving my DICOM Image with DCMTK, when i try to open it using Matlab’s 'dicominfo' function, the following warning is displayed: Warning: This DICOM file contains multiple values with the same name. The last appearance is kept. When i studied my DICOM image i realized...
by VMMF
Fri, 2014-11-28, 14:30
Forum: DCMTK - General
Topic: how to work with nesting data set (with SQ as VR)
Replies: 2
Views: 3891

Re: how to work with nesting data set (with SQ as VR)

Oh thanks Michael. At last it worked very good this way DcmItem *anatomicRegionSequence ; if ((dataset->findOrCreateSequenceItem(DCM_AnatomicRegionSequence, anatomicRegionSequence, 0)).good()) { //addons de 0x0008 reultadoOperacion = anatomicRegionSequence->putAndInsertString(DCM_CodeValue, m_DCM_An...
by VMMF
Wed, 2014-11-26, 22:10
Forum: DCMTK - General
Topic: how to work with nesting data set (with SQ as VR)
Replies: 2
Views: 3891

how to work with nesting data set (with SQ as VR)

Hello, im trying to save a DICOM image using DCMTK and i´m experiencing problems while trying to save the tags with SQ Value representation, which require nested elements to be stored within them. Can i get some help or an example of how to do it with DCMTK. I,ve just read the DICOM Standard apendix...
by VMMF
Fri, 2014-09-26, 15:33
Forum: DCMTK - Installation
Topic: Installation problems on Win 7 64 bits
Replies: 1
Views: 7335

Installation problems on Win 7 64 bits

Hello, I’m facing some errors while trying to compile the 3.6.0 DCMTK library. My scenario is Win7 x64, Visual Studio 2012 and I want to include DCMTK and some of the 3rd party libraries into an MFC kind of project. I´ve read in FAQ #26 that in order to use DCMTK with MFC I require to compile DCMTK ...