public class PresentationStateMaskModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
PresentationStateMaskModule(IDataSet objIDataSet)
Instantiates a new PresentationStateMaskModule.
|
| Modifier and Type | Method and Description |
|---|---|
MaskSubtractionSequence |
getMaskSubtractionSequence()
Retrieves pre-initialized object of Mask SubtractionSequence.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 |
getRecommendedViewingMode()
Return the recommended viewing protocol(s).
|
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 |
setRecommendedViewingMode(EnumRecommendedViewingMode enumRecommendedViewingMode)
Sets Specifies the recommended viewing protocol(s).
|
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 PresentationStateMaskModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic MaskSubtractionSequence getMaskSubtractionSequence()
public void setRecommendedViewingMode(EnumRecommendedViewingMode enumRecommendedViewingMode)
enumRecommendedViewingMode - enum value of RecommendedViewing Modepublic java.lang.String getRecommendedViewingMode()
public boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - the invalid module exceptionpublic ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module