public class StudyComponentRelationshipModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
StudyComponentRelationshipModule(IDataSet objIDataSet)
Instantiates a new study component relationship module.
|
| Modifier and Type | Method and Description |
|---|---|
ReferencedStudySequence |
getReferencedStudySequence()
This method provides the pre-initialized object of Referenced Study Sequence.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
boolean |
validateModule()
Validates the Module's DataElement according to Dicom Standard.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public StudyComponentRelationshipModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
IModulevalidateModule in interface IModulevalidateModule in class Modulepublic ReferencedStudySequence getReferencedStudySequence()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module