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

Options for WSI IOD validation. More...

#include <wsi_iod_validator.h>

Collaboration diagram for kcenon::pacs::services::validation::wsi_validation_options:
Collaboration graph

Public Attributes

bool check_type1 = true
 Check Type 1 (required) attributes.
 
bool check_type2 = true
 Check Type 2 (required, can be empty) attributes.
 
bool check_conditional = true
 Check Type 1C/2C (conditionally required) attributes.
 
bool validate_pixel_data = true
 Validate pixel data consistency (rows, columns, bits)
 
bool validate_wsi_params = true
 Validate WSI-specific image parameters.
 
bool validate_optical_path = true
 Validate optical path information.
 
bool strict_mode = false
 Strict mode - treat warnings as errors.
 

Detailed Description

Options for WSI IOD validation.

Definition at line 86 of file wsi_iod_validator.h.

Member Data Documentation

◆ check_conditional

◆ check_type1

◆ check_type2

◆ strict_mode

bool kcenon::pacs::services::validation::wsi_validation_options::strict_mode = false

◆ validate_optical_path

bool kcenon::pacs::services::validation::wsi_validation_options::validate_optical_path = true

◆ validate_pixel_data

bool kcenon::pacs::services::validation::wsi_validation_options::validate_pixel_data = true

◆ validate_wsi_params

bool kcenon::pacs::services::validation::wsi_validation_options::validate_wsi_params = true

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