Click or drag to resize

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
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