public class IonControlPointSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getControlPointIndex()
Retrieves Index of current Control Point, starting at 0 for first Control Point.
|
java.lang.String |
getCumulativeMetersetWeight()
Retrieves Cumulative weight to current control point.
|
ReferencedDoseReferenceSequence |
getReferencedDoseReferenceSequence()
Retrieves pre-initialized object of Referenced Dose Reference 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
|
void |
setControlPointIndex(java.lang.String strControlPointIndex)
Sets Index of current Control Point, starting at 0 for first Control Point.
|
void |
setCumulativeMetersetWeight(java.lang.String strCumulativeMetersetWeight)
Sets Cumulative weight to current control point.
|
boolean |
validateForModule()
Validates all the attributes in Corrected Parameter Sequence Item 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 setControlPointIndex(java.lang.String strControlPointIndex)
strControlPointIndex - String value of Control Point Index.public java.lang.String getControlPointIndex()
public void setCumulativeMetersetWeight(java.lang.String strCumulativeMetersetWeight)
strCumulativeMetersetWeight - String value of Cumulative Meterset Weight.public java.lang.String getCumulativeMetersetWeight()
public ReferencedDoseReferenceSequence getReferencedDoseReferenceSequence()