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

    Class Result

    Index

    Constructors

    Properties

    id: number = 0

    Unique identifier of the result in Iris.

    modifier?: string

    Code addition (discriminator), usually set/resolved by the driver.

    numericPrefix?: string

    Prefix of the numeric result, e.g. '<<', '>=', etc.

    numericResult?: number

    Numeric result after processing.

    rawNumeric?: number

    Original numeric result received from the instrument.

    rawText?: string

    Original text result received from the instrument.

    resultsSet?: ResultsSet

    Containing results set.

    resultsSetId: number = 0

    Key of the containing results set.

    resultTime: Date = ...

    UTC time of the result (measurement time).

    testCode?: string

    Test code (identifier) according to the instrument.

    testName?: string

    Test name according to the instrument.

    textResult?: string

    Text result after processing.

    units?: string

    Original measurement units received from the instrument.

    Accessors

    • get displayResult(): string

      Convenience property for displaying the result.

      Returns string

    • get localResultTime(): Date

      Local time of the result (measurement time).

      Returns Date