public class BlockSequenceItem extends Item
BlockSequenceItem.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccessoryCode()
Retrieves Accessory Code.
|
java.lang.String[] |
getBlockData()
Retrieves a data stream of (x,y) pairs which comprise the block edge.
|
java.lang.String |
getBlockDivergence()
Retrieves presence or otherwise of geometrical divergence.
|
java.lang.String |
getBlockMountingPosition()
Retrieves which side of the Block Tray the block is mounted.
|
java.lang.String |
getBlockName()
Retrieves user-defined name for block.
|
java.lang.String |
getBlockNumber()
Retrieves identification number of the Block.
|
java.lang.String |
getBlockNumberOfPoints()
Retrieves number of (x,y) pairs defining the block edge.
|
java.lang.String |
getBlockThickness()
Retrieves thickness of block (in mm) parallel to radiation beam axis.
|
java.lang.String |
getBlockTrayID()
Retrieves user-supplied identifier for block tray.
|
java.lang.String |
getBlockType()
Retrieves type of block.
|
java.lang.String |
getMaterialID()
Retrieves user-defined name for block.
|
java.lang.String |
getSourceToBlockTrayDistance()
Retrieves radiation Source to attachment edge of block tray assembly (mm).
|
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 |
setBlockData(java.lang.String[] arrStrBlockData)
Sets a data stream of (x,y) pairs which comprise the block edge.
|
void |
setBlockDivergence(java.lang.String strBlockDivergence)
Sets presence or otherwise of geometrical divergence.
|
void |
setBlockMountingPosition(java.lang.String strBlockMountingPosition)
Sets which side of the Block Tray the block is mounted.
|
void |
setBlockName(java.lang.String strBlockName)
Sets user-defined name for block.
|
void |
setBlockNumber(java.lang.String strBlockNumber)
Sets identification number of the Block.
|
void |
setBlockNumberOfPoints(java.lang.String strBlockNumberOfPoints)
Sets number of (x,y) pairs defining the block edge.
|
void |
setBlockThickness(java.lang.String strBlockThickness)
Sets thickness of block (in mm) parallel to radiation beam axis.
|
void |
setBlockTrayID(java.lang.String strBlockTrayID)
Sets user-supplied identifier for block tray.
|
void |
setBlockType(java.lang.String strBlockType)
Sets type of block.
|
void |
setMaterialID(java.lang.String strMaterialID)
Sets user-supplied identifier for material used to manufacture Block.
|
void |
setSourceToBlockTrayDistance(java.lang.String strSourceToBlockTrayDistance)
Sets radiation Source to attachment edge of block tray assembly (mm).
|
boolean |
validateForModule()
Validates all the attributes in
BlockSequenceItem 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
BlockSequenceItem that are present in the DataSet.validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setBlockTrayID(java.lang.String strBlockTrayID)
strBlockTrayID - -String value of Block Tray ID.public java.lang.String getBlockTrayID()
public void setSourceToBlockTrayDistance(java.lang.String strSourceToBlockTrayDistance)
strSourceToBlockTrayDistance - -String value of Source to Block Tray Distance.public java.lang.String getSourceToBlockTrayDistance()
public void setBlockType(java.lang.String strBlockType)
strBlockType - -String value of Source to Block Type.public java.lang.String getBlockType()
public void setBlockDivergence(java.lang.String strBlockDivergence)
strBlockDivergence - -String value of Block Divergence.public java.lang.String getBlockDivergence()
public void setBlockMountingPosition(java.lang.String strBlockMountingPosition)
strBlockMountingPosition - -String value of Block Mounting Position.public java.lang.String getBlockMountingPosition()
public void setBlockNumber(java.lang.String strBlockNumber)
strBlockNumber - -String value of Block Number.public java.lang.String getBlockNumber()
public void setBlockName(java.lang.String strBlockName)
strBlockName - -String value of Block Name.public java.lang.String getBlockName()
public void setMaterialID(java.lang.String strMaterialID)
strMaterialID - -String value of Material ID.public java.lang.String getMaterialID()
public void setBlockThickness(java.lang.String strBlockThickness)
strBlockThickness - -String value of Block Thickness.public java.lang.String getBlockThickness()
public void setBlockNumberOfPoints(java.lang.String strBlockNumberOfPoints)
strBlockNumberOfPoints- - String value of Block Number of Points.public java.lang.String getBlockNumberOfPoints()
public void setBlockData(java.lang.String[] arrStrBlockData)
arrStrBlockData - -String value of Block Data.public java.lang.String[] getBlockData()
public void setAccessoryCode(java.lang.String strAccessoryCode)
strAccessoryCode - -String value of Accessory Code.public java.lang.String getAccessoryCode()