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

    Interface DocumentSchema

    A patient document.

    DocumentSchema

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

    Properties

    actioncode?: string

    Document action code

    DocumentSchema

    cliniciancode?: string

    Document author clinician code

    DocumentSchema

    cliniciancodestd?: string

    Document author clinician code standard

    DocumentSchema

    cliniciandesc?: string

    Document author clinician description

    DocumentSchema

    creationDate?: string

    Document created timestamp

    DocumentSchema

    documentname?: string

    Document name

    DocumentSchema

    documenttime?: string

    Document created time

    DocumentSchema

    documenttypecode?: string

    Document type code

    DocumentSchema

    documenttypecodestd?: string

    Document type code standard

    DocumentSchema

    documenttypedesc?: string

    Document type description

    DocumentSchema

    documenturl?: string

    Document URL

    DocumentSchema

    enteredatcode?: string

    Document organisation code

    DocumentSchema

    enteredatcodestd?: string

    Document organisation code standard

    DocumentSchema

    enteredatdesc?: string

    Document organisation description

    DocumentSchema

    enteredbycode?: string

    Document author code

    DocumentSchema

    enteredbycodestd?: string

    Document author code standard

    DocumentSchema

    enteredbydesc?: string

    Document author description

    DocumentSchema

    externalid?: string

    Document external ID

    DocumentSchema

    filename?: string

    Document file name

    DocumentSchema

    filetype?: string

    Document file type

    DocumentSchema

    id: string

    Document ID

    DocumentSchema

    idx?: number

    Document index

    DocumentSchema

    notetext?: string

    Document note text

    DocumentSchema

    pid: string

    Patient ID

    DocumentSchema

    repositoryUpdateDate?: string

    Document repository updated timestamp

    DocumentSchema

    statuscode?: string

    Document status code

    DocumentSchema

    statuscodestd?: string

    Document status code standard

    DocumentSchema

    statusdesc?: string

    Document status description

    DocumentSchema

    updateDate?: string

    Document updated timestamp

    DocumentSchema

    updatedon?: string

    Document updated timestamp

    DocumentSchema