public class GeneralOphthalmicRefractiveMeasurementsModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
GeneralOphthalmicRefractiveMeasurementsModule(IDataSet objIDataSet)
Creates General Ophthalmic Refractive Measurements Module with default initialization.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentDate()
Retrieves the Content Date.
|
java.lang.String |
getContentTime()
Retrieves the Content Time.
|
java.lang.String |
getImageComments()
Retrieves User-defined comments about the image.
|
java.lang.String |
getInstanceNumber()
Retrieves A number that identifies this film box.
|
java.lang.String |
getMeasurementLaterality()
Retrieves Measurement Laterality.
|
ReferencedRefractiveMeasurementsSequence |
getReferencedRefractiveMeasurementsSequence()
This method provides the pre-initialized object of Referenced Refractive Measurements Sequence.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
void |
setContentDate(java.lang.String strContentDate)
The method is used to set The date on measurements data creation started.
|
void |
setContentTime(java.lang.String strContentTime)
The method is used to set The time at which measurements data creation started.
|
void |
setImageComments(java.lang.String strImageComments)
Sets User-defined comments about the image.
|
void |
setInstanceNumber(java.lang.String strInstanceNumber)
Sets A number that identifies this film box.
|
void |
setMeasurementLaterality(EnumMeasurementLaterality enumMeasurementLaterality)
Sets Measurement Laterality.
|
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 GeneralOphthalmicRefractiveMeasurementsModule(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 setInstanceNumber(java.lang.String strInstanceNumber)
strInstanceNumber - String value of number that identifies this film box.public java.lang.String getInstanceNumber()
public void setContentDate(java.lang.String strContentDate)
strContentDate - - String value of Content Datepublic void setContentTime(java.lang.String strContentTime)
strContentTime - - String value of Content Timepublic java.lang.String getContentDate()
public java.lang.String getContentTime()
public void setMeasurementLaterality(EnumMeasurementLaterality enumMeasurementLaterality)
enumMeasurementLaterality - the enum Measurement Lateralitypublic java.lang.String getMeasurementLaterality()
public void setImageComments(java.lang.String strImageComments)
strImageComments - - String value of Image Comments.public java.lang.String getImageComments()
public ReferencedRefractiveMeasurementsSequence getReferencedRefractiveMeasurementsSequence()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module