In Orthanc Explorer 2, I can go into DICOM Modalities, select my MR modality, and see all the studies that are on the scanner.
But if I do the same using findscu in a shell on the host that Orthanc is running on, setting the AEC to the same thing that’s in orthanc.json’s DicomAet, and setting the AET to the same thing that’s defined in DicomModalities, I get rejected.
E.g.:
micadmin@micvna ~ via 🐍 v3.11.2
❯ findscu -v -S -k "StudyDate=20250420-20250430" -aet MICVNA -aec PRISMA1 172.29.158.6 104
I: Requesting Association
I: Association Accepted (Max Send PDV: 131060)
I: Sending Find Request (MsgID 1)
I: Request Identifiers:
I:
I: # Dicom-Data-Set
I: # Used TransferSyntax: Little Endian Explicit
I: (0008,0020) DA [20250420-20250430] # 18, 1 StudyDate
I:
I: Received Final Find Response (Failed: UnableToProcess)
I: Releasing Association
E: Association Release Failed: 0006:0317 Peer aborted Association (or never connected)
Echo works fine.
micadmin@micvna ~ via 🐍 v3.11.2
✖2 ❯ echoscu -v -aet MICVNA -aec PRISMA1 172.29.158.6 104
I: Requesting Association
I: Association Accepted (Max Send PDV: 131060)
I: Sending Echo Request (MsgID 1)
I: Received Echo Response (Success)
I: Releasing Association
Can someone tell me what the equivalent findscu command would be to whatever Orthanc is doing that is succeeding?