|
PACS System 0.1.0
PACS DICOM system library
|
Film box data created by N-CREATE. More...
#include <print_scp.h>

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. | |
Film box data created by N-CREATE.
Definition at line 135 of file print_scp.h.
| 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().
| std::string kcenon::pacs::services::film_box::film_orientation {"PORTRAIT"} |
Film orientation (PORTRAIT, LANDSCAPE)
Definition at line 146 of file print_scp.h.
Referenced by kcenon::pacs::services::print_scp::create_film_box().
| 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().
| 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.
Referenced by kcenon::pacs::services::print_scp::create_film_box().
| 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().
| 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.
Referenced by kcenon::pacs::services::print_scp::create_film_box().
| 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().