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

    Class ResultsSet

    Index

    Constructors

    Properties

    channel?: Channel

    The channel that received the set.

    channelId: number = 0

    Unique identifier of the channel that received the set (Iris).

    diskOrRackNumber?: string

    Disk or rack number, (Sample location).

    diskOrRackPosition?: string

    Disk or rack position (Sample location).

    id: number = 0

    Unique identifier of the result set in Iris.

    instrumentSetId?: string

    Unique identifier of the result set in the Instrument.

    isControl: boolean = false

    True is result set is QC results.

    lotNumber?: string

    Lot number, applicable only if set is for QC.

    receivalTime: Date = ...

    UTC time the results was received.

    results?: Result[]

    Test results received within this set.

    resultSetTime: Date = ...

    UTC time of the results set (measurement time). If instrument does not send it - generated by the driver.

    sampleId: string = ''

    Barcode of a sample.

    sampleTypeCode?: string

    Type of the sample e.g. SER, WB, U, according to the instrument.

    sampleTypeName?: string

    Type of the sample e.g. Serum, Whole blood, Urine according to the instrument.

    sequenceNumber?: string

    Sequence number of the sample in the instrument.

    Accessors

    • get localReceivalTime(): Date

      Local time the results was received.

      Returns Date

    • get localResultSetTime(): Date

      Local time of the result.

      Returns Date