public class XRayTableModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
XRayTableModule(IDataSet objIDataSet)
Instantiates a new x ray table module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTableAngle()
Return angle of table plane in degrees relative to horizontal plane [Gravity plane].
|
java.lang.String[] |
getTableLateralIncrement()
Return Incremental change in Lateral position of the table relative to first frame of Multiframe
image given in mm.
|
java.lang.String[] |
getTableLongitudinalIncrement()
Return Incremental change in Longitudinal position of the table relative to first frame
of Multi-frame image in mm.
|
java.lang.String |
getTableMotion()
Return Table Motion.
|
java.lang.String[] |
getTableVerticalIncrement()
Return Incremental change in Vetical position of the table relative to first frame of Multiframe
image given in mm.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
void |
setTableAngle(java.lang.String strTableAngle)
Sets angle of table plane in degrees relative to horizontal plane [Gravity plane].
|
void |
setTableLateralIncrement(java.lang.String[] arrStrLateralIncrement)
Sets Incremental change in Lateral position of the table relative to first frame of Multiframe
image given in mm.
|
void |
setTableLongitudinalIncrement(java.lang.String[] arrStrLongitudinalIncrement)
Sets Incremental change in Longitudinal position of the table relative to first frame
of Multi-frame image in mm.
|
void |
setTableMotion(EnumTableMotion enumTableMotion)
Sets Table Motion value.
|
void |
setTableVerticalIncrement(java.lang.String[] arrStrTableVerticalIncrement)
Sets Incremental change in Vetical position of the table relative to first frame of Multiframe
image given in mm.
|
boolean |
validateModule()
This method validates each Attribute in the Module according to the Type
of the Attribute.Attributes are of 5 types.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public XRayTableModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - If validation of Module failspublic void setTableMotion(EnumTableMotion enumTableMotion)
enumTableMotion - Enum value of Table Motionpublic java.lang.String getTableMotion()
public void setTableVerticalIncrement(java.lang.String[] arrStrTableVerticalIncrement)
arrStrTableVerticalIncrement - the arr str table vertical incrementpublic java.lang.String[] getTableVerticalIncrement()
public void setTableLongitudinalIncrement(java.lang.String[] arrStrLongitudinalIncrement)
arrStrLongitudinalIncrement - the arr str longitudinal incrementpublic java.lang.String[] getTableLongitudinalIncrement()
public void setTableLateralIncrement(java.lang.String[] arrStrLateralIncrement)
arrStrLateralIncrement - the arr str lateral incrementpublic java.lang.String[] getTableLateralIncrement()
public void setTableAngle(java.lang.String strTableAngle)
strTableAngle - the str table anglepublic java.lang.String getTableAngle()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module