-
Notifications
You must be signed in to change notification settings - Fork 241
Reschedule UPS record
Vrinda edited this page Mar 27, 2023
·
1 revision
This page briefly describes test and verification for rescheduling single UPS record which already exist in the archive.
On rescheduling a UPS record a new UPS will be created with SCHEDULED
status and with a Replaced Procedure Step Sequence
with an item in it referring the to SOP Class UID and SOP Instance UID of the old UPS record
As the feature is yet to be implemented in the archive UI, the following test can be done directly using curl.
- Go to
Navigation -> UWL
and search UPS records by specifying one or more filters, as required. - Use
Show Attributes
against the UPS record which you want to reschedule. Select the value ofSOP Instance UID
and use it in the below curl request by replacing<workitem-sop-iuid>
. You may optionally choose to send query parameters fornewWorkitem
(as a unique UID) andupsScheduledTime
in Simple date format. For the verification in the last point, also note down theSOP Class UID
.
curl -vX POST 'http[s]://<archive-host>:<port>/dcm4chee-arc/aets/<LocalArchiveAET>/rs/<workitem-sop-iuid>/reschedule'
- Once the
Scheduled Procedure Step Start DateTime
is reached, the UPS shall be processed according to its configuredScheduled Workitem Code
. - In the new created UPS record, verify the
Replaced Procedure Step Sequence
. This shall contain a single item withReferenced SOP Class UID
andReferenced SOP Instance UID
having values as that ofSOP Class UID
(noted down in 2nd point) and<workitem-sop-iuid>
DCM4CHEE 5 Documentation