public class VisualFieldCatchTrialSequenceItem extends Item
VisualFieldCatchTrialSequence.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCatchTrialsDataFlag()
Returns Catch Trials Data Flag.
|
java.lang.String |
getExcessiveFalseNegatives()
Returns Excessive False Negatives
|
java.lang.String |
getExcessiveFalseNegativesDataFlag()
Returns Excessive False Negatives Data Flag
|
java.lang.String |
getExcessiveFalsePositives()
Returns ExcessiveFalsePositives
|
java.lang.String |
getExcessiveFalsePositivesDataFlag()
Returns ExcessiveFalsePositivesDataFlag
|
short |
getFalseNegativesEstimate()
Retrieves the estimated percentage of all stimuli that were not seen by the patientbut were previously seen at a lower luminance earlier in the visualfield test (false negative responses), as percent.
|
java.lang.String |
getFalseNegativesEstimateFlag()
Returns Catch Trials Data Flag.
|
short |
getFalseNegativesQuantity()
Retrieves Total number of stimuli that were not seen by the patient but werepreviously seen at a lower luminance earlier in the visual field test(false negatives).
|
short |
getFalsePositivesEstimate()
Retrieves the estimated percentage of all patient responses that occurred at atime when no visual stimulus was present (false positive responses),as percent.
|
java.lang.String |
getFalsePositivesEstimateFlag()
Returns False Positives Estimate Flag
|
short |
getFalsePositivesQuantity()
Retrieves the total number of patient responses that occurred at a time when no visual stimulus was present (false positive responses).
|
short |
getNegativeCatchTrialsQuantity()
Retrieves Total number of times the patient's visual attention was tested usingstimuli brighter than previously seen luminance (negative catchtrials).
|
short |
getPositiveCatchTrialsQuantity()
Retrieves the total number of times the device behaved as if it was going topresent a visual stimulus but did not actually present the stimulus(positive catch trials).
|
void |
setCatchTrialsDataFlag(EnumCatchTrialsDataFlag enumCatchTrialsDataFlag)
Sets whether catch trials data were performed.
|
void |
setExcessiveFalseNegatives(EnumExcessiveFalseNegatives enumExcessiveFalseNegatives)
Sets whether Excessive False Negatives were performed.
|
void |
setExcessiveFalseNegativesDataFlag(EnumExcessiveFalseNegativesDataFlag enumExcessiveFalseNegativesDataFlag)
Sets whether Excessive False Negatives Data Flag were performed.
|
void |
setExcessiveFalsePositives(EnumExcessiveFalsePositives enumExcessiveFalsePositives)
Sets whether Excessive False Positives were performed.
|
void |
setExcessiveFalsePositivesDataFlag(EnumExcessiveFalsePositivesDataFlag enumExcessiveFalsePositivesDataFlag)
Sets whether Excessive False Positives Data Flag were performed.
|
void |
setFalseNegativesEstimate(short shFalseNegativesEstimate)
Sets estimated percentage of all stimuli that were not seen by the patientbut were previously seen at a lower luminance earlier in the visualfield test (false negative responses), as percent.
|
void |
setFalseNegativesEstimateFlag(EnumFalseNegativesEstimateFlag enumFalseNegativesEstimateFlag)
Sets whether False Negatives Estimate Flag were performed.
|
void |
setFalseNegativesQuantity(short shFalseNegativesQuantity)
Sets Total number of stimuli that were not seen by the patient but werepreviously seen at a lower luminance earlier in the visual field test(false negatives).
|
void |
setFalsePositivesEstimate(short shFalsePositivesEstimate)
Sets the estimated percentage of all patient responses that occurred at atime when no visual stimulus was present (false positive responses),as percent.
|
void |
setFalsePositivesEstimateFlag(EnumFalsePositivesEstimateFlag enumFalsePositivesEstimateFlag)
Sets whether False Positives Estimate Flag were performed.
|
void |
setFalsePositivesQuantity(short shFalsePositivesQuantity)
Sets the total number of patient responses that occurred at a time whenno visual stimulus was present (false positive responses).
|
void |
setNegativeCatchTrialsQuantity(short shNegativeCatchTrialsQuantity)
Sets Total number of times the patient's visual attention was tested usingstimuli brighter than previously seen luminance (negative catchtrials).
|
void |
setPositiveCatchTrialsQuantity(short shPositiveCatchTrialsQuantity)
Sets the total number of times the device behaved as if it was going topresent a visual stimulus but did not actually present the stimulus(positive catch trials).
|
boolean |
validateForModule()
Validates all the attributes in
VisualFieldCatchTrialSequenceItem 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
VisualFieldCatchTrialSequenceItem that are present in the DataSet.validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setCatchTrialsDataFlag(EnumCatchTrialsDataFlag enumCatchTrialsDataFlag)
enumCatchTrialsDataFlag - enum value of Catch Trials Data Flagpublic java.lang.String getCatchTrialsDataFlag()
public void setNegativeCatchTrialsQuantity(short shNegativeCatchTrialsQuantity)
shNegativeCatchTrialsQuantity - short value of Negative Catch Trials Quantitypublic short getNegativeCatchTrialsQuantity()
public void setFalseNegativesQuantity(short shFalseNegativesQuantity)
shFalseNegativesQuantity - short value of Negative Catch Trials Quantitypublic short getFalseNegativesQuantity()
public void setFalseNegativesEstimateFlag(EnumFalseNegativesEstimateFlag enumFalseNegativesEstimateFlag)
enumFalseNegativesEstimateFlag - enum value of False Negatives Estimate Flagpublic java.lang.String getFalseNegativesEstimateFlag()
public void setFalseNegativesEstimate(short shFalseNegativesEstimate)
shFalseNegativesEstimate - short value of False Negatives Estimate.public short getFalseNegativesEstimate()
public void setExcessiveFalseNegativesDataFlag(EnumExcessiveFalseNegativesDataFlag enumExcessiveFalseNegativesDataFlag)
enumExcessiveFalseNegativesDataFlag - enum value of Excessive False Negatives Data Flagpublic java.lang.String getExcessiveFalseNegativesDataFlag()
public void setExcessiveFalseNegatives(EnumExcessiveFalseNegatives enumExcessiveFalseNegatives)
enumExcessiveFalseNegatives - enum value of Excessive False Negativespublic java.lang.String getExcessiveFalseNegatives()
public void setPositiveCatchTrialsQuantity(short shPositiveCatchTrialsQuantity)
shPositiveCatchTrialsQuantity - short value of Positive Catch Trials Quantitypublic short getPositiveCatchTrialsQuantity()
public void setFalsePositivesQuantity(short shFalsePositivesQuantity)
shFalsePositivesQuantity - short value of False Positives Quantitypublic short getFalsePositivesQuantity()
public void setFalsePositivesEstimateFlag(EnumFalsePositivesEstimateFlag enumFalsePositivesEstimateFlag)
enumFalsePositivesEstimateFlag - enum value of False Positives Estimate Flagpublic java.lang.String getFalsePositivesEstimateFlag()
public void setFalsePositivesEstimate(short shFalsePositivesEstimate)
shFalsePositivesEstimate - value of FalsePositivesEstimatepublic short getFalsePositivesEstimate()
public void setExcessiveFalsePositivesDataFlag(EnumExcessiveFalsePositivesDataFlag enumExcessiveFalsePositivesDataFlag)
enumExcessiveFalsePositivesDataFlag - enum value of ExcessiveFalsePositivesDataFlagpublic java.lang.String getExcessiveFalsePositivesDataFlag()
public void setExcessiveFalsePositives(EnumExcessiveFalsePositives enumExcessiveFalsePositives)
enumExcessiveFalsePositives - enum value of ExcessiveFalsePositivespublic java.lang.String getExcessiveFalsePositives()