public class RTROIObservationsSequenceItem extends Item
RTROIObservationsSequence.| Modifier and Type | Method and Description |
|---|---|
AdditionalRTROIIdentificationCodeSequence |
getAdditionalRTROIIdentificationCodeSequence()
Retrieves pre-initialized object of Additional RT ROI 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.
|
java.lang.String |
getMaterialID()
Retrieves user-supplied identifier for ROI material.
|
java.lang.String |
getObservationNumber()
Retrieves identifies a related ROI Observation.
|
java.lang.String |
getReferencedROINumber()
Retrieves value that uniquely identifies the referenced ROI described in the Structure Set ROI Sequence (3006,0020).
|
RelatedRTROIObservationsSequence |
getRelatedRTROIObservationsSequence()
Retrieves pre-initialized object of Related RT ROI Observations 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.
|
java.lang.String |
getROIInterpreter()
Retrieves name of person performing the interpretation.
|
java.lang.String |
getROIObservationDescription()
Retrieves user-defined label for ROI Observation.
|
java.lang.String |
getROIObservationLabel()
Retrieves user-defined label for ROI Observation.
|
ROIPhysicalPropertiesSequence |
getROIPhysicalPropertiesSequence()
Retrieves pre-initialized object of ROI Physical Properties 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.
|
RTRelatedROISequence |
getRTRelatedROISequence()
Retrieves pre-initialized object of RT Related ROI 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.
|
RTROIIdentificationCodeSequence |
getRTROIIdentificationCodeSequence()
Retrieves pre-initialized object of RT ROI 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.
|
java.lang.String |
getRTROIInterpretedType()
Retrieves type of ROI.
|
SegmentedPropertyCategoryCodeSequence |
getSegmentedPropertyCategoryCodeSequence()
Retrieves pre-initialized object of Segmented Property Category 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 |
setMaterialID(java.lang.String strMaterialID)
Sets user-supplied identifier for ROI material.
|
void |
setObservationNumber(java.lang.String strObservationNumber)
Sets identifies a related ROI Observation.
|
void |
setReferencedROINumber(java.lang.String strReferencedROINumber)
Sets value that uniquely identifies the referenced ROI described in the Structure Set ROI Sequence (3006,0020).
|
void |
setROIInterpreter(java.lang.String strROIInterpreter)
Sets name of person performing the interpretation.
|
void |
setROIObservationDescription(java.lang.String strROIObservationDescription)
Sets user-defined label for ROI Observation.
|
void |
setROIObservationLabel(java.lang.String strROIObservationLabel)
Sets user-defined label for ROI Observation.
|
void |
setRTROIInterpretedType(java.lang.String strRTROIInterpretedType)
Sets type of ROI.
|
boolean |
validateForModule()
Validates all the attributes in
RTROIObservationsSequenceItem 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
RTROIObservationsSequenceItem that are present in the DataSet.validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setObservationNumber(java.lang.String strObservationNumber)
strObservationNumber - String value of Observation Number.public java.lang.String getObservationNumber()
public void setReferencedROINumber(java.lang.String strReferencedROINumber)
strReferencedROINumber - String value of Referenced ROI Number.public java.lang.String getReferencedROINumber()
public void setROIObservationLabel(java.lang.String strROIObservationLabel)
strROIObservationLabel - String value of ROI Observation Label.public java.lang.String getROIObservationLabel()
public void setROIObservationDescription(java.lang.String strROIObservationDescription)
strROIObservationDescription - String value of ROI Observation Description.public java.lang.String getROIObservationDescription()
public RTRelatedROISequence getRTRelatedROISequence()
public SegmentedPropertyCategoryCodeSequence getSegmentedPropertyCategoryCodeSequence()
public RTROIIdentificationCodeSequence getRTROIIdentificationCodeSequence()
public AdditionalRTROIIdentificationCodeSequence getAdditionalRTROIIdentificationCodeSequence()
public RelatedRTROIObservationsSequence getRelatedRTROIObservationsSequence()
public void setRTROIInterpretedType(java.lang.String strRTROIInterpretedType)
strRTROIInterpretedType - String value of RT ROI Interpreted Type.public java.lang.String getRTROIInterpretedType()
public void setROIInterpreter(java.lang.String strROIInterpreter)
strROIInterpreter - String value of ROI Interpreter.public java.lang.String getROIInterpreter()
public void setMaterialID(java.lang.String strMaterialID)
strMaterialID - String value of Material ID.public java.lang.String getMaterialID()
public ROIPhysicalPropertiesSequence getROIPhysicalPropertiesSequence()