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

    Interface AdminCountsSchema

    Counts of various objects in the UKRDC

    AdminCountsSchema

    interface AdminCountsSchema {
        distinctPatients: number;
        openWorkitems: number;
        patientsReceivingErrors: number;
    }
    Index

    Properties

    distinctPatients: number

    Number of distinct patients, calculated from the number of distinct UKRDC IDs in the database

    AdminCountsSchema

    openWorkitems: number

    Number of open work items

    AdminCountsSchema

    patientsReceivingErrors: number

    Number of patients whos most recently received file failed to be processed

    AdminCountsSchema