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

    Class Test

    Test definition for an instrument.

    Index

    Constructors

    Properties

    canBeOrdered: boolean = false

    True is test could be used in orders (composite, read-only).

    canBeResult: boolean = false

    True is test could be used in results (composite, read-only).

    createdTime: Date = ...

    UTC date/time when the record is created.

    direction: TestDirections = TestDirections.Bidirectional

    Test usage - bidirectional, orders or results only.

    id: number = 0

    Primary key.

    instrument?: Instrument

    Instrument to which the test belongs.

    instrumentId: number = 0

    Key of the instrument in Iris database.

    isDisabled: boolean = false

    Disabled tests are not ordered neither used for test resolving (soft delete).

    isFilter: boolean = false

    If true, the test (code-modifier) will be filtered.

    modifier: string = ''

    Code discriminator, e.g. "CONC".

    Additional discriminator for distinguishing different results of the same assay, such as interpretation and concentration values, when both are reported from the instrument. It is used only in result reports and has no effect when sample orders are made.

    name?: string

    Test name (usually according to the instrument). This name will be shown in no mapping is available and in QC reports.

    resultType: ResultTypes = ResultTypes.Text

    Type of result to be processed.

    scale: number = 2

    Scale is the number of digits to the right of the decimal point in a numeric results.

    testCode: string = ''

    Test code according to the instrument, e.g. "GLU".