Search found 5 matches

by Toeger
Mon, 2023-06-19, 16:28
Forum: DCMTK - General
Topic: Failure to retrieve Modality and ScheduledProcedure from dicomserver.co.uk worklist
Replies: 3
Views: 5026

Re: Failure to retrieve Modality and ScheduledProcedure from dicomserver.co.uk worklist

Thanks, I can now get the data successfully. Is there a trick to know what is in what? Ideally something that given any DcmTagKey will tell what group it is in, if any. I looked at DcmTagKey::getBaseTag , DcmTagKey::hasValidGroup and DcmTagKey::getGroup , but those are not enough to distinguish them...
by Toeger
Mon, 2023-06-19, 12:33
Forum: DCMTK - General
Topic: Failure to retrieve Modality and ScheduledProcedure from dicomserver.co.uk worklist
Replies: 3
Views: 5026

Failure to retrieve Modality and ScheduledProcedure from dicomserver.co.uk worklist

I'm running the following command with the given result: $ ./findscu.exe www.dicomserver.co.uk 104 -k 0010,0010=Bowen^William -k 0010,0040 -k 0008,0060 -k 0040,4005 I: --------------------------- I: Find Response: 1 (Pending) I: I: # Dicom-Data-Set I: # Used TransferSyntax: Little Endian Explicit I:...
by Toeger
Thu, 2023-06-15, 13:03
Forum: DCMTK - General
Topic: Query www.dicomserver.co.uk's ExamDateAndTime
Replies: 4
Views: 4635

Re: Query www.dicomserver.co.uk's ExamDateAndTime

The Tag=Value syntax works, thanks!
I'll see if I can make a minimal example for the ScheduledProcedure issue.
by Toeger
Sat, 2023-06-10, 10:00
Forum: DCMTK - General
Topic: Query www.dicomserver.co.uk's ExamDateAndTime
Replies: 4
Views: 4635

Re: Query www.dicomserver.co.uk's ExamDateAndTime

I used the keys DCM_AccessionNumber, DCM_InstitutionName, DCM_PatientName, DCM_PatientID, DCM_PatientBirthDate, DCM_PatientSex, DCM_ScheduledProcedureStepDescription, DCM_ScheduledProcedureStepLocation, DCM_ScheduledProcedureStepID, DCM_ScheduledProcedureStepModificationDateTime, DCM_ScheduledProced...
by Toeger
Mon, 2023-06-05, 16:17
Forum: DCMTK - General
Topic: Query www.dicomserver.co.uk's ExamDateAndTime
Replies: 4
Views: 4635

Query www.dicomserver.co.uk's ExamDateAndTime

I'm writing a program that queries a modality worklist via DCMTK. I'm using https://www.dicomserver.co.uk/Home/MWLTestData as a test server. I can successfully query the patient name, accession number and some other fields, but so far I failed to figure out how to get what is labeled "ExamDateA...