comparison OrthancServer/Sources/ServerContext.cpp @ 5514:b74543e7ac2e pg-transactions

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 29 Jan 2024 18:10:31 +0100
parents 4dd50c4b985a
children acdb8d78bf99
comparison
equal deleted inserted replaced
5513:386d7071b79d 5514:b74543e7ac2e
727 727
728 if (dicomUntilPixelData.IsValid()) 728 if (dicomUntilPixelData.IsValid())
729 { 729 {
730 accessor.Remove(dicomUntilPixelData); 730 accessor.Remove(dicomUntilPixelData);
731 } 731 }
732 732 }
733 throw; 733
734 } 734 throw;
735 } 735 }
736 736
737 // Only keep the metadata for the "instance" level 737 // Only keep the metadata for the "instance" level
738 dicom.ClearMetadata(); 738 dicom.ClearMetadata();
739 739