public class SpatialRegistrationModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
SpatialRegistrationModule(IDataSet objIDataSet)
Instantiates a new spatial registration module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentDate()
Return date the content creation started.
|
ContentIdentificationMacro |
getContentIdentificationMacro()
Get the Instance of Content Identification Macro.Attributes related to Content Identification Macro 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.
|
java.lang.String |
getContentTime()
Return time the content creation started.
|
RegistrationSequence |
getRegistrationSequence()
Retrieves pre-initialized object of RegistrationSequence.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
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector containing the list of DataElements belonging to the Spatial
Registration Module specified by DICOM Standard.
|
void |
setContentDate(java.lang.String strContentDate)
Sets attribute identifies date the content creation started.
|
void |
setContentTime(java.lang.String strContentTime)
Sets attribute identifies time the content creation started.
|
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 SpatialRegistrationModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic ContentIdentificationMacro getContentIdentificationMacro()
public void setContentDate(java.lang.String strContentDate)
strContentDate - - String identifies date.public java.lang.String getContentDate()
public void setContentTime(java.lang.String strContentTime)
strContentTime - - String identifies timepublic java.lang.String getContentTime()
public RegistrationSequence getRegistrationSequence()
public boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - the invalid module exceptionpublic ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module