public class DimensionIndexSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDimensionDescriptionLabel()
Return user-defined label identifier for Dimension Description Label.
|
ISingleCollection<ITag> |
getDimensionIndexPointer()
Retrieves the Data Element Tag that is used to identify the Attribute connected with the index.
|
java.lang.String |
getDimensionIndexPrivateCreator()
Retrieves uniquely identifies a set of dimensions referenced within the containing SOP Instance.
|
java.lang.String |
getDimensionOrganizationUID()
Retrieves identification of the creator of a group of private data elements.
|
ISingleCollection<ITag> |
getFunctionalGroupPointer()
Retrieves the Data Element Tag of the Functional Group Sequence that contains
the Attribute that is referenced by the Dimension Index Pointer (0020,9165).
|
java.lang.String |
getFunctionalGroupPrivateCreator()
Retrieves identification of the creator of a group of private data elements.
|
void |
setDimensionDescriptionLabel(java.lang.String strRescaleType)
Sets DimensionDescriptionLabel.
|
void |
setDimensionIndexPointer(ISingleCollection<ITag> objSingleCollection)
Sets the Data Element Tag that is used to identify the Attribute connected with the index.
|
void |
setDimensionIndexPrivateCreator(java.lang.String strDimensionIndexPrivateCreator)
Sets identification of the creator of a group of private data elements.
|
void |
setDimensionOrganizationUID(java.lang.String strDimensionOrganizationUID)
Sets uniquely identifies a set of dimensions referenced within the containing SOP Instance.
|
void |
setFunctionalGroupPointer(ISingleCollection<ITag> objSingleCollection)
Sets the Data Element Tag of the Functional Group Sequence that contains
the Attribute that is referenced by the Dimension Index Pointer (0020,9165).
|
void |
setFunctionalGroupPrivateCreator(java.lang.String strFunctionalGroupPrivateCreator)
Sets identification of the creator of a group of private data elements.
|
boolean |
validateForModule()
Validates all the attributes in DimensionIndexSequenceItem 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 setDimensionIndexPointer(ISingleCollection<ITag> objSingleCollection)
objSingleCollection - Collection of Tags (GroupNumber and ElementNumbers)public ISingleCollection<ITag> getDimensionIndexPointer()
public void setDimensionIndexPrivateCreator(java.lang.String strDimensionIndexPrivateCreator)
strDimensionIndexPrivateCreator - String value of Dimension Index Private Creator.public java.lang.String getDimensionIndexPrivateCreator()
public void setFunctionalGroupPointer(ISingleCollection<ITag> objSingleCollection)
objSingleCollection - Collection of Tags (GroupNumber and ElementNumbers).public ISingleCollection<ITag> getFunctionalGroupPointer()
public void setFunctionalGroupPrivateCreator(java.lang.String strFunctionalGroupPrivateCreator)
strFunctionalGroupPrivateCreator - String value of Functional Group Private Creator.public java.lang.String getFunctionalGroupPrivateCreator()
public void setDimensionOrganizationUID(java.lang.String strDimensionOrganizationUID)
strDimensionOrganizationUID - string value uniquely identifies dimensions referenced within the
containing SOP Instance.public java.lang.String getDimensionOrganizationUID()
public void setDimensionDescriptionLabel(java.lang.String strRescaleType)
strDimensionDescriptionLabel - String value of DimensionDescriptionLabel.public java.lang.String getDimensionDescriptionLabel()