|
PACS System 0.1.0
PACS DICOM system library
|
Data for N-ACTION Type 1 (change UPS state) More...
#include <ups_push_scu.h>

Public Attributes | |
| std::string | workitem_uid |
| Workitem SOP Instance UID (required) | |
| std::string | requested_state |
| Requested new state: "IN PROGRESS", "COMPLETED", "CANCELED". | |
| std::string | transaction_uid |
| Transaction UID (required for claiming/completing/canceling) | |
Data for N-ACTION Type 1 (change UPS state)
Definition at line 97 of file ups_push_scu.h.
| std::string kcenon::pacs::services::ups_change_state_data::requested_state |
Requested new state: "IN PROGRESS", "COMPLETED", "CANCELED".
Definition at line 102 of file ups_push_scu.h.
Referenced by kcenon::pacs::services::ups_push_scu::build_change_state_dataset(), and kcenon::pacs::services::ups_push_scu::change_state().
| std::string kcenon::pacs::services::ups_change_state_data::transaction_uid |
Transaction UID (required for claiming/completing/canceling)
Definition at line 105 of file ups_push_scu.h.
Referenced by kcenon::pacs::services::ups_push_scu::build_change_state_dataset(), and kcenon::pacs::services::ups_push_scu::change_state().
| std::string kcenon::pacs::services::ups_change_state_data::workitem_uid |
Workitem SOP Instance UID (required)
Definition at line 99 of file ups_push_scu.h.
Referenced by kcenon::pacs::services::ups_push_scu::change_state().