Mercurial > hg > orthanc
comparison OrthancFramework/Sources/Enumerations.cpp @ 5853:4d932683049d get-scu tip
very first implementation of C-Get SCU
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Tue, 29 Oct 2024 17:25:49 +0100 |
parents | f7adfb22e20e |
children |
comparison
equal
deleted
inserted
replaced
5839:7aef730c0859 | 5853:4d932683049d |
---|---|
366 case ErrorCode_NoStorageCommitmentHandler: | 366 case ErrorCode_NoStorageCommitmentHandler: |
367 return "No request handler factory for DICOM N-ACTION SCP (storage commitment)"; | 367 return "No request handler factory for DICOM N-ACTION SCP (storage commitment)"; |
368 | 368 |
369 case ErrorCode_NoCGetHandler: | 369 case ErrorCode_NoCGetHandler: |
370 return "No request handler factory for DICOM C-GET SCP"; | 370 return "No request handler factory for DICOM C-GET SCP"; |
371 | |
372 case ErrorCode_DicomGetUnavailable: | |
373 return "DicomUserConnection: The C-GET command is not supported by the remote SCP"; | |
371 | 374 |
372 case ErrorCode_UnsupportedMediaType: | 375 case ErrorCode_UnsupportedMediaType: |
373 return "Unsupported media type"; | 376 return "Unsupported media type"; |
374 | 377 |
375 default: | 378 default: |