public class OverlayIdentificationModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
OverlayIdentificationModule(IDataSet objIDataSet)
Creates an Overlay Plane Module with default initialization.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOverlayDate()
Retrieves date the Overlay was created.
|
java.lang.String |
getOverlayNumber()
Retrieves A number that identifies this Overlay.
|
java.lang.String |
getOverlayTime()
Retrieves The time the Overlay was created.
|
ReferencedImageSequence |
getReferencedImageSequence()
This method Returns provides the pre-initialized object of Referenced Image Sequence
return - object of Referenced Image Sequence.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to
Overlay Identification Module specified by DICOM Standard.
|
void |
setOverlayDate(java.lang.String strOverlayDate)
Sets date the Overlay was created.
|
void |
setOverlayNumber(java.lang.String strOverlayNumber)
Sets A number that identifies this Overlay.
|
void |
setOverlayTime(java.lang.String strOverlayTime)
Sets The time the Overlay was created.
|
boolean |
validateModule()
This method checks the DataSet according the rules of the Overlay Identification Module.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public OverlayIdentificationModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - the invalid module exceptionpublic void setOverlayNumber(java.lang.String strOverlayNumber)
strOverlayNumber - A number that identifies this Overlay.public java.lang.String getOverlayNumber()
public void setOverlayDate(java.lang.String strOverlayDate)
strOverlayDate - The date the Overlay was created.public java.lang.String getOverlayDate()
public void setOverlayTime(java.lang.String strOverlayTime)
strOverlayTime - The time the Overlay was created.public java.lang.String getOverlayTime()
public ReferencedImageSequence getReferencedImageSequence()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module