public class OphthalmicAcquisitionParametersMacro extends Macro
| Constructor and Description |
|---|
OphthalmicAcquisitionParametersMacro(IDataSet objDataSet)
This constructor constructs a Macro with specified DataSet.
|
OphthalmicAcquisitionParametersMacro(IDataSet objDataSet,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with specified DataSet and DictionaryReader
|
OphthalmicAcquisitionParametersMacro(IItem objItem)
This constructor constructs a Macro with the specified Item
|
OphthalmicAcquisitionParametersMacro(IItem objItem,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with the specified Item and DictionaryReader
|
| Modifier and Type | Method and Description |
|---|---|
float |
getDegreeofDilation()
Retrieves the DegreeofDilation.
|
float |
getEmmetropicMagnification()
Retrieves the Emmetropic Magnification.
|
float |
getIntraOcularPressure()
Retrieves the Intra Ocular Pressure.
|
MydriaticAgentSequence |
getMydriaticAgentSequence()
Retrieves pre-initialized object of Mydriatic Agent 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 PupilDilated .
|
RefractiveStateSequence |
getRefractiveStateSequence()
Retrieves pre-initialized object of Steep Refractive State 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 |
setDegreeofDilation(float fDegreeofDilation)
Sets the Degree of Dilation.
|
void |
setEmmetropicMagnification(float fEmmetropicMagnification)
Sets the Emmetropic Magnification.
|
void |
setIntraOcularPressure(float fIntraOcularPressure)
Sets the Intra Ocular Pressure.
|
void |
setPupilDilated(EnumPupilDilated enumPupilDilated)
Sets type of Pupil Dilated
Whether or not the patient's pupils were pharmacologically dilated for this acquisition.
|
boolean |
validate()
Validates all the attributes in OphthalmicAcquisitionParametersMacro
|
static boolean |
validate(IDataSet objIDataSet)
Validates all the attributes in OphthalmicAcquisitionParametersMacro that are present in the DataSet
|
static boolean |
validate(IItem objIItem)
Validates all the attributes in OphthalmicAcquisitionParametersMacro that are present in the DataSet
|
addDataElement, clone, contains, getDataElement, getTransferSyntaxpublic OphthalmicAcquisitionParametersMacro(IDataSet objDataSet)
objDataSet - Collection of DataElementspublic OphthalmicAcquisitionParametersMacro(IDataSet objDataSet, IDictionaryReader objDictionaryReader)
objDataSet - specifies the DataSetobjDictionaryReader - specifies the DICOM Dictionary reader to be usedpublic OphthalmicAcquisitionParametersMacro(IItem objItem)
objItem - specifies instance of Item classpublic OphthalmicAcquisitionParametersMacro(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 static 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 RefractiveStateSequence getRefractiveStateSequence()
public void setEmmetropicMagnification(float fEmmetropicMagnification)
fEmmetropicMagnification - Float value of the Emmetropic Magnificationpublic float getEmmetropicMagnification()
public void setIntraOcularPressure(float fIntraOcularPressure)
fIntraOcularPressure - Float value of the Intra Ocular Pressurepublic float getIntraOcularPressure()
public void setPupilDilated(EnumPupilDilated enumPupilDilated)
enumPupilDilated - enum value of PupilDilated.public java.lang.String getPupilDilated()
public MydriaticAgentSequence getMydriaticAgentSequence()
public void setDegreeofDilation(float fDegreeofDilation)
fDegreeofDilation - Float value of the DegreeofDilationpublic float getDegreeofDilation()