Circle V2 API Docs
    Preparing search index...

    Type Alias SyncPatientDocumentsResponse

    type SyncPatientDocumentsResponse = {
        dryRun: boolean;
        formattedResults: {
            documentType?: ExternalDocumentType;
            evaluation_id: string;
            sections: string[];
        }[];
        patientId: PatientId;
        rawResults: unknown[];
        stats: {
            documentsFetched: number;
            embedFailureCount: number;
            embedSuccessCount: number;
        };
    }
    Index

    Properties

    dryRun: boolean
    formattedResults: {
        documentType?: ExternalDocumentType;
        evaluation_id: string;
        sections: string[];
    }[]
    patientId: PatientId
    rawResults: unknown[]
    stats: {
        documentsFetched: number;
        embedFailureCount: number;
        embedSuccessCount: number;
    }