The C-FIND command is not supported by the remote SCP

Hello all,

I just install orthanc and following the tutorial for testing. Now it is able to upload dicom images, plugins install successfully, but I come across some issue when I do search studies(C-Find).

I uncomment '"sample" : [ "STORESCP", "127.0.0.1", 2000 ]' to able connection as it indicates, and then typing 'storescp 2000' to start it.

When I 'send to remote modality' it seems work, and C-echo works as well, but When I do search, it responses:
{
   "HttpError" : "Internal Server Error",
   "HttpStatus" : 500,
   "Message" : "DicomUserConnection: The C-FIND command is not supported by the remote SCP",
   "Method" : "POST",
   "OrthancError" : "DicomUserConnection: The C-FIND command is not supported by the remote SCP",
   "OrthancStatus" : 2016,
   "Uri" : "/modalities/sample/query"
}

Any help appreciated!

Attachment is my configuration.json.

Configuration.json (12.7 KB)

The storescp dcmtk utility only implements the C-STORE (SCP), not the C-FIND (SCP)