public class CTAdditionalXRaySourceSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDataCollectionDiameter()
Retrieves Data Collection Diameter.
|
float |
getEnergyWeightingFactor()
Retrieves the weighting factor of the data from this additional source in amultiple energy composition image.
|
double |
getExposureInmAs()
Retrieves The exposure expressed in milliampere seconds.
|
java.lang.String[] |
getFilterMaterial()
Retrieves the X-Ray absorbing material used in the filter.
|
java.lang.String |
getFilterType()
Retrieves type of filter(s) inserted into the X-Ray beam..
|
java.lang.String[] |
getFocalSpots()
Retrieves Focal Spot(s).
|
java.lang.String |
getKVP()
Retrieves KVP.
|
double |
getXRayTubeCurrentInmA()
Retrieves the Nominal X-Ray tube current in milliamperes..
|
void |
setDataCollectionDiameter(java.lang.String strDataCollectionDiameter)
Sets The diameter in mm of the region over which data were collected.
|
void |
setEnergyWeightingFactor(float fEnergyWeightingFactor)
Sets the weighting factor of the data from this additional source in amultiple energy composition image.
|
void |
setExposureInmAs(double dblExposureInmAs)
Sets The exposure expressed in milliampere seconds.
|
void |
setFilterMaterial(java.lang.String strFilterMaterial)
Sets the X-Ray absorbing material used in the filter.
|
void |
setFilterType(java.lang.String strFilterType)
Sets the type of filter(s) inserted into the X-Ray beam..
|
void |
setFocalSpots(java.lang.String[] strFocalSpots)
Sets the used nominal size of the focal spot in mm.
|
void |
setKVP(java.lang.String strKVP)
Sets Peak kilo voltage output of the X-Ray generator used.
|
void |
setXRayTubeCurrentInmA(double dblXRayTubeCurrentInmA)
Sets the Nominal X-Ray tube current in milliamperes.
|
boolean |
validateForModule()
Validates all the attributes in CTAdditionalXRaySourceSequence 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 void setKVP(java.lang.String strKVP)
strKVP - String value of KVP.public java.lang.String getKVP()
public void setXRayTubeCurrentInmA(double dblXRayTubeCurrentInmA)
dblXRayTubeCurrentInmA - Double value of coordinatespublic double getXRayTubeCurrentInmA()
public void setDataCollectionDiameter(java.lang.String strDataCollectionDiameter)
strDataCollectionDiameter - String value of Data Collection Diameter.public java.lang.String getDataCollectionDiameter()
public void setFocalSpots(java.lang.String[] strFocalSpots)
strFocalSpots - String value of Focal Spot(s).public java.lang.String[] getFocalSpots()
public void setFilterType(java.lang.String strFilterType)
FilterType - public java.lang.String getFilterType()
public void setFilterMaterial(java.lang.String strFilterMaterial)
strFilterMaterial - String Value component of a Name/Value pair when the Concept implied by Concept Namepublic java.lang.String[] getFilterMaterial()
public void setExposureInmAs(double dblExposureInmAs)
dblExposureInmAs - Double value of coordinatespublic double getExposureInmAs()
public void setEnergyWeightingFactor(float fEnergyWeightingFactor)
fEnergyWeightingFactor - Float value of the Energy Weighting Factorpublic float getEnergyWeightingFactor()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.