public class EncapsulatedDocumentSeriesModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
EncapsulatedDocumentSeriesModule(IDataSet objIDataSet) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getModality()
Retrieves Type of equipment that originally acquired the data used to create the images in this Series.
|
PerformedProcedureStepSummaryMacro |
getPerformedProcedureStepSummaryMacro()
Get the Instance of Performed Procedure Step Summary Macro Attributes.
|
java.lang.String |
getProtocolName()
Return Description of the conditions under which the Series was performed.
|
ReferencedPerformedProcedureStepSequence |
getReferencedPerformedProcedureStepSequence()
Returns provides 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()
Returns provides 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 |
getSeriesDescription()
Return Description of the Series
|
SeriesDescriptionCodeSequence |
getSeriesDescriptionCodeSequence()
Returns provides the pre-initialized object of Series Description Code 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 |
getSeriesInstanceUID()
Retrieves a Unique identifier of the Series.
|
java.lang.String |
getSeriesNumber()
Retrieves a number that identifies the Series.
|
ISingleCollection<ITag> |
getVectorOfKeys()
Returns the collection of keys representing the DataElements that belong to this module.
|
void |
setModality(EnumModality enumModality)
Sets the Modality.
|
void |
setProtocolName(java.lang.String strProtocolName)
Sets Description of the conditions under which the Series was performed.
|
void |
setSeriesDescription(java.lang.String strProtocolName)
Set Description of the Series
|
void |
setSeriesInstanceUID(java.lang.String strSeriesInstanceUID)
Sets a Unique identifier of the Series.
|
void |
setSeriesNumber(java.lang.String strSeriesNumber)
Sets a number that identifies the Series.
|
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 EncapsulatedDocumentSeriesModule(IDataSet objIDataSet)
public boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - - Throws when validation for any Module.public 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 number that identifies the Series.public java.lang.String getSeriesNumber()
public ReferencedPerformedProcedureStepSequence getReferencedPerformedProcedureStepSequence()
public void setProtocolName(java.lang.String strProtocolName)
strProtocolName - String value of Protocol Namepublic java.lang.String getProtocolName()
public void setSeriesDescription(java.lang.String strProtocolName)
strProtocolName - String value of PSeriesDescriptionpublic java.lang.String getSeriesDescription()
public SeriesDescriptionCodeSequence getSeriesDescriptionCodeSequence()
public RequestAttributesSequence getRequestAttributesSequence()
public PerformedProcedureStepSummaryMacro getPerformedProcedureStepSummaryMacro()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module