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

    Interface DialysisSessionSchema

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

    Properties

    cliniciancode?: string

    Clinicial code. Rarely used.

    cliniciancodestd?: string

    Clinicial code standard. Rarely used.

    cliniciandesc?: string

    Clinician description

    creationDate: string

    Database creation date

    enteredatcode?: string

    Site code at which the data was entered. Usually an RR1+ code.

    enteredatcodestd?: string

    Site code standard at which the data was entered.

    enteredatdesc?: string

    Site description at which the data was entered.

    enteredbycode?: string

    Data-entry user code. Usually a local username or ID.

    enteredbycodestd?: string

    Data-entry user code standard. Usually local.

    enteredbydesc?: string

    Data-entry user description

    externalid?: string

    External session ID

    id: string

    Session ID

    pid: string

    Patient ID

    proceduretime: string

    Procedure datetime

    proceduretypecode?: string

    Procedure code

    proceduretypecodestd?: string

    Procedure code standard

    proceduretypedesc?: string

    Procedure description

    qhd19?: string
    qhd20?: string
    qhd21?: string
    qhd22?: string
    qhd30?: string
    qhd31?: string
    qhd32?: string
    qhd33?: string
    updateDate: string

    Database update date