DicomPackage
Leave feedback
On this page
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
| Constructor | Description |
|---|---|
| DicomPackage() | Initializes a new instance of the Metadata class. |
| 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. |
public DicomPackage()
Initializes a new instance of the Metadata class.
public final int getHeaderOffset()
Gets the header offset.
Value: The header offset.
Returns: int
public final Byte[] getHeaderBytes()
Gets the header information by bytes.
Value: The header bytes.
Returns: java.lang.Byte[]
public final int getBitsAllocated()
Gets the bits allocated value.
Returns: int - The bits allocated.
public final String[] getDicomInfo()
Gets the header information of the DICOM file.
Returns: java.lang.String[] - The dicom header information.
public final byte[] getBlues()
Gets the array colors of the blue.
Returns: byte[] - The blue colors.
public final byte[] getGreens()
Gets the array colors of the green.
Returns: byte[] - The green colors.
public final byte[] getReds()
Gets the array colors of the red.
Returns: byte[] - The red colors.
public final int getNumberOfFrames()
Gets the number of frames.
Returns: int - The number of frames.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.