 | XmlExportImportResource Constructor |
Match report operation
Namespace: SanteDB.Matcher.RestAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic XmlExportImportResource(
IRecordMatchingConfigurationService matchConfigurationService = null
)
Public Sub New (
Optional matchConfigurationService As IRecordMatchingConfigurationService = Nothing
)
public:
XmlExportImportResource(
IRecordMatchingConfigurationService^ matchConfigurationService = nullptr
)
new :
?matchConfigurationService : IRecordMatchingConfigurationService
(* Defaults:
let _matchConfigurationService = defaultArg matchConfigurationService null
*)
-> XmlExportImportResourceParameters
- matchConfigurationService IRecordMatchingConfigurationService (Optional)
[Missing <param name="matchConfigurationService"/> documentation for "M:SanteDB.Matcher.Rest.XmlExportImportResource.#ctor(SanteDB.Core.Matching.IRecordMatchingConfigurationService)"]
See Also