Search found 7 matches

by ChoCChoK
Sat, 2018-07-28, 10:59
Forum: DCMTK - General
Topic: Patient Root doesn't work with DcmSCU ?
Replies: 1
Views: 1671

Re: Patient Root doesn't work with DcmSCU ?

Hi again !

Oh, I just had to add the FIND Patient Root Q/R Information Model with DcmSCU::addPresentationContext(UID_FINDPatientRootQueryRetrieveInformationModel, ...). I'm sorry, that was stupid of me.

Have a nicer day !
ChoCChoK.
by ChoCChoK
Sat, 2018-07-28, 07:46
Forum: DCMTK - General
Topic: Patient Root doesn't work with DcmSCU ?
Replies: 1
Views: 1671

Patient Root doesn't work with DcmSCU ?

Hi, I'm coding a Q/R application, but I have some difficulties to do a C-FIND with Patient Root Q/R Model Information : the DcmSCU class doesn't find a Presentation Context fitting the situation with findUncompressedPC(UID_FINDPatientRootQueryRetrieveInformationModel, scu) in the example given in th...
by ChoCChoK
Sat, 2017-12-23, 13:50
Forum: DCMTK - General
Topic: DcmSCP and DcmStorageSCP
Replies: 1
Views: 2225

DcmSCP and DcmStorageSCP

Hi all! I don't understand very well how to use the DcmSCP and/or the DcmStorageSCP class... I want to control all that my application does, so I prefer to use this class rather than storescp.exe , but I don't get it. If I use listen() and then I do a move request using DcmSCU , I receive responses ...
by ChoCChoK
Sat, 2017-12-23, 13:41
Forum: DCMTK - General
Topic: findAndGetOFStringArray doesn't work for me
Replies: 5
Views: 3864

Re: findAndGetOFStringArray doesn't work for me

Yes, of course!

The problem was that I used a bad context... My bad.

Have a good day,
ChoCChoK.
by ChoCChoK
Mon, 2017-12-11, 22:19
Forum: DCMTK - General
Topic: findAndGetOFStringArray doesn't work for me
Replies: 5
Views: 3864

Re: findAndGetOFStringArray doesn't work for me

Hi again!

I found the solution to my problem! Thanks for your help.

Best regards,
ChoCChoK.
by ChoCChoK
Mon, 2017-12-11, 22:07
Forum: DCMTK - General
Topic: findAndGetOFStringArray doesn't work for me
Replies: 5
Views: 3864

Re: findAndGetOFStringArray doesn't work for me

Hi,

Thanks for the reply...

It was an example... My real problem is that it's not working, even for the studyInstanceUID like in the code example!

Can anyone help?

Thank you,
ChoCChoK.
by ChoCChoK
Mon, 2017-12-11, 13:27
Forum: DCMTK - General
Topic: findAndGetOFStringArray doesn't work for me
Replies: 5
Views: 3864

findAndGetOFStringArray doesn't work for me

Hello, Thank you for accepting me to register here. I started to use DCMTK to create a DICOM viewer. I tried the code that you give as an example of DcmSCU ( http://support.dcmtk.org/redmine/projects/dcmtk/wiki/Howto_DcmSCU ). All seem to work, since I'm able to see the number of studies available i...