public class OphthalmicPatientClinicalInformationandTestLensParametersMacro extends Macro
| Constructor and Description |
|---|
OphthalmicPatientClinicalInformationandTestLensParametersMacro(IDataSet objDataSet)
This constructor constructs a Macro with specified Data Set.
|
OphthalmicPatientClinicalInformationandTestLensParametersMacro(IDataSet objDataSet,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with specified Data Set and Dictionary Reader
|
OphthalmicPatientClinicalInformationandTestLensParametersMacro(IItem objItem)
This constructor constructs a Macro with the specified Item
|
OphthalmicPatientClinicalInformationandTestLensParametersMacro(IItem objItem,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with the specified Item and DictionaryReader
|
| Modifier and Type | Method and Description |
|---|---|
float |
getIntraOcularPressure()
Retrieves the Value of intraocular pressure in mmHg.
|
VisualAcuityMeasurementSequence |
getPrimaryFluenceModeSequence()
Retrieves pre-initialized object of Visual Acuity Measurement 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.
|
java.lang.String |
getPupilDilated()
Return type of Pupil Dilated
|
double |
getPupilSize()
Retrieves the horizontal diameter measurement of the pupil,in mm.
|
RefractiveParametersUsedonPatientSequence |
getRefractiveParametersUsedonPatientSequence()
Retrieves pre-initialized object of Refractive Parameters Used On Patient 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.
|
void |
setIntraOcularPressure(float fIntraOcularPressure)
Sets the Value of intraocular pressure in mmHg.
|
void |
setPupilDilated(EnumPupilDilated enumPupilDilated)
Sets The patient's pupils were pharmacologically dilatedfor this acquisition.
|
void |
setPupilSize(double dblPupilSize)
Sets the horizontal diameter measurement of the pupil,in mm.
|
boolean |
validate()
Validates all the attributes in OphthalmicAxialLengthQualityMetricMacro
|
boolean |
validate(IDataSet objIDataSet)
Validates all the attributes in OphthalmicPatientClinicalInformationandTestLensParametersMacro that are present in the DataSet
|
static boolean |
validate(IItem objIItem)
Validates all the attributes in OphthalmicPatientClinicalInformationandTestLensParametersMacro that are present in the DataSet
|
addDataElement, clone, contains, getDataElement, getTransferSyntaxpublic OphthalmicPatientClinicalInformationandTestLensParametersMacro(IDataSet objDataSet)
objDataSet - Collection of Data Elementspublic OphthalmicPatientClinicalInformationandTestLensParametersMacro(IDataSet objDataSet, IDictionaryReader objDictionaryReader)
objDataSet - specifies the DataSetobjDictionaryReader - specifies the DICOM Dictionary reader to be usedpublic OphthalmicPatientClinicalInformationandTestLensParametersMacro(IItem objItem)
objItem - specifies instance of Item classpublic OphthalmicPatientClinicalInformationandTestLensParametersMacro(IItem objItem, IDictionaryReader objDictionaryReader)
objItem - specifies instance of Item classobjDictionaryReader - specifies the DICOM Dictionary reader to be usedpublic boolean validate()
throws InvalidMacroException
InvalidMacroException - throws InvalidMacroException If Mandatory or Conditional element fails.public boolean validate(IDataSet objIDataSet) throws InvalidMacroException
objIDataSet - collection of DataElementsInvalidMacroException - throws InvalidMacroException If Mandatory or Conditional element fails.public static boolean validate(IItem objIItem) throws InvalidMacroException
objIItem - collection of DataElements in a sequenceInvalidMacroException - throws InvalidMacroException If Mandatory or Conditional element fails.public RefractiveParametersUsedonPatientSequence getRefractiveParametersUsedonPatientSequence()
public void setPupilSize(double dblPupilSize)
dblPupilSize - Double value of Pupil Size.public double getPupilSize()
public void setPupilDilated(EnumPupilDilated enumPupilDilated)
enumPupilDilated - enum value of Setup Device Type.public java.lang.String getPupilDilated()
public void setIntraOcularPressure(float fIntraOcularPressure)
fIntraOcularPressure - Float value of Value of intraocular pressure in mmHg.public float getIntraOcularPressure()
public VisualAcuityMeasurementSequence getPrimaryFluenceModeSequence()