public class SpatialFiducialsModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
SpatialFiducialsModule(IDataSet objIDataSet)
Instantiates a new spatial fiducials module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentDate()
Retrieves the 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()
Retrieves the time the content creation started.
|
FiducialSetSequence |
getFiducialSetSequence()
Retrieves pre-initialized object of Fiducial Set Sequence.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 of keys representing the DataElements
that belong to this module.
|
void |
setContentDate(java.lang.String strContentDate)
Sets the date the content creation started.
|
void |
setContentTime(java.lang.String strContentTime)
Sets the 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 SpatialFiducialsModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - If validation of Module failspublic ContentIdentificationMacro getContentIdentificationMacro()
public void setContentDate(java.lang.String strContentDate)
strContentDate - String value of datepublic java.lang.String getContentDate()
public void setContentTime(java.lang.String strContentTime)
strContentTime - String value of timepublic java.lang.String getContentTime()
public FiducialSetSequence getFiducialSetSequence()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module