| MatchConfigurationStatus Enumeration |
Match configuration status
Namespace:
SanteDB.Core.Matching
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public enum MatchConfigurationStatus
Public Enumeration MatchConfigurationStatus
public enum class MatchConfigurationStatus
type MatchConfigurationStatus
Members
| Member name | Value | Description |
---|
| Active | 0 |
The configuration is active and should be used for matching
|
| Inactive | 1 |
The configuration is inactive and is being stored
|
| Obsolete | 2 |
The configuration is obsolete and should not be used
|
See Also