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

    Interface PatientRecordsApiGetPatientMedicationsRequest

    Request parameters for getPatientMedications operation in PatientRecordsApi.

    interface PatientRecordsApiGetPatientMedicationsRequest {
        orderBy?: OrderBy | null;
        pid: string;
        sortBy?: MedicationEnum | null;
    }
    Index
    orderBy?: OrderBy | null
    pid: string
    sortBy?: MedicationEnum | null