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

Film box data created by N-CREATE. More...

#include <print_scp.h>

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

Public Attributes

std::string sop_instance_uid
 SOP Instance UID.
 
std::string film_session_uid
 Parent film session UID.
 
std::string image_display_format {"STANDARD\\1,1"}
 Image display format (STANDARD\1,1 etc.)
 
std::string film_orientation {"PORTRAIT"}
 Film orientation (PORTRAIT, LANDSCAPE)
 
std::string film_size_id {"8INX10IN"}
 Film size ID (8INX10IN, 14INX17IN, etc.)
 
std::vector< std::string > image_box_uids
 Associated image box UIDs.
 
core::dicom_dataset data
 Complete dataset from request.
 

Detailed Description

Film box data created by N-CREATE.

Definition at line 135 of file print_scp.h.

Member Data Documentation

◆ data

core::dicom_dataset kcenon::pacs::services::film_box::data

Complete dataset from request.

Definition at line 155 of file print_scp.h.

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

◆ film_orientation

std::string kcenon::pacs::services::film_box::film_orientation {"PORTRAIT"}

Film orientation (PORTRAIT, LANDSCAPE)

Definition at line 146 of file print_scp.h.

146{"PORTRAIT"};

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

◆ film_session_uid

std::string kcenon::pacs::services::film_box::film_session_uid

Parent film session UID.

Definition at line 140 of file print_scp.h.

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

◆ film_size_id

std::string kcenon::pacs::services::film_box::film_size_id {"8INX10IN"}

Film size ID (8INX10IN, 14INX17IN, etc.)

Definition at line 149 of file print_scp.h.

149{"8INX10IN"};

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

◆ image_box_uids

std::vector<std::string> kcenon::pacs::services::film_box::image_box_uids

Associated image box UIDs.

Definition at line 152 of file print_scp.h.

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

◆ image_display_format

std::string kcenon::pacs::services::film_box::image_display_format {"STANDARD\\1,1"}

Image display format (STANDARD\1,1 etc.)

Definition at line 143 of file print_scp.h.

143{"STANDARD\\1,1"};

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

◆ sop_instance_uid

std::string kcenon::pacs::services::film_box::sop_instance_uid

SOP Instance UID.

Definition at line 137 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: