Class AgeStringAttribute

    • Field Detail

      • MAX_LENGTH_SINGLE_VALUE

        protected static final int MAX_LENGTH_SINGLE_VALUE
        See Also:
        Constant Field Values
    • Constructor Detail

      • AgeStringAttribute

        public AgeStringAttribute​(AttributeTag t)

        Construct an (empty) attribute.

        Parameters:
        t - the tag of the attribute
      • AgeStringAttribute

        public AgeStringAttribute​(AttributeTag t,
                                  long vl,
                                  DicomInputStream i)
                           throws java.io.IOException,
                                  DicomException

        Read an attribute from an input stream.

        Parameters:
        t - the tag of the attribute
        vl - the value length of the attribute
        i - the input stream
        Throws:
        java.io.IOException - if an I/O error occurs
        DicomException - if a DICOM parsing error occurs
      • AgeStringAttribute

        public AgeStringAttribute​(AttributeTag t,
                                  java.lang.Long vl,
                                  DicomInputStream i)
                           throws java.io.IOException,
                                  DicomException

        Read an attribute from an input stream.

        Parameters:
        t - the tag of the attribute
        vl - the value length of the attribute
        i - the input stream
        Throws:
        java.io.IOException - if an I/O error occurs
        DicomException - if a DICOM parsing error occurs