|
PACS System 0.1.0
PACS DICOM system library
|
Parsed DIMSE request for service execution. More...
#include <dimse_process_job.h>

Public Attributes | |
| dimse_command_type | command_type |
| The DIMSE command type. | |
| uint64_t | session_id |
| Session ID. | |
| uint16_t | message_id |
| Message ID for correlation. | |
| uint8_t | presentation_context_id |
| Presentation context ID. | |
| std::string | sop_class_uid |
| Affected/Requested SOP Class UID. | |
| std::string | sop_instance_uid |
| Affected/Requested SOP Instance UID. | |
| std::vector< uint8_t > | command_data |
| Command data set (serialized) | |
| std::vector< uint8_t > | data_set |
| Data set (if present) | |
| uint16_t | priority {0} |
| Priority (0=medium, 1=high, 2=low) | |
Parsed DIMSE request for service execution.
Definition at line 66 of file dimse_process_job.h.
| std::vector<uint8_t> kcenon::pacs::network::pipeline::dimse_request::command_data |
Command data set (serialized)
Definition at line 86 of file dimse_process_job.h.
Referenced by kcenon::pacs::network::pipeline::dimse_process_job::process_p_data().
| dimse_command_type kcenon::pacs::network::pipeline::dimse_request::command_type |
The DIMSE command type.
Definition at line 68 of file dimse_process_job.h.
Referenced by kcenon::pacs::network::pipeline::storage_query_exec_job::get_name(), kcenon::pacs::network::pipeline::dimse_process_job::process_p_data(), and kcenon::pacs::network::pipeline::storage_query_exec_job::storage_query_exec_job().
| std::vector<uint8_t> kcenon::pacs::network::pipeline::dimse_request::data_set |
Data set (if present)
Definition at line 89 of file dimse_process_job.h.
| uint16_t kcenon::pacs::network::pipeline::dimse_request::message_id |
Message ID for correlation.
Definition at line 74 of file dimse_process_job.h.
Referenced by kcenon::pacs::network::pipeline::storage_query_exec_job::get_name(), kcenon::pacs::network::pipeline::dimse_process_job::process_p_data(), and kcenon::pacs::network::pipeline::storage_query_exec_job::storage_query_exec_job().
| uint8_t kcenon::pacs::network::pipeline::dimse_request::presentation_context_id |
Presentation context ID.
Definition at line 77 of file dimse_process_job.h.
Referenced by kcenon::pacs::network::pipeline::dimse_process_job::process_p_data().
| uint16_t kcenon::pacs::network::pipeline::dimse_request::priority {0} |
Priority (0=medium, 1=high, 2=low)
Definition at line 92 of file dimse_process_job.h.
Referenced by kcenon::pacs::network::pipeline::dimse_process_job::process_p_data().
| uint64_t kcenon::pacs::network::pipeline::dimse_request::session_id |
Session ID.
Definition at line 71 of file dimse_process_job.h.
Referenced by kcenon::pacs::network::pipeline::dimse_process_job::process_p_data(), and kcenon::pacs::network::pipeline::storage_query_exec_job::storage_query_exec_job().
| std::string kcenon::pacs::network::pipeline::dimse_request::sop_class_uid |
Affected/Requested SOP Class UID.
Definition at line 80 of file dimse_process_job.h.
Referenced by kcenon::pacs::network::pipeline::dimse_process_job::process_p_data().
| std::string kcenon::pacs::network::pipeline::dimse_request::sop_instance_uid |
Affected/Requested SOP Instance UID.
Definition at line 83 of file dimse_process_job.h.
Referenced by kcenon::pacs::network::pipeline::dimse_process_job::process_p_data().