Circle V2 API Docs
    Preparing search index...

    Type Alias FetchPatientDocumentsResult

    type FetchPatientDocumentsResult = {
        idsToDelete?: PatientChartId[];
        textDocuments: RawDocumentResult[];
    }
    Index

    Properties

    idsToDelete?: PatientChartId[]

    IDs of patient_charts rows the manager should delete as part of this sync. Adapters compute these by diffing live EMR docs against stored ones; the manager executes the delete in the same transaction as upserts.

    textDocuments: RawDocumentResult[]