public class VisitRelationshipModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
VisitRelationshipModule(IDataSet objIDataSet)
Instantiates a new visit relationship module.
|
| Modifier and Type | Method and Description |
|---|---|
ReferencedPatientSequence |
getReferencedPatientSequence()
This method provides the pre-initialized object of Referenced Patient Sequence.
|
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 according to the rules specified by DICOM Standard.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public VisitRelationshipModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - the invalid module exceptionpublic ReferencedStudySequence getReferencedStudySequence()
public ReferencedPatientSequence getReferencedPatientSequence()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module