public class BasicColorImageSequenceItem extends BasicGrayscaleImageSequenceItem
| Modifier and Type | Method and Description |
|---|---|
short |
getPlanarConfiguration()
Retrieves the planar configuration.
|
void |
setPlanarConfiguration(EnumPlanarConfiguration enumPlanarConfiguration)
Indicates whether the pixel data are sent color-by-plane or color-by-pixel.
|
boolean |
validateForModule()
Validates all the attributes in CodeSequenceMacro that are present in the DataSet.
|
getBitsAllocated, getBitsStored, getColumns, getHighBit, getPhotometricInterpretation, getPixelAspectRatio, getPixelData, getPixelRepresentation, getRows, getSamplesPerPixel, setBitsAllocated, setBitsStored, setColumns, setHighBit, setPhotometricInterpretation, setPixelAspectRatio, setPixelData, setPixelRepresentation, setRows, setSamplesPerPixeladdDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class BasicGrayscaleImageSequenceItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setPlanarConfiguration(EnumPlanarConfiguration enumPlanarConfiguration)
enumPlanarConfiguration - -Enum value specifies planar configuration of the imagepublic short getPlanarConfiguration()