Click or drag to resize

MatchConfigurationResourceHandler Constructor

Match configuration resource handler

Namespace: SanteDB.Rest.AMI.Resources
Assembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public MatchConfigurationResourceHandler(
	ILocalizationService localizationService,
	IResourceCheckoutService checkoutService,
	IRecordMatchingConfigurationService configurationService = null
)

Parameters

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