public class DisplaySetsSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
short[] |
getDisplaySetNumber()
Retrieves Display Set Number.
|
java.lang.String |
getDisplaySetPresentationGroup()
Return user-defined label identifier for DisplaySetPresentationGroup.
|
ImageBoxesSequence |
getImageBoxesSequence()
Retrieves pre-initialized object of Image Boxes Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
java.lang.String |
getImageSetNumber()
Return user-defined label identifier for Image Set Number.
|
java.lang.String |
getRescaleType()
Return user-defined label identifier for strDisplaySetLabel.
|
void |
setDisplaySetLabel(java.lang.String strDisplaySetLabel)
Sets Display Set Label.
|
void |
setDisplaySetNumber(short[] arrDisplaySetNumber)
Set DisplaySetNumber
It shall be used to identify linked display sets in the Display Set Scrolling Group (0072,0212).
|
void |
setDisplaySetPresentationGroup(java.lang.String strDisplaySetPresentationGroup)
Sets Display Set Presentation Group.
|
void |
setImageSetNumber(java.lang.String strImageSetNumber)
Sets Image Set Number.
|
boolean |
validateForModule()
Validates the Item for the rules of module.
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic boolean validateForModule()
throws InvalidItemException
ItemvalidateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - Signals Item Validation is failed.public void setDisplaySetNumber(short[] arrDisplaySetNumber)
public short[] getDisplaySetNumber()
public void setDisplaySetLabel(java.lang.String strDisplaySetLabel)
strDisplaySetLabel - String value of strDisplaySetLabel Type.public java.lang.String getRescaleType()
public void setDisplaySetPresentationGroup(java.lang.String strDisplaySetPresentationGroup)
strDisplaySetPresentationGroup - String value of strDisplaySetPresentationGroup Type.public java.lang.String getDisplaySetPresentationGroup()
public void setImageSetNumber(java.lang.String strImageSetNumber)
strImageSetNumber - String value of strImageSetNumber Type.public java.lang.String getImageSetNumber()
public ImageBoxesSequence getImageBoxesSequence()