IDataQualityConfigurationProviderService
IDataQualityConfigurationProviderService
in assembly SanteDB.Core.Api version 2.1.151.0
Summary
Data quality configuration provider service
Operations
Operation | Response/Return | Input/Parameter | Description |
---|---|---|---|
GetRuleSets | IEnumerable<DataQualityRulesetConfiguration> | none | TODO |
GetRuleSet | DataQualityRulesetConfiguration | String name | Get the rule set |
SaveRuleSet | DataQualityRulesetConfiguration | DataQualityRulesetConfiguration configuration | Save the specified ruleset |
GetRulesForType | IEnumerable<DataQualityResourceConfiguration> | none | TODO |
Implementations
LegacyRulesetConfigurationProvider - (SanteDB.Core.Api)
Get the ruleset list from configuration file
Service Registration
Example Implementation
References
Last updated