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

    Interface DocumentSummarySchema

    Summary of a patient document.

    DocumentSummarySchema

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

    Properties

    documentname?: string

    Document name

    DocumentSummarySchema

    documenttime?: string

    Document created time

    DocumentSummarySchema

    enteredatcode?: string

    Document organisation code

    DocumentSummarySchema

    enteredbydesc?: string

    Document author description

    DocumentSummarySchema

    filename?: string

    Document file name

    DocumentSummarySchema

    filetype?: string

    Document file type

    DocumentSummarySchema

    id: string

    Document ID

    DocumentSummarySchema

    pid: string

    Patient ID

    DocumentSummarySchema