public class ChannelDisplaySequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
float |
getAbsoluteChannelDisplayScale()
Retrieves the Ratio of Absolute Channel Display Scale,specified in one dimension.
|
java.lang.String |
getChannelOffset()
Retrieves Channel Off set.
|
short |
getChannelPosition()
Retrieves Channel Position
Position of the Channel within the Presentation Group display area
|
short[] |
getChannelRecommendedDisplayCIELabValue()
Retrieves one or more Channel Recommended Display CIE Lab Value in a Instance.
|
java.lang.String |
getDisplayShadingFlag()
Retrieves Display Shading Flag.
|
float[] |
getFractionalChannelDisplayScale()
Retrieves Fractional Channel Display Scale.
|
short[] |
getReferencedWaveformChannels()
Retrieves one or more value in a Referenced Wave form Channels.
|
void |
setAbsoluteChannelDisplayScale(float fAbsoluteChannelDisplayScale)
Sets the AbsoluteChannelDisplayScale to source pixels,specified in one dimension.
|
void |
setChannelOffset(java.lang.String strChannelOffset)
Sets Channel Off set.
|
void |
setChannelPosition(short shChannelPosition)
Sets Position of the Channel within the Presentation Group display area
|
void |
setChannelRecommendedDisplayCIELabValue(short[] arrChannelRecommendedDisplayCIELabValue)
Sets Channel Recommended Display CIE Lab Value.
|
void |
setDisplayShadingFlag(EnumDisplayShadingFlag enumDisplayShadingFlag)
Sets the Display Shading Flag Defined in Terms of enum.
|
void |
setFractionalChannelDisplayScale(float[] arrFractionalChannelDisplayScale)
Sets Fraction of the Presentation Group vertical display dimension assigned to the unit quantity (least significant bit) of the Channel samples
|
void |
setReferencedWaveformChannels(short[] arrReferencedWaveformChannels)
Sets one or more value in a Referenced Wave form Channels.
|
boolean |
validateForModule()
Validates all the attributes in Channel Display Sequence that are present in the DataSet
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic void setReferencedWaveformChannels(short[] arrReferencedWaveformChannels)
arrReferencedWaveformChannels- - Short value of Referenced Waveform Channels.public short[] getReferencedWaveformChannels()
public void setChannelOffset(java.lang.String strChannelOffset)
strChannelOffset - -String value of Channel Off set.public java.lang.String getChannelOffset()
public void setChannelRecommendedDisplayCIELabValue(short[] arrChannelRecommendedDisplayCIELabValue)
arrChannelRecommendedDisplayCIELabValue - -Short value of Channel Recommended Display CIE Lab Valuepublic short[] getChannelRecommendedDisplayCIELabValue()
public void setChannelPosition(short shChannelPosition)
shChannelPosition - short value of Rotation of right image.public short getChannelPosition()
public void setDisplayShadingFlag(EnumDisplayShadingFlag enumDisplayShadingFlag)
enumDisplayShadingFlag - -Specifies type of the value encoded in this Item.public java.lang.String getDisplayShadingFlag()
public void setFractionalChannelDisplayScale(float[] arrFractionalChannelDisplayScale)
arrFractionalChannelDisplayScale - -Float value of Fractional Channel Display Scale.public float[] getFractionalChannelDisplayScale()
public void setAbsoluteChannelDisplayScale(float fAbsoluteChannelDisplayScale)
fAbsoluteChannelDisplayScale - -Float value of the Ratio of AbsoluteChannelDisplayScalepublic float getAbsoluteChannelDisplayScale()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Conditional element fails.