Circle V2 API Docs
    Preparing search index...
    type SuperadminAuditRunItem = {
        answeredCount: number;
        auditRunId: AuditRunId;
        createdAt: string;
        entityId: EntityId | null;
        patientId: PatientId | null;
        patientName: string | null;
        pendingAuditQuestionIds: AuditQuestionId[];
        pendingCount: number;
        status: string | null;
        templateName: string | null;
        totalAiQuestions: number;
        treatmentEpisodeId: TreatmentEpisodeId | null;
    }
    Index

    Properties

    answeredCount: number
    auditRunId: AuditRunId
    createdAt: string
    entityId: EntityId | null
    patientId: PatientId | null
    patientName: string | null
    pendingAuditQuestionIds: AuditQuestionId[]
    pendingCount: number
    status: string | null
    templateName: string | null
    totalAiQuestions: number
    treatmentEpisodeId: TreatmentEpisodeId | null