public class IOLPowerSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getImplantPartNumber()
Return ImplantPartNumber.
|
float |
getIOLPower()
Retrieves the IOLPower.
|
float |
getPredictedRefractiveError()
Retrieves the Ratio of PredictedRefractiveError.
|
void |
setImplantPartNumber(java.lang.String strImplantPartNumber)
Sets ImplantPartNumber.
|
void |
setIOLPower(float fIOLPower) |
void |
setPredictedRefractiveError(float fPredictedRefractiveError)
Sets the PredictedRefractiveError.
|
boolean |
validateForModule()
Validates all the attributes in IOLPowerSequenceItem 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 Conditional element fails.public void setIOLPower(float fIOLPower)
public float getIOLPower()
public void setPredictedRefractiveError(float fPredictedRefractiveError)
fPredictedRefractiveError - Float value of the PredictedRefractiveErrorpublic float getPredictedRefractiveError()
public void setImplantPartNumber(java.lang.String strImplantPartNumber)
strImplantPartNumber - String value of ImplantPartNumber.public java.lang.String getImplantPartNumber()