public class HangingProtocolDisplayModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
HangingProtocolDisplayModule(IDataSet objIDataSet)
Creates instance of HangingProtocolDisplayModule
|
| Modifier and Type | Method and Description |
|---|---|
DisplaySetsSequence |
getDisplaySetsSequence()
Retrieves pre-initialized object of Display Sets Sequence.
|
NavigationIndicatorSequence |
getNavigationIndicatorSequence()
Retrieves pre-initialized object of Navigation Indicator Sequence
|
java.lang.String |
getPartialDataDisplayHandling()
Return whether or not to maintain the expected layout in the absence of complete Image Sets.
|
SynchronizedScrollingSequence |
getSynchronizedScrollingSequence()
Retrieves pre-initialized object of Synchronized Scrolling Sequence
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
void |
setPartialDataDisplayHandling(EnumPartialDataDisplayHandling enumPartialDataDisplayHandling)
Sets whether or not to maintain the expected layout in the absence of complete Image Sets.
|
boolean |
validateModule()
This method validates each Attribute in the Module according to the Type
of the Attribute.Attributes are of 5 types.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public HangingProtocolDisplayModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - - If validation of Module failspublic DisplaySetsSequence getDisplaySetsSequence()
public void setPartialDataDisplayHandling(EnumPartialDataDisplayHandling enumPartialDataDisplayHandling)
enumPartialDataDisplayHandling - enum value of Partial Data DisplayHandlingpublic java.lang.String getPartialDataDisplayHandling()
public SynchronizedScrollingSequence getSynchronizedScrollingSequence()
public NavigationIndicatorSequence getNavigationIndicatorSequence()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module