Changes between Version 1 and Version 2 of Ticket #29, comment 1


Ignore:
Timestamp:
2022-12-05T06:31:21Z (2 years ago)
Author:
Mike Dewhirst

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29, comment 1

    v1 v2  
    1010'''Program flow'''
    1111
    12 There is no difference in categorisation program flow because the new rules start with the Reported category.
     12The new rules start with the Reported category.
    1313
    1414At that point, if the total volume is <= 10kg, auto-categorisation as REPORTED10KG should commence.
     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 "Health/Environment info required for AICIS ..." note 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.
    1517
    1618    User intiation by selecting REPORTED10KG would be incompatible with current program flow which must calculate the category.
     
    2224    Not (known) mutagenic or
    2325
    24     Not {known) carcinogenic or
     26    Not (known) carcinogenic or
    2527
    2628    Not (known) reprotoxic or
    2729
    28         For these three we need a new method ''is_awful(chemical_hazards)''
     30        For these three we need a new method ''is_awful(chemical_hazards)'' which simply returns True if any of GHS hazards H340 or H341 or H350 or H351 or H360 or H361 are attached to the chemical.
    2931
    3032    If used in a cosmetic, must not prohibited or restricted in cosmetics by EU or USA
    3133
    32         For this we need a new ''is_banned_for_cosmetics()'' method
     34        For this we need a new ''is_banned_for_cosmetics()'' method which scans the index for a chemical (CAS and/or name and/or EC number) and if detected returns True if prohibited or restricted. There are chemicals on the EUR-Lex Cosmetics lists which are allowed with conditions. Some of those conditions may concern AICIS when/if the chemical is listed on the Australian inventory, the listing may carry similar conditions. There are similar lists for the USA.
    3335
    3436and
     
    3638    Not (known to be) a solid or a dispersion or
    3739
     40        ''Physical state'' of 'Unknown' is already treated by the software as equivalent with 'Solid' and/or 'Dispersion' for nanoscale processing. No change required here.
     41
    3842    Not (known) to be nanoscale
    3943
    40         We now have a new physical form of ''Unknown'' and nanoscale data is always respected.
     44        ''Nano-material'' already has a selection 'Not known' which AICIS (and the software) treats as 'Yes' but without a study report on nano particle dimensions.
    4145
    4246and
     
    4448    Not (known) to contain Fluorine or
    4549
     50        We do need a ''has_fluorine()'' method which returns True if there is a molecular formula with the symbol F or there is 'fluo" in the names. Returning False means it is not known to contain Fluorine.
     51
    4652    IS known to be an inorganic salt
    4753
    48         We already have element detection methods and organic/inorganic detection
     54        We already have element detection methods and organic/inorganic detection 
    4955
    5056and
    5157
    52     Not (known) PBT
     58    Not (known) Persistent, Bioaccumulative and ToxicT
    5359
    54         Already detected via CAS number or added hazards
     60        Already detected via CAS number search of the list of chemicals with high hazards for categorisation or the user has entered data including adding GHS H400 or H410 hazards.
    5561
    5662
    5763''Section 42A (relaxes rigour by using the word "reasonably")''
    5864
    59 Identification is identical with all other introductions. The difference is relaxed rigour in providing it - or not if "reasonably practicable" to find out only when asked.
     65Identification is identical with all other introductions. The difference is relaxed rigour in providing it - or not, if "reasonably practicable" to find out only when asked.
    6066
    61     We will not need the MOU. Introducer can merely keep contact details to provide to the Executive Director of the person reasonably believed to know the information.
     67    We will not need the MOU. Introducer can merely keep contact details of the person reasonably believed to know the information to provide to the Executive Director on request.
    6268
    6369
     
    6975''Section 56A - specific records to retain''
    7076
    71 A relaxed rigour around the actual name of the chemical. The "known" names.
     77A relaxed rigour around the actual name of the ''chemical''. Just retain the "known" names.
    7278
    73 However, there is no relaxed rigour around knowing the product names and chemical volumes introduced.
     79However, there is no relaxed rigour around knowing the ''product'' names and chemical volumes introduced.
    7480
     81We will need to review the Introduction Report to adjust output based on REPORTED10KG.
    7582
    76 
    77 In summary, AICIS is not going to follow up on any of this unless something goes wrong.