public class FixationSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ExcessiveFixationLosses()
Return type of ExcessiveFixationLosses.
|
java.lang.String |
getExcessiveFixationLossesDataFlag()
Return type of ExcessiveFixationLosses .
|
short |
getFixationCheckedQuantity()
Retrieves Fixation Checked Quantity
|
FixationMonitoringCodeSequence |
getFixationMonitoringCodeSequence()
Retrieves pre-initialized object of Fixation Monitoring Code Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
short |
getPatientNotProperlyFixatedQuantity()
Retrieves PatientNotProperlyFixatedQuantity
|
void |
setExcessiveFixationLosses(EnumExcessiveFixationLosses enumExcessiveFixationLosses)
Sets type of Excessive Fixation Losses
The number of fixation losses is outside of implementation-specific limits.
|
void |
setExcessiveFixationLossesDataFlag(EnumExcessiveFixationLossesDataFlag enumExcessiveFixationLossesDataFlag)
Sets type of Excessive Fixation Losses Data Flag
Whether the device was able to determine excessive fixation losses.t.
|
void |
setFixationCheckedQuantity(short shFixationCheckedQuantity)
Sets FixationCheckedQuantity
|
void |
setPatientNotProperlyFixatedQuantity(short shPatientNotProperlyFixatedQuantity)
Sets Number of Patient Not Properly Fixated Quantity
|
boolean |
validateForModule()
Validates all the attributes in FixationSequenceItem 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 FixationMonitoringCodeSequence getFixationMonitoringCodeSequence()
public void setFixationCheckedQuantity(short shFixationCheckedQuantity)
shFixationCheckedQuantity - short value of Fixation Checked Quantitypublic short getFixationCheckedQuantity()
public void setPatientNotProperlyFixatedQuantity(short shPatientNotProperlyFixatedQuantity)
shPatientNotProperlyFixatedQuantity - short value of Number of significant bitspublic short getPatientNotProperlyFixatedQuantity()
public void setExcessiveFixationLossesDataFlag(EnumExcessiveFixationLossesDataFlag enumExcessiveFixationLossesDataFlag)
enumExcessiveFixationLossesDataFlag - enum value of ExcessiveFixationLossesDataFlag.public java.lang.String getExcessiveFixationLossesDataFlag()
public void setExcessiveFixationLosses(EnumExcessiveFixationLosses enumExcessiveFixationLosses)
enumExcessive - Fixation Losses enum value of Excessive Fixation Losses.public java.lang.String ExcessiveFixationLosses()