public class StudyReadModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
StudyReadModule(IDataSet objIDataSet)
Instantiates a new study read module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getNameOfPhysiciansReadingStudy()
Retrieves Name of the physician(s) reading the study.
|
PhysiciansReadingStudyIdentificationSequence |
getPhysiciansReadingStudyIdentificationSequence()
This method provides the pre-initialized object of Physicians Reading Study Identification Sequence.
|
java.lang.String |
getStudyReadDate()
Retrieves Date on which the study was read.
|
java.lang.String |
getStudyReadTime()
Retrieves Time at which the study was read.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setNameOfPhysiciansReadingStudy(java.lang.String[] arrStrNameOfPhysiciansReadingStudy)
Sets Name of the physician(s) reading the study.
|
void |
setStudyReadDate(java.lang.String strStudyReadDate)
Sets Date on which the study was read.
|
void |
setStudyReadTime(java.lang.String strStudyReadTime)
Sets Time at which the study was read.
|
boolean |
validateModule()
Validates the Module's DataElement according to Dicom Standard.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public StudyReadModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
IModulevalidateModule in interface IModulevalidateModule in class ModuleInvalidModuleExceptionpublic void setNameOfPhysiciansReadingStudy(java.lang.String[] arrStrNameOfPhysiciansReadingStudy)
arrStrNameOfPhysiciansReadingStudy - String array of Name Of Physicians Reading Studypublic void setStudyReadDate(java.lang.String strStudyReadDate)
strStudyReadDate - String value of Study Read Date.public void setStudyReadTime(java.lang.String strStudyReadTime)
strStudyReadTime - String value of Study Read Time.public java.lang.String[] getNameOfPhysiciansReadingStudy()
public java.lang.String getStudyReadDate()
public java.lang.String getStudyReadTime()
public PhysiciansReadingStudyIdentificationSequence getPhysiciansReadingStudyIdentificationSequence()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module