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

    Interface PatientRecordsApiGetPatientDialysisSessionsRequest

    Request parameters for getPatientDialysisSessions operation in PatientRecordsApi.

    PatientRecordsApiGetPatientDialysisSessionsRequest

    interface PatientRecordsApiGetPatientDialysisSessionsRequest {
        orderBy?: OrderBy;
        page?: number;
        pid: string;
        size?: number;
        sortBy?: DialysisSessionEnum;
    }
    Index

    Properties

    orderBy?: OrderBy

    PatientRecordsApiGetPatientDialysisSessions

    page?: number

    PatientRecordsApiGetPatientDialysisSessions

    pid: string

    PatientRecordsApiGetPatientDialysisSessions

    size?: number

    PatientRecordsApiGetPatientDialysisSessions

    PatientRecordsApiGetPatientDialysisSessions