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

    Interface DocumentSchema

    A patient document.

    interface DocumentSchema {
        actioncode?: string | null;
        cliniciancode?: string | null;
        cliniciancodestd?: string | null;
        cliniciandesc?: string | null;
        creationDate?: string | null;
        documentname?: string | null;
        documenttime?: string | null;
        documenttypecode?: string | null;
        documenttypecodestd?: string | null;
        documenttypedesc?: string | null;
        documenturl?: string | null;
        enteredatcode?: string | null;
        enteredatcodestd?: string | null;
        enteredatdesc?: string | null;
        enteredbycode?: string | null;
        enteredbycodestd?: string | null;
        enteredbydesc?: string | null;
        externalid?: string | null;
        filename?: string | null;
        filetype?: string | null;
        id: string;
        idx?: number | null;
        notetext?: string | null;
        pid: string;
        repositoryUpdateDate?: string | null;
        statuscode?: string | null;
        statuscodestd?: string | null;
        statusdesc?: string | null;
        updateDate?: string | null;
        updatedon?: string | null;
    }
    Index
    actioncode?: string | null
    cliniciancode?: string | null
    cliniciancodestd?: string | null
    cliniciandesc?: string | null
    creationDate?: string | null
    documentname?: string | null
    documenttime?: string | null
    documenttypecode?: string | null
    documenttypecodestd?: string | null
    documenttypedesc?: string | null
    documenturl?: string | null
    enteredatcode?: string | null
    enteredatcodestd?: string | null
    enteredatdesc?: string | null
    enteredbycode?: string | null
    enteredbycodestd?: string | null
    enteredbydesc?: string | null
    externalid?: string | null
    filename?: string | null
    filetype?: string | null
    id: string

    Document ID

    idx?: number | null
    notetext?: string | null
    pid: string

    Patient ID

    repositoryUpdateDate?: string | null
    statuscode?: string | null
    statuscodestd?: string | null
    statusdesc?: string | null
    updateDate?: string | null
    updatedon?: string | null