Search found 9 matches

by nicolasrannou
Mon, 2017-04-03, 09:22
Forum: DCMTK - General
Topic: movescu behavior
Replies: 1
Views: 2141

movescu behavior

Hi, I move data from command line with "movescu" from application A (Orthanc) to application B (my dicom listener, based on "storescp"). When does the "movescu" command returns? 1- when movescu submitted the move request to Application A? 2- when application A finished ...
by nicolasrannou
Tue, 2013-07-30, 16:26
Forum: DCMTK - General
Topic: propose all transmission transfer syntax
Replies: 7
Views: 8471

Re: propose all transmission transfer syntax

OK Thanks everything makes sense now.

Best
by nicolasrannou
Mon, 2013-07-29, 18:38
Forum: DCMTK - General
Topic: propose all transmission transfer syntax
Replies: 7
Views: 8471

Re: propose all transmission transfer syntax

I think it's because the latest release (3.6.0), available at: http://dicom.offis.de/dcmtk.php.en doesn't contain it...

Is it done on purpose or is this version outdated?

Thanks
by nicolasrannou
Mon, 2013-07-29, 18:06
Forum: DCMTK - General
Topic: propose all transmission transfer syntax
Replies: 7
Views: 8471

Re: propose all transmission transfer syntax

Thanks I'll give it a try.

Any reason why it is not provided with the default ubuntu dcmtk package?

Best
by nicolasrannou
Tue, 2013-07-16, 16:50
Forum: DCMTK - General
Topic: propose all transmission transfer syntax
Replies: 7
Views: 8471

propose all transmission transfer syntax

Hello, I have a script that pushes data to my dicom listener. Sometimes I got some conversion errors while pushing: unable to convert dataset from 'JPEG Lossless, Non-hierarchical, 1st Order Prediction' transfer syntax to 'JPEG Baseline' If I add the -xs to storescu it works as expected. Is there an...
by nicolasrannou
Thu, 2013-04-11, 17:08
Forum: DCMTK - General
Topic: increase -aec maximum length in strorescu
Replies: 2
Views: 3895

increase -aec maximum length in strorescu

Hi all,

I want to pass an aetitle > 16 characters to my dicom listener but the #a received in storescp is cropped after the 16th character.

Is there a way to bypass this limit with the default ubuntu package?

Thanks
by nicolasrannou
Tue, 2012-09-11, 16:27
Forum: DCMTK - General
Topic: Filter findscu results
Replies: 3
Views: 4262

Re: Filter findscu results

Thanks for the insights, If I just provide -k "DeviceSerialNumber instead of -k "DeviceSerialNumber=35235" , it returns no value available . So it means that my PACS server just doesnt support it right? (Will not return any DeviceSerialNumber) Do you know if such a thing can be enable...
by nicolasrannou
Fri, 2012-08-17, 14:05
Forum: DCMTK - General
Topic: Filter findscu results
Replies: 3
Views: 4262

Filter findscu results

Hi all, I want to query the PACS at image level to know if the image has been acquired by a given Scanner. I call: /usr/bin/findscu -xi -S --aetitle MY_TTITLE [b]-k "DeviceSerialNumber=35235"[/b] -k "StudyInstanceUID=1.2.840.113845.11.1000000001785349915.20111027085427.5684" -k &...