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
InstrumentCode
Test code as it is known in the instrument
public string InstrumentCode { get; set; }
Property Value
TestName
Test name as it is known in target LIS
[Obsolete("Use Name property.")]
public string TestName { get; }
Property Value
Remarks
This is an alias of Name property for backward compatibility.