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

    Interface PatientRecordsApiGetPatientTransplantsRequest

    Request parameters for getPatientTransplants operation in PatientRecordsApi.

    PatientRecordsApiGetPatientTransplantsRequest

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

    Properties

    Properties

    orderBy?: OrderBy

    PatientRecordsApiGetPatientTransplants

    pid: string

    PatientRecordsApiGetPatientTransplants

    PatientRecordsApiGetPatientTransplants