public class StudyAcquisitionModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
StudyAcquisitionModule(IDataSet objIDataSet)
Instantiates a new study acquisition module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAcquisitionsInStudy()
Retrieves Number of series in the study.
|
java.lang.String[] |
getModalitiesInStudy()
Retrieves This Attribute may take one or more of the values defined for Modality (0008,0060).
|
java.lang.String |
getSeriesInStudy()
Retrieves Number of image data acquisitions used in performing the study.
|
java.lang.String |
getStudyArrivalDate()
Retrieves Date that patient arrived at study check-in location.
|
java.lang.String |
getStudyArrivalTime()
Retrieves Time at which patient arrived at study check-in location.
|
java.lang.String |
getStudyCompletionDate()
Retrieves Date on which the acquisition of study information was completed.
|
java.lang.String |
getStudyCompletionTime()
Retrieves Time at which the acquisition of study information was completed.
|
java.lang.String |
getStudyDate()
Retrieves Date on which the acquisition of the study information was started.
|
java.lang.String |
getStudyTime()
Retrieves Time at which the acquisition of the study information was started.
|
java.lang.String |
getStudyVerifiedDate()
Retrieves Date on which the image quality for the patient examination was verified.
|
java.lang.String |
getStudyVerifiedTime()
Retrieves Time at which the image quality for the patient examination was verified.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setAcquisitionsInStudy(java.lang.String strAcquisitionsInStudy)
Number of image data acquisitions used in performing the study.
|
void |
setModalitiesInStudy(java.lang.String[] arrStrModalitiesInStudy)
This Attribute may take one or more of the values defined for Modality (0008,0060).
|
void |
setSeriesInStudy(java.lang.String strSeriesInStudy)
Number of series in the study.
|
void |
setStudyArrivalDate(java.lang.String strStudyArrivalDate)
Sets Date that patient arrived at study check-in location.
|
void |
setStudyArrivalTime(java.lang.String strStudyArrivalTime)
Sets Time at which patient arrived at study check-in location.
|
void |
setStudyCompletionDate(java.lang.String strStudyCompletionDate)
Sets Date on which the acquisition of study information was completed.
|
void |
setStudyCompletionTime(java.lang.String strStudyCompletionTime)
Sets Time at which the acquisition of study information was completed.
|
void |
setStudyDate(java.lang.String strStudyDate)
Sets Date on which the acquisition of the study information was started.
|
void |
setStudyTime(java.lang.String strStudyTime)
Sets Time at which the acquisition of the study information was started.
|
void |
setStudyVerifiedDate(java.lang.String strStudyVerifiedDate)
Date on which the image quality for the patient examination was verified.
|
void |
setStudyVerifiedTime(java.lang.String strStudyVerifiedTime)
Time at which the image quality for the patient examination was verified.
|
boolean |
validateModule()
Validates the Module's DataElement according to Dicom Standard.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public StudyAcquisitionModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
IModulevalidateModule in interface IModulevalidateModule in class ModuleInvalidModuleExceptionpublic void setStudyArrivalDate(java.lang.String strStudyArrivalDate)
strStudyArrivalDate - String value of Study Arrival Date.public void setStudyArrivalTime(java.lang.String strStudyArrivalTime)
strStudyArrivalTime - String value of Study Arrival Time.public void setStudyDate(java.lang.String strStudyDate)
strStudyDate - String value of Study Date.public void setStudyTime(java.lang.String strStudyTime)
strStudyTime - String value of Study time.public void setStudyCompletionDate(java.lang.String strStudyCompletionDate)
strStudyCompletionDate - String value of Study Completion Date.public void setStudyCompletionTime(java.lang.String strStudyCompletionTime)
strStudyCompletionTime - String value of Study Completion Time.public void setStudyVerifiedDate(java.lang.String strStudyVerifiedDate)
strStudyVerifiedDate - String value of Study Verified Date.public void setStudyVerifiedTime(java.lang.String strStudyVerifiedTime)
strStudyVerifiedTime - String value of Study Verified Time.public void setModalitiesInStudy(java.lang.String[] arrStrModalitiesInStudy)
arrStrModalitiesInStudy - String array of Modalities In Study.public void setSeriesInStudy(java.lang.String strSeriesInStudy)
strSeriesInStudy - String value of Series In Study.public void setAcquisitionsInStudy(java.lang.String strAcquisitionsInStudy)
strAcquisitionsInStudy - String value of Acquisition in study.public java.lang.String getStudyArrivalDate()
public java.lang.String getStudyArrivalTime()
public java.lang.String getStudyDate()
public java.lang.String getStudyTime()
public java.lang.String getStudyCompletionDate()
public java.lang.String getStudyCompletionTime()
public java.lang.String getStudyVerifiedDate()
public java.lang.String getStudyVerifiedTime()
public java.lang.String[] getModalitiesInStudy()
public java.lang.String getAcquisitionsInStudy()
public java.lang.String getSeriesInStudy()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module