Technical Elements Documentation
    Preparing search index...

    Interface PeerReviewDocumentation

    Interface representing peer review documentation.

    interface PeerReviewDocumentation {
        consistencyWithInitiatingEvents?: string;
        findingsAndObservations: {
            associatedRequirements?: string[];
            description: string;
            id: string;
            resolutionActions?: string[];
            resolutionStatus: "OPEN" | "CLOSED" | "IN_PROGRESS";
            significance: ImportanceLevel;
        }[];
        methodology: string;
        methodologyReview?: {
            findingsAndResolutions?: Record<string, string>;
            methodologyAssessment: string;
            peerReviewProcess: string;
            qualificationOfReviewers: string[];
        };
        plantSpecificFeaturesRecognition?: string;
        reportReference?: string;
        reviewDate: string;
        reviewerExperience?: string;
        reviewers: string[];
        scope: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    consistencyWithInitiatingEvents?: string

    Consistency with initiating event analysis

    findingsAndObservations: {
        associatedRequirements?: string[];
        description: string;
        id: string;
        resolutionActions?: string[];
        resolutionStatus: "OPEN" | "CLOSED" | "IN_PROGRESS";
        significance: ImportanceLevel;
    }[]

    Findings and observations

    Type declaration

    • OptionalassociatedRequirements?: string[]

      Associated requirements

    • description: string

      Description of the finding

    • id: string

      Finding ID

    • OptionalresolutionActions?: string[]

      Resolution actions

    • resolutionStatus: "OPEN" | "CLOSED" | "IN_PROGRESS"

      Resolution status

    • significance: ImportanceLevel

      Significance of the finding

    methodology: string

    Review methodology

    methodologyReview?: {
        findingsAndResolutions?: Record<string, string>;
        methodologyAssessment: string;
        peerReviewProcess: string;
        qualificationOfReviewers: string[];
    }

    Methodology review for the event sequence analysis

    ES-D1(n)

    plantSpecificFeaturesRecognition?: string

    Recognition of plant-specific features

    reportReference?: string

    Review report reference

    reviewDate: string

    Review date

    reviewerExperience?: string

    Reviewer experience specific to event sequence analysis

    reviewers: string[]

    Review team members

    scope: string

    Scope of the review