Click or drag to resize

BaseRecordMatchingServiceCreateMatchReportT Method (T, IEnumerableIRecordMatchResultT, IRecordMatchingDiagnosticSession)

Create a match report

Namespace:  SanteDB.Matcher.Matchers
Assembly:  SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax
public Object CreateMatchReport<T>(
	T input,
	IEnumerable<IRecordMatchResult<T>> matches,
	IRecordMatchingDiagnosticSession diagnosticSession = null
)
where T : IdentifiedData

Parameters

input
Type: T

[Missing <param name="input"/> documentation for "M:SanteDB.Matcher.Matchers.BaseRecordMatchingService.CreateMatchReport``1(``0,System.Collections.Generic.IEnumerable{SanteDB.Core.Matching.IRecordMatchResult{``0}},SanteDB.Core.Matching.IRecordMatchingDiagnosticSession)"]

matches
Type: System.Collections.GenericIEnumerableIRecordMatchResultT

[Missing <param name="matches"/> documentation for "M:SanteDB.Matcher.Matchers.BaseRecordMatchingService.CreateMatchReport``1(``0,System.Collections.Generic.IEnumerable{SanteDB.Core.Matching.IRecordMatchResult{``0}},SanteDB.Core.Matching.IRecordMatchingDiagnosticSession)"]

diagnosticSession (Optional)
Type: SanteDB.Core.MatchingIRecordMatchingDiagnosticSession

[Missing <param name="diagnosticSession"/> documentation for "M:SanteDB.Matcher.Matchers.BaseRecordMatchingService.CreateMatchReport``1(``0,System.Collections.Generic.IEnumerable{SanteDB.Core.Matching.IRecordMatchResult{``0}},SanteDB.Core.Matching.IRecordMatchingDiagnosticSession)"]

Type Parameters

T

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

Return Value

Type: Object

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

Implements

IMatchReportFactoryCreateMatchReportT(T, IEnumerableIRecordMatchResultT, IRecordMatchingDiagnosticSession)
See Also