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

    Interface PatientRecordsApiGetPatientTransplantsRequest

    Request parameters for getPatientTransplants operation in PatientRecordsApi.

    interface PatientRecordsApiGetPatientTransplantsRequest {
        orderBy?: OrderBy | null;
        pid: string;
        sortBy?: TransplantEnum | null;
    }
    Index
    orderBy?: OrderBy | null
    pid: string
    sortBy?: TransplantEnum | null