20#ifndef ORES_DQ_DOMAIN_TREATMENT_DIMENSION_HPP
21#define ORES_DQ_DOMAIN_TREATMENT_DIMENSION_HPP
26namespace ores::dq::domain {
Classifies datasets by their processing treatment level.
Definition treatment_dimension.hpp:40
std::string change_commentary
Free-text commentary explaining the change.
Definition treatment_dimension.hpp:72
std::string description
Detailed description of this treatment type.
Definition treatment_dimension.hpp:62
std::string code
Unique code identifying this treatment type.
Definition treatment_dimension.hpp:52
std::chrono::system_clock::time_point recorded_at
Timestamp when this version of the record was recorded.
Definition treatment_dimension.hpp:77
std::string name
Human-readable name for display purposes.
Definition treatment_dimension.hpp:57
std::string recorded_by
Username of the person who last modified this treatment dimension.
Definition treatment_dimension.hpp:67
int version
Version number for optimistic locking and change tracking.
Definition treatment_dimension.hpp:44