Click or drag to resize

MatchConfiguration Class

Gets the matching configuration
Inheritance Hierarchy
SystemObject
  SanteDB.Matcher.DefinitionMatchConfiguration

Namespace: SanteDB.Matcher.Definition
Assembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntax
public class MatchConfiguration : IRecordMatchingConfiguration

The MatchConfiguration type exposes the following members.

Constructors
 NameDescription
Public methodMatchConfiguration Match configuration metadata
Top
Properties
 NameDescription
Public propertyAppliesTo Applies to
Public propertyBlocking Gets or sets the blocking configuration
Public propertyClassificationMethod Gets or sets the manner in which the classification is determined
Public propertyDescription Gets or sets the name
Public propertyId Gets or sets the name of the matching configuration
Public propertyMatchThreshold Gets or sets the score at which a match is considered so
Public propertyMetadata Gets or sets meta data
Public propertyNonMatchThreshold Gets or sets the score at which a record is not a match
Public propertyScoring Gets or sets the classifications
Public propertyTarget Gets or sets the targets this configuration applies to
Public propertyUuid Gets or sets the UUID
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberLoad Load match configuration from the specified stream
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSave Save this match configuration collection to the specified stream
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodConvertTReturn The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods)
Public Extension MethodWithControl With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions)
Top
See Also