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

    Class Instrument

    Instrument definition.

    Index

    Constructors

    Properties

    channels?: Channel[]

    Channels where this instrument is applied.

    decimalSeparator: string = '.'

    Decimal delimiter of the instrument.

    defaultSampleCode?: string

    Default sample type code, in case LIS does not provide sample type.

    encoding?: string

    Character encoding (optional).

    groupSeparator?: string

    Grouping delimiter of the instrument (optional).

    id: number = 0

    Unique identifier of the instrument in Iris.

    instrumentSerialOrTag?: string

    Serial number, tag or other identifier sent by the instrument.

    location?: Location

    The location where the instrument is located.

    mappingKey?: string

    Key of the instrument definition in LIS, e.g. "15", "i2", etc. (optional).

    name: string = ''

    Instrument's friendly name, e.g. "Sysmex XN".

    note?: string

    Public notes.

    parameters?: string

    Driver's parameters, e.g. { "someKey": 1 } (optional).