system.kanoa.quality.config.getChecks(paramsDict)
Returns the check items for the given parameters. paramsDict keys are optional.
Parameters
paramsDict Dictionary
| - chkItemGroupId | Integer | |
| - chkItemGroupName | String | |
| - chkItemId | Integer | |
| - chkItemName | String | |
| - chkItemTypeId | Integer | |
| - chkItemTypeName | String | |
| - chkName | String | |
| - chkShtId | Integer | |
| - dataTypeId | Integer | |
| - dataTypeName | String | |
| - dynamic | Boolean | If true, this check item will only be taken if a specification is found for it |
| - enabled | Boolean | |
| - isNumeric | Boolean | |
| - persistence | Boolean | Determines if the last value taken for this check item carries over to the next check |
| - pickListId | Integer | |
| - pickListName | String |
Returns
checkData pyDataset
Example
paramsDict = {'chkShtId': 1}
checkData = system.kanoa.quality.config.getChecks(paramsDict)