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

Data for setting an Image Box via N-SET. More...

#include <print_scu.h>

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

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)
 

Detailed Description

Data for setting an Image Box via N-SET.

Definition at line 125 of file print_scu.h.

Member Data Documentation

◆ image_position

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.

130{0};

Referenced by kcenon::pacs::services::print_scu::set_image_box().

◆ pixel_data

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


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