public class PulseSpecificBrachyControlPointDeliveredSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
BrachyPulseControlPointDeliveredSequence |
getBrachyPulseControlPointDeliveredSequence()
Retrieves pre-initialized object of Brachy Pulse Control Point Delivered Sequence.
|
java.lang.String |
getPulseNumber()
Retrieves Number of Pulse.
|
java.lang.String |
getSafePositionExitDate()
Retrieves Date on which the source(s) exited the safe.
|
java.lang.String |
getSafePositionExitTime()
Retrieves Time on which the source(s) exited the safe.
|
java.lang.String |
getSafePositionReturnDate()
Retrieves Date on which the source(s) returned to the safe.
|
java.lang.String |
getSafePositionReturnTime()
Retrieves Time on which the source(s) returned to the safe.
|
void |
setPulseNumber(java.lang.String strPulseNumber)
Sets Pulse Number.
|
void |
setSafePositionExitDate(java.lang.String strSafePositionExitDate)
Sets Date on which the source(s) exited the safe.
|
void |
setSafePositionExitTime(java.lang.String strSafePositionExitDate)
Sets Time on which the source(s) exited the safe.
|
void |
setSafePositionReturnDate(java.lang.String strSafePositionReturnDate)
Sets Date on which the source(s) returned to the safe.
|
void |
setSafePositionReturnTime(java.lang.String strSafePositionReturnTime)
Sets Time on which the source(s) returned to the safe.
|
boolean |
validateForModule()
Validates all the attributes in
PulseSpecificBrachyControlPointDeliveredSequenceItem 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 void setPulseNumber(java.lang.String strPulseNumber)
strPulseNumber - String value of Number of Pulse.public java.lang.String getPulseNumber()
public void setSafePositionExitDate(java.lang.String strSafePositionExitDate)
strSafePositionExitDate - String value of Safe Position Exit Date.public java.lang.String getSafePositionExitDate()
public void setSafePositionExitTime(java.lang.String strSafePositionExitDate)
strSafePositionExitDate - String value of Safe Position Exit Time.public java.lang.String getSafePositionExitTime()
public void setSafePositionReturnDate(java.lang.String strSafePositionReturnDate)
strSafePositionReturnDate - String value of Safe Position Return Date.public java.lang.String getSafePositionReturnDate()
public void setSafePositionReturnTime(java.lang.String strSafePositionReturnTime)
strSafePositionReturnTime - String value of Safe Position Return Time.public java.lang.String getSafePositionReturnTime()
public BrachyPulseControlPointDeliveredSequence getBrachyPulseControlPointDeliveredSequence()
public boolean validateForModule()
throws InvalidItemException
PulseSpecificBrachyControlPointDeliveredSequenceItem that are present in the DataSet.validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.