public class OphthalmicAxialMeasurementsMacro extends Macro
| Constructor and Description |
|---|
OphthalmicAxialMeasurementsMacro(IDataSet objDataSet)
This constructor constructs a Macro with specified DataSet.
|
OphthalmicAxialMeasurementsMacro(IDataSet objDataSet,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with specified DataSet and DictionaryReader
|
OphthalmicAxialMeasurementsMacro(IItem objItem)
This constructor constructs a Macro with the specified Item
|
OphthalmicAxialMeasurementsMacro(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.
|
LensStatusCodeSequence |
getLensStatusCodeSequence()
Retrieves pre-initialized object of Lens Status 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.
|
java.lang.String |
getLensStatusDescription()
Return user-defined label identifier for LensStatusDescription.
|
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 .
|
VitreousStatusCodeSequence |
getVitreousStatusCodeSequence()
Retrieves pre-initialized object of Vitreous Status 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.
|
java.lang.String |
getVitreousStatusDescription()
Return user-defined label identifier for VitreousStatusDescription.
|
void |
setDegreeofDilation(float fDegreeofDilation)
Sets the Degree of Dilation.
|
void |
setLensStatusDescription(java.lang.String strLensStatusDescription)
Sets Lens Status Description.
|
void |
setPupilDilated(EnumPupilDilated enumPupilDilated)
Sets type of Pupil Dilated
Whether or not the patient's pupils were pharmacologicallydilated for this acquisition.
|
void |
setVitreousStatusDescription(java.lang.String strVitreousStatusDescription)
Sets Vitreous Status Description.
|
boolean |
validate()
Validates all the attributes in OphthalmicAxialMeasurementsMacro
|
static boolean |
validate(IDataSet objIDataSet)
Validates all the attributes in OphthalmicAxialMeasurementsMacro that are present in the DataSet
|
static boolean |
validate(IItem objIItem)
Validates all the attributes in KeratometricMeasurementsMacro that are present in the DataSet
|
addDataElement, clone, contains, getDataElement, getTransferSyntaxpublic OphthalmicAxialMeasurementsMacro(IDataSet objDataSet)
objDataSet - Collection of DataElementspublic OphthalmicAxialMeasurementsMacro(IDataSet objDataSet, IDictionaryReader objDictionaryReader)
objDataSet - specifies the DataSetobjDictionaryReader - specifies the DICOM Dictionary reader to be usedpublic OphthalmicAxialMeasurementsMacro(IItem objItem)
objItem - specifies instance of Item classpublic OphthalmicAxialMeasurementsMacro(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 LensStatusCodeSequence getLensStatusCodeSequence()
public void setLensStatusDescription(java.lang.String strLensStatusDescription)
strLensStatusDescription - String value of Lens Status Description.public java.lang.String getLensStatusDescription()
public VitreousStatusCodeSequence getVitreousStatusCodeSequence()
public void setVitreousStatusDescription(java.lang.String strVitreousStatusDescription)
strVitreousStatusDescription - String value of Vitreous Status Description.public java.lang.String getVitreousStatusDescription()
public void setPupilDilated(EnumPupilDilated enumPupilDilated)
enumPupilDilated - enum value of PupilDilated.public java.lang.String getPupilDilated()
public void setDegreeofDilation(float fDegreeofDilation)
fDegreeofDilation - Float value of the DegreeofDilationpublic float getDegreeofDilation()
public MydriaticAgentSequence getMydriaticAgentSequence()