comparison OrthancServer/Scheduler/StoreScuCommand.cpp @ 2124:2b1520efa282

cleaning up
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 07 Nov 2016 12:11:34 +0100
parents f9f2aa1cc594
children 21713ce8717b
comparison
equal deleted inserted replaced
2123:1cf093cbdad8 2124:2b1520efa282
62 << modality_.GetApplicationEntityTitle() << "\""; 62 << modality_.GetApplicationEntityTitle() << "\"";
63 63
64 try 64 try
65 { 65 {
66 std::string dicom; 66 std::string dicom;
67 context_.ReadFile(dicom, *it, FileContentType_Dicom); 67 context_.ReadDicom(dicom, *it);
68 68
69 locker.GetConnection().Store(dicom, moveOriginatorID_); 69 locker.GetConnection().Store(dicom, moveOriginatorID_);
70 70
71 // Only chain with other commands if this command succeeds 71 // Only chain with other commands if this command succeeds
72 outputs.push_back(*it); 72 outputs.push_back(*it);