Circle V2 API Docs
    Preparing search index...

    Type Alias ListPatientChartsForPatientParams

    type ListPatientChartsForPatientParams = {
        dateFrom?: string;
        dateTo?: string;
        fileType?: FormType | FormType[];
        limit?: number;
        offset?: number;
        patientId: PatientId;
        search?: string;
        sortOrder?: "asc" | "desc";
    }
    Index

    Properties

    dateFrom?: string
    dateTo?: string
    fileType?: FormType | FormType[]
    limit?: number
    offset?: number
    patientId: PatientId
    search?: string
    sortOrder?: "asc" | "desc"