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

    Interface PatientRecordsApiGetPatientMedicationsRequest

    Request parameters for getPatientMedications operation in PatientRecordsApi.

    PatientRecordsApiGetPatientMedicationsRequest

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

    Properties

    Properties

    orderBy?: OrderBy

    PatientRecordsApiGetPatientMedications

    pid: string

    PatientRecordsApiGetPatientMedications

    PatientRecordsApiGetPatientMedications