public class LensometryMeasurementsModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
LensometryMeasurementsModule(IDataSet objIDataSet)
Creates Lensometry Measurements Module with default initialization.
|
| Modifier and Type | Method and Description |
|---|---|
LeftLensSequence |
getLeftLensSequence()
This method provides the pre-initialized object of Left Lens Sequence.
|
java.lang.String |
getLensDescription()
Retrieves Lens Description.
|
RightLensSequence |
getRightLensSequence()
This method provides the pre-initialized object of Right Lens Sequence.
|
UnspecifiedLateralityLensSequence |
getUnspecifiedLateralityLensSequence()
This method provides the pre-initialized object of Unspecified Laterality Lens Sequence.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
void |
setLensDescription(java.lang.String strLensDescription)
Sets Lens Description.
|
boolean |
validateModule()
This method validates each Attribute in the Module according to the Type
of the Attribute.Attributes are of 5 types.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public LensometryMeasurementsModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - - If validation of Module failspublic void setLensDescription(java.lang.String strLensDescription)
strLensDescription - String value of Lens Description.public java.lang.String getLensDescription()
public RightLensSequence getRightLensSequence()
public LeftLensSequence getLeftLensSequence()
public UnspecifiedLateralityLensSequence getUnspecifiedLateralityLensSequence()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module