public class ROIElementalCompositionSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
float |
getROIElementalCompositionAtomicMassFraction()
Return ROI Elemental Composition Atomic Mass Fraction.
|
short[] |
getROIElementalCompositionAtomicNumber()
Retrieves one or more ROI Elemental Composition Atomic Number.
|
void |
setROIElementalCompositionAtomicMassFraction(float fROIElementalCompositionAtomicMassFraction)
Sets ROI Elemental Composition Atomic Mass Fraction.
|
void |
setROIElementalCompositionAtomicNumber(short[] arrROIElementalCompositionAtomicNumber) |
boolean |
validateForModule()
Validates all the attributes in ROI Elemental Composition Sequence 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 setROIElementalCompositionAtomicNumber(short[] arrROIElementalCompositionAtomicNumber)
public short[] getROIElementalCompositionAtomicNumber()
public void setROIElementalCompositionAtomicMassFraction(float fROIElementalCompositionAtomicMassFraction)
fROIElementalCompositionAtomicMassFraction - float value of ROI Elemental Composition Atomic Mass Fraction.public float getROIElementalCompositionAtomicMassFraction()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.