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

    Interface DocumentSummarySchema

    Summary of a patient document.

    interface DocumentSummarySchema {
        documentname?: string | null;
        documenttime?: string | null;
        enteredatcode?: string | null;
        enteredbydesc?: string | null;
        filename?: string | null;
        filetype?: string | null;
        id: string;
        pid: string;
    }
    Index
    documentname?: string | null
    documenttime?: string | null
    enteredatcode?: string | null
    enteredbydesc?: string | null
    filename?: string | null
    filetype?: string | null
    id: string

    Document ID

    pid: string

    Patient ID