Click or drag to resize

BaseRecordMatchingServiceCreateMatchReport Method (Type, Object, IEnumerableIRecordMatchResult, IRecordMatchingDiagnosticSession)

Create a match report from the record type

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

Parameters

recordType
Type: SystemType

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

input
Type: SystemObject

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

matches
Type: System.Collections.GenericIEnumerableIRecordMatchResult

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

diagnosticSession (Optional)
Type: SanteDB.Core.MatchingIRecordMatchingDiagnosticSession

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

Return Value

Type: Object

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

Implements

IMatchReportFactoryCreateMatchReport(Type, Object, IEnumerableIRecordMatchResult, IRecordMatchingDiagnosticSession)
See Also