Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
5839:7aef730c0859 | 5853:4d932683049d |
---|---|
884 PrintErrorCode(ErrorCode_CannotOrderSlices, "Unable to order the slices of the series"); | 884 PrintErrorCode(ErrorCode_CannotOrderSlices, "Unable to order the slices of the series"); |
885 PrintErrorCode(ErrorCode_NoWorklistHandler, "No request handler factory for DICOM C-Find Modality SCP"); | 885 PrintErrorCode(ErrorCode_NoWorklistHandler, "No request handler factory for DICOM C-Find Modality SCP"); |
886 PrintErrorCode(ErrorCode_AlreadyExistingTag, "Cannot override the value of a tag that already exists"); | 886 PrintErrorCode(ErrorCode_AlreadyExistingTag, "Cannot override the value of a tag that already exists"); |
887 PrintErrorCode(ErrorCode_NoStorageCommitmentHandler, "No request handler factory for DICOM N-ACTION SCP (storage commitment)"); | 887 PrintErrorCode(ErrorCode_NoStorageCommitmentHandler, "No request handler factory for DICOM N-ACTION SCP (storage commitment)"); |
888 PrintErrorCode(ErrorCode_NoCGetHandler, "No request handler factory for DICOM C-GET SCP"); | 888 PrintErrorCode(ErrorCode_NoCGetHandler, "No request handler factory for DICOM C-GET SCP"); |
889 PrintErrorCode(ErrorCode_DicomGetUnavailable, "DicomUserConnection: The C-GET command is not supported by the remote SCP"); | |
889 PrintErrorCode(ErrorCode_UnsupportedMediaType, "Unsupported media type"); | 890 PrintErrorCode(ErrorCode_UnsupportedMediaType, "Unsupported media type"); |
890 } | 891 } |
891 | 892 |
892 std::cout << std::endl; | 893 std::cout << std::endl; |
893 } | 894 } |