Circle V2 API Docs
    Preparing search index...

    Type Alias PatientChartSinceCutoff

    Time cutoff for patientChartsRepo.getAllForPatient. Nested so the filter axis (field) cannot be mistaken for document selection — it only chooses which timestamp onOrAfter is compared against.

    type PatientChartSinceCutoff = {
        field?: "authored" | "lastUpdated";
        onOrAfter: string;
    }
    Index

    Properties

    Properties

    field?: "authored" | "lastUpdated"

    Which timestamp the cutoff applies to. Default: authored (created coalesce).

    onOrAfter: string