Class Instrument
- Namespace
- Skyware.Lis.EventsModel.Instruments
- Assembly
- Skyware.Lis.EventsModel.dll
Represents instrument object in LIS communication
public class Instrument
- Inheritance
-
Instrument
- Inherited Members
Properties
InstrumentId
Id of the instrument as it is defined in target LIS
public int InstrumentId { get; set; }
Property Value
InstrumentName
Name of the instrument as it is defined in target LIS
public string InstrumentName { get; set; }