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

These are advanced support functions. Make sure you know what you are doing before you click something.



{% if prep_in_progress %} {% endif %}
Schedule Manual Update
Prep for update in progress
Select a day to update:   

Cancel an Active Workorder
Enter Workorder Id to Cancel:   
{% if show_wo_cancel %}Workorder Id {{ cancel_wo_id }} has been cancelled.{% endif %}

{% if decommission_error %} {% endif %}
Decommission/Re-activate Canister
Scan Canister Serial Number to Decommission/Re-activate:   
{% if show_decommission %}{% if canister.decommissioned %}Canister has been decommissioned.{% else %}{% if canister.active %}Canister is currently active.{% else %}Canister is currently deactivated.{% endif %}{% endif %}{% endif %}
{{ decommission_error }}
{% if show_decommission %}{% if not canister.decommissioned %} {% else %}{% endif %}{% endif %}

{% if reset_can_status_error %} {% endif %}
Reset Canister Status
Scan Canister Serial Number to Reset Status to OK:   
{% if show_reset_can_status %}Canister status has been reset.{% endif %}
{{ reset_can_status_error }}

Reset All Canisters in Tower
Click the button below to reset the status of every canister in a given tower

{% if canister_low_level_error %} {% endif %}
Change all Canister's Low Level
Input value to set all canister's low level to:   
{{ canister_low_level_error }}

Cancel All Test Requests
Click this button to cancel {{num_test_requests}} test requests:   
Remove all Active Alerts
Click this button to cancel {{num_active_alerts}} active alerts and {{num_arch_alerts}} archived alerts:   
Set All Open Replenishments to Verified
Click this button to set all open replenishments to verified using the current user id.   

Toggle Strict Match NDC-11 on all possible drugs
These buttons will either turn on NDC-11 strict match for all possible drugs or turn it off. It can only do this for drugs that are active and only have 1 package size entered into the system. All other drugs will have to be changed manually through the edit site drug page.        

{% if not default_allow_prepack_manager %} {% endif %}
Set All Site Drugs Allow Prepack Manager
Click this button to set all site drugs to Allow Prepack Manager.  
DEFAULT_ALLOW_PREPACK_MGR is currently turned off. New drugs will not be marked for pre-pack manager by default.

Set All Site Drugs Allow Multi-Dose Fill
Click this button to set all site drugs to Allow Multi-Dose Fill.  

Unconfirm All Pill Sigs
Click this button to set all pill signatures for a selected dafe to unconfirmed and place in a training state.  
      

Reset All Pill Sigs to Global Values
Click this button to set all pill signatures for a selected dafe to the current global pill sig, replacing the existing pill sig values.  
      

Toggle AI Dispensing on All Pill Sigs
Click the buttons below to turn on or off AI Dispensing on all drugs for a tower.  
           

Set Standard Recipe on All Pill Sigs
Click the button below to replace all pill sig settings with the Standard Recipe on all drugs for a tower.  
           

Deactivate All Pill Sigs
Click this button to set all pill signatures for a selected dafe to inactive. Used when decommissioning or moving a tower.  
           

Change Allowed Blister Types for ALL drugs
Select allowed blister types that should be allowed for every drug, then hit apply. *Overrides currently allowed blister types*  
{% for package in package_list %} {% endfor %}
Tag Description Active
Default Default Blister Type
{{ package.tag }} {{ package.description }}

{% for blister in blister_list %} {% endfor %}
Set Active Packages
Tag Description Active
{{ blister.tag }} {{ blister.description }}

{% for cup in blister_cup_size_list %} {% endfor %}
Set Volumetrics Defaults
Tag Description Default Volume Count
{{ cup.tag }} {{ cup.description }}
{% for proctype in order_proc_type_list %} {% endfor %}
Set Active Tower Order Processing Type
Tag Description Active
{{ proctype.tag }} {{ proctype.description }}

{{ dbmonitor_form.management_form }} {% for dbm in dbmonitor_form %} {% endfor %}
DbMonitor Settings        *** RESTART after changes ***
Tag Timeout Run At Start Active
{{ dbm.id }}{{ dbm.tag }}{{ dbm.tag.value }} {{ dbm.timeout }} {{ dbm.run_at_start }} {{ dbm.active }}
{% endblock %}