public class StructuredDisplayTextBoxSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
double |
getDisplayEnvironmentSpatialPosition()
Retrieves the Minimal value of Display Environment Spatial Position in ppm.
|
short[] |
getGraphicLayerRecommendedDisplayCIELabValue()
Retrieves Graphic Layer Recommended Display CIELab Values in Array of short format.
|
java.lang.String |
getUnformattedTextValue()
Unformatted Text Value display within the defined bounding box
|
java.lang.String |
getValueType()
Retrieves type of the value encoded in this Item
|
void |
setBoundingBoxTextHorizontalJustification(EnumBoundingBoxTextHorizontalJustification enumBoundingBoxTextHorizontalJustification)
Sets the Value Type Defined in Terms of TEXT,NUMERIC,CODE,DATE,TIME,PNAME
|
void |
setDisplayEnvironmentSpatialPosition(double dblDisplayEnvironmentSpatialPosition)
Sets the Display Environment Spatial Position.
|
void |
setGraphicLayerRecommendedDisplayCIELabValue(short[] arrGraphicLayerRecommendedDisplayCIELabValue) |
void |
setUnformattedTextValue(java.lang.String strUnformattedTextValue)
Text data that is unformatted and whose manner of display within the defined bounding box is implementation dependent
|
boolean |
validateForModule()
Validates all the attributes in StructuredDisplayTextBoxSequenceItem 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 ItemMandatoryMissingException - throws MandatoryMissingException If Conditional element fails.InvalidItemException - Signals Item Validation is failed.public void setUnformattedTextValue(java.lang.String strUnformattedTextValue)
strUnformattedTextValue - user-defined commentspublic java.lang.String getUnformattedTextValue()
public void setDisplayEnvironmentSpatialPosition(double dblDisplayEnvironmentSpatialPosition)
dblDisplayEnvironmentSpatialPosition - Double value of coordinatespublic double getDisplayEnvironmentSpatialPosition()
public void setBoundingBoxTextHorizontalJustification(EnumBoundingBoxTextHorizontalJustification enumBoundingBoxTextHorizontalJustification)
enumBoundingBoxTextHorizontalJustification - Enumerated Values:LEFT,RIGHT,CENTERpublic java.lang.String getValueType()
public void setGraphicLayerRecommendedDisplayCIELabValue(short[] arrGraphicLayerRecommendedDisplayCIELabValue)
public short[] getGraphicLayerRecommendedDisplayCIELabValue()