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

    Interface PatientRecordsApiGetPatientResultsRequest

    Request parameters for getPatientResults operation in PatientRecordsApi.

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

    Properties

    orderBy?: OrderBy
    orderId?: string[]
    page?: number
    pid: string
    serviceId?: string[]
    since?: string
    size?: number
    until?: string