comparison UnitTestsSources/MultiThreadingTests.cpp @ 3814:023b2a9f3aa1 transcoding

new enum: StoreInstanceMode
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Apr 2020 17:35:44 +0200
parents 56f2397f027a
children 67f988f42cef
comparison
equal deleted inserted replaced
3813:aaaa442bfe39 3814:023b2a9f3aa1
1314 false, DicomReplaceMode_InsertIfAbsent, ""); 1314 false, DicomReplaceMode_InsertIfAbsent, "");
1315 1315
1316 DicomInstanceToStore toStore; 1316 DicomInstanceToStore toStore;
1317 toStore.SetParsedDicomFile(dicom); 1317 toStore.SetParsedDicomFile(dicom);
1318 1318
1319 return (context_->Store(id, toStore) == StoreStatus_Success); 1319 return (context_->Store(id, toStore, StoreInstanceMode_Default) == StoreStatus_Success);
1320 } 1320 }
1321 }; 1321 };
1322 } 1322 }
1323 1323
1324 1324