public class ProposedStudySequenceItem extends Item
ProposedStudySequence.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccessionNumber()
Returns a RIS generated number that identifies the order for the Study.
|
java.lang.String |
getAdditionalPatientHistory()
Return Patient's additional history.
|
java.lang.String[] |
getAdmittingDiagnosesDescription()
Return Description of the admitting diagnosis(diagnoses).
|
java.lang.String |
getEthnicGroup()
Return the String value of the attribute Ethnic Group
|
java.lang.String[] |
getNameOfPhysicianReadingStudy()
Returns Names of the physician(s) who are reading the Study.
|
java.lang.String |
getOccupation()
Return Patient's Occupation.
|
java.lang.String[] |
getOtherPatientIDs()
Return the Array of String values of the attribute Other Patient IDs.
|
java.lang.String[] |
getOtherPatientNames()
Return the Array of String values of the attribute Other Patient Names.
|
java.lang.String |
getPatientAge()
Returns the String value of the attribute Patient Age.
|
java.lang.String |
getPatientBirthDate()
Return the Patient's Birth Date.
|
java.lang.String |
getPatientBirthTime()
Return Patient's Birth Time.
|
java.lang.String |
getPatientComments()
Return the String value of the attribute Patient Comments
|
java.lang.String |
getPatientID()
Return Primary hospital identification number or code for the patient.
|
java.lang.String |
getPatientName()
Return the String value of the attribute Patient Name.
|
java.lang.String |
getPatientSex()
Return the Patient Sex in Patient Module.
|
java.lang.String |
getPatientSize()
Return the String value of the attribute Patient Size.
|
java.lang.String |
getPatientWeight()
Return the String value of the attribute Patient Weight.
|
java.lang.String |
getReferringPhysicianName()
Returns name of the patient's referring physician.
|
java.lang.String |
getSeriesNumber()
Retruns the Series Number in General Series Module.
|
java.lang.String |
getStudyDate()
Returns date on which the Study started.
|
java.lang.String |
getStudyDescription()
Returns Institution-generated description or classification of the Study performed.
|
java.lang.String |
getStudyID()
Returns User or equipment generated Study identifier.
|
java.lang.String |
getStudyInstanceUID()
Returns Unique identifier for the Study.
|
java.lang.String |
getStudyTime()
Returns time on which the Study started.
|
void |
setAccessionNumber(java.lang.String strAccessionNumber)
Sets a RIS generated number that identifies the order for the Study
|
void |
setAdditionalPatientHistory(java.lang.String strAdditionalPatientHistory)
Sets the Additional Patient History in Patient Study Module.
|
void |
setAdmittingDiagnosesDescription(java.lang.String[] arrStrAdmittingDiagnosesDescription)
Sets the Description of the admitting diagnosis (diagnoses).
|
void |
setEthnicGroup(java.lang.String strEthnicGroup)
This method is used to set the Ethnic Group in Patient Module.
|
void |
setNameOfPhysicianReadingStudy(java.lang.String[] arrStrNameOfPhysicianReadingStudy)
Sets Names of the physician(s) who are reading the Study.
|
void |
setOccupation(java.lang.String strOccupation)
Sets the Patient's Occupation.
|
void |
setOtherPatientIDs(java.lang.String[] arrStrOtherPatientIDs)
Sets the Other Patient IDs in Patient Module.
|
void |
setOtherPatientNames(java.lang.String[] arrStrOtherPatientNames)
Sets the Other Patient Names in Patient Module.
|
void |
setPatientAge(java.lang.String strPatientAge)
Sets the Age of the Patient.
|
void |
setPatientBirthDate(java.lang.String strPatientBirthDate)
Sets the Patient Birth Date in Patient Module.
|
void |
setPatientBirthTime(java.lang.String strPatientBirthTime)
Sets the Patient Birth Time in Patient Module.
|
void |
setPatientComments(java.lang.String strPatientComments)
Sets the Patient Comments in Patient Module.
|
void |
setPatientID(java.lang.String strPatientID)
Sets the Primary hospital identification number or code for the patient in Patient Module.
|
void |
setPatientName(java.lang.String strPatientName)
Sets the Patient Name in Patient Module.
|
void |
setPatientSex(EnumPatientsSex enumPatientSex)
Sets the Patient Sex in Patient Module.
|
void |
setPatientSize(java.lang.String strPatientSize)
Sets the Patient Size.
|
void |
setPatientWeight(java.lang.String strPatientWeight)
Sets the Patient Weight.
|
void |
setReferringPhysicianName(java.lang.String strReferringPhysicianName)
Sets Name of the patient's referring physician.
|
void |
setSeriesNumber(java.lang.String strSeriesNumber)
Sets the Series Number in General Series Module.
|
void |
setStudyDate(java.lang.String strStudyDate)
Sets date on which the Study started.
|
void |
setStudyDescription(java.lang.String strStudyDescription)
Sets Institution-generated description or classification of the Study performed.
|
void |
setStudyID(java.lang.String strStudyID)
Sets User or equipment generated Study identifier.
|
void |
setStudyInstanceUID(java.lang.String strStudyInstanceUID)
Sets Unique identifier for the Study.
|
void |
setStudyTime(java.lang.String strStudyTime)
Sets time on which the Study started.
|
boolean |
validateForModule()
Validates all the attributes in Proposed Study Sequence that are present in the DataSet
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic boolean validateForModule()
throws ValidationException
validateForModule in interface IItemvalidateForModule in class ItemValidationException - throws ValidationException If Mandatory or Conditional element fails.public void setPatientName(java.lang.String strPatientName)
strPatientName - String value of Patient's full name.public java.lang.String getPatientName()
public void setPatientID(java.lang.String strPatientID)
strPatientID - String value of Patient ID.public java.lang.String getPatientID()
public void setPatientBirthDate(java.lang.String strPatientBirthDate)
strPatientBirthDate - String value of Birth date of the patient.public java.lang.String getPatientBirthDate()
public void setPatientSex(EnumPatientsSex enumPatientSex)
enumPatientSex - Enum value of sex of the patient.public java.lang.String getPatientSex()
public void setPatientBirthTime(java.lang.String strPatientBirthTime)
strPatientBirthTime - String value of Birth time of the Patient.public java.lang.String getPatientBirthTime()
public void setOtherPatientIDs(java.lang.String[] arrStrOtherPatientIDs)
arrStrOtherPatientIDs - Other identification numbers or codes used to identify the patient.public java.lang.String[] getOtherPatientIDs()
public void setOtherPatientNames(java.lang.String[] arrStrOtherPatientNames)
arrStrOtherPatientNames - String array of Other names used to identify the patient.public java.lang.String[] getOtherPatientNames()
public void setEthnicGroup(java.lang.String strEthnicGroup)
strEthnicGroup - Ethnic group or race of the patient.public java.lang.String getEthnicGroup()
public void setPatientComments(java.lang.String strPatientComments)
strPatientComments - User-defined additional information about the patient.public java.lang.String getPatientComments()
public void setStudyInstanceUID(java.lang.String strStudyInstanceUID)
strStudyInstanceUID - String value of Unique identifier for the Study.public java.lang.String getStudyInstanceUID()
public void setStudyDate(java.lang.String strStudyDate)
strStudyDate - String value of the Date on which the Study started.public java.lang.String getStudyDate()
public void setStudyTime(java.lang.String strStudyTime)
strStudyTime - String value of time on which the Study started.public java.lang.String getStudyTime()
public void setReferringPhysicianName(java.lang.String strReferringPhysicianName)
strReferringPhysicianName - String value of the patient's referring physician.public java.lang.String getReferringPhysicianName()
public void setStudyID(java.lang.String strStudyID)
strStudyID - String value of the Study ID.public java.lang.String getStudyID()
public void setAccessionNumber(java.lang.String strAccessionNumber)
strAccessionNumber - String valueof Accession Number.public java.lang.String getAccessionNumber()
public void setStudyDescription(java.lang.String strStudyDescription)
strStudyDescription - String value of Institution-generated description.public java.lang.String getStudyDescription()
public void setNameOfPhysicianReadingStudy(java.lang.String[] arrStrNameOfPhysicianReadingStudy)
arrStrNameOfPhysicianReadingStudy - Names of the physician(s)public java.lang.String[] getNameOfPhysicianReadingStudy()
public void setAdmittingDiagnosesDescription(java.lang.String[] arrStrAdmittingDiagnosesDescription)
arrStrAdmittingDiagnosesDescription - Description of the admitting diagnosis (diagnoses)public java.lang.String[] getAdmittingDiagnosesDescription()
public void setPatientAge(java.lang.String strPatientAge)
strPatientAge - String value of age of the Patient.public java.lang.String getPatientAge()
public void setPatientSize(java.lang.String strPatientSize)
strPatientSize - String value of Length or size of the Patient, in meters.public java.lang.String getPatientSize()
public void setPatientWeight(java.lang.String strPatientWeight)
strPatientWeight - String value of Weight of the Patient, in kilograms.public java.lang.String getPatientWeight()
public void setOccupation(java.lang.String strOccupation)
strOccupation - String value of Occupation of the Patient's Occupation.public java.lang.String getOccupation()
public void setAdditionalPatientHistory(java.lang.String strAdditionalPatientHistory)
strAdditionalPatientHistory - Additional information about the Patient's medical history.public java.lang.String getAdditionalPatientHistory()
public void setSeriesNumber(java.lang.String strSeriesNumber)
strSeriesNumber - String value of Series Number.public java.lang.String getSeriesNumber()