Class ScheduleConflict
- Namespace
- Core.CliniCore.Scheduling.Management
- Assembly
- Core.CliniCore.dll
Represents a scheduling conflict
public class ScheduleConflict
- Inheritance
-
ScheduleConflict
- Inherited Members
Properties
CanOverride
public bool CanOverride { get; set; }
Property Value
ConflictingInterval
public ITimeInterval? ConflictingInterval { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
Type
public ConflictType Type { get; set; }