 | TestMatchConfigurationOperation Constructor |
Create a new match configuration operation
Namespace: SanteDB.Rest.AMI.OperationAssembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic TestMatchConfigurationOperation(
IRecordMatchingConfigurationService configService = null,
IRecordMatchingService matchingService = null,
IMatchReportFactory matchReportFactory = null
)
Public Sub New (
Optional configService As IRecordMatchingConfigurationService = Nothing,
Optional matchingService As IRecordMatchingService = Nothing,
Optional matchReportFactory As IMatchReportFactory = Nothing
)
public:
TestMatchConfigurationOperation(
IRecordMatchingConfigurationService^ configService = nullptr,
IRecordMatchingService^ matchingService = nullptr,
IMatchReportFactory^ matchReportFactory = nullptr
)
new :
?configService : IRecordMatchingConfigurationService *
?matchingService : IRecordMatchingService *
?matchReportFactory : IMatchReportFactory
(* Defaults:
let _configService = defaultArg configService null
let _matchingService = defaultArg matchingService null
let _matchReportFactory = defaultArg matchReportFactory null
*)
-> TestMatchConfigurationOperationParameters
- 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