| OutcomeIndicator Enumeration |
Represents potential outcomes.
Namespace:
SanteDB.Core.Auditing
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax [FlagsAttribute]
public enum OutcomeIndicator
<FlagsAttribute>
Public Enumeration OutcomeIndicator
[FlagsAttribute]
public enum class OutcomeIndicator
[<FlagsAttribute>]
type OutcomeIndicator
Members
| Member name | Value | Description |
---|
| Success | 1 |
Successful operation.
|
| MinorFail | 2 |
Minor failure, action should be restarted.
|
| SeriousFail | 4 |
Action was terminated.
|
| EpicFail | 8 |
Major failure, action is made unavailable.
|
See Also