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

    Interface Metadata1

    Metadata for 2D data consisting of label datapoint pairs

    Metadata1

    interface Metadata1 {
        axisTitles?: Axistitles;
        codingStandardX?: string;
        description: string;
        populationSize?: number;
        summary: string;
        title: string;
        unitsY?: string;
    }
    Index

    Properties

    axisTitles?: Axistitles

    Metadata1

    codingStandardX?: string

    UKRDC coding standard of x data points

    Metadata1

    description: string

    In depth description of what exactly is represented and how it has been calculated

    Metadata1

    populationSize?: number

    Total population size of cohort used for statistic e.g total number of patients in pie chart

    Metadata1

    summary: string

    Summary of what the plot or statistic is trying to achieve

    Metadata1

    title: string

    Title of plot or statistics

    Metadata1

    unitsY?: string

    Units of y data point

    Metadata1