@medic/cht-datasource
    Preparing search index...

    Interface ReportingPeriodQualifier

    A qualifier that identifies entities based on a reporting period (e.g. a calendar month). The reporting period should be represented with the format YYYY-MM (e.g. "2025-07").

    interface ReportingPeriodQualifier {
        reportingPeriod: string;
    }
    Index

    Properties

    Properties

    reportingPeriod: string