public class DeformableSpatialRegistrationModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
DeformableSpatialRegistrationModule(IDataSet objIDataSet) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentDate()
Retrieves date the content creation started.
|
ContentIdentificationMacro |
getContentIdentificationMacro()
Get the Instance of Content Identification Macro Attributes.
|
java.lang.String |
getContentTime()
Retrieves time the content creation started
|
DeformableRegistrationSequence |
getDeformableRegistrationSequence()
Retrieves Deformable RegistrationSequence
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setContentDate(java.lang.String strContentDate)
Sets date the content creation started.
|
void |
setContentTime(java.lang.String strContentTime)
Sets 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 DeformableSpatialRegistrationModule(IDataSet objIDataSet)
public boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - - If validation of Module failspublic void setContentDate(java.lang.String strContentDate)
strContentDate - String value of date the content creation started.public java.lang.String getContentDate()
public void setContentTime(java.lang.String strContentTime)
strContentTime - String value of time the content creation startedpublic java.lang.String getContentTime()
public ContentIdentificationMacro getContentIdentificationMacro()
public DeformableRegistrationSequence getDeformableRegistrationSequence()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module