Skip to main content
Version: v0.0.3

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?

readonly optional impliedDecimal?: string

source with the implied 3-place decimal inserted, when valid.


isValid

readonly isValid: boolean

True when source is a non-empty run of digits.


source

readonly source: string

The quantity exactly as it appeared on the wire.