# Introduction
The CA-SDM ticket number was R17534199FY18.
Disallow zero UNITS PER DOSE for dispensed drugs in Inpatient Pharmacy when
accepting/verifying an order in Inpatient Pharmacy Listman menu.
# Detailed Description
Previously, a UNITS PER DOSE entry under Dispense Drugs (#12) would have
accepted a zero, but the software would treat it as a one. In addition, this
caused a problem for BCMA which couldn't resolve the amount to dispense. Now,
if a user tries to put in zero for UNITS PER DOSE, they will get this message.
UNITS PER DOSE: 1// 0??
Enter a number above 0 but less than or equal to 30, no more than 4
decimals (will accept fractions).
## Resolution
Partial DD: subDD: 53.4502 fld: .02:
Input transform needed to be changed to disallow a zero.
Old Input Transform:
S:X?1.2N1"/"1.2N X=+$J(+X/$P(X,"/",2),0,2) K:X'?.N.1".".N!(X30)!(X30)!(X'0)!(X?.E1"."5.N) X
## Options Affected
Inpatient Pharmacy Listmanager menu options:
* [PSJ OE]
* [PSJU NE]
* [PSJU VBW]
Revision Version
Submitted By
Submission Date
Certified
Notes
2
Samuel Habiel
04-24-2018
Level 4
The previous version did not fix the help text for '??' help. This is now fixed.
COMMENTS