Click or drag to resize

BaseRecordMatchingServiceMatch(IdentifiedData, String, IEnumerableGuid, IRecordMatchingDiagnosticSession) Method

Perform the specified match on input

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

Parameters

input  IdentifiedData

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

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

[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  IRecordMatchingDiagnosticSession  (Optional)

[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

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