| BiDefinitionStatus Enumeration |
Identifies the states which a definition can carry
Namespace:
SanteDB.BI.Model
Assembly:
SanteDB.BI (in SanteDB.BI.dll) Version: 2.2.1
Syntax public enum BiDefinitionStatus
Public Enumeration BiDefinitionStatus
public enum class BiDefinitionStatus
Members
| Member name | Value | Description |
---|
| New | 0 |
The definition is new and has not been reviewed
|
| Draft | 1 |
The definition is in draft form
|
| InReview | 2 |
The definition is in review
|
| Active | 3 |
The definition is reviewed and active
|
| Deprecated | 4 |
The definition still works, however is deprecated
|
| Obsolete | 5 |
The definition is obsolete and should not be used
|
See Also