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: 2.2.1
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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberLoad
Load match configuration from the specified stream
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSave
Save this match configuration collection to the specified stream
Public methodToString
Returns 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 MethodGetInstanceOfTDomain
Gets an instance of TDomain from me
(Defined by ModelExtensions.)
Top
See Also