Skip to content

Commit

Permalink
Emit Audit Message "Data Export" on Verification of the Access State …
Browse files Browse the repository at this point in the history
…of objects stored on QStar Tape File System for each Series #4271
  • Loading branch information
gunterze committed Nov 6, 2023
1 parent bae197e commit 39320fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ QStarVerification get(LocationStatus status, String studyInstanceUID, String ser
}
QStarVerification qStarVerification = bySeriesUID.get(seriesInstanceUID);
if (qStarVerification == null) {
bySeriesUID.put(studyInstanceUID, qStarVerification =
bySeriesUID.put(seriesInstanceUID, qStarVerification =
new QStarVerification(status, studyInstanceUID, seriesInstanceUID,
tarPathEnd < 0 ? storagePath : storagePath.substring(0, tarPathEnd)));
}
Expand Down

0 comments on commit 39320fd

Please sign in to comment.