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

    Function getUuids

    • Returns a function for getting a generator that fetches report identifiers from the given data context.

      Parameters

      Returns (qualifier: FreetextQualifier) => AsyncGenerator<string, null>

      a function for getting a generator that fetches report identifiers

        • (qualifier: FreetextQualifier): AsyncGenerator<string, null>
        • Returns a generator for fetching all report identifiers that match the given qualifier

          Parameters

          Returns AsyncGenerator<string, null>

          a generator for fetching all report identifiers that match the given qualifier

          InvalidArgumentError if no qualifier is provided or if the qualifier is invalid

      Error if a data context is not provided