public class ResultsRelationshipModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
ResultsRelationshipModule(IDataSet objIDataSet)
Instantiates a new results relationship module.
|
| Modifier and Type | Method and Description |
|---|---|
ReferencedInterpretationSequence |
getReferencedInterpretationSequence()
Returns ReferencedInterpretationSequence instance that Uniquely identifies the report SOP Instances and amendment SOP Instances that comprise the
results SOP Instance.
|
ReferencedStudySequence |
getReferencedStudySequence()
Returns Instance of ReferencedStudySequence that Uniquely identifies the Study SOP Instances associated with the Results SOP Instance.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
boolean |
validateModule()
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 ResultsRelationshipModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - - If validation of Module failspublic ReferencedStudySequence getReferencedStudySequence()
public ReferencedInterpretationSequence getReferencedInterpretationSequence()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module