{% extends "support.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %} {% endblock %} {% block fullwidthcontainer %}
{% csrf_token %} {% if exception_warnings %}

This Drug is in the Drug Exception list.


    {% for warning in exception_warnings %}
  • {{ warning }}
  • {% endfor %}
{% if exception_notes %}
{{exception_notes}}
{% endif %}
{% endif %} {% if global_pillsig %} {% endif %} {% for pillsig in pillsig_history %} {% endfor %}
{{ instance_info }}    Force as Global Pill Signature:
Mode: {{ form.protocol }} {{ form.width }} {{ form.length }} {{ form.area }} {{ form.threshold_low }} {{ form.threshold_high }} {{ form.red_channel }}R
{{ form.green_channel }}G
{{ form.blue_channel }}B
{{ form.bulk_min }} {{ form.bulk_max }} {{ form.min_bulk_angle }} {{ form.vib_min }} {{ form.vib_max }} {{ form.blister_index_delay }} {{ form.blister_index_delay_multi }} {{ form.vib_blister }} {{ form.vib_blister_multi }} {{ form.arm_offset }} {{ form.eor_delta }} {{ form.gain }} {{ form.remove_dust }} {{ form.min_area }} {{ form.min_area_low }} {{ form.save_mod_images }} {{ form.always_aggressive_no_flow }} {{ form.exposure }} {{ form.user_init }} {{ form.comments }}
Create Good Good % Max Per Blist Width Len Area Thr Low Thr High RGB Bulk Min Bulk Max Min Bulk Angle Vib Min Vib Max Blist Delay Blist Multi Delay Vib Blist Vib Blist Multi Arm Off EOC Off Gain Rem Dust Min Area Min Area Low Save Mod Images Always AGG No Flow Exp User Init Comments Action
Global: {{ global_pillsig.creation|date:"SHORT_DATETIME_FORMAT" }} {{ global_pillsig.count_good }} {{ global_goodpct }} {{ global_pillsig.instance__max_per_blister }} {{ global_pillsig.width }} {{ global_pillsig.length }} {{ global_pillsig.area }} {{ global_pillsig.threshold_low }} {{ global_pillsig.threshold_high }} {% if global_pillsig.red_channel == True %}R {% endif %} {% if global_pillsig.green_channel == True %}G {% endif %} {% if global_pillsig.blue_channel == True %}B{% endif %} {{ global_pillsig.bulk_min }} {{ global_pillsig.bulk_max }} {{ global_pillsig.min_bulk_angle }} {{ global_pillsig.vib_min }} {{ global_pillsig.vib_max }} {{ global_pillsig.blister_index_delay }} {{ global_pillsig.blister_index_delay_multi }} {% if global_pillsig.vib_blister %}YES{% else %}NO{% endif %} {% if global_pillsig.vib_blister_multi %}YES{% else %}NO{% endif %} {{ global_pillsig.arm_offset }}   {{ global_pillsig.gain }} {% if global_pillsig.remove_dust %}YES{% else %}NO{% endif %} {{ global_pillsig.min_area }} {{ global_pillsig.min_area_low }} {{ global_pillsig.exposure }}        
Current: {{ current_pillsig.creation|date:"SHORT_DATETIME_FORMAT" }}
{{ current_pillsig.protocol__description }}
{{ current_pillsig.good_count }} {{ current_pillsig.good_pct|floatformat }} {{ current_pillsig.instance__max_per_blister }} {{ current_pillsig.width }} {{ current_pillsig.length }} {{ current_pillsig.area }} {{ current_pillsig.threshold_low }} {{ current_pillsig.threshold_high }} {% if current_pillsig.red_channel == True %}R {% endif %} {% if current_pillsig.green_channel == True %}G {% endif %} {% if current_pillsig.blue_channel == True %}B{% endif %} {{ current_pillsig.bulk_min }} {{ current_pillsig.bulk_max }} {{ current_pillsig.min_bulk_angle }} {{ current_pillsig.vib_min }} {{ current_pillsig.vib_max }} {{ current_pillsig.blister_index_delay }} {{ current_pillsig.blister_index_delay_multi }} {% if current_pillsig.vib_blister %}YES{% else %}NO{% endif %} {% if current_pillsig.vib_blister_multi %}YES{% else %}NO{% endif %} {{ current_pillsig.arm_offset }} {{ current_pillsig.eor_delta }} {{ current_pillsig.gain }} {% if current_pillsig.remove_dust %}YES{% else %}NO{% endif %} {{ current_pillsig.min_area }} {{ current_pillsig.min_area_low }} {{ current_pillsig.save_mod_images }} {{ current_pillsig.always_aggressive_no_flow }} {{ current_pillsig.exposure }} {{ current_pillsig.user_init }} {{ current_pillsig.comments }}
{{ pillsig.creation|date:"SHORT_DATETIME_FORMAT" }}
{{ pillsig.protocol__description }}
{{ pillsig.good_count }} {{ pillsig.good_pct|floatformat }} {{ pillsig.instance__max_per_blister }} {{ pillsig.width }} {{ pillsig.length }} {{ pillsig.area }} {{ pillsig.threshold_low }} {{ pillsig.threshold_high }} {% if pillsig.red_channel == True %}R {% endif %} {% if pillsig.green_channel == True %}G {% endif %} {% if pillsig.blue_channel == True %}B{% endif %} {{ pillsig.bulk_min }} {{ pillsig.bulk_max }} {{ pillsig.min_bulk_angle }} {{ pillsig.vib_min }} {{ pillsig.vib_max }} {{ pillsig.blister_index_delay }} {{ pillsig.blister_index_delay_multi }} {% if pillsig.vib_blister %}YES{% else %}NO{% endif %} {% if pillsig.vib_blister_multi %}YES{% else %}NO{% endif %} {{ pillsig.arm_offset }} {{ pillsig.eor_delta }} {{ pillsig.gain }} {% if pillsig.remove_dust %}YES{% else %}NO{% endif %} {{ pillsig.min_area }} {{ pillsig.min_area_low }} {{ pillsig.save_mod_images }} {{ pillsig.always_aggressive_no_flow }} {{ pillsig.exposure }} {{ pillsig.user_init }} {{ pillsig.comments }}
{% endblock %}