Click or drag to resize

DataQualityBundleRuleValidate Method (Bundle)

Validate the specified bundle

Namespace:  SanteDB.Core.Data.Quality
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public override List<DetectedIssue> Validate(
	Bundle data
)

Parameters

data
Type: SanteDB.Core.Model.CollectionBundle
The data to be validated

Return Value

Type: ListDetectedIssue
The validated bundle rule

Implements

IBusinessRulesServiceTModelValidate(TModel)
See Also