Iris API Model - v0.7.0
    Preparing search index...

    Class InstrumentStats

    Represents statistical data for a specific instrument over a defined time period.

    Index

    Constructors

    Properties

    from: Date = ...

    Start of the time range for which the statistics are reported.

    instrumentId: string = ''

    Unique identifier of the instrument.

    numberOfOrders: number = 0

    Number of orders sent to the instrument.

    numberOfQcResults: number = 0

    Number of individual QC results produced by the instrument across all QC runs.

    numberOfQcRuns: number = 0

    Number of QC runs performed by the instrument.

    numberOfQueries: number = 0

    Number of queries made from the instrument.

    numberOfReportedSamples: number = 0

    Number of unique samples processed by the instrument.

    numberOfResults: number = 0

    Number of individual results produced by the instrument across all result sets.

    numberOfResultSets: number = 0

    Number of result sets produced by the instrument.

    to: Date = ...

    End of the time range for which the statistics are reported.