|
PACS System 0.1.0
PACS DICOM system library
|
Implementation of Label Map Segmentation IOD Validator. More...
#include "kcenon/pacs/services/validation/label_map_seg_iod_validator.h"#include "kcenon/pacs/core/dicom_tag_constants.h"#include <sstream>
Go to the source code of this file.
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::services |
| namespace | kcenon::pacs::services::validation |
Functions | |
| validation_result | kcenon::pacs::services::validation::validate_label_map_seg_iod (const core::dicom_dataset &dataset) |
| Validate a Label Map Segmentation dataset with default options. | |
| bool | kcenon::pacs::services::validation::is_valid_label_map_seg_dataset (const core::dicom_dataset &dataset) |
| Quick check if a dataset is a valid Label Map Segmentation object. | |
| bool | kcenon::pacs::services::validation::is_label_map_segmentation (const core::dicom_dataset &dataset) |
| Check if dataset is a label map segmentation. | |
Variables | |
| static constexpr std::string_view | kcenon::pacs::services::validation::label_map_segmentation_storage_uid |
Implementation of Label Map Segmentation IOD Validator.
Definition in file label_map_seg_iod_validator.cpp.