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

    Function AdminDataHealthApiAxiosParamCreator

    • AdminDataHealthApi - axios parameter creator

      Parameters

      Returns {
          getDatahealthMultipleUkrdcids: (
              page?: number,
              size?: number,
              options?: AxiosRequestConfig,
          ) => Promise<RequestArgs>;
          getDatahealthMultipleUkrdcidsLastRun: (
              options?: AxiosRequestConfig,
          ) => Promise<RequestArgs>;
          getRecordWorkitemCounts: (
              sortBy?: WorkItemGroupSorterEnum,
              orderBy?: OrderBy,
              page?: number,
              size?: number,
              options?: AxiosRequestConfig,
          ) => Promise<RequestArgs>;
      }

      • getDatahealthMultipleUkrdcids: (
            page?: number,
            size?: number,
            options?: AxiosRequestConfig,
        ) => Promise<RequestArgs>

        Retreive list of patients with multiple UKRDC IDs

      • getDatahealthMultipleUkrdcidsLastRun: (options?: AxiosRequestConfig) => Promise<RequestArgs>

        Retreive the datetime the multiple_ukrdcid table was fully refreshed

      • getRecordWorkitemCounts: (
            sortBy?: WorkItemGroupSorterEnum,
            orderBy?: OrderBy,
            page?: number,
            size?: number,
            options?: AxiosRequestConfig,
        ) => Promise<RequestArgs>

        Retreive a list of all master records with open work items, and the number of work items on each. Most useful when sorted by descending work item count, to identify records most in need of work item resolution.