public class ChannelShieldSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChannelShieldID()
Retrieves Channel Shield ID.
|
java.lang.String |
getChannelShieldName()
Retrieves Channel Shield Name.
|
java.lang.String |
getChannelShieldNominalThickness()
Retrieves Channel Shield Nominal Thickness.
|
java.lang.String |
getChannelShieldNominalTransmission()
Retrieves Channel Shield Nominal Transmission.
|
java.lang.String |
getChannelShieldNumber()
Retrieves Channel Shield Number.
|
java.lang.String |
getMaterialID()
Retrieves Material ID.
|
java.lang.String |
getReferencedROINumber()
Retrieves Referenced ROI Number.
|
void |
setChannelShieldID(java.lang.String strChannelShieldID)
Sets Channel Shield ID.Uniquely identifies Channel Shield ID(300A,02B3) in Channel Shield Sequence(300A,02B0) in RT BRACHY APPLICATION SETUPS MODULE of RT Plan IOD.
|
void |
setChannelShieldName(java.lang.String strChannelShieldName)
Sets Channel Shield Name.Uniquely identifies Channel Shield Name(300A,02B4) in Channel Shield Sequence(300A,02B0) in RT BRACHY APPLICATION SETUPS MODULE of RT Plan IOD.
|
void |
setChannelShieldNominalThickness(java.lang.String strChannelShieldNominalThickness)
Sets Channel Shield Nominal Thickness.Uniquely identifies Channel Shield Nominal Thickness(300A,02B8) in Channel Shield Sequence(300A,02B0) in RT BRACHY APPLICATION SETUPS MODULE of RT Plan IOD.
|
void |
setChannelShieldNominalTransmission(java.lang.String strChannelShieldNominalTransmission)
Sets Channel Shield Nominal Transmission.Uniquely identifies Channel Shield Nominal Transmission(300A,02BA) in Channel Shield Sequence(300A,02B0) in RT BRACHY APPLICATION SETUPS MODULE of RT Plan IOD.
|
void |
setChannelShieldNumber(java.lang.String strChannelShieldNumber)
Sets Channel Shield Number.Uniquely identifies Channel Shield Number(300A,02B2) in Channel Shield Sequence(300A,02B0) in RT BRACHY APPLICATION SETUPS MODULE of RT Plan IOD.
|
void |
setMaterialID(java.lang.String strMaterialID)
Sets Material ID.Uniquely identifies Material ID(300A,00E1) in Channel Shield Sequence(300A,02B0) in RT BRACHY APPLICATION SETUPS MODULE of RT Plan IOD.
|
void |
setReferencedROINumber(java.lang.String strReferencedROINumber)
Sets Referenced ROI Number.Uniquely identifies Referenced ROI Number(3006,0084) in Channel Shield Sequence(300A,02B0) in RT BRACHY APPLICATION SETUPS MODULE of RT Plan IOD.
|
boolean |
validateForModule()
Validates all the attributes in ChannelShieldSequenceItem 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 Conditional element fails.public void setChannelShieldNumber(java.lang.String strChannelShieldNumber)
strChannelShieldNumber - String value of Channel Shield Number.public java.lang.String getChannelShieldNumber()
public void setChannelShieldID(java.lang.String strChannelShieldID)
strChannelShieldID - String value of Channel Shield ID.public java.lang.String getChannelShieldID()
public void setChannelShieldName(java.lang.String strChannelShieldName)
strChannelShieldName - String value of Channel Shield Name.public java.lang.String getChannelShieldName()
public void setMaterialID(java.lang.String strMaterialID)
strMaterialID - String value of Material ID.public java.lang.String getMaterialID()
public void setChannelShieldNominalThickness(java.lang.String strChannelShieldNominalThickness)
strChannelShieldNominalThickness - String value of Channel Shield Nominal Thickness.public java.lang.String getChannelShieldNominalThickness()
public void setChannelShieldNominalTransmission(java.lang.String strChannelShieldNominalTransmission)
strChannelShieldNominalTransmission - String value of Channel Shield Nominal Transmission.public java.lang.String getChannelShieldNominalTransmission()
public void setReferencedROINumber(java.lang.String strReferencedROINumber)
strReferencedROINumber - String value of Referenced ROI Number.public java.lang.String getReferencedROINumber()