# HG changeset patch # User Alain Mazy # Date 1786531029 -7200 # Node ID 66f7a5185a4c59e88c6963a464021957e36b202d # Parent 6c78bd3fcded33b73146507d0758a83bc17d2429 fix default C-GET store role diff -r 6c78bd3fcded -r 66f7a5185a4c OrthancFramework/Sources/DicomNetworking/DicomControlUserConnection.cpp --- a/OrthancFramework/Sources/DicomNetworking/DicomControlUserConnection.cpp Wed Aug 12 11:47:56 2026 +0200 +++ b/OrthancFramework/Sources/DicomNetworking/DicomControlUserConnection.cpp Wed Aug 12 12:37:09 2026 +0200 @@ -296,7 +296,7 @@ throw OrthancException(ErrorCode_BadSequenceOfCalls); // the acceptedStorageSopClassUids should always be defined for a C-Get } - DicomAssociationRole proposedStoreRole = DicomAssociationRole_Scu; + DicomAssociationRole proposedStoreRole = DicomAssociationRole_Scp; if (parameters_.GetRemoteModality().GetManufacturer() == ModalityManufacturer_SiemensSyngoCT) {