comparison OrthancFramework/UnitTestsSources/FromDcmtkTests.cpp @ 5442:ac68a4383e51 debug-telemis

improved C-Store negotiation and logging
author Alain Mazy <am@osimis.io>
date Thu, 23 Nov 2023 16:59:16 +0100
parents 54b717b1d27e
children 48b8dae6dc77
comparison
equal deleted inserted replaced
5440:99fa307438e1 5442:ac68a4383e51
3565 3565
3566 std::string c, k; 3566 std::string c, k;
3567 try 3567 try
3568 { 3568 {
3569 scu.Transcode(c, k, transcoder, source.c_str(), source.size(), 3569 scu.Transcode(c, k, transcoder, source.c_str(), source.size(),
3570 DicomTransferSyntax_LittleEndianExplicit, false, "", 0, false); 3570 DicomTransferSyntax_LittleEndianExplicit, false, "", 0);
3571 } 3571 }
3572 catch (OrthancException& e) 3572 catch (OrthancException& e)
3573 { 3573 {
3574 if (e.GetErrorCode() == ErrorCode_NotImplemented) 3574 if (e.GetErrorCode() == ErrorCode_NotImplemented)
3575 { 3575 {