Mercurial > hg > orthanc
diff OrthancServer/Sources/main.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 | a6f121707dfe |
children |
line wrap: on
line diff
--- a/OrthancServer/Sources/main.cpp Wed Oct 16 19:34:42 2024 +0200 +++ b/OrthancServer/Sources/main.cpp Tue Oct 29 17:25:49 2024 +0100 @@ -886,6 +886,7 @@ PrintErrorCode(ErrorCode_AlreadyExistingTag, "Cannot override the value of a tag that already exists"); PrintErrorCode(ErrorCode_NoStorageCommitmentHandler, "No request handler factory for DICOM N-ACTION SCP (storage commitment)"); PrintErrorCode(ErrorCode_NoCGetHandler, "No request handler factory for DICOM C-GET SCP"); + PrintErrorCode(ErrorCode_DicomGetUnavailable, "DicomUserConnection: The C-GET command is not supported by the remote SCP"); PrintErrorCode(ErrorCode_UnsupportedMediaType, "Unsupported media type"); }