Table of Contents

Class Test

Namespace
Skyware.Lis.EventsModel.Instruments
Assembly
Skyware.Lis.EventsModel.dll

Test in orders and results (Instruments communication)

public class Test : TestBase
Inheritance
Test
Inherited Members

Properties

CodeModifier

Represents discriminator of the test code

public string CodeModifier { get; set; }

Property Value

string

InstrumentCode

Test code as it is known in the instrument

public string InstrumentCode { get; set; }

Property Value

string

TestName

Test name as it is known in target LIS

[Obsolete("Use Name property.")]
public string TestName { get; }

Property Value

string

Remarks

This is an alias of Name property for backward compatibility.