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

    Function FacilitiesReportsApiFp

    • FacilitiesReportsApi - functional programming interface

      Parameters

      Returns {
          getFacilityReportsCc001(
              code: string,
              page?: number,
              size?: number,
              options?: AxiosRequestConfig,
          ): Promise<
              (
                  axios?: AxiosInstance,
                  basePath?: string,
              ) => AxiosPromise<PagePatientRecordSummarySchema>,
          >;
          getFacilityReportsPm001(
              code: string,
              page?: number,
              size?: number,
              options?: AxiosRequestConfig,
          ): Promise<
              (
                  axios?: AxiosInstance,
                  basePath?: string,
              ) => AxiosPromise<PagePatientRecordSummarySchema>,
          >;
      }

      • getFacilityReportsCc001: function
        • Custom Cohort Report 001: No treatment or programme membership to explain presence of record in the UKRDC. Excludes patients with a known date of death prior to 5 years ago from the time of query.

          Parameters

          • code: string
          • Optionalpage: number
          • Optionalsize: number
          • Optionaloptions: AxiosRequestConfig

            Override http request option.

          Returns Promise<
              (
                  axios?: AxiosInstance,
                  basePath?: string,
              ) => AxiosPromise<PagePatientRecordSummarySchema>,
          >

      • getFacilityReportsPm001: function
        • Program Membership Report 001: Patients with no active PKB membership record

          Parameters

          • code: string
          • Optionalpage: number
          • Optionalsize: number
          • Optionaloptions: AxiosRequestConfig

            Override http request option.

          Returns Promise<
              (
                  axios?: AxiosInstance,
                  basePath?: string,
              ) => AxiosPromise<PagePatientRecordSummarySchema>,
          >