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.
|
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, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public DicomPackage()
Initializes a new instance of the Metadata
class.
public final int getBitsAllocated()
Gets the bits allocated value.
public final String[] getDicomInfo()
Gets the header information of the DICOM file.
public final byte[] getBlues()
Gets the array colors of the blue.
public final byte[] getGreens()
Gets the array colors of the green.
public final byte[] getReds()
Gets the array colors of the red.
public final int getNumberOfFrames()
Gets the number of frames.