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

    Interface DialysisMetadata

    DialysisMetadata

    interface DialysisMetadata {
        fromTime: string;
        population?: number;
        toTime: string;
    }
    Index

    Properties

    fromTime: string

    Start time of dialysis stats calculations

    DialysisMetadata

    population?: number

    Number of patients in the cohort for dialysis stats calculation

    DialysisMetadata

    toTime: string

    End time of dialysis stats calculations

    DialysisMetadata