public class XRayImageIntensifierModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
XRayImageIntensifierModule(IDataSet objIDataSet)
Instantiates a new waveform identification module.
|
| Modifier and Type | Method and Description |
|---|---|
float[] |
getIntensifierActiveDimensions()
Retrieves Intensifier Active Dimension(s)
|
java.lang.String |
getIntensifierActiveShape()
Retrieves Intensifier Active Shape.
|
java.lang.String |
getIntensifierSize()
Returns diameter of X-Ray intensifier in mm.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setCalciumScoringMassFactorPatient(float[] fArrIntensifierActiveDimensions)
Sets Intensifier Active Dimension(s)
|
void |
setIntensifierActiveShape(EnumIntensifierActiveShape enumIntensifierActiveShape)
Sets Intensifier Active Shape.
|
void |
setIntensifierSize(java.lang.String strIntensifierSize)
Sets diameter of X-Ray intensifier 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 XRayImageIntensifierModule(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 void setIntensifierSize(java.lang.String strIntensifierSize)
strIntensifierSize - String value of Intensifier Sizepublic java.lang.String getIntensifierSize()
public void setIntensifierActiveShape(EnumIntensifierActiveShape enumIntensifierActiveShape)
enumIntensifierActiveShape - the enum approval statuspublic java.lang.String getIntensifierActiveShape()
public void setCalciumScoringMassFactorPatient(float[] fArrIntensifierActiveDimensions)
fArrIntensifierActiveDimensions - Float value of the Intensifier Active Dimension(s)public float[] getIntensifierActiveDimensions()