Enum UnitDoctorOption
- Namespace
- SIMDispatcher.Core.Models
- Assembly
- SIMDispatcher.Core.dll
Represents the options for doctors assigned to a unit.
public enum UnitDoctorOption
- Extension Methods
Fields
[Display(Description = "HasDoctor", ResourceType = typeof(UnitDoctorOptionLocalization))] HasDoctor = 1
Indicates that the unit has a doctor assigned to it.
[Display(Description = "NoDoctor", ResourceType = typeof(UnitDoctorOptionLocalization))] NoDoctor = 0
Indicates that there is no doctor assigned to the unit.
[Display(Description = "PickUpAtPoi", ResourceType = typeof(UnitDoctorOptionLocalization))] PickUpAtPoi = 2
Indicates that the doctor is picked up at the specified doctor pickup point of interest (POI) after dispatch. This option must be set at DoctorPickupPoi if PickUpAtPoi is selected.