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

    Interface PatientRecordsApiGetPatientResultsRequest

    Request parameters for getPatientResults operation in PatientRecordsApi.

    interface PatientRecordsApiGetPatientResultsRequest {
        orderBy?: OrderBy | null;
        orderId?: string[] | null;
        page?: number;
        pid: string;
        serviceId?: string[] | null;
        since?: string | null;
        size?: number;
        sortBy?: ResultItemEnum | null;
        until?: string | null;
    }
    Index
    orderBy?: OrderBy | null
    orderId?: string[] | null
    page?: number

    Page number

    pid: string
    serviceId?: string[] | null
    since?: string | null
    size?: number

    Page size

    sortBy?: ResultItemEnum | null
    until?: string | null