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

    Interface Labelled2dMetadata

    Metadata for a labelled plot. x-axis is always a string/label, so no x-axis units are required. y-axis is numeric, and so units are optional here.

    Labelled2dMetadata

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

    Properties

    axisTitles?: Axistitles

    Labelled2dMetadata

    codingStandardX?: string

    UKRDC coding standard of x data points

    Labelled2dMetadata

    description: string

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

    Labelled2dMetadata

    populationSize?: number

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

    Labelled2dMetadata

    summary: string

    Summary of what the plot or statistic is trying to achieve

    Labelled2dMetadata

    title: string

    Title of plot or statistics

    Labelled2dMetadata

    unitsY?: string

    Units of y data point

    Labelled2dMetadata