@ukkidney/ukrdc-axios-ts
    Preparing search index...

    Interface PatientRecordsApiGetPatientSurveysRequest

    Request parameters for getPatientSurveys operation in PatientRecordsApi.

    interface PatientRecordsApiGetPatientSurveysRequest {
        orderBy?: OrderBy | null;
        pid: string;
        sortBy?: SurveyEnum | null;
    }
    Index
    orderBy?: OrderBy | null
    pid: string
    sortBy?: SurveyEnum | null