import { ScreeningAssuranceRules } from ".";
Represents assurance rules specific to screening data, extending from DuckDbOrchTableAssuranceRules. Provides methods for enforcing screening-specific business logic.
Properties
readonly
car: CommonAssuranceRules<TableName, ColumnName>
Methods
onlyAllowValidScreeningQuestionsInAllRows(columnName: ColumnName, baseName: string)