public class RTGeneralTreatmentRecordModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
RTGeneralTreatmentRecordModule(IDataSet objIDataSet)
Instantiates a new rT general treatment record module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInstanceNumber()
Retrieves instance number identifying this particular instance of the object.
|
ReferencedRTPlanSequence |
getReferencedRTPlanSequence()
Retrieves a sequence which provides reference to a RT Plan SOP Class/Instance pair.
|
ReferencedTreatmentRecordSequence |
getReferencedTreatmentRecordSequence()
Retrieves a sequence which provides reference to a RT Plan SOP Class/Instance pair.
|
java.lang.String |
getTreatmentDate()
Retrieves date when current fraction was delivered, or Date last fraction was delivered in case
of RT Treatment Summary Record IOD.
|
java.lang.String |
getTreatmentTime()
Retrieves time when current fraction was delivered (begun), or Time last fraction was delivered
(begun) in case of RT Treatment Summary Record IOD.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setInstanceNumber(java.lang.String strInstanceNumber)
Sets a number that identifies this image.
|
void |
setTreatmentDate(java.lang.String strTreatmentDate)
Sets date when current fraction was delivered, or Date last fraction was delivered in case
of RT Treatment Summary Record IOD.
|
void |
setTreatmentTime(java.lang.String strTreatmentTime)
Sets time when current fraction was delivered (begun), or Time last fraction was delivered
(begun) in case of RT Treatment Summary Record IOD.
|
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 RTGeneralTreatmentRecordModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - - If validation of Module failspublic void setInstanceNumber(java.lang.String strInstanceNumber)
strInstanceNumber - - String value of Instance Number.public java.lang.String getInstanceNumber()
public void setTreatmentDate(java.lang.String strTreatmentDate)
strTreatmentDate - - String value of Treatment Date.public java.lang.String getTreatmentDate()
public void setTreatmentTime(java.lang.String strTreatmentTime)
strTreatmentTime - the str treatment timepublic java.lang.String getTreatmentTime()
public ReferencedRTPlanSequence getReferencedRTPlanSequence()
public ReferencedTreatmentRecordSequence getReferencedTreatmentRecordSequence()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module