public class HistogramSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
short |
getHistogramBinWidth()
Retrieves the number of consecutive stored pixel values included in a bin.
|
short |
getHistogramFirstBinValue()
Retrieves the stored pixel value corresponding to the lowest pixel value counted in the first bin.
|
short |
getHistogramLastBinValue()
Retrieves the stored pixel value corresponding to the highest pixel value counted in the last bin.
|
short |
getHistogramNumberOfBins()
Retrieves the number of �bins� (entries) in the histogram.
|
int[] |
getInterpretationData()
Retreives Histogram Data encoded as 32 bit unsigned counts of the number of pixel values in each bin.
|
java.lang.String |
getInterpretationExplanation()
Retreives free form text explanation of the meaning of the LUT.
|
void |
setHistogramBinWidth(short shHistogramBinWidth)
Sets the number of consecutive stored pixel values included in a bin.
|
void |
setHistogramFirstBinValue(short shHistogramFirstBinValue)
Sets the stored pixel value corresponding to the lowest pixel value counted in the first bin.
|
void |
setHistogramLastBinValue(short shHistogramLastBinValue)
Sets the stored pixel value corresponding to the highest pixel value counted in the last bin.
|
void |
setHistogramNumberOfBins(short shHistogramNumberOfBins)
Sets the number of �bins� (entries) in the histogram.
|
void |
setInterpretationData(int[] arrIntInterpretationData)
Sets Histogram Data encoded as 32 bit unsigned counts of the number of pixel values in each bin.
|
void |
setInterpretationExplanation(java.lang.String strInterpretationExplanation)
Sets free form text explanation of the meaning of the LUT.
|
boolean |
validateForModule()
Validates all the attributes in HistogramSequenceItem 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 setHistogramNumberOfBins(short shHistogramNumberOfBins)
shHistogramNumberOfBins - short value of Histogram Number of Bins.public short getHistogramNumberOfBins()
public void setHistogramFirstBinValue(short shHistogramFirstBinValue)
shHistogramFirstBinValue - short value of Histogram First Bin Value.public short getHistogramFirstBinValue()
public void setHistogramLastBinValue(short shHistogramLastBinValue)
shHistogramLastBinValue - short value of Histogram Last Bin Value.public short getHistogramLastBinValue()
public void setHistogramBinWidth(short shHistogramBinWidth)
shHistogramBinWidth - short value of Histogram Bin Width.public short getHistogramBinWidth()
public void setInterpretationExplanation(java.lang.String strInterpretationExplanation)
strInterpretationExplanation - String value of Interpretation Explanation.public java.lang.String getInterpretationExplanation()
public void setInterpretationData(int[] arrIntInterpretationData)
arrIntInterpretationData - Integer array of Interpretation Data.public int[] getInterpretationData()