public class CTXrayDetailsSequenceItem extends Item
CTXrayDetailsSequence| Modifier and Type | Method and Description |
|---|---|
EnumFilterMaterial[] |
getConvolutionKernel()
Retrieves Filter Material.
|
EnumFilterType |
getFilterType()
Retrieves type of the value encoded in this Item
|
java.lang.String[] |
getFocalSpots()
Retrieves Focal Spots.
|
java.lang.String |
getPeakKiloVoltage()
Retrieves Peak kilo voltage.
|
void |
setFilterMaterial(EnumFilterMaterial[] enumArrayFilterMaterial)
Sets Filter Material.
|
void |
setFilterType(EnumFilterType enumFilterType)
Sets the Filter Type inserted into the X-Ray beam
|
void |
setFocalSpots(java.lang.String[] strFocalSpots)
Sets Focal Spots
|
void |
setPeakKiloVoltage(java.lang.String strKVP)
Sets Peak kilo voltage
|
boolean |
validateForModule()
Validates all the attributes in CTXrayDetailsSequenceItem 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 boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setPeakKiloVoltage(java.lang.String strKVP)
strKVP - - String value of Peak kilo voltage output of the x-ray generator used.public java.lang.String getPeakKiloVoltage()
public void setFocalSpots(java.lang.String[] strFocalSpots)
strFocalSpots-a - String array value of Focal Spots .public java.lang.String[] getFocalSpots()
public void setFilterType(EnumFilterType enumFilterType)
strFilterType - -Specifies Filter Type inserted into the X-Ray beampublic EnumFilterType getFilterType()
public void setFilterMaterial(EnumFilterMaterial[] enumArrayFilterMaterial)
enumArrayFilterMaterial - public EnumFilterMaterial[] getConvolutionKernel()