From 03118166fcee76a80ba8858c9658b15c55a56967 Mon Sep 17 00:00:00 2001 From: Vrinda Date: Mon, 4 Dec 2023 11:18:56 +0100 Subject: [PATCH] Security audit trail profiles cleanup Audit Messages #7 --- docs/security/audit/dicom-study-deleted.rst | 32 +++++++++++++++++---- 1 file changed, 26 insertions(+), 6 deletions(-) diff --git a/docs/security/audit/dicom-study-deleted.rst b/docs/security/audit/dicom-study-deleted.rst index 3c53876..e8609e7 100644 --- a/docs/security/audit/dicom-study-deleted.rst +++ b/docs/security/audit/dicom-study-deleted.rst @@ -6,12 +6,32 @@ Trigger Events This message is emitted by the archive when : -- Study is rejected using UI -- Study in an external archive is rejected using UI -- Rejection Notes for all objects of a study are stored to the archive using `RAD-66 `_ transaction -- Study is deleted by the scheduler or `permanently deleted `_ - using UI -- Previous study is deleted on subsequent receive of objects having same SOP IUID but different Study/Series IUID +- Study in a **local archive** is **completely rejected** using : + - Archive UI : Reject Study function (*Navigation page Studies tab with local archive QIDO_RS web application*) + - `Reject Study `_ + REST Service invoked by an external client + +- Study in a **local archive** is **completely rejected** on receive of **Rejection Notes Key Objects** using `RAD-66 `_ + transaction, over : + - DICOM C-Store + - `Store over Web of DICOM Objects `_ REST Services + +- Expired study is **completely rejected** by Reject Expired Studies Scheduler +- Previous study is **completely rejected** on subsequent receive of objects having same SOP Instance UID but different + Study/Series Instance UIDs +- Study in an **external archive** is **completely rejected** using : + - Archive UI : Reject Study function (*Navigation page Studies tab with external archive QIDO_RS web application*) + - `Reject Study from StoreSCP `_ + and `Query FindSCP Reject Study from StoreSCP `_ + REST Services + +- Study in a **local archive** is **completely deleted** by : + - Purge Storage Scheduler + - `Delete Study Permanently `_ + REST Service invoked by an external client or using archive UI + - `Delete Patient Permanently `_ + REST Service invoked by an external client or using archive UI + - Study `deleted on reimport `_ Message Structure