Interface: TelecomQuantity
Quantity Dispensed (442-E7). On the wire this is an unsigned integer string
with an implied 3-place decimal (NCPDP format 9(7)v999): "30000" means
30.000. We never parse it into a float: binary floating point would corrupt
the value, so we keep the verbatim source and, when it is all digits, surface
the implied decimal applied string-wise.
Properties
impliedDecimal?
readonlyoptionalimpliedDecimal?:string
source with the implied 3-place decimal inserted, when valid.
isValid
readonlyisValid:boolean
True when source is a non-empty run of digits.
source
readonlysource:string
The quantity exactly as it appeared on the wire.