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

Image box data set by N-SET. More...

#include <print_scp.h>

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

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.
 

Detailed Description

Image box data set by N-SET.

Definition at line 161 of file print_scp.h.

Member Data Documentation

◆ data

core::dicom_dataset kcenon::pacs::services::image_box::data

Complete dataset from request.

Definition at line 175 of file print_scp.h.

◆ film_box_uid

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

◆ has_pixel_data

bool kcenon::pacs::services::image_box::has_pixel_data {false}

Whether pixel data has been set.

Definition at line 172 of file print_scp.h.

172{false};

◆ image_position

uint16_t kcenon::pacs::services::image_box::image_position {1}

Image position (1-based)

Definition at line 169 of file print_scp.h.

169{1};

Referenced by kcenon::pacs::services::print_scp::create_film_box().

◆ sop_instance_uid

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


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