|
PACS System 0.1.0
PACS DICOM system library
|
Image box data set by N-SET. More...
#include <print_scp.h>

Public Attributes | |
| std::string | sop_instance_uid |
| SOP Instance UID. | |
| std::string | film_box_uid |
| Parent film box UID. | |
| uint16_t | image_position {1} |
| Image position (1-based) | |
| bool | has_pixel_data {false} |
| Whether pixel data has been set. | |
| core::dicom_dataset | data |
| Complete dataset from request. | |
Image box data set by N-SET.
Definition at line 161 of file print_scp.h.
| core::dicom_dataset kcenon::pacs::services::image_box::data |
Complete dataset from request.
Definition at line 175 of file print_scp.h.
| std::string kcenon::pacs::services::image_box::film_box_uid |
Parent film box UID.
Definition at line 166 of file print_scp.h.
Referenced by kcenon::pacs::services::print_scp::create_film_box().
| bool kcenon::pacs::services::image_box::has_pixel_data {false} |
| uint16_t kcenon::pacs::services::image_box::image_position {1} |
Image position (1-based)
Definition at line 169 of file print_scp.h.
Referenced by kcenon::pacs::services::print_scp::create_film_box().
| std::string kcenon::pacs::services::image_box::sop_instance_uid |
SOP Instance UID.
Definition at line 163 of file print_scp.h.
Referenced by kcenon::pacs::services::print_scp::create_film_box().