|
PACS System 0.1.0
PACS DICOM system library
|
Implementation of Heightmap Segmentation IOD Validator. More...
#include "kcenon/pacs/services/validation/heightmap_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_heightmap_seg_iod (const core::dicom_dataset &dataset) |
| Validate a Heightmap Segmentation dataset with default options. | |
| bool | kcenon::pacs::services::validation::is_valid_heightmap_seg_dataset (const core::dicom_dataset &dataset) |
| Quick check if a dataset is a valid Heightmap Segmentation object. | |
| bool | kcenon::pacs::services::validation::is_heightmap_segmentation (const core::dicom_dataset &dataset) |
| Check if dataset is a heightmap segmentation. | |
Variables | |
| static constexpr std::string_view | kcenon::pacs::services::validation::heightmap_segmentation_storage_uid |
Implementation of Heightmap Segmentation IOD Validator.
Definition in file heightmap_seg_iod_validator.cpp.