Click or drag to resize

TestMatchConfigurationOperation Constructor

Create a new match configuration operation

Namespace: SanteDB.Rest.AMI.Operation
Assembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public TestMatchConfigurationOperation(
	IRecordMatchingConfigurationService configService = null,
	IRecordMatchingService matchingService = null,
	IMatchReportFactory matchReportFactory = null
)

Parameters

configService  IRecordMatchingConfigurationService  (Optional)

[Missing <param name="configService"/> documentation for "M:SanteDB.Rest.AMI.Operation.TestMatchConfigurationOperation.#ctor(SanteDB.Core.Matching.IRecordMatchingConfigurationService,SanteDB.Core.Matching.IRecordMatchingService,SanteDB.Core.Matching.IMatchReportFactory)"]

matchingService  IRecordMatchingService  (Optional)

[Missing <param name="matchingService"/> documentation for "M:SanteDB.Rest.AMI.Operation.TestMatchConfigurationOperation.#ctor(SanteDB.Core.Matching.IRecordMatchingConfigurationService,SanteDB.Core.Matching.IRecordMatchingService,SanteDB.Core.Matching.IMatchReportFactory)"]

matchReportFactory  IMatchReportFactory  (Optional)

[Missing <param name="matchReportFactory"/> documentation for "M:SanteDB.Rest.AMI.Operation.TestMatchConfigurationOperation.#ctor(SanteDB.Core.Matching.IRecordMatchingConfigurationService,SanteDB.Core.Matching.IRecordMatchingService,SanteDB.Core.Matching.IMatchReportFactory)"]

See Also