Class Display
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents a display used to present or output information to the user.
public class Display
- Inheritance
-
Display
- Inherited Members
- Extension Methods
Properties
DisplayConfig
public DisplayConfig? DisplayConfig { get; set; }
Property Value
DisplayConfigId
public ObjectId? DisplayConfigId { get; set; }
Property Value
- ObjectId?
Id
public ObjectId Id { get; set; }
Property Value
- ObjectId
Name
public required string Name { get; set; }
Property Value
PointOfCareIdList
public List<ObjectId> PointOfCareIdList { get; set; }
Property Value
- List<ObjectId>
PointOfCares
public List<PointOfCare> PointOfCares { get; set; }
Property Value
Type
public DisplayConfigEnums.DisplayType Type { get; set; }
Property Value
Unit
public Unit? Unit { get; set; }
Property Value
UnitId
public ObjectId UnitId { get; set; }
Property Value
- ObjectId