- All Implemented Interfaces:
- IDicomValue, java.io.Serializable
public class IS
extends DatatypeString
IS represents a string of characters representing an Integer in base-10 (decimal), shall contain only the characters 0 - 9, with an optional leading "+" or * "-".
It may be padded with leading and/or trailing spaces.
Embedded spaces are not allowed.The integer, n, represented shall be in the range:-231 <= n <= (231 - 1).
- See Also:
- Serialized Form