public class XRayDetectorModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
XRayDetectorModule(IDataSet objIDataSet)
Instantiates a new waveform identification module.
|
| Modifier and Type | Method and Description |
|---|---|
DigitalXRayDetectorMacro |
getDigitalXRayDetectorMacro()
Get the Instance of Digital XRay Detector Macro.Attributes related to Code Sequence Macro will be set in Macro
using the setter methods provided in the Macro.Calling this method multiple times will return the same Marco
Instance that was created at first.
|
float[] |
getPhysicalDetectorSize()
Retrieves Physical Detector Size
|
float[] |
getPositionOfIsocenterProjection()
Retrieves Position of Isocenter Projection
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setPhysicalDetectorSize(float[] fPhysicalDetectorSize)
Sets Physical Detector Size
|
void |
setPositionOfIsocenterProjection(float[] fPositionOfIsocenterProjection)
Sets Position of Isocenter Projection
|
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 XRayDetectorModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Modulepublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - If validation of Module failspublic DigitalXRayDetectorMacro getDigitalXRayDetectorMacro()
public void setPhysicalDetectorSize(float[] fPhysicalDetectorSize)
fPhysicalDetectorSize - Float value of the Physical Detector Sizepublic float[] getPhysicalDetectorSize()
public void setPositionOfIsocenterProjection(float[] fPositionOfIsocenterProjection)
fPositionOfIsocenterProjection - Float value of the Position of Isocenter Projectionpublic float[] getPositionOfIsocenterProjection()