DicomPackage
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public final class DicomPackage extends CustomPackage
Represents native DICOM metadata.
Learn more
Constructors
Constructor | Description |
---|---|
DicomPackage() | Initializes a new instance of the Metadata class. |
Methods
Method | Description |
---|---|
getHeaderOffset() | Gets the header offset. |
getHeaderBytes() | Gets the header information by bytes. |
getBitsAllocated() | Gets the bits allocated value. |
getDicomInfo() | Gets the header information of the DICOM file. |
getBlues() | Gets the array colors of the blue. |
getGreens() | Gets the array colors of the green. |
getReds() | Gets the array colors of the red. |
getNumberOfFrames() | Gets the number of frames. |
DicomPackage()
public DicomPackage()
Initializes a new instance of the Metadata class.
getHeaderOffset()
public final int getHeaderOffset()
Gets the header offset.
Value: The header offset.
Returns: int
getHeaderBytes()
public final Byte[] getHeaderBytes()
Gets the header information by bytes.
Value: The header bytes.
Returns: java.lang.Byte[]
getBitsAllocated()
public final int getBitsAllocated()
Gets the bits allocated value.
Returns: int - The bits allocated.
getDicomInfo()
public final String[] getDicomInfo()
Gets the header information of the DICOM file.
Returns: java.lang.String[] - The dicom header information.
getBlues()
public final byte[] getBlues()
Gets the array colors of the blue.
Returns: byte[] - The blue colors.
getGreens()
public final byte[] getGreens()
Gets the array colors of the green.
Returns: byte[] - The green colors.
getReds()
public final byte[] getReds()
Gets the array colors of the red.
Returns: byte[] - The red colors.
getNumberOfFrames()
public final int getNumberOfFrames()
Gets the number of frames.
Returns: int - The number of frames.