| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.goldenhammer.dicom.DICOMHeaderData
Data class to represent DICOM header values that identify images.
 For all the get() methods, if the method returns null
 (for Strings) or -1 (for ints), then the value was never set.
| Constructor Summary | |
| DICOMHeaderData()Initializes all fields to their default values. | |
| Method Summary | |
|  java.lang.String | getImageNumber()Returns the ImageNumber property. | 
|  java.lang.String | getManufacturer() | 
|  java.lang.String | getModel() | 
|  java.lang.String | getPatientID()Returns the PatientID property. | 
|  java.util.Date | getSeriesDate() | 
|  int | getSeriesNumber()Returns the SeriesNumber property. | 
|  java.lang.String | getSeriesUID()Returns the SeriesUID property. | 
|  java.lang.String | getSOPInstanceUID()Returns the SOPInstanceUID property. | 
|  java.util.Date | getStudyDate()Returns the StudyDate property. | 
|  java.lang.String | getStudyID()Returns the Study ID property. | 
|  java.lang.String | getStudyUID()Returns the StudyUID property. | 
|  void | setImageNumber(java.lang.String imageNumber)Sets the ImageNumber property in the DICOM header for the image being stored. | 
|  void | setManufacturer(java.lang.String manufacturer) | 
|  void | setModel(java.lang.String model) | 
|  void | setPatientID(java.lang.String patientID)Sets the PatientID property in the DICOM header for the image being stored. | 
|  void | setSeriesDate(java.util.Date seriesDate) | 
|  void | setSeriesNumber(int seriesNumber)Sets the SeriesNumber property in the DICOM header for the image being stored. | 
|  void | setSeriesUID(java.lang.String seriesUID)Sets the SeriesUID property in the DICOM header for the image being stored. | 
|  void | setSOPInstanceUID(java.lang.String sopInstanceUID)Sets the SOPInstanceUID property in the DICOM header for the image being stored. | 
|  void | setStudyDate(java.util.Date studyDate)Sets the StudyDate property in the DICOM header for the image being stored. | 
|  void | setStudyID(java.lang.String studyID)Sets the Study ID property in the DICOM header for the image being stored. | 
|  void | setStudyUID(java.lang.String studyUID)Sets the StudyUID property in the DICOM header for the image being stored. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public DICOMHeaderData()
| Method Detail | 
public java.lang.String getPatientID()
public int getSeriesNumber()
public java.lang.String getSeriesUID()
public java.util.Date getStudyDate()
public java.lang.String getStudyID()
public java.lang.String getStudyUID()
public java.lang.String getImageNumber()
public java.lang.String getSOPInstanceUID()
public void setPatientID(java.lang.String patientID)
patientID - the new value for the PatientID propertypublic void setSeriesNumber(int seriesNumber)
seriesNumber - the new value for the SeriesNumber propertypublic void setSeriesUID(java.lang.String seriesUID)
seriesUID - the new value for the SeriesUID propertypublic void setStudyDate(java.util.Date studyDate)
studyDate - the new value for the StudyDate propertypublic void setStudyID(java.lang.String studyID)
studyID - the new value for the StudyID propertypublic void setStudyUID(java.lang.String studyUID)
studyUID - the new value for the StudyUID propertypublic void setImageNumber(java.lang.String imageNumber)
imageNumber - the new value for the ImageNumber propertypublic void setSOPInstanceUID(java.lang.String sopInstanceUID)
sopInstanceUID - the new value for the SOPInstanceUID propertypublic java.lang.String getManufacturer()
public void setManufacturer(java.lang.String manufacturer)
manufacturer - The manufacturer to set.public java.lang.String getModel()
public void setModel(java.lang.String model)
model - The model to set.public java.util.Date getSeriesDate()
public void setSeriesDate(java.util.Date seriesDate)
seriesDate - The seriesDate to set.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||