Norway Open Data SDK
    Preparing search index...

    Type Alias HealthStatisticsQuery

    A selection query against one FHI open-API table.

    type HealthStatisticsQuery = {
        maxRowCount?: number;
        selections: Record<string, string[]>;
        source: string;
        tableId: number;
    }
    Index
    maxRowCount?: number

    Provider-side cap on returned rows, forwarded as response.maxRowCount.

    selections: Record<string, string[]>

    Dimension code to selected category codes. ["*"] selects every category of that dimension, including nested child categories.

    source: string

    Source identifier from getSources(), e.g. daar.

    tableId: number