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

    Interface PatientRecordsApiGetPatientObservationsRequest

    Request parameters for getPatientObservations operation in PatientRecordsApi.

    interface PatientRecordsApiGetPatientObservationsRequest {
        code?: string[] | null;
        orderBy?: OrderBy | null;
        page?: number;
        pid: string;
        size?: number;
        sortBy?: ObservationEnum | null;
    }
    Index
    code?: string[] | null
    orderBy?: OrderBy | null
    page?: number

    Page number

    pid: string
    size?: number

    Page size

    sortBy?: ObservationEnum | null