public class RecordedBlockSequenceItem extends Item
RecordedBlockSequence.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccessoryCode()
Retrieves Accessory Code.
|
java.lang.String |
getBlockName()
Retrieves Referenced Block Name.
|
java.lang.String |
getBlockTrayID()
Retrieves Block Tray ID.
|
java.lang.String |
getReferencedBlockNumber()
Retrieves Referenced Block Number.
|
void |
setAccessoryCode(java.lang.String strAccessoryCode)
Sets An identifier for the accessory intended to be read by a device such as a bar-code reader.
|
void |
setBlockName(java.lang.String strBlockName)
Sets User-defined name for block
|
void |
setBlockTrayID(java.lang.String strBlockTrayID)
User-supplied identifier for block tray or Electron Insert.
|
void |
setReferencedBlockNumber(java.lang.String strReferencedBlockNumber)
Sets Uniquely identifies block specified by Block Number.
|
boolean |
validateForModule()
Validates all the attributes in RecordedBlockSequenceItem 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 Conditional element fails.public void setBlockTrayID(java.lang.String strBlockTrayID)
strBlockTrayID - String value of Block Tray ID.public java.lang.String getBlockTrayID()
public void setAccessoryCode(java.lang.String strAccessoryCode)
strAccessoryCode - String value of Accessory Code.public java.lang.String getAccessoryCode()
public void setReferencedBlockNumber(java.lang.String strReferencedBlockNumber)
strReferencedBlockNumber - String value of Referenced Block Number.public java.lang.String getReferencedBlockNumber()
public void setBlockName(java.lang.String strBlockName)
strBlockName - String value of Block Name.public java.lang.String getBlockName()