public class ScreeningBaselineMeasuredSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getScreeningBaselineType()
Return type of Screening Baseline Type.
|
float |
getScreeningBaselineValue()
Retrieves the Visual Field screening baseline value, in dB.
|
void |
setScreeningBaselineType(EnumScreeningBaselineType enumScreeningBaselineType)
Sets the method used to determine starting luminance screening values.
|
void |
setScreeningBaselineValue(float fScreeningBaselineValue)
Sets the Visual Field screening baseline value, in dB.
|
boolean |
validateForModule()
Validates all the attributes in ScreeningBaselineMeasuredSequenceItem 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 setScreeningBaselineType(EnumScreeningBaselineType enumScreeningBaselineType)
enumScreeningBaselineType - enum value of Screening Baseline Type.public java.lang.String getScreeningBaselineType()
public void setScreeningBaselineValue(float fScreeningBaselineValue)
fScreeningBaselineValue - Float value of Visual Field screening baseline value, in dB.public float getScreeningBaselineValue()