system.kanoa.quality.image.getImageData(paramsDict)
Returns the image data filtered by the given parameters. paramsDict keys are optional.
Parameters
paramsDict Dictionary
| - chkItemId | Integer | Filter by chkItemId |
| - imageId | Integer | Filter by imageId |
| - imageName | String | Filter by image name |
| - imageType | String | Filter by image type |
| - includeImage | Boolean | Include image. Set to False if not supplied |
| - includeThumbnail | Boolean | Include thumbnail. Set to False if not supplied |
| - rangeEnd | DateTime | |
| - rangeStart | DateTime |
Returns
imageData pyDataset
Example
paramsDict = {'chkItemId': 42'}
imageData = system.kanoa.quality.image.getImageData(paramsDict)