public class FrameVOILUTSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getVOILUTFunction()
Retrieves the layer in which the graphics or text is to be rendered.
|
java.lang.String[] |
getWindowCenter()
Retrieves the Window Center for display
|
java.lang.String[] |
getWindowCenterandWidthExplanation()
Retrieves the Free form explanation of the meaning of the Window Center and Width.
|
java.lang.String[] |
getWindowWidth()
Retrieves the Window Width for display
|
void |
setVOILUTFunction(java.lang.String strVOILUTFunction)
Sets the layer in which the graphics or text is to be rendered.
|
void |
setWindowCenter(java.lang.String[] arrstrWindowCenter)
Sets the Window Center for display
|
void |
setWindowCenterandWidthExplanation(java.lang.String[] arrstrWindowCenterandWidthExplanation)
Sets the Free form explanation of the meaning of the Window Center and Width.
|
void |
setWindowWidth(java.lang.String[] arrstrWindowWidth)
Sets the Window Width for display
|
boolean |
validateForModule()
Validates all the attributes in FrameVOILUTSequenceItem 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 boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setWindowCenter(java.lang.String[] arrstrWindowCenter)
arrstrWindowCenter - String array of Window Centerpublic java.lang.String[] getWindowCenter()
public void setWindowWidth(java.lang.String[] arrstrWindowWidth)
arrstrWindowWidth - String array of Window Widthpublic java.lang.String[] getWindowWidth()
public void setWindowCenterandWidthExplanation(java.lang.String[] arrstrWindowCenterandWidthExplanation)
arrstrWindowCenterandWidthExplanation - String array of explanationpublic java.lang.String[] getWindowCenterandWidthExplanation()
public void setVOILUTFunction(java.lang.String strVOILUTFunction)
strVOILUTFunction - String value of VOI LUT Functionpublic java.lang.String getVOILUTFunction()