public class SurfaceSegmentationModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
SurfaceSegmentationModule(IDataSet objIDataSet)
Creates SurfaceSegmentationModule with default initialization.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentDate()
Retrieves the Content Date.
|
ContentIdentificationMacro |
getContentIdentificationMacro()
Get the Instance of Content Identification Macro Attributes
Calling this method multiple times will return the same Macro
Instance that was created at first.
|
java.lang.String |
getContentTime()
Retrieves the Content Time.
|
SegmentSequence |
getSegmentSequence()
This method provides the pre-initialized object of Segment Sequence
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
void |
setContentDate(java.lang.String strContentDate)
The method is used to set The date on measurements data creation started.
|
void |
setContentTime(java.lang.String strContentTime)
The method is used to set The time at which measurements data 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 SurfaceSegmentationModule(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 Content Datepublic void setContentTime(java.lang.String strContentTime)
strContentTime - - String value of Content Timepublic java.lang.String getContentDate()
public java.lang.String getContentTime()
public SegmentSequence getSegmentSequence()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module