Technical Elements Documentation
    Preparing search index...

    Enumeration ScreeningStatus

    Standardized enum for screening status across technical elements.

    This enum provides consistent categorization of screening statuses for various elements that may be screened in or out of detailed analysis.

    const status: ScreeningStatus = ScreeningStatus.RETAINED;
    
    Index

    Enumeration Members

    FULL_ANALYSIS: "FULL_ANALYSIS"

    Element requires full quantitative analysis

    MERGED: "MERGED"

    Element merged into another group

    QUALITATIVE_ANALYSIS: "QUALITATIVE_ANALYSIS"

    Element requires only qualitative analysis

    RETAINED: "RETAINED"

    Element retained for detailed analysis

    SCREENED_OUT: "SCREENED_OUT"

    Element excluded from analysis based on screening criteria