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

    Interface PatientRecordsApiGetPatientSurveysRequest

    Request parameters for getPatientSurveys operation in PatientRecordsApi.

    PatientRecordsApiGetPatientSurveysRequest

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

    Properties

    Properties

    orderBy?: OrderBy

    PatientRecordsApiGetPatientSurveys

    pid: string

    PatientRecordsApiGetPatientSurveys

    sortBy?: SurveyEnum

    PatientRecordsApiGetPatientSurveys