|
PACS System 0.1.0
PACS DICOM system library
|
Label Map Segmentation IOD Validator. More...
#include "kcenon/pacs/core/dicom_dataset.h"#include "kcenon/pacs/core/dicom_tag.h"#include "kcenon/pacs/services/validation/us_iod_validator.h"#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| struct | kcenon::pacs::services::validation::label_map_seg_validation_options |
| Options for Label Map Segmentation IOD validation. More... | |
| class | kcenon::pacs::services::validation::label_map_seg_iod_validator |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::services |
| namespace | kcenon::pacs::services::validation |
| namespace | kcenon::pacs::services::validation::label_map_seg_tags |
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. | |
Label Map Segmentation IOD Validator.
Provides validation for Label Map Segmentation Information Object Definitions as specified in DICOM Supplement 243. Label Map segmentation stores a single integer label per voxel for non-overlapping, mutually exclusive classification of all segments in one frame set.
Definition in file label_map_seg_iod_validator.h.