public class LuminanceUniformityResultMacro extends Macro
| Constructor and Description |
|---|
LuminanceUniformityResultMacro(IDataSet objDataSet)
This constructor constructs a Macro with specified DataSet.
|
LuminanceUniformityResultMacro(IDataSet objDataSet,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with specified DataSet and DictionaryReader
|
LuminanceUniformityResultMacro(IItem objItem)
This constructor constructs a Macro with the specified Item
|
LuminanceUniformityResultMacro(IItem objItem,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with the specified Item and DictionaryReader
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAmbientLightValueSource()
Return Ambient Light Value Source
|
short |
getDDLValue()
Retrieves the integer Digital Driving Level (DDL) at which the luminance values weremeasured.
|
LuminanceResponseSequence |
getLuminanceResponseSequence()
Retrieves pre-initialized object of Luminance Response 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.
|
MeasurementPatternCodeSequence |
getMeasurementPatternCodeSequence()
Retrieves pre-initialized object of Measurement Pattern 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.
|
short |
getNumberOfLuminancePoints()
Retrieves number of luminance measurements recorded.
|
short |
getReflectedAmbientLight()
Retrieves Reflected ambient light in candelas per square meter (cd/m2) when themeasurements were taken.
|
java.lang.String |
getWhitePointFlag()
Return White Point Flag.
|
void |
setAmbientLightValueSource(EnumSetupDeviceType enumAmbientLightValueSource)
Sets the source of the ambient light value.
|
void |
setDDLValue(short shDDLValue)
Sets the integer Digital Driving Level (DDL) at which the luminance values were measured.
|
void |
setNumberOfLuminancePoints(short shNumberOfLuminancePoints)
Sets number of luminance measurements recorded.
|
void |
setReflectedAmbientLight(short shReflectedAmbientLight)
Sets Reflected ambient light in candelas per square meter (cd/m2) when themeasurements were taken.
|
void |
setWhitePointFlag(EnumWhitePointFlag enumWhitePointFlag)
Sets whether white point values were also recorded at each location.
|
boolean |
validate()
Validates all the attributes in LuminanceUniformityResultMacro
|
static boolean |
validate(IDataSet objIDataSet)
Validates all the attributes in LuminanceUniformityResultMacro that are present in the DataSet
|
static boolean |
validate(IItem objIItem)
Validates all the attributes in LuminanceUniformityResultMacro that are present in the DataSet
|
addDataElement, clone, contains, getDataElement, getTransferSyntaxpublic LuminanceUniformityResultMacro(IDataSet objDataSet)
objDataSet - Collection of DataElementspublic LuminanceUniformityResultMacro(IDataSet objDataSet, IDictionaryReader objDictionaryReader)
objDataSet - specifies the DataSetobjDictionaryReader - specifies the DICOM Dictionary reader to be usedpublic LuminanceUniformityResultMacro(IItem objItem)
objItem - specifies instance of Item classpublic LuminanceUniformityResultMacro(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 void setNumberOfLuminancePoints(short shNumberOfLuminancePoints)
shNumberOfLuminancePoints - short value of number of luminance measurements recorded.public short getNumberOfLuminancePoints()
public MeasurementPatternCodeSequence getMeasurementPatternCodeSequence()
public void setDDLValue(short shDDLValue)
shDDLValue - short value of the integer Digital Driving Level (DDL) at which the luminance values weremeasured.public short getDDLValue()
public void setWhitePointFlag(EnumWhitePointFlag enumWhitePointFlag)
enumWhitePointFlag - enum value of White Point Flag.public java.lang.String getWhitePointFlag()
public LuminanceResponseSequence getLuminanceResponseSequence()
public void setReflectedAmbientLight(short shReflectedAmbientLight)
shReflectedAmbientLight - short value of Reflected ambient light in candelas per square meter (cd/m2) when themeasurements were taken.public short getReflectedAmbientLight()
public void setAmbientLightValueSource(EnumSetupDeviceType enumAmbientLightValueSource)
enumAmbientLightValueSource - enum value of Ambient Light Value Sourcepublic java.lang.String getAmbientLightValueSource()