public class StructuredDisplayModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
StructuredDisplayModule(IDataSet objIDataSet) |
| Modifier and Type | Method and Description |
|---|---|
ContentIdentificationMacro |
getContentIdentificationMacro()
Get the Instance of Content Identification Macro related to Content Identification will be set in Macro
using the setter methods provided in the Macro.Calling this method multiple times will return the same Marco
Instance that was created at first.
|
short[] |
getEmptyImageBoxCIELabValue()
Retrieves EmptyImageBoxCIELabValue
|
IconImageSequence |
getIconImageSequence()
Retrieves pre-initialized object of IconImageSequence.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
|
NominalScreenDefinitionSequence |
getNominalScreenDefinitionSequence()
Retrieves pre-initialized object of NominalScreenDefinitionSequence.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 |
getNumberOfScreens()
Retrieves number of screens for this Structured Display.
|
java.lang.String |
getPresentationCreationDate()
Retrieves Date on which this structured display was created.
|
short[] |
getStructuredDisplayBackgroundCIELabValue()
Retrieves StructuredDisplayBackgroundCIELabValue
|
java.lang.String[] |
getTimeOfLastCalibration()
Retrieves Time at which this structured display was created.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector containing the list of DataElements belonging to the Spatial
Registration Series Module specified by DICOM Standard.
|
void |
setEmptyImageBoxCIELabValue(short[] arrShEmptyImageBoxCIELabValue) |
void |
setNumberOfScreens(short shNumberOfScreens)
Sets number of screens for this Structured Display.
|
void |
setPresentationCreationDate(java.lang.String strPresentationCreationDate)
Sets Date on which this structured display was created.
|
void |
setStructuredDisplayBackgroundCIELabValue(short[] arrShStructuredDisplayBackgroundCIELabValue) |
void |
setTimeOfLastCalibration(java.lang.String[] strTimeOfLastCalibration)
Sets Time at which this structured display was created.
|
boolean |
validateModule()
Validates the Module's DataElement according to Dicom Standard.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public StructuredDisplayModule(IDataSet objIDataSet)
public ContentIdentificationMacro getContentIdentificationMacro()
public void setPresentationCreationDate(java.lang.String strPresentationCreationDate)
strPresentationCreationDate - String value of Date on which this structured display was created.public java.lang.String getPresentationCreationDate()
public void setTimeOfLastCalibration(java.lang.String[] strTimeOfLastCalibration)
strTimeOfLastCalibration - String array of Time at which this structured display was created.public java.lang.String[] getTimeOfLastCalibration()
public void setNumberOfScreens(short shNumberOfScreens)
shNumberOfScreens - short value of number of screens for this Structured Display.public short getNumberOfScreens()
public NominalScreenDefinitionSequence getNominalScreenDefinitionSequence()
public IconImageSequence getIconImageSequence()
public void setStructuredDisplayBackgroundCIELabValue(short[] arrShStructuredDisplayBackgroundCIELabValue)
public short[] getStructuredDisplayBackgroundCIELabValue()
public void setEmptyImageBoxCIELabValue(short[] arrShEmptyImageBoxCIELabValue)
public short[] getEmptyImageBoxCIELabValue()
public boolean validateModule()
throws InvalidModuleException
IModulevalidateModule in interface IModulevalidateModule in class ModuleInvalidModuleExceptionpublic ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module