Class Location
- Namespace
- Skyware.Lis.EventsModel.Common
- Assembly
- Skyware.Lis.EventsModel.dll
Represents laboratory's location, such as sample collection point, satellite or central lab
public class Location
- Inheritance
-
Location
- Inherited Members
Properties
City
City
public string City { get; set; }
Property Value
Code
Code of the location
public string Code { get; set; }
Property Value
Id
Identifier in the LIS iLab
public int Id { get; set; }
Property Value
Name
Name of the location
public string Name { get; set; }