comparison OrthancServer/LuaScripting.cpp @ 3894:8f7ad4989fec transcoding

transcoding to uncompressed transfer syntaxes over DICOM protocol is implemented
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 May 2020 11:13:29 +0200
parents 6498739a3c3c
children 0e3849268a55
comparison
equal deleted inserted replaced
3893:7a5fa8f307e9 3894:8f7ad4989fec
586 OrthancConfiguration::ReaderLock configLock; 586 OrthancConfiguration::ReaderLock configLock;
587 modality = configLock.GetConfiguration().GetModalityUsingSymbolicName(name); 587 modality = configLock.GetConfiguration().GetModalityUsingSymbolicName(name);
588 } 588 }
589 589
590 // This is not a C-MOVE: No need to call "StoreScuCommand::SetMoveOriginator()" 590 // This is not a C-MOVE: No need to call "StoreScuCommand::SetMoveOriginator()"
591 return lock.AddStoreScuOperation(localAet, modality); 591 return lock.AddStoreScuOperation(context_, localAet, modality);
592 } 592 }
593 593
594 if (operation == "store-peer") 594 if (operation == "store-peer")
595 { 595 {
596 OrthancConfiguration::ReaderLock configLock; 596 OrthancConfiguration::ReaderLock configLock;