Class SiDicomElement

    • Method Detail

      • getValue

        public SiDicomValue getValue()
        Get the value of the element.

        Returns:
        a pointer to the value or NULL if the element has no value.

      • clone

        public SiDicomElement clone()
        Create a clone of the current element.

        Returns:
        a newly created DICOM element, that must be deleted by the caller.

      • getTag

        public SoDicomTag getTag()
        Get the tag of the element.
      • getSequence

        public SiDicomSequence getSequence()
        Get the sequence contained in the element.

        Returns:
        a pointer to the sequence or NULL if the element has no sequence.