public final class DicomPackage extends CustomPackage
| Constructor and Description |
|---|
DicomPackage()
Initializes a new instance of the
Metadata class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getBitsAllocated()
Gets the bits allocated value.
|
byte[] |
getBlues()
Gets the array colors of the blue.
|
String[] |
getDicomInfo()
Gets the header information of the DICOM file.
|
byte[] |
getGreens()
Gets the array colors of the green.
|
Byte[] |
getHeaderBytes()
Gets the header information by bytes.
|
int |
getHeaderOffset()
Gets the header offset.
|
int |
getNumberOfFrames()
Gets the number of frames.
|
byte[] |
getReds()
Gets the array colors of the red.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic DicomPackage()
Initializes a new instance of the Metadata class.
public final int getBitsAllocated()
Gets the bits allocated value.
public final byte[] getBlues()
Gets the array colors of the blue.
public final String[] getDicomInfo()
Gets the header information of the DICOM file.
public final byte[] getGreens()
Gets the array colors of the green.
public final Byte[] getHeaderBytes()
Gets the header information by bytes.
Value: The header bytes.public final int getHeaderOffset()
Gets the header offset.
Value: The header offset.public final int getNumberOfFrames()
Gets the number of frames.
public final byte[] getReds()
Gets the array colors of the red.
Copyright © 2026. All rights reserved.