Circle V2 API Docs
    Preparing search index...
    type RequeueAuditRunServiceParams = {
        auditQuestionIds?: AuditQuestionId[];
        auditRunId: AuditRunId;
        createdBy: UserId;
        patientId: PatientId;
        settings: LegacyChartReviewSettings;
        templateId: AuditTemplateId;
        treatmentEpisodeId?: TreatmentEpisodeId | null;
    }
    Index

    Properties

    auditQuestionIds?: AuditQuestionId[]

    When present, only these questions are re-run (re-run pending). Absent re-runs the whole template.

    auditRunId: AuditRunId

    Existing run to re-run within — the job reuses this row instead of creating a new one.

    createdBy: UserId
    patientId: PatientId
    templateId: AuditTemplateId
    treatmentEpisodeId?: TreatmentEpisodeId | null