Circle V2 API Docs
    Preparing search index...

    Type Alias StorePatientDocumentsOptions

    type StorePatientDocumentsOptions = {
        documents: RawPatientDocument[];
        entityId: EntityId;
        integrationId: IntegrationId;
        logger?: Logger;
        patientId: PatientId;
        treatmentEpisodeId?: TreatmentEpisodeId | null;
    }
    Index

    Properties

    documents: RawPatientDocument[]
    entityId: EntityId
    integrationId: IntegrationId
    logger?: Logger
    patientId: PatientId
    treatmentEpisodeId?: TreatmentEpisodeId | null

    Episode this sync is scoped to, if any — stamped onto every stored document; null on the legacy path.