|
PACS System 0.1.0
PACS DICOM system library
|
Data for setting an Image Box via N-SET. More...
#include <print_scu.h>

Public Attributes | |
| core::dicom_dataset | pixel_data |
| Pixel data to set on the image box. | |
| uint16_t | image_position {0} |
| Image position within the film box (1-based) | |
Data for setting an Image Box via N-SET.
Definition at line 125 of file print_scu.h.
| uint16_t kcenon::pacs::services::print_image_data::image_position {0} |
Image position within the film box (1-based)
Definition at line 130 of file print_scu.h.
Referenced by kcenon::pacs::services::print_scu::set_image_box().
| core::dicom_dataset kcenon::pacs::services::print_image_data::pixel_data |
Pixel data to set on the image box.
Definition at line 127 of file print_scu.h.
Referenced by kcenon::pacs::services::print_scu::set_image_box().