Search found 21 matches

by niirdan
Tue, 2024-02-20, 09:34
Forum: DCMTK - General
Topic: error handling with storescu
Replies: 3
Views: 5136

Re: error handling with storescu

Hey Marco, good morning thank you very much for your response, I completely missed it out . when your saying running storescu with sudo is a bad idea , what is the reason for that ? what is your recommendation solution running it ? In addition , where can I handle the returned nonzero code, there ar...
by niirdan
Wed, 2023-12-20, 12:08
Forum: DCMTK - General
Topic: error handling with storescu
Replies: 3
Views: 5136

error handling with storescu

Good morning , Currently i am using storescu-tls to transfer dicom material to a given remote pac's (owned by me) . after the execution completed , I remove the files from the local directory using Linux rm command . the problem is that with this strategy i cant handle error , for e.g. connection fa...
by niirdan
Sun, 2023-12-17, 21:17
Forum: DCMTK - General
Topic: dcm2pdf usage question
Replies: 2
Views: 8036

Re: dcm2pdf usage question

thanks for your answer ! , I Indeed tested the dsr2html and its works great
thanks for the suggestion!
B.R dan.
by niirdan
Fri, 2023-12-15, 23:44
Forum: DCMTK - General
Topic: dcm2pdf usage question
Replies: 2
Views: 8036

dcm2pdf usage question

hey again, I am interested of converting a dicom SRs into pdfs , using dcm2pdf tool . the file type is .162450 (sent directly from GE US) which is not encapsulated . there is any way to convert it using DCMTK tools or to encapsulate it and then use the tool ? (I can send the given SR if this is nece...
by niirdan
Wed, 2023-08-30, 08:04
Forum: DCMTK - General
Topic: StoreSCU continuous run
Replies: 1
Views: 4154

StoreSCU continuous run

I Was Wondering if there is any way to force storescu to run continuously, and to listen for every income dicom material? I found in only this : -nh --no-halt do not halt if unsuccessful store encountered (default: do halt) which ignore unsuccessful store as written .. https://support.dcmtk.org/docs...
by niirdan
Tue, 2023-08-29, 07:28
Forum: DCMTK - General
Topic: storescu issue
Replies: 5
Views: 5993

Re: storescu issue

Thank you for you help! ,
removing the --propose-lossless indeed solve the problem

Best regards.
by niirdan
Mon, 2023-08-28, 15:03
Forum: DCMTK - General
Topic: storescu issue
Replies: 5
Views: 5993

Re: storescu issue

thanks for the fast reply, storescp : sudo storescp --verbose --debug --accept-all +xs --enable-tls key.pem crt.pem --add-cert-file ca-crt.pem --output-directory dicom_files -B 443 storescu: i removed ip and crt setting for privacy storescu --aetitle X --call X --required --propose-jpeg8 --propose-l...
by niirdan
Mon, 2023-08-28, 15:03
Forum: DCMTK - General
Topic: storescu issue
Replies: 5
Views: 5993

Re: storescu issue

thanks for the fast reply, storescp : sudo storescp --verbose --debug --accept-all +xs --enable-tls key.pem crt.pem --add-cert-file ca-crt.pem --output-directory dicom_files -B 443 storescu: i removed ip and crt setting for privacy storescu --aetitle X --call X --required --propose-jpeg8 --propose-l...
by niirdan
Mon, 2023-08-28, 14:08
Forum: DCMTK - General
Topic: storescu issue
Replies: 5
Views: 5993

storescu issue

Hey Friends , I'm Sending dicom files via storescu , to a Remote StoreSCP Server (with tls) weirdly, when im sending dicom file with the type of : .180224000 storescu crash ** I Am using --accept-all in storescp In storescu im using : --required --propose-jpeg8 --propose-lossless StoreSCU Error : E:...
by niirdan
Sun, 2023-08-27, 11:59
Forum: DCMTK - General
Topic: Determine Amount of Files While Storescp transaction
Replies: 1
Views: 3802

Determine Amount of Files While Storescp transaction

Hey Friends,
I Was Wondering if by any chance there is a possible way that I can store how many files a given modality suppose to send me (to the storescp?)
Thanks!
by niirdan
Thu, 2023-08-17, 10:17
Forum: DCMTK - General
Topic: Storescu With TLS
Replies: 6
Views: 6580

Re: Storescu With TLS

Thanks Michael ! , After adding --accept-all to my storescp
Everything Transferred Successfully !
Thanks again :wink:
by niirdan
Thu, 2023-08-17, 09:33
Forum: DCMTK - General
Topic: Storescu With TLS
Replies: 6
Views: 6580

Re: Storescu With TLS

Thanks Michael For You Continuously Help This is Very appreciated! So as far as I Understand Store-scu isn't compatible with decompressing jpeg files , and transferring them . But does the Store-SCP know how to handle those files ? I am Asking because if I Will Use any kind of Modality - US for exam...
by niirdan
Thu, 2023-08-17, 08:43
Forum: DCMTK - General
Topic: Storescu With TLS
Replies: 6
Views: 6580

Re: Storescu With TLS

Thanks Michael it Worked! Now I Have another miss understanding . I'm using storescu to transfer dicom files from a directory to another remotely storeScp Pacs server . While the transaction , Im Getting this Error in Storescu console : W: DIMSE Warning: (STORESCU,ANY-SCP): sendMessage: unable to co...
by niirdan
Wed, 2023-08-16, 09:20
Forum: DCMTK - General
Topic: Storescu With TLS
Replies: 6
Views: 6580

Storescu With TLS

Hey Friends , Im Trying to Send Dicom files from a Directory to an Remote Pacs With TLS . I Ran the command exactly as described but I always get --enable-tls is unknown , any idea's ? This is how I Ran it storescu --enable-tls /path/to/keyfile.pem /path/to/certfile.pem <hostname> <port> /path/to/di...
by niirdan
Wed, 2023-08-02, 10:43
Forum: DCMTK - General
Topic: Error While Running StoreSCU
Replies: 5
Views: 5582

Re: Error While Running StoreSCU

Nevermind , everything is working !
thanks Again!