React Advanced Odontogram - v2.2.1
    Preparing search index...

    Interface PerioClassificationResult

    Final result of getPerioClassification — one axis result per axis, each either the clinician's override (when set) or the pure-derived value, plus the raw derivation and an overridden flag per axis so callers (T3's FHIR evidence, T4's UI) can tell which.

    interface PerioClassificationResult {
        derived: PerioClassification;
        diagnosis: string;
        extent: string;
        grade: string;
        overridden: {
            diagnosis: boolean;
            extent: boolean;
            grade: boolean;
            stage: boolean;
        };
        stage: string;
    }
    Index

    Properties

    derived: PerioClassification
    diagnosis: string
    extent: string
    grade: string
    overridden: {
        diagnosis: boolean;
        extent: boolean;
        grade: boolean;
        stage: boolean;
    }
    stage: string