public class CalibrationDataSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
short |
getEnergyWindowNumber()
Retrieves Item number in the Energy Window Information Sequence
|
java.lang.String |
getResidualSyringeCounts()
Returns Post-injection residue syringe count rate in counts/sec.
|
java.lang.String |
getSyringeCounts()
Retrieves syringe count rate in counts/sec.
|
void |
setEnergyWindowNumber(short shEnergyWindowNumber)
The Item number in the Energy Window Information Sequence to which the following calibration data relates.
|
void |
setResidualSyringeCounts(java.lang.String strResidualSyringeCounts)
Sets Post-injection residue syringe count rate in counts/sec.
|
void |
setSyringeCounts(java.lang.String strSyringeCounts)
Sets Pre-injection syringe count rate in counts/sec.
|
boolean |
validateForModule()
Validates all the attributes in AnatomicRegionSequence
|
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 when Item validation fails.public void setEnergyWindowNumber(short shEnergyWindowNumber)
shEnergyWindowNumber - -short value of item number in the Energy Window Information Sequencepublic short getEnergyWindowNumber()
public void setSyringeCounts(java.lang.String strSyringeCounts)
strSyringeCounts- - String value of syringe count rate in counts/sec.public java.lang.String getSyringeCounts()
public void setResidualSyringeCounts(java.lang.String strResidualSyringeCounts)
strResidualSyringeCounts - -String value of residue syringe count ratepublic java.lang.String getResidualSyringeCounts()