Search found 8 matches

by jorgezavalab
Wed, 2020-06-03, 15:54
Forum: DCMTK - General
Topic: GETSCU test failed?
Replies: 5
Views: 7907

Re: GETSCU test failed?

ok, then I let me set the commands the correct way regarding the DICOM standard: getscu -d -aet TEST -aec VMSDBD www.dicomserver.co.uk 104 -P -k QueryRetrieveLevel=PATIENT -k "0010,0020=PAT020" getscu -d -aet TEST -aec VMSDBD www.dicomserver.co.uk 104 -S -k QueryRetrieveLevel=STUDY -k &quo...
by jorgezavalab
Wed, 2020-06-03, 15:20
Forum: DCMTK - General
Topic: GETSCU test failed?
Replies: 5
Views: 7907

Re: GETSCU test failed?

You were right, I was missing the QueryRetrieveLevel. The following commands do the job: Retrieve all data for PAT020: getscu -d -aet TEST -aec VMSDBD www.dicomserver.co.uk 104 -S -k QueryRetrieveLevel=Study -k "0010,0020=PAT020" or just the study that I want: getscu -d -aet TEST -aec VMSD...
by jorgezavalab
Wed, 2020-06-03, 07:19
Forum: DCMTK - General
Topic: GETSCU test failed?
Replies: 5
Views: 7907

GETSCU test failed?

Windows 10. DCMTK3.6.3 I am trying to test the GETSCU command with the https://www.dicomserver.co.uk/. I know that the server supports C-GET: "Support for C-STORE, C-FIND, C-GET & C-MOVE" I so far tested the C-FIND and C-MOVE and they worked perfectly. However, when I use the following...
by jorgezavalab
Tue, 2020-06-02, 22:06
Forum: DCMTK - General
Topic: MOVESCU working but not working: ERROR: (0000,0902) LO (no value available)
Replies: 2
Views: 3034

Re: MOVESCU working but not working: ERROR: (0000,0902) LO (no value available)

Yeah, I found out the the plan are missing the Patient ID tag that's the reason they failed.

Thanks!!!
by jorgezavalab
Mon, 2020-06-01, 08:29
Forum: DCMTK - General
Topic: MOVESCU working but not working: ERROR: (0000,0902) LO (no value available)
Replies: 2
Views: 3034

MOVESCU working but not working: ERROR: (0000,0902) LO (no value available)

I am pulling/retrieving some data from SCP using the following command: movescu -v -d -aet DCMTK -aec DATASERVER 10.336.17.720 55902 -aem AE_MOV -P -k QueryRetrieveLevel=IMAGE -k "0008,0018=1.2.246.352.71.5.785515467154.1415888444094051" and it works perfectly most of the time. However, I ...
by jorgezavalab
Thu, 2019-02-14, 02:01
Forum: DCMTK - General
Topic: Pull Series/Images from server according to date?
Replies: 5
Views: 3420

Re: Pull Series/Images from server according to date?

Hello Michael, Thanks for your answer. I read the DICOM conformance statement our server, and sadly it does not support querying for series date on any level. So, I need to stick to your suggestion. If I query for the acquisition date on the image level, then I will not have problems getting the ima...
by jorgezavalab
Tue, 2019-02-12, 21:22
Forum: DCMTK - General
Topic: Pull Series/Images from server according to date?
Replies: 5
Views: 3420

Pull Series/Images from server according to date?

if a patient is approved to follow a radiotherapy treatment, the treatment is split in different sessions. Every session of radiotherapy is given in a different day (i.e. date), and every session will generate a different serie of images (i.e. image modality RTIMAGE). e.g. Patient X was approved for...