public class XRayCollimatorModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
XRayCollimatorModule(IDataSet objIDataSet) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getCollimatorShape()
Return shape(s) of the collimator.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the
XRay Collimator Module specified by DICOM Standard.
|
XRayCollimatorDimensionsMacro |
getXRayCollimatorDimensionsMacro()
Returns instance of XRay Collimator Dimensions Macro.
|
void |
setCollimatorShape(EnumCollimatorShape[] enumCollimatorShape)
Sets shape(s) of the collimator.
|
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 XRayCollimatorModule(IDataSet objIDataSet)
public boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - - If validation of Module failspublic void setCollimatorShape(EnumCollimatorShape[] enumCollimatorShape)
enumCollimatorShape - the enum collimator shapepublic java.lang.String[] getCollimatorShape()
public XRayCollimatorDimensionsMacro getXRayCollimatorDimensionsMacro()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module