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

    Interface PatientRecordsApiGetPatientResultsRequest

    Request parameters for getPatientResults operation in PatientRecordsApi.

    PatientRecordsApiGetPatientResultsRequest

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

    Properties

    orderBy?: OrderBy

    PatientRecordsApiGetPatientResults

    orderId?: string[]

    PatientRecordsApiGetPatientResults

    page?: number

    PatientRecordsApiGetPatientResults

    pid: string

    PatientRecordsApiGetPatientResults

    serviceId?: string[]

    PatientRecordsApiGetPatientResults

    since?: string

    PatientRecordsApiGetPatientResults

    size?: number

    PatientRecordsApiGetPatientResults

    PatientRecordsApiGetPatientResults

    until?: string

    PatientRecordsApiGetPatientResults