Click or drag to resize

BaseRecordMatchingServiceMatch Method (IdentifiedData, String, IEnumerableGuid, IRecordMatchingDiagnosticSession)

Perform the specified match on input

Namespace:  SanteDB.Matcher.Matchers
Assembly:  SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax
public IEnumerable<IRecordMatchResult> Match(
	IdentifiedData input,
	string configurationName,
	IEnumerable<Guid> ignoreKeys,
	IRecordMatchingDiagnosticSession collector = null
)

Parameters

input
Type: SanteDB.Core.ModelIdentifiedData

[Missing <param name="input"/> documentation for "M:SanteDB.Matcher.Matchers.BaseRecordMatchingService.Match(SanteDB.Core.Model.IdentifiedData,System.String,System.Collections.Generic.IEnumerable{System.Guid},SanteDB.Core.Matching.IRecordMatchingDiagnosticSession)"]

configurationName
Type: SystemString

[Missing <param name="configurationName"/> documentation for "M:SanteDB.Matcher.Matchers.BaseRecordMatchingService.Match(SanteDB.Core.Model.IdentifiedData,System.String,System.Collections.Generic.IEnumerable{System.Guid},SanteDB.Core.Matching.IRecordMatchingDiagnosticSession)"]

ignoreKeys
Type: System.Collections.GenericIEnumerableGuid

[Missing <param name="ignoreKeys"/> documentation for "M:SanteDB.Matcher.Matchers.BaseRecordMatchingService.Match(SanteDB.Core.Model.IdentifiedData,System.String,System.Collections.Generic.IEnumerable{System.Guid},SanteDB.Core.Matching.IRecordMatchingDiagnosticSession)"]

collector (Optional)
Type: SanteDB.Core.MatchingIRecordMatchingDiagnosticSession

[Missing <param name="collector"/> documentation for "M:SanteDB.Matcher.Matchers.BaseRecordMatchingService.Match(SanteDB.Core.Model.IdentifiedData,System.String,System.Collections.Generic.IEnumerable{System.Guid},SanteDB.Core.Matching.IRecordMatchingDiagnosticSession)"]

Return Value

Type: IEnumerableIRecordMatchResult

[Missing <returns> documentation for "M:SanteDB.Matcher.Matchers.BaseRecordMatchingService.Match(SanteDB.Core.Model.IdentifiedData,System.String,System.Collections.Generic.IEnumerable{System.Guid},SanteDB.Core.Matching.IRecordMatchingDiagnosticSession)"]

Implements

IRecordMatchingServiceMatch(IdentifiedData, String, IEnumerableGuid, IRecordMatchingDiagnosticSession)
See Also