com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class DicomPackage

    • Constructor Detail

      • DicomPackage

        public DicomPackage()

        Initializes a new instance of the Metadata class.

    • Method Detail

      • getBitsAllocated

        public final int getBitsAllocated()

        Gets the bits allocated value.

        Returns:
        The bits allocated.
      • getDicomInfo

        public final String[] getDicomInfo()

        Gets the header information of the DICOM file.

        Returns:
        The dicom header information.
      • getBlues

        public final byte[] getBlues()

        Gets the array colors of the blue.

        Returns:
        The blue colors.
      • getGreens

        public final byte[] getGreens()

        Gets the array colors of the green.

        Returns:
        The green colors.
      • getReds

        public final byte[] getReds()

        Gets the array colors of the red.

        Returns:
        The red colors.
      • getNumberOfFrames

        public final int getNumberOfFrames()

        Gets the number of frames.

        Returns:
        The number of frames.