public class RTSeriesModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
RTSeriesModule(IDataSet objIDataSet) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getModality()
Retrieves the Modality.
|
java.lang.String[] |
getOperatorsName()
Retrieves Name(s) of the operator(s) supporting the Series
|
PerformedProcedureStepSummaryMacro |
getPerformedProcedureStepSummaryMacro()
Returns instance of PerformedProcedureStepSummaryMacro
|
ReferencedPerformedProcedureStepSequence |
getReferencedPerformedProcedureStepSequence()
Retrieves the pre-initialized object of Referenced Performed Procedure Step 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
|
RequestAttributesSequence |
getRequestAttributesSequence()
Retrieves the pre-initialized object of Request Attributes 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
|
java.lang.String |
getSeriesDate()
Retrieves SeriesDate
|
java.lang.String |
getSeriesDescription()
Retrieves the User provided description of the Series.
|
SeriesDescriptionCodeSequence |
getSeriesDescriptionCodeSequence()
Retrieves the pre-initialized object of Series Description CodeSequence.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
|
java.lang.String |
getSeriesInstanceUID()
Retrieves the Unique identifier of the series.
|
java.lang.String |
getSeriesNumber()
Retrieves number that identifies this series.
|
java.lang.String |
getSeriesTime()
Retrieves Time the Series started.
|
ISingleCollection<ITag> |
getVectorOfKeys()
Retrieves the vector containing the list of DataElements.
|
void |
setModality(EnumModality enumModality)
Sets the Modality in General Series Module.
|
void |
setOperatorsName(java.lang.String[] strTimeOfLastCalibration)
Sets Name(s) of the operator(s) supporting the Series
|
void |
setSeriesDate(java.lang.String strSeriesDate)
Sets SeriesDate
|
void |
setSeriesDescription(java.lang.String strSeriesDescription)
Sets the User provided description of the Series.
|
void |
setSeriesInstanceUID(java.lang.String strSeriesInstanceUID)
Sets the Unique identifier of the series.
|
void |
setSeriesNumber(java.lang.String strSeriesNumber)
Sets number that identifies this series.
|
void |
setSeriesTime(java.lang.String strSeriesTime)
Sets Time the Series 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 RTSeriesModule(IDataSet objIDataSet)
public boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - - If validation of Module failspublic void setModality(EnumModality enumModality)
enumModality - - Type of equipment that originally acquired
the data used to create the images in this Series.public java.lang.String getModality()
public void setSeriesInstanceUID(java.lang.String strSeriesInstanceUID)
strSeriesInstanceUID - - String value of Unique identifier of the Series.public java.lang.String getSeriesInstanceUID()
public void setSeriesNumber(java.lang.String strSeriesNumber)
strSeriesNumber - - String value of Series Number.public java.lang.String getSeriesNumber()
public void setSeriesDate(java.lang.String strSeriesDate)
strSeriesDate - String value of SeriesDatepublic java.lang.String getSeriesDate()
public void setSeriesTime(java.lang.String strSeriesTime)
strSeriesTime - String value of Time the Series started.public java.lang.String getSeriesTime()
public void setSeriesDescription(java.lang.String strSeriesDescription)
strSeriesDescription - - String value of Series Description.public java.lang.String getSeriesDescription()
public SeriesDescriptionCodeSequence getSeriesDescriptionCodeSequence()
public void setOperatorsName(java.lang.String[] strTimeOfLastCalibration)
strOperatorsName - String array of Name(s) of the operator(s) supporting the Seriespublic java.lang.String[] getOperatorsName()
public ReferencedPerformedProcedureStepSequence getReferencedPerformedProcedureStepSequence()
public RequestAttributesSequence getRequestAttributesSequence()
public PerformedProcedureStepSummaryMacro getPerformedProcedureStepSummaryMacro()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module