public class WaveformIdentificationModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
WaveformIdentificationModule(IDataSet objIDataSet)
Instantiates a new waveform identification module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAcquisitionDatetime()
Return attribute identifies date and time that the acquisition of data that resulted in this waveform started;.
|
java.lang.String |
getContentDate()
Return date Waveform data was created.
|
java.lang.String |
getContentTime()
Return identifies time Waveform data was created.
|
java.lang.String |
getInstanceNumber()
Return A number that identifies this Waveform.
|
ReferencedInstanceSequence |
getReferencedInstanceSequence()
Retrieves pre-initialized object of ReferencedInstanceSequence.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 |
setAcquisitionDatetime(java.lang.String strAcquisitionDatetime)
Sets attribute identifies date and time that the acquisition of data that resulted in this waveform started;.
|
void |
setContentDate(java.lang.String strContentDate)
Sets attribute identifies the date Waveform data was created.
|
void |
setContentTime(java.lang.String strContentTime)
Sets attribute identifies time Waveform data was created.
|
void |
setInstanceNumber(java.lang.String strInstanceNumber)
Sets A number that identifies this Waveform.
|
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 WaveformIdentificationModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - If validation of Module failspublic ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Modulepublic void setInstanceNumber(java.lang.String strInstanceNumber)
StrInstanceNumber - - String identifies this Waveform.public java.lang.String getInstanceNumber()
public void setContentDate(java.lang.String strContentDate)
strContentDate - - String identifies date Waveform data was created.public java.lang.String getContentDate()
public void setContentTime(java.lang.String strContentTime)
strContentTime - - String identifies the time Waveform data was created.public java.lang.String getContentTime()
public void setAcquisitionDatetime(java.lang.String strAcquisitionDatetime)
strAcquisitionDatetime - - String identifies date and time for acquisition of datapublic java.lang.String getAcquisitionDatetime()
public ReferencedInstanceSequence getReferencedInstanceSequence()