PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
kcenon::pacs::services::ups_change_state_data Struct Reference

Data for N-ACTION Type 1 (change UPS state) More...

#include <ups_push_scu.h>

Collaboration diagram for kcenon::pacs::services::ups_change_state_data:
Collaboration graph

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)
 

Detailed Description

Data for N-ACTION Type 1 (change UPS state)

Definition at line 97 of file ups_push_scu.h.

Member Data Documentation

◆ requested_state

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().

◆ transaction_uid

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().

◆ workitem_uid

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().


The documentation for this struct was generated from the following file: