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

    Interface PatientRecordsApiGetPatientSurveysRequest

    Request parameters for getPatientSurveys operation in PatientRecordsApi.

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

    Properties

    Properties

    orderBy?: OrderBy
    pid: string
    sortBy?: SurveyEnum