Changes between Version 5 and Version 6 of Ticket #29, comment 1
- Timestamp:
- 2022-12-06T04:33:33Z (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29, comment 1
v5 v6 7 7 For example, if the software did not independently detect mutagenicity, carcinogenicity or reprotoxicity then it can be accepted as not known by the introducer to be so. This is because the user can add such hazards and the software would thereby "know" such a characteristic exists. 8 8 9 The new Reported category of 10kg or less does not need to tick the boxes ticked for normal Reported category. 9 10 10 '''Program flow''' 11 In particular, health and environment categorisation volumes are irrelevant - they are less than 10kg. Exposure and release factors are also irrelevant for such a small quantity. 11 12 12 The new rules start with the Reported category.13 13 14 At that point, if the total volume is <= 10kg, auto-categorisation as REPORTED10KG should commence. 14 '''Program redesign''' 15 15 16 We need to examine precisely where to interrupt categorisation processing to call each of the methods mentioned below. Currently, the process simultaneously assigns hazards based on reference lists and/or chemical characteristics and writes the particular notes titled "Health (or Environment) info required for AICIS ..." for that portion of the categorisation. We may need to start that process with the total volume and keep parallel categorisation streams updated until one knocks out the other.16 We have a set_category() method which first eliminates excluded, prohibited and other possible categorisations including Listed set according to circumstances established by the user and then tests for risk to determine Exempted, Reported or Assessed. 17 17 18 User initiation by selecting REPORTED10KG would be incompatible with current program flow which must calculate the category. 18 If the risk is actually very-low, we should ignore REPORTED10KG and categorise as Exempted. The reasoning is that REPORTED10KG is then unnecessary and if used AICIS would need to be notified in future if volumes increased beyond 10kg. 19 19 20 There are category user-selections of Commercial evaluation and Exceptional circumstances which are respected, but they bypass the categorisation software. 20 If the chemical fails the set of rules for <= 10kg then it will be either Reported or Assessed. 21 22 This puts the new hierarchy of categories as: 23 24 1. Exempted - very low risk 25 2. Reported <= 10kg - low risk 26 3. Reported - low risk 27 4. Assessed - medium to high risk 28 29 When all is working correctly and unit tests are passing this ticket will be closed. 30 31 32 '''Rules''' 21 33 22 34 For REPORTED10KG category, the software must ensure: