| {{ itm.drug_number }} | {{ itm.drug_name }} | {% if itm.alternate_id %}{{ itm.alternate_id }}{% endif %} | {{ itm.schedule }} | {% if itm.otc %}Y{% else %}N{% endif %} | {% if itm.generic %}Y{% else %}N{% endif %} | {{ itm.canister__quantity|floatformat }} | {{ itm.pill_count|floatformat }} | {{ itm.three_day_avg|floatformat }} | {{ itm.seven_day_avg|floatformat }} | {{ itm.fourteen_day_avg|floatformat }} | {{ itm.thirty_day_avg|floatformat }} | {% if timeframe_select_filter == '60' or timeframe_select_filter == '90' %}{{ itm.sixty_day_avg|floatformat }} | {% endif %} {% if timeframe_select_filter == '90' %}{{ itm.ninety_day_avg|floatformat }} | {% endif %}{{ itm.days_on_hand|floatformat }} | {{ itm.inventory_out_date|date:"m/d/Y" }} |
| Alt. Id: | Alternate Drug Id Number other than NDC used to identify the drug (GPI, etc.) |
| Schedule: | DEA Schedule for the drug |
| OTC: | Denotes whether the drug is marked as an OTC drug in the site drug information |
| Generic: | Denotes whether the drug is marked as a Generic drug in the site drug information |
| Current Qty: | Current quantity on hand in all canisters for this drug in the Dosis system |
| Total Pills Disp: | Total number of pills dispensed in good cards during the time period selected in the report filter (30, 60 or 90 days) |
| 3/7/14/30/60/90 Day Avg.: | Average Number of pills for this drug dispensed in the last 3/7/14/30/60/90 days. Computed by taking the total number of pills dispensed in the last 3/7/14/30/60/90 days and dividing that total by 3/7/14/30/60/90 |
| Days On Hand: | Number of days before pills projected to run out based on the highest average daily use |
| Inv. Out Date: | Date when pills are projected to run out based on highest average daily use |