public class ExposureDoseSequenceItem extends Item
ExposureDoseSequence| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommentsonRadiationDose()
Retrieves the Comments on Radiation Dose for user defined comments on any special conditions related to radiation encountered during the episode described by this Exposure Dose Sequence Item..
|
java.lang.String |
getExposureTime()
Return Time of x-ray exposure or fluoroscopy in msec.
|
java.lang.String[] |
getFilterMaterial()
Retrieves X-Ray absorbing material used in the filter.
|
java.lang.String |
getFilterType()
Return Type of filter(s) inserted into the X-Ray beam
|
java.lang.String |
getKVP()
Return Peak kilo voltage output of the x-ray generator
|
java.lang.String |
getRadiationMode()
Retrieves X-Ray radiation mode.
|
java.lang.String |
getXrayTubeCurrentinMacroAmpere()
Return X-ray Tube Current in macroampere.
|
void |
setCommentsonRadiationDose(java.lang.String strCommentsonRadiationDose)
Sets the Comments on Radiation Dose for user defined comments on any special conditions related to radiation encountered during the episode described by this Exposure Dose Sequence Item.
|
void |
setExposureTime(java.lang.String StrExposureTime)
Sets attribute Time of x-ray exposure or fluoroscopy in msec.
|
void |
setFilterMaterial(EnumFilterMaterial[] enumFilterMaterial)
Sets the X-Ray absorbing material used in the filter.
|
void |
setFilterType(java.lang.String StrFilterType)
Sets attribute identifies Type of filter(s) inserted into the X-Ray beam
|
void |
setKVP(java.lang.String StrKVP)
Sets attribute identifies Peak kilo voltage output of the x-ray generator used.
|
void |
setRadiationMode(EnumRadiationMode enumRadiationMode)
Sets X-Ray radiation mode.
|
void |
setXrayTubeCurrentinMacroAmpere(java.lang.String StrXrayTubeCurrentinMacroAmpere)
Sets attribute identifies the X-ray Tube Current in macroampere.
|
boolean |
validateForModule()
Validates all the attributes in Presentation LUT Sequence Item 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 setRadiationMode(EnumRadiationMode enumRadiationMode)
enumRadiationMode - Enum value of X-Ray radiation mode.public java.lang.String getRadiationMode()
public void setKVP(java.lang.String StrKVP)
StrKVP - String identifies the Peak kilo voltage output of the x-ray generator used.
an average in the case of fluoroscopypublic java.lang.String getKVP()
public void setXrayTubeCurrentinMacroAmpere(java.lang.String StrXrayTubeCurrentinMacroAmpere)
StrXrayTubeCurrentinMacroAmpere - String identifies X-ray Tube Current in macroampere.public java.lang.String getXrayTubeCurrentinMacroAmpere()
public void setExposureTime(java.lang.String StrExposureTime)
StrExposureTime - String identifies Time of x-ray exposure or fluoroscopy in msec.public java.lang.String getExposureTime()
public void setFilterType(java.lang.String StrFilterType)
StrFilterType - String identifies Type of filter(s)public java.lang.String getFilterType()
public void setFilterMaterial(EnumFilterMaterial[] enumFilterMaterial)
enumFilterMaterial - Enum value of X-Ray absorbing material used in the filter.public java.lang.String[] getFilterMaterial()
public void setCommentsonRadiationDose(java.lang.String strCommentsonRadiationDose)
strCommentsonRadiationDose - user-defined commentspublic java.lang.String getCommentsonRadiationDose()