| HtmlReportResource Constructor |
Match report operation
Namespace:
SanteDB.Matcher.Rest
Assembly:
SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax public HtmlReportResource(
IRecordMatchingConfigurationService matchConfigurationService = null
)
Public Sub New (
Optional matchConfigurationService As IRecordMatchingConfigurationService = Nothing
)
public:
HtmlReportResource(
IRecordMatchingConfigurationService^ matchConfigurationService = nullptr
)
new :
?matchConfigurationService : IRecordMatchingConfigurationService
(* Defaults:
let _matchConfigurationService = defaultArg matchConfigurationService null
*)
-> HtmlReportResource
Parameters
- matchConfigurationService (Optional)
- Type: SanteDB.Core.MatchingIRecordMatchingConfigurationService
[Missing <param name="matchConfigurationService"/> documentation for "M:SanteDB.Matcher.Rest.HtmlReportResource.#ctor(SanteDB.Core.Matching.IRecordMatchingConfigurationService)"]
See Also