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

    Interface DialysisSessionSchema

    interface DialysisSessionSchema {
        cliniciancode?: string | null;
        cliniciancodestd?: string | null;
        cliniciandesc?: string | null;
        creationDate: string;
        enteredatcode?: string | null;
        enteredatcodestd?: string | null;
        enteredatdesc?: string | null;
        enteredbycode?: string | null;
        enteredbycodestd?: string | null;
        enteredbydesc?: string | null;
        externalid?: string | null;
        id: string;
        pid: string;
        proceduretime: string | null;
        proceduretypecode?: string | null;
        proceduretypecodestd?: string | null;
        proceduretypedesc?: string | null;
        qhd19?: string | null;
        qhd20?: string | null;
        qhd21?: string | null;
        qhd22?: string | null;
        qhd30?: string | null;
        qhd31?: string | null;
        qhd32?: string | null;
        qhd33?: string | null;
        updateDate: string | null;
    }
    Index
    cliniciancode?: string | null
    cliniciancodestd?: string | null
    cliniciandesc?: string | null
    creationDate: string

    Database creation date

    enteredatcode?: string | null
    enteredatcodestd?: string | null
    enteredatdesc?: string | null
    enteredbycode?: string | null
    enteredbycodestd?: string | null
    enteredbydesc?: string | null
    externalid?: string | null
    id: string

    Session ID

    pid: string

    Patient ID

    proceduretime: string | null
    proceduretypecode?: string | null
    proceduretypecodestd?: string | null
    proceduretypedesc?: string | null
    qhd19?: string | null
    qhd20?: string | null
    qhd21?: string | null
    qhd22?: string | null
    qhd30?: string | null
    qhd31?: string | null
    qhd32?: string | null
    qhd33?: string | null
    updateDate: string | null