Circle V2 API Docs
    Preparing search index...

    Function getPatientRetrievalNamespaces

    • The four per-patient namespaces the chart-review run pipeline retrieves from. Single owner of the production namespace naming — the patient-merge move and the eval copy both derive their source names from here so a rename happens in one place. Lives alongside getEvalNamespaces in the light pinecone entry point so non-run-pipeline callers can use it without the heavy chart-review barrel.

      Parameters

      Returns {
          emr: string;
          pdfExtracted: `case_pdfs_extracted_${PatientId}`;
          pdfs: `case_pdfs_${PatientId}`;
          sessions: `case_sessions_${PatientId}`;
      }