public class IndexProbabilitySequenceItem extends AlgorithmIdentificationMacroDependentItem
| Modifier and Type | Method and Description |
|---|---|
float |
getIndexProbability()
Retrieves the Probability for the index value within the normal population,in percent.
|
void |
setIndexProbability(float fIndexProbability)
Sets the Probability for the index value within the normal population,in percent.
|
boolean |
validateForModule()
Validates all the attributes in Index Probability Sequence Item that are present in the DataSet
|
getAlgorithmIdentificationMacroaddDataElement, 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 AlgorithmIdentificationMacroDependentItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setIndexProbability(float fIndexProbability)
fIndexProbability - Float value of Probability for the index value within the normal population,in percent.public float getIndexProbability()