public class GraphicGroupSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGraphicGroupDescription()
Retrieves the Graphic Group Description
|
int |
getGraphicGroupID()
Retrieves Graphic Group ID.
|
java.lang.String |
getGraphicGroupLabel()
Return user-defined label identifier for Graphic Group Label Type.
|
void |
setGraphicGroupDescription(java.lang.String strGraphicGroupDescription)
Sets the Graphic Group Description
|
void |
setGraphicGroupID(int iGraphicGroupID)
Sets Graphic Group ID
|
void |
setGraphicGroupLabel(java.lang.String strGraphicGroupLabel)
Sets Graphic Group Label.
|
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 setGraphicGroupID(int iGraphicGroupID)
iGraphicGroupID - long value of Graphic Group ID.public int getGraphicGroupID()
public void setGraphicGroupLabel(java.lang.String strGraphicGroupLabel)
strGraphicGroupLabel - String value of Graphic Group Label.public java.lang.String getGraphicGroupLabel()
public void setGraphicGroupDescription(java.lang.String strGraphicGroupDescription)
strGraphicGroupDescription - valuepublic java.lang.String getGraphicGroupDescription()