|
PACS System 0.1.0
PACS DICOM system library
|
Data for N-GET operation (retrieve workitem) More...
#include <ups_push_scu.h>

Public Attributes | |
| std::string | workitem_uid |
| Workitem SOP Instance UID (required) | |
| std::vector< core::dicom_tag > | attribute_tags |
| Specific attribute tags to retrieve (empty = all) | |
Data for N-GET operation (retrieve workitem)
Definition at line 86 of file ups_push_scu.h.
| std::vector<core::dicom_tag> kcenon::pacs::services::ups_get_data::attribute_tags |
Specific attribute tags to retrieve (empty = all)
Definition at line 91 of file ups_push_scu.h.
Referenced by kcenon::pacs::services::ups_push_scu::get().
| std::string kcenon::pacs::services::ups_get_data::workitem_uid |
Workitem SOP Instance UID (required)
Definition at line 88 of file ups_push_scu.h.
Referenced by kcenon::pacs::services::ups_push_scu::get().