public class RecordedChannelShieldSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChannelShieldID()
Retrieves User or machine supplied identifier for Channel Shield.
|
java.lang.String |
getChannelShieldName()
Retrieves User-defined name for Channel Shield.
|
java.lang.String |
getReferencedChannelShieldNumber()
Retrieves Identification number of the Channel Shield.
|
void |
setChannelShieldID(java.lang.String strChannelShieldID)
Sets User or machine supplied identifier for Channel Shield.
|
void |
setChannelShieldName(java.lang.String strChannelShieldName)
Sets User-defined name for Channel Shield.
|
void |
setReferencedChannelShieldNumber(java.lang.String strReferencedChannelShieldNumber)
Sets Identification number of the Channel Shield.
|
boolean |
validateForModule()
Validates all the attributes in
RecordedChannelShieldSequenceItem 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 setReferencedChannelShieldNumber(java.lang.String strReferencedChannelShieldNumber)
strReferencedChannelShieldNumber - String value of Referenced Channel Shield Number.public java.lang.String getReferencedChannelShieldNumber()
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 User-defined name for Channel Shield.public java.lang.String getChannelShieldName()
public boolean validateForModule()
throws InvalidItemException
RecordedChannelShieldSequenceItem that are present in the DataSet.validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.