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

    Interface DocumentSummarySchema

    Summary of a patient document.

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

    Properties

    documentname?: string

    Document name

    documenttime?: string

    Document created time

    enteredatcode?: string

    Document organisation code

    enteredbydesc?: string

    Document author description

    filename?: string

    Document file name

    filetype?: string

    Document file type

    id: string

    Document ID

    pid: string

    Patient ID