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

    Interface TreatmentSchema

    A treatment record

    interface TreatmentSchema {
        admissionsourcecode?: string | null;
        admissionsourcecodestd?: string | null;
        admissionsourcedesc?: string | null;
        admitreasoncode?: string | null;
        admitreasoncodestd?: string | null;
        admitreasondesc?: string | null;
        admittingcliniciancode?: string | null;
        admittingcliniciancodestd?: string | null;
        admittingcliniciandesc?: string | null;
        creationDate: string;
        dischargelocationcode?: string | null;
        dischargelocationcodestd?: string | null;
        dischargelocationdesc?: string | null;
        dischargereasoncode?: string | null;
        dischargereasoncodestd?: string | null;
        dischargereasondesc?: string | null;
        encounternumber?: string | null;
        encountertype?: string | null;
        enteredatcode?: string | null;
        enteredatcodestd?: string | null;
        enteredatdesc?: string | null;
        erf61?: string | null;
        externalid?: string | null;
        fromtime?: string | null;
        hdp01?: string | null;
        hdp02?: string | null;
        hdp03?: string | null;
        hdp04?: string | null;
        healthcarefacilitycode?: string | null;
        healthcarefacilitycodestd?: string | null;
        healthcarefacilitydesc?: string | null;
        id: string;
        pat35?: string | null;
        pid: string;
        qbl05?: string | null;
        qbl06?: string | null;
        qbl07?: string | null;
        totime?: string | null;
        updateDate: string | null;
        visitdescription?: string | null;
    }
    Index
    admissionsourcecode?: string | null
    admissionsourcecodestd?: string | null
    admissionsourcedesc?: string | null
    admitreasoncode?: string | null
    admitreasoncodestd?: string | null
    admitreasondesc?: string | null
    admittingcliniciancode?: string | null
    admittingcliniciancodestd?: string | null
    admittingcliniciandesc?: string | null
    creationDate: string

    Database creation date

    dischargelocationcode?: string | null
    dischargelocationcodestd?: string | null
    dischargelocationdesc?: string | null
    dischargereasoncode?: string | null
    dischargereasoncodestd?: string | null
    dischargereasondesc?: string | null
    encounternumber?: string | null
    encountertype?: string | null
    enteredatcode?: string | null
    enteredatcodestd?: string | null
    enteredatdesc?: string | null
    erf61?: string | null
    externalid?: string | null
    fromtime?: string | null
    hdp01?: string | null
    hdp02?: string | null
    hdp03?: string | null
    hdp04?: string | null
    healthcarefacilitycode?: string | null
    healthcarefacilitycodestd?: string | null
    healthcarefacilitydesc?: string | null
    id: string

    Treatment ID

    pat35?: string | null
    pid: string

    Patient ID

    qbl05?: string | null
    qbl06?: string | null
    qbl07?: string | null
    totime?: string | null
    updateDate: string | null
    visitdescription?: string | null