comparison Plugins/Engine/OrthancPlugins.cpp @ 1742:2dd5c6b0380b

remove test code
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 23 Oct 2015 16:52:23 +0200
parents 06addfcd1d4c
children b3de74dec2d5
comparison
equal deleted inserted replaced
1741:06addfcd1d4c 1742:2dd5c6b0380b
1264 if (p.instanceId == NULL) 1264 if (p.instanceId == NULL)
1265 { 1265 {
1266 throw OrthancException(ErrorCode_ParameterOutOfRange); 1266 throw OrthancException(ErrorCode_ParameterOutOfRange);
1267 } 1267 }
1268 1268
1269 printf("ICI %s\n", p.instanceId);
1270
1271 std::string content; 1269 std::string content;
1272 pimpl_->context_->ReadFile(content, p.instanceId, FileContentType_Dicom); 1270 pimpl_->context_->ReadFile(content, p.instanceId, FileContentType_Dicom);
1273 dicom.reset(new ParsedDicomFile(content)); 1271 dicom.reset(new ParsedDicomFile(content));
1274 } 1272 }
1275 1273