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

    Interface ExtendedRenalDiagnosisSchema

    interface ExtendedRenalDiagnosisSchema {
        comments?: string | null;
        creationDate: string;
        description?: string | null;
        diagnosisCode?: string | null;
        diagnosisCodeStd?: string | null;
        diagnosisDesc?: string | null;
        diagnosistype: string | null;
        enteredon: string | null;
        identificationTime?: string | null;
        onsetTime?: string | null;
        pid: string;
        updateDate: string | null;
        updatedon: string | null;
    }
    Index
    comments?: string | null
    creationDate: string

    Database creation date

    description?: string | null
    diagnosisCode?: string | null
    diagnosisCodeStd?: string | null
    diagnosisDesc?: string | null
    diagnosistype: string | null
    enteredon: string | null
    identificationTime?: string | null
    onsetTime?: string | null
    pid: string

    Patient ID

    updateDate: string | null
    updatedon: string | null