Click or drag to resize

BaseRecordMatchingServiceMatchT(T, String, IEnumerableGuid, IRecordMatchingDiagnosticSession) Method

Performs a block and match operation in one call

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

Parameters

input  T

[Missing <param name="input"/> documentation for "M:SanteDB.Matcher.Matchers.BaseRecordMatchingService.Match``1(``0,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``1(``0,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``1(``0,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``1(``0,System.String,System.Collections.Generic.IEnumerable{System.Guid},SanteDB.Core.Matching.IRecordMatchingDiagnosticSession)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:SanteDB.Matcher.Matchers.BaseRecordMatchingService.Match``1(``0,System.String,System.Collections.Generic.IEnumerable{System.Guid},SanteDB.Core.Matching.IRecordMatchingDiagnosticSession)"]

Return Value

IEnumerableIRecordMatchResultT

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

Implements

IRecordMatchingServiceMatchT(T, String, IEnumerableGuid, IRecordMatchingDiagnosticSession)
See Also