public class DimensionOrganizationSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDimensionOrganizationUID()
Retrieves uniquely identifies a set of dimensions referenced within the containing SOP Instance.
|
void |
setDimensionOrganizationUID(java.lang.String strDimensionOrganizationUID)
Sets uniquely identifies a set of dimensions referenced within the containing SOP Instance.
|
boolean |
validateForModule()
Validates all the attributes in DimensionOrganizationSequenceItem 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 setDimensionOrganizationUID(java.lang.String strDimensionOrganizationUID)
strDimensionOrganizationUID - String value of Dimension Organization UID.public java.lang.String getDimensionOrganizationUID()