public class DicomImage
extends java.lang.Object
| Constructor and Description |
|---|
DicomImage() |
| Modifier and Type | Method and Description |
|---|---|
void |
fill(IDataSet objIDataSet)
It populates the DataSet with all attributes which are present in a DicomImage.
|
java.lang.String |
getAccessionNumber()
Retrieves the AccessionNumber.
|
java.lang.String |
getCurveNumber()
Retrieves the CurveNumber.
|
java.lang.String |
getImageComments()
Retrieves the Image Comments.
|
java.lang.String |
getImageNumber()
Retrieves the Image Number
|
java.lang.String |
getImageType()
Retrieves the Image Type
|
java.lang.String |
getLUTNumber()
Retrieves the LUT Number.
|
java.lang.String |
getModality()
Retrieves the Modality.
|
java.lang.String |
getOverlayNumber()
Retrieves the OverlayNumber.
|
java.lang.String |
getPatientAge()
Retrieves the Patient Age
|
java.lang.String |
getPatientBirthDate()
Retrieves the Patient Birth Date.
|
java.lang.String |
getPatientID()
Retrieves the Patient ID
|
java.lang.String |
getPatientName()
Retrieves the Patient Name
|
java.lang.String |
getPatientSex()
Retrieves the Patient Sex
|
java.lang.String |
getReferringPhysiciansName()
Retrieves the Referring Physicians Name
|
java.lang.String[] |
getRelatedGeneralSOPClassUID()
Retrieves the RelatedGeneralSOPClassUID.
|
java.lang.String |
getSeriesDescription()
Retrieves the Series Description.
|
java.lang.String |
getSeriesInstanceUID()
Retrieves the Series Instance UID.
|
java.lang.String |
getSeriesNumber()
Retrieves the Series Number.
|
java.lang.String |
getSOPClassUID()
Retrieves the SOPClassUID
|
java.lang.String |
getSOPInstanceUID()
Retrieves the SOPInstanceUID.
|
java.lang.String |
getStudyDate()
Retrieves the Study Date
|
java.lang.String |
getStudyDescription()
Retrieves the Study Description
|
java.lang.String |
getStudyID()
Retrieves the Study ID.
|
java.lang.String |
getStudyInstanceUID()
Retrieves the StudyInstanceUID
|
java.lang.String |
getStudyTime()
Retrieves the Study Time.
|
boolean |
isAccessionNumber()
Specifies the presence of AccessionNumber
|
boolean |
isCurveNumber()
Specifies the presence of CurveNumber
|
boolean |
isImageComments()
Specifies the presence of ImageComments
|
boolean |
isImageNumber()
Specifies the presence of ImageNumber
|
boolean |
isImageType()
Specifies the presence of ImageType
|
boolean |
isLUTNumber()
Specifies the presence of LUTNumber
|
boolean |
isModality()
Specifies the presence of Modality
|
boolean |
isOverlayNumber()
Specifies the presence of OverlayNumber
|
boolean |
isPatientAge()
Specifies the presence of Patient Age
|
boolean |
isPatientBirthDate()
Specifies the presence of PatientBirthDate
|
boolean |
isPatientID()
Specifies the presence of PatientID
|
boolean |
isPatientName()
Specifies the presence of PatientName
|
boolean |
isPatientSex()
Specifies the presence of PatientSex
|
boolean |
isReferringPhysiciansName()
Specifies the presence of ReferringPhysiciansName
|
boolean |
isRelatedGeneralSOPClassUID()
Specifies the presence of RelatedGeneralSOPClassUID
|
boolean |
isSeriesDescription()
Specifies the presence of SeriesDescription
|
boolean |
isSeriesInstanceUID()
Specifies the presence of SeriesInstanceUID
|
boolean |
isSeriesNumber()
Specifies the presence of SeriesNumber
|
boolean |
isSOPClassUID()
Specifies the presence of SOPClassUID
|
boolean |
isSOPInstanceUID()
Specifies the presence of SOPInstanceUID
|
boolean |
isStudyDate()
Specifies the presence of StudyDate
|
boolean |
isStudyDescription()
Specifies the presence of StudyDescription
|
boolean |
isStudyID()
Specifies the presence of StudyID
|
boolean |
isStudyInstanceUID()
Specifies the presence of StudyInstanceUID
|
boolean |
isStudyTime()
Specifies the presence of StudyTime
|
void |
populate(IDataSet objIDataSet)
Initializes the DicomImage according to the presence of DataElements in passed DataSet.
|
void |
setAccessionNumber(java.lang.String strAccessionNumber)
Sets the AccessionNumber and marks the presence of this attribute.
|
void |
setBAccessionNumber(boolean accessionNumber)
Sets the presence of AccessionNumber
|
void |
setBCurveNumber(boolean curveNumber)
Sets the presence of StudyTime
|
void |
setBImageComments(boolean imageComments)
Sets the presence of ImageComments
|
void |
setBImageNumber(boolean imageNumber)
Sets the presence of ImageNumber.
|
void |
setBImageType(boolean imageType)
Sets the presence of ImageType.
|
void |
setBLUTNumber(boolean LUTNumber)
Sets the presence of LUTNumber
|
void |
setBModality(boolean modality)
Sets the presence of Modality
|
void |
setBOverlayNumber(boolean overlayNumber)
Sets the presence of OverlayNumber
|
void |
setBPatientAge(boolean patientAge)
Sets the presence of Patient Age
|
void |
setBPatientBirthDate(boolean patientBirthDate)
Sets the presence of PatientBirthDate
|
void |
setBPatientID(boolean patientID)
Sets the presence of PatientID
|
void |
setBPatientName(boolean patientName)
Sets the presence of PatientName
|
void |
setBPatientSex(boolean patientSex)
Sets the presence of PatientSex
|
void |
setBReferringPhysiciansName(boolean referringPhysiciansName)
Sets the presence of ReferringPhysiciansName
|
void |
setBRelatedGeneralSOPClassUID(boolean relatedGeneralSOPClassUID)
Sets the presence of Related General SOP Class UID.
|
void |
setBSeriesDescription(boolean seriesDescription)
Sets the presence of SeriesDescription
|
void |
setBSeriesInstanceUID(boolean seriesInstanceUID)
Sets the presence of SeriesInstanceUID
|
void |
setBSeriesNumber(boolean seriesNumber)
Sets the presence of SeriesNumber
|
void |
setBSOPClassUID(boolean classUID)
Sets the presence of SOPClassUID
|
void |
setBSOPInstanceUID(boolean instanceUID)
Sets the presence of SOPInstanceUID
|
void |
setBStudyDate(boolean studyDate)
Sets the presence of StudyDate
|
void |
setBStudyDescription(boolean studyDescription)
Sets the presence of StudyDescription
|
void |
setBStudyID(boolean studyID)
Sets the presence of StudyID
|
void |
setBStudyInstanceUID(boolean studyInstanceUID)
Sets the presence of StudyInstanceUID
|
void |
setBStudyTime(boolean studyTime)
Sets the presence of StudyTime
|
void |
setCurveNumber(java.lang.String strCurveNumber)
Sets the CurveNumber and marks the presence of this attribute..
|
void |
setImageComments(java.lang.String strImageComments)
Sets the Image Comments and marks the presence of this attribute..
|
void |
setImageNumber(java.lang.String strImageNumber)
Sets the Image Number and marks the presence of this attribute..
|
void |
setImageType(java.lang.String strImageType)
Sets the Image Type and marks the presence of this attribute..
|
void |
setLUTNumber(java.lang.String strLUTNumber)
Sets the LUT Number and marks the presence of this attribute..
|
void |
setModality(java.lang.String strModality)
Sets the Modality and marks the presence of this attribute..
|
void |
setOverlayNumber(java.lang.String strOverlayNumber)
Sets the OverlayNumber and marks the presence of this attribute..
|
void |
setPatientAge(java.lang.String strPatientAge)
Sets the Patient Age and marks the presence of this attribute..
|
void |
setPatientBirthDate(java.lang.String strPatientBirthDate)
Sets the Patient Birth Date.
|
void |
setPatientID(java.lang.String strPatientID)
Sets the Patient ID and marks the presence of this attribute..
|
void |
setPatientName(java.lang.String strPatientName)
Sets the Patient Name and marks the presence of this attribute.
|
void |
setPatientSex(java.lang.String strPatientSex)
Sets the Patient Sex and marks the presence of this attribute..
|
void |
setReferringPhysiciansName(java.lang.String strReferringPhysiciansName)
Sets the Referring Physicians Name and marks the presence of this attribute..
|
void |
setRelatedGeneralSOPClassUID(java.lang.String[] arrstrRelatedGeneralSOPClassUID)
Sets the value of RelatedGeneralSOPClassUID.
|
void |
setSeriesDescription(java.lang.String strSeriesDescription)
Sets the Series Description and marks the presence of this attribute..
|
void |
setSeriesInstanceUID(java.lang.String strSeriesInstanceUID)
Sets the Series Instance UID and marks the presence of this attribute..
|
void |
setSeriesNumber(java.lang.String strSeriesNumber)
Sets the Series Number and marks the presence of this attribute..
|
void |
setSOPClassUID(java.lang.String strSOPClassUID)
Sets the SOPClassUID and marks the presence of this attribute..
|
void |
setSOPInstanceUID(java.lang.String strSOPInstanceUID)
Sets the SOPInstanceUID and marks the presence of this attribute..
|
void |
setStudyDate(java.lang.String strStudyDate)
Sets the Study Date and marks the presence of this attribute..
|
void |
setStudyDescription(java.lang.String strStudyDescription)
Sets the Study Description and marks the presence of this attribute..
|
void |
setStudyID(java.lang.String strStudyID)
Sets the StudyID and marks the presence of this attribute..
|
void |
setStudyInstanceUID(java.lang.String strStudyInstanceUID)
Sets the StudyInstanceUID and marks the presence of this attribute..
|
void |
setStudyTime(java.lang.String strStudyTime)
Sets the Study Time and marks the presence of this attribute..
|
public java.lang.String getAccessionNumber()
public void setAccessionNumber(java.lang.String strAccessionNumber)
strAccessionNumber - value of AccessionNumberpublic java.lang.String getImageComments()
public void setImageComments(java.lang.String strImageComments)
strImageComments - value of Image Commentspublic java.lang.String getImageNumber()
public void setImageNumber(java.lang.String strImageNumber)
strImageNumber - value of Image Numberpublic java.lang.String getImageType()
public void setImageType(java.lang.String strImageType)
strImageType - value of Image Typepublic java.lang.String getModality()
public void setModality(java.lang.String strModality)
strModality - value of Modalitypublic java.lang.String getPatientBirthDate()
public void setPatientBirthDate(java.lang.String strPatientBirthDate)
strPatientBirthDate - value of Patient Birth Date.public java.lang.String getPatientID()
public void setPatientID(java.lang.String strPatientID)
strPatientID - value of Patient IDpublic java.lang.String getPatientAge()
public void setPatientAge(java.lang.String strPatientAge)
strPatientAge - value of Patient Agepublic java.lang.String getPatientSex()
public void setPatientSex(java.lang.String strPatientSex)
strPatientSex - value of Patient Sexpublic java.lang.String getPatientName()
public void setPatientName(java.lang.String strPatientName)
strPatientName - value of Patient Namepublic java.lang.String getReferringPhysiciansName()
public void setReferringPhysiciansName(java.lang.String strReferringPhysiciansName)
strReferringPhysiciansName - value of Referring Physicians Namepublic java.lang.String getSeriesDescription()
public void setSeriesDescription(java.lang.String strSeriesDescription)
strSeriesDescription - value of Series Descriptionpublic java.lang.String getSeriesInstanceUID()
public void setSeriesInstanceUID(java.lang.String strSeriesInstanceUID)
strSeriesInstanceUID - value of Series Instance UIDpublic java.lang.String getSeriesNumber()
public void setSeriesNumber(java.lang.String strSeriesNumber)
strSeriesNumber - value of Series Numberpublic java.lang.String getSOPClassUID()
public void setSOPClassUID(java.lang.String strSOPClassUID)
strSOPClassUID - value of SOPClassUIDpublic java.lang.String getSOPInstanceUID()
public void setSOPInstanceUID(java.lang.String strSOPInstanceUID)
strSOPInstanceUID - value of SOPInstanceUIDpublic java.lang.String getStudyDate()
public void setStudyDate(java.lang.String strStudyDate)
strStudyDate - value of Study Datepublic java.lang.String getStudyDescription()
public void setStudyDescription(java.lang.String strStudyDescription)
strStudyDescription - value of Study Descriptionpublic java.lang.String getStudyID()
public void setStudyID(java.lang.String strStudyID)
strStudyID - value of StudyIDpublic java.lang.String getStudyInstanceUID()
public void setStudyInstanceUID(java.lang.String strStudyInstanceUID)
strStudyInstanceUID - value of StudyInstanceUIDpublic java.lang.String getStudyTime()
public void setStudyTime(java.lang.String strStudyTime)
strStudyTime - value of Study Time.public java.lang.String getCurveNumber()
public void setCurveNumber(java.lang.String strCurveNumber)
strCurveNumber - value of CurveNumber.public java.lang.String getLUTNumber()
public void setLUTNumber(java.lang.String strLUTNumber)
strLUTNumber - value of LUT Numberpublic java.lang.String getOverlayNumber()
public void setOverlayNumber(java.lang.String strOverlayNumber)
strOverlayNumber - value of OverlayNumber.public java.lang.String[] getRelatedGeneralSOPClassUID()
public void setRelatedGeneralSOPClassUID(java.lang.String[] arrstrRelatedGeneralSOPClassUID)
arrstrRelatedGeneralSOPClassUID - value of RelatedGeneralSOPClassUID.public boolean isAccessionNumber()
public void setBAccessionNumber(boolean accessionNumber)
accessionNumber - shows status True if present else Falsepublic boolean isImageComments()
public void setBImageComments(boolean imageComments)
imageComments - shows status True if present else Falsepublic boolean isImageNumber()
public void setBImageNumber(boolean imageNumber)
imageNumber - shows status True if present else Falsepublic boolean isImageType()
public void setBImageType(boolean imageType)
imageType - shows status True if present else Falsepublic boolean isModality()
public void setBModality(boolean modality)
modality - shows status True if present else Falsepublic boolean isPatientBirthDate()
public void setBPatientBirthDate(boolean patientBirthDate)
patientBirthDate - shows status True if present else Falsepublic boolean isPatientID()
public void setBPatientID(boolean patientID)
patientID - shows status True if present else Falsepublic boolean isPatientAge()
public void setBPatientAge(boolean patientAge)
patientAge - shows status True if present else Falsepublic boolean isPatientSex()
public void setBPatientSex(boolean patientSex)
patientSex - shows status True if present else Falsepublic boolean isPatientName()
public void setBPatientName(boolean patientName)
patientName - shows status True if present else Falsepublic boolean isReferringPhysiciansName()
public void setBReferringPhysiciansName(boolean referringPhysiciansName)
referringPhysiciansName - shows status True if present else Falsepublic boolean isSeriesDescription()
public void setBSeriesDescription(boolean seriesDescription)
seriesDescription - shows status True if present else Falsepublic boolean isSeriesInstanceUID()
public void setBSeriesInstanceUID(boolean seriesInstanceUID)
seriesInstanceUID - shows status True if present else Falsepublic boolean isSeriesNumber()
public void setBSeriesNumber(boolean seriesNumber)
seriesNumber - shows status True if present else Falsepublic boolean isSOPClassUID()
public void setBSOPClassUID(boolean classUID)
classUID - shows status True if present else Falsepublic boolean isSOPInstanceUID()
public void setBSOPInstanceUID(boolean instanceUID)
instanceUID - shows status True if present else Falsepublic boolean isStudyDate()
public void setBStudyDate(boolean studyDate)
studyDate - shows status True if present else Falsepublic boolean isStudyDescription()
public void setBStudyDescription(boolean studyDescription)
studyDescription - shows status True if present else Falsepublic boolean isStudyID()
public void setBStudyID(boolean studyID)
studyID - shows status True if present else Falsepublic boolean isStudyInstanceUID()
public void setBStudyInstanceUID(boolean studyInstanceUID)
studyInstanceUID - shows status True if present else Falsepublic boolean isStudyTime()
public void setBStudyTime(boolean studyTime)
studyTime - shows status True if present else Falsepublic boolean isCurveNumber()
public void setBCurveNumber(boolean curveNumber)
curveNumber - shows status True if present else Falsepublic boolean isLUTNumber()
public void setBLUTNumber(boolean LUTNumber)
LUTNumber - shows status True if present else Falsepublic boolean isOverlayNumber()
public void setBOverlayNumber(boolean overlayNumber)
overlayNumber - shows status True if present else Falsepublic boolean isRelatedGeneralSOPClassUID()
public void setBRelatedGeneralSOPClassUID(boolean relatedGeneralSOPClassUID)
relatedGeneralSOPClassUID - shows status True if present else Falsepublic void fill(IDataSet objIDataSet)
objIDataSet - instance of IDataSet.public void populate(IDataSet objIDataSet)
objIDataSet - instance of IDataSet