Search found 19 matches

by cjacquel
Mon, 2015-03-02, 16:37
Forum: DCMTK - General
Topic: Pb With Private Tags
Replies: 3
Views: 3618

Re: Pb With Private Tags

The Tags are written in the output Dicom file.
But all of the tag descriptions are equal to PrivateCreator, how to setup Tag description for each private Tags?

Thx,
Christophe
by cjacquel
Fri, 2015-02-27, 11:59
Forum: DCMTK - General
Topic: Pb With Private Tags
Replies: 3
Views: 3618

Pb With Private Tags

Hello,

I have added Private Tags in Private.dic, then I have recompiled dcmtk.

But in my application that use this dcmtk, the private tags are still unknown.

What is the procedure to include Private Tags ?

Thank you
Christophe
by cjacquel
Wed, 2015-02-18, 11:02
Forum: DCMTK - General
Topic: Follow PACS communications
Replies: 3
Views: 3630

Follow PACS communications

Hello,

Is there is a software to follow in details the different communications in the PACS with dcmtk ?

Thx,
Christophe
by cjacquel
Tue, 2015-02-17, 16:12
Forum: DCMTK - General
Topic: Retrieve images after sendMOVERequest
Replies: 1
Views: 2388

Retrieve images after sendMOVERequest

Hello,

How to retrieve the image files of the Dicom images after an instruction sendMOVERequest ?

Thank you,
Christophe
by cjacquel
Mon, 2015-02-16, 11:07
Forum: DCMTK - General
Topic: Get patient Dicom Tags with DcmScu
Replies: 3
Views: 3703

Re: Get patient Dicom Tags with DcmScu

So what is the solution to have a list of patient informations (name, DOB, ), to select for in a query retrieve ?

Thank you,
Christophe
by cjacquel
Mon, 2015-02-16, 10:34
Forum: DCMTK - General
Topic: Get patient Dicom Tags with DcmScu
Replies: 3
Views: 3703

Get patient Dicom Tags with DcmScu

Hello, In the example : http://support.dcmtk.org/redmine/projects/dcmtk/wiki/howto_dcmscu When is this algorithm to retrieve patient Tags. I use : OFString patientName; (*study)->m_dataset->findAndGetOFString( DCM_PatientName, patientName ); But its not working. Could you help ? Thank you, Christophe,
by cjacquel
Fri, 2015-02-13, 17:33
Forum: DCMTK - Installation
Topic: Pb with DcmSCU example program
Replies: 1
Views: 5679

Re: Pb with DcmSCU example program

Now its working with 3.6.1 (I was used 3.6.0).

Thx,
Christophe
by cjacquel
Thu, 2015-02-12, 17:59
Forum: DCMTK - Installation
Topic: Pb with DcmSCU example program
Replies: 1
Views: 5679

Pb with DcmSCU example program

Hello, When I compile the source code of the example below with 3.6.0 I have errors : http://support.dcmtk.org/redmine/projects/dcmtk/wiki/howto_dcmscu Undefined with lines : OFList<QRResponse*> findResponses; -> QRResponse undefined OFListIterator(QRResponse*) study = findResponses.begin(); -> OFLi...
by cjacquel
Thu, 2015-02-12, 17:39
Forum: DCMTK - General
Topic: OFString convert
Replies: 1
Views: 2611

OFString convert

Hello,

How to convert from OFString to CString and CString to OFString ?

Thank you,
Christophe
by cjacquel
Thu, 2015-02-12, 15:52
Forum: DCMTK - Installation
Topic: Visual 2010 Sln File for Dcmtk
Replies: 8
Views: 12466

Re: Visual 2010 Sln File for Dcmtk

Ok, everithing is Ok, the Visual Studio 2010 Sln files have been generated by the CMAKE, and the compilation is Ok, in my application too.

Thanks;
Christophe,
by cjacquel
Thu, 2015-02-12, 14:09
Forum: DCMTK - Installation
Topic: Visual 2010 Sln File for Dcmtk
Replies: 8
Views: 12466

Re: Visual 2010 Sln File for Dcmtk

Did I have to define USE_STRINGSTREAM in my application ?
Thx,
by cjacquel
Thu, 2015-02-12, 13:08
Forum: DCMTK - Installation
Topic: Visual 2010 Sln File for Dcmtk
Replies: 8
Views: 12466

Re: Visual 2010 Sln File for Dcmtk

Win 8 - 32 bits compiler.
What is the link.
by cjacquel
Thu, 2015-02-12, 12:34
Forum: DCMTK - Installation
Topic: Visual 2010 Sln File for Dcmtk
Replies: 8
Views: 12466

Re: Visual 2010 Sln File for Dcmtk

Hello,

The Visual 2010 files are generated but the compile option is /MD.

Ho to have the /MT Option for the library ?

Thank you,
Christophe
by cjacquel
Wed, 2015-02-11, 17:26
Forum: DCMTK - Installation
Topic: Compilation error Dcmtk 3.6.0
Replies: 3
Views: 7017

Re: Compilation error Dcmtk 3.6.0

Windows 8 64 bits, Visual Studio 2010.

Thx
by cjacquel
Wed, 2015-02-11, 17:25
Forum: DCMTK - Installation
Topic: dcmscu with version 3.5.4
Replies: 1
Views: 5599

dcmscu with version 3.5.4

Hello,

Does this example is working with version 3.5.4 ?
http://support.dcmtk.org/redmine/projec ... wto_dcmscu

Thx,
Christophe