Search found 10 matches

by jeromnimo
Mon, 2010-08-09, 09:29
Forum: DCMTK - General
Topic: dcmqrscp failed : OutOfResourcesSubOperations
Replies: 5
Views: 8184

Thanks for your reply.

I have finally achieved to get my file, using debian verison of dcmtk instead of a compiled one... maybe a server update on which dcmqrscp is working is the reason of this problem...

I have to check it with my server admin.
by jeromnimo
Mon, 2010-08-09, 08:12
Forum: DCMTK - General
Topic: dcmqrscp failed : OutOfResourcesSubOperations
Replies: 5
Views: 8184

Back to work, I just tested dcmqridx --print command, files are in it, here is the extract concerning file I try to get : RECORD NUMBER: 94 Status: is new Filename: RP.MASQUE3.ISOCENTRE.BILLE2 ImageSize: 5924 RecordedDate: 1.2811e+09 PatientsBirthDate: "" PatientsSex: "" Patients...
by jeromnimo
Fri, 2010-08-06, 18:56
Forum: DCMTK - General
Topic: dcmqrscp failed : OutOfResourcesSubOperations
Replies: 5
Views: 8184

First of all,
thnaks for your reply.

I haven't tested this command, I will try it monday at work (can't access it from home).

Have a good week end.
by jeromnimo
Fri, 2010-08-06, 15:49
Forum: DCMTK - General
Topic: How to compile and link dcmtk in Qt
Replies: 4
Views: 7220

Yes, you're right ;)

and if you use mvsc on windows, you have to change for building under linux, of course.
by jeromnimo
Fri, 2010-08-06, 15:48
Forum: DCMTK - General
Topic: newbie
Replies: 1
Views: 3377

Hi,

the right question is :
want do you want to do with DICOM ? ^^

DICOM is a very special norm only used as a medical standard... so are your developments in this way ? what do want to develop (a query retrieve software, a viewer, etc.) ?
by jeromnimo
Fri, 2010-08-06, 15:41
Forum: DCMTK - General
Topic: How to compile and link dcmtk in Qt
Replies: 4
Views: 7220

Hi fruan, if you want to use libs in your application, you have to compile it first. Then, you can link your project with dcmk libs (dcmdata, dcmnet...) with includepath correctly set to dcmtk headers path. You have to use the same compiler for libs and for your project (if you use msvc, you will ob...
by jeromnimo
Fri, 2010-08-06, 15:36
Forum: DCMTK - General
Topic: dcmqrscp failed : OutOfResourcesSubOperations
Replies: 5
Views: 8184

dcmqrscp failed : OutOfResourcesSubOperations

Hi all, searching on the net a reply to my problem, i didn't manage to found one :/ Using "OutOfResourcesSubOperations" search on the forum only give me this thread : http://forum.dcmtk.org/viewtopic.php?t=1894&start=0&postdays=0&postorder=asc where the response about my proble...
by jeromnimo
Wed, 2010-05-19, 13:16
Forum: DCMTK - General
Topic: dcmdump succeed, but storescp failed
Replies: 3
Views: 6779

Using storescu and storecp compiled from latest snapshot version, everythnig is ok, I can't understand why...

I'll try what I want to do with this new version, and will tell you the result...
by jeromnimo
Wed, 2010-05-19, 08:52
Forum: DCMTK - General
Topic: dcmdump succeed, but storescp failed
Replies: 3
Views: 6779

Thanks for this reply, i will have a look at current screenshot... Here is the result of a dcmdump (with -d option, tell me if you want more options) dcmdump -d RP.xxx|more # Dicom-File-Format # Dicom-Meta-Information-Header # Used TransferSyntax: LittleEndianExplicit (0002,0000) UL 186 # 4, 1 MetaE...
by jeromnimo
Tue, 2010-05-18, 16:06
Forum: DCMTK - General
Topic: dcmdump succeed, but storescp failed
Replies: 3
Views: 6779

dcmdump succeed, but storescp failed

Hi everybody, first of all, I would like to thank you for all the work done in dmctk, it's really easy to develop applications with this library. I register today because I have a problem with a dicom file :? when I do a dcmdump of the file, everything is Ok, I can see datas, no errors are shown, bu...