Enum CommandcenterOption
- Namespace
- SIMDispatcher.Core.Models
- Assembly
- SIMDispatcher.Core.dll
Defines various configurable options within the command center that affect operational behaviors and dispatch protocols.
public enum CommandcenterOption
- Extension Methods
Fields
[Display(Description = "AlwaysUseVerbalCallSign", ResourceType = typeof(CommandcenterOptionLocalization))] AlwaysUseVerbalCallSign = 6
Mandates the use of verbal call signs for all communications.
[Display(Description = "DoctorUsesSirenWithStatus7", ResourceType = typeof(CommandcenterOptionLocalization))] DoctorUsesSirenWithStatus7 = 3
Enables doctors to use sirens when assigned Status 7.
[Display(Description = "IncludeKeywordEquipmentEvenIfDispatchOrderFound", ResourceType = typeof(CommandcenterOptionLocalization))] IncludeKeywordEquipmentEvenIfDispatchOrderFound = 8
Includes keyword equipment in suggestions even if a dispatch order is used.
[Display(Description = "IsCreateOperationOnCallAcceptDisabled", ResourceType = typeof(CommandcenterOptionLocalization))] IsCreateOperationOnCallAcceptDisabled = 10
Disables automatic creation of operations upon call acceptance.
[Display(Description = "OperationLocationFromCallAddress", ResourceType = typeof(CommandcenterOptionLocalization))] OperationLocationFromCallAddress = 13
Uses the caller's address as the operation location by default.
[Display(Description = "OperationLocationFromCallKnownPoi", ResourceType = typeof(CommandcenterOptionLocalization))] OperationLocationFromCallKnownPoi = 11
Uses known points of interest as the default operation location for calls.
[Display(Description = "OperationLocationFromCallUnknownPoi", ResourceType = typeof(CommandcenterOptionLocalization))] OperationLocationFromCallUnknownPoi = 12
Allows the use of unknown points of interest for determining operation locations.
[Display(Description = "StartSessionWithAmbulanceRegular", ResourceType = typeof(CommandcenterOptionLocalization))] StartSessionWithAmbulanceRegular = 9
Initiates sessions assuming regular ambulance service unless specified otherwise.
[Display(Description = "Status6IsSetByCommandcenter", ResourceType = typeof(CommandcenterOptionLocalization))] Status6IsSetByCommandcenter = 1
Specifies that Status 6 will be only set by the command center, not by units.
[Display(Description = "UnitsTellPatientDestinationVerbal", ResourceType = typeof(CommandcenterOptionLocalization))] UnitsTellPatientDestinationVerbal = 5
Requires units to verbally inform the dispatch center of their transport destination.
[Display(Description = "UnitsUseOnlyStatus5ForSpeakRequest", ResourceType = typeof(CommandcenterOptionLocalization))] UnitsUseOnlyStatus5ForSpeakRequest = 2
Restricts units to always use Status 5 for making speak requests.
[Display(Description = "UnitsWillBeSuggestedInStatus8", ResourceType = typeof(CommandcenterOptionLocalization))] UnitsWillBeSuggestedInStatus8 = 4
Ensures units are suggested in dispatch operations when they reach Status 8.