public class PlanningLandmarkPlaneSequenceItem extends PlanningLandmarkPlaneMacroDependentItem
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPlanningLandmarkDescription()
Return Planning Landmark Description.
|
short |
getPlanningLandmarkID()
Retrieves Planning Landmark ID.
|
PlanningLandmarkIdentificationCodeSequence |
getPlanningLandmarkIdentificationCodeSequence()
Retrieves pre-initialized object of Planning Landmark Identification Code 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 |
setPlanningLandmarkDescription(java.lang.String strPlanningLandmarkDescription)
Sets Planning Landmark Description.
|
void |
setPlanningLandmarkID(short shPlanningLandmarkID)
Sets Planning Landmark ID.
|
boolean |
validateForModule()
Validates all the attributes in PlanningLandmarkPlaneSequenceItem that are present in the DataSet
|
getPlanningLandmarkPlaneMacroaddDataElement, 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 PlanningLandmarkPlaneMacroDependentItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setPlanningLandmarkID(short shPlanningLandmarkID)
shPlanningLandmarkID - short value of Planning Landmark IDpublic short getPlanningLandmarkID()
public void setPlanningLandmarkDescription(java.lang.String strPlanningLandmarkDescription)
strPlanningLandmarkDescription - String value of Planning Landmark Description.public java.lang.String getPlanningLandmarkDescription()
public PlanningLandmarkIdentificationCodeSequence getPlanningLandmarkIdentificationCodeSequence()