 | MatchConfigurationResourceHandler Constructor |
Match configuration resource handler
Namespace: SanteDB.Rest.AMI.ResourcesAssembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic MatchConfigurationResourceHandler(
ILocalizationService localizationService,
IResourceCheckoutService checkoutService,
IRecordMatchingConfigurationService configurationService = null
)
Public Sub New (
localizationService As ILocalizationService,
checkoutService As IResourceCheckoutService,
Optional configurationService As IRecordMatchingConfigurationService = Nothing
)
public:
MatchConfigurationResourceHandler(
ILocalizationService^ localizationService,
IResourceCheckoutService^ checkoutService,
IRecordMatchingConfigurationService^ configurationService = nullptr
)
new :
localizationService : ILocalizationService *
checkoutService : IResourceCheckoutService *
?configurationService : IRecordMatchingConfigurationService
(* Defaults:
let _configurationService = defaultArg configurationService null
*)
-> MatchConfigurationResourceHandlerParameters
- localizationService ILocalizationService
[Missing <param name="localizationService"/> documentation for "M:SanteDB.Rest.AMI.Resources.MatchConfigurationResourceHandler.#ctor(SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Services.IResourceCheckoutService,SanteDB.Core.Matching.IRecordMatchingConfigurationService)"]
- checkoutService IResourceCheckoutService
[Missing <param name="checkoutService"/> documentation for "M:SanteDB.Rest.AMI.Resources.MatchConfigurationResourceHandler.#ctor(SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Services.IResourceCheckoutService,SanteDB.Core.Matching.IRecordMatchingConfigurationService)"]
- configurationService IRecordMatchingConfigurationService (Optional)
[Missing <param name="configurationService"/> documentation for "M:SanteDB.Rest.AMI.Resources.MatchConfigurationResourceHandler.#ctor(SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Services.IResourceCheckoutService,SanteDB.Core.Matching.IRecordMatchingConfigurationService)"]
See Also