Skip to content

Commit

Permalink
BUG: reenable adding the segmentatin volume to the database so that t…
Browse files Browse the repository at this point in the history
…he round trip test will pass
  • Loading branch information
Nicole Aucoin committed Oct 4, 2012
1 parent 7b4c20a commit 037390f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Logic/vtkSlicerReportingModuleLogic.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1336,8 +1336,8 @@ int vtkSlicerReportingModuleLogic::SaveReportToAIM(vtkMRMLReportingReportNode *r
{
// Database insertion disabled due to unexplained lockup of the database
// on repeated insert.
// const QString qfilename = QString(filename.c_str());
// this->DICOMDatabase->insert(qfilename, 0);
const QString qfilename = QString(filename.c_str());
this->DICOMDatabase->insert(qfilename, 0);
std::cout << "Inserted file into the database: " << filename << std::endl;

DcmFileFormat segFileFormat;
Expand Down

0 comments on commit 037390f

Please sign in to comment.