Skip to content

Reject Instances of Study

Vrinda edited this page Mar 27, 2023 · 1 revision

Overview

DCM4CHEE Archive implements the Imaging Object Change Management profile for the following :

The rejection note may be stored before (using C-Store) or after (using C-Store or Archive UI) the objects have been stored to the archive.

Configuration

By default configuration, archive is already configured to receive above mentioned 4 rejection notes.

One may also view the configuration by going to Menu -> Configuration -> Devices -> dcm4chee-arc -> Device Extension -> Archive device Extension -> Child Objects -> Rejection Note.

To enable storing rejection note before objects to archive are stored, configure Accept Rejection before Storage

Tests

The below mentioned tests may also be performed with Purge instance records from DB enabled.

Instances Received Before Rejection Note

Patient Safety

The instances are accepted by the archive on C-Store. On receive of rejection note after the objects have been received, the rejected instances are hidden. The rejected instances can be viewed using IOCM_PAT_SAFETY Application Entity.

Incorrect MWL

The instances are accepted by the archive on C-Store. On receive of rejection note after the objects have been received, the rejected instances are hidden. The rejected instances can be viewed using IOCM_WRONG_MWL Application Entity.

Quality

The instances are accepted by the archive on C-Store. On receive of rejection note after the objects have been received, the rejected instances are hidden. The rejected instances can be viewed using IOCM_QUALITY Application Entity.

Retention Expired

The instances are accepted by the archive on C-Store. On receive of rejection note after the objects have been received, the rejected instances are marked for deletion. The rejected instances can be viewed using IOCM_EXPIRED Application Entity. By default configuration, the rejected instances and rejection notes are deleted by scheduler configured for Deletion of Rejected Instances
after 1 day. The only reason to not immediately delete the rejected instances is to provide the user with opportunity to revoke the rejection of instances, if required.

Instances Received After Rejection Note Within Accept Rejection Note Before Storage Time Interval

Patient Safety

Rejection Note is accepted by the archive. If instances are received within the configured Accept Rejection before Storage time interval, these are accepted and hidden from the main view. The rejected instances can be viewed using IOCM_PAT_SAFETY Application Entity.

Incorrect MWL

Rejection Note is accepted by the archive. If instances are received within the configured Accept Rejection before Storage time interval, these are accepted and hidden from the main view. The rejected instances can be viewed using IOCM_WRONG_MWL Application Entity.

Quality

Rejection Note is accepted by the archive. If instances are received within the configured Accept Rejection before Storage time interval, these are accepted and hidden from the main view. The rejected instances can be viewed using IOCM_QUALITY Application Entity.

Retention Expired

Rejection Note is accepted by the archive. If instances are received within the configured Accept Rejection before Storage time interval, these are accepted, rejected and marked for deletion. The rejected instances can be viewed using IOCM_EXPIRED Application Entity. By default configuration, the rejected instances and rejection notes are deleted by scheduler configured for Deletion of Rejected Instances
after 1 day. The only reason to not immediately delete the rejected instances is to provide the user with opportunity to revoke the rejection of instances, if required.

Instances Received After Rejection Note After Accept Rejection Note Before Storage Time Interval

Patient Safety

Rejection Note is accepted by the archive. If instances are received after the configured Accept Rejection before Storage time interval, these are rejected with the reason A771 - Subsequent occurrence of rejected Object. The rejected instances can be viewed using IOCM_PAT_SAFETY Application Entity.

Incorrect MWL

Rejection Note is accepted by the archive. If instances are received after the configured Accept Rejection before Storage time interval, these are rejected with the reason A771 - Subsequent occurrence of rejected Object. The rejected instances can be viewed using IOCM_WRONG_MWL Application Entity.

Quality

Rejection Note is accepted by the archive. If instances are received after the configured Accept Rejection before Storage time interval, these are accepted and hidden from the main view. The rejected instances can be viewed using IOCM_QUALITY Application Entity.

Retention Expired

Rejection Note is accepted by the archive. If instances are received after the configured Accept Rejection before Storage time interval, these are accepted and are accessable in the main view. The effect is same as if the rejection note was not received. The archive chooses to decide that the Data Retention Policy Expired rejection is no longer in force.

Clone this wiki locally