public class ReferencedControlPointSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getReferencedStartControlPointIndex()
Retrieves Referenced Start Control Point Index.
|
java.lang.String |
getReferencedStopControlPointIndex()
Retrieves Referenced Stop Control Point Index.
|
void |
setReferencedStartControlPointIndex(java.lang.String strReferencedStartControlPointIndex)
Sets Referenced Start Control Point Index.
|
void |
setReferencedStopControlPointIndex(java.lang.String strReferencedStopControlPointIndex)
Sets Referenced Stop Control Point Index.
|
boolean |
validateForModule()
Validates all the attributes in ReferencedControlPointSequenceItem 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 setReferencedStartControlPointIndex(java.lang.String strReferencedStartControlPointIndex)
strReferencedStartControlPointIndex - String value of Referenced Start Control Point Index.public java.lang.String getReferencedStartControlPointIndex()
public void setReferencedStopControlPointIndex(java.lang.String strReferencedStopControlPointIndex)
strReferencedStopControlPointIndex - String value of Referenced Stop Control Point Index.public java.lang.String getReferencedStopControlPointIndex()