Click or drag to resize

MatchConfigurationStatus Enumeration

Match configuration status

Namespace: SanteDB.Core.Matching
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public enum MatchConfigurationStatus
Members
Member nameValueDescription
Active0 The configuration is active and should be used for matching
Inactive1 The configuration is inactive and is being stored
Obsolete2 The configuration is obsolete and should not be used
See Also