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

    Interface PatientRecordsApiGetPatientDocumentsRequest

    Request parameters for getPatientDocuments operation in PatientRecordsApi.

    PatientRecordsApiGetPatientDocumentsRequest

    interface PatientRecordsApiGetPatientDocumentsRequest {
        orderBy?: OrderBy;
        page?: number;
        pid: string;
        size?: number;
        sortBy?: DocumentEnum;
    }
    Index

    Properties

    orderBy?: OrderBy

    PatientRecordsApiGetPatientDocuments

    page?: number

    PatientRecordsApiGetPatientDocuments

    pid: string

    PatientRecordsApiGetPatientDocuments

    size?: number

    PatientRecordsApiGetPatientDocuments

    sortBy?: DocumentEnum

    PatientRecordsApiGetPatientDocuments