public class ContributingEquipmentSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContributionDateTime()
Retrieves the Date & Time when the equipment contributed to the composite instance.
|
java.lang.String |
getContributionDescription()
Retrieves Description of the contribution the equipment made to the composite instance.
|
java.lang.String[] |
getDateOfLastCalibration()
Retrieves Date when the image acquisition device calibration was last changed.
|
java.lang.String |
getDeviceSerialNumber()
Retrieves Manufacturer�s serial number of the equipment that contributed to the composite instance.
|
java.lang.String |
getInstitutionAddress()
Retrieves Address of the institution where the equipment that contributed to the composite instance is located.
|
java.lang.String |
getInstitutionalDepartmentName()
Retrieves Department in the institution where the equipment that contributed to the composite instance is located.
|
java.lang.String |
getInstitutionName()
Retrieves Institution where the equipment that contributed to the composite instance is located.
|
java.lang.String |
getManufacturer()
Retrieves Manufacturer of the equipment that contributed to the composite instance.
|
java.lang.String |
getManufacturersModelName()
Retrieves Manufacturer�s model name.
|
OperatorIdentificationSequence |
getOperatorIdentificationSequence()
Retrieves pre-initialized object of Operator Identification Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
java.lang.String[] |
getOperatorsName()
Retrieves Name of operator.
|
PurposeOfReferenceCodeSequence |
getPurposeOfReferenceCodeSequence()
Retrieves pre-initialized object of Purpose Of Reference Code Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
java.lang.String[] |
getSoftwareVersions()
Retrieves Manufacturer�s designation of the software version of the equipment that contributed to the composite instance.
|
java.lang.String |
getSpatialResolution()
Retrieves inherent limiting resolution in ,, of the acquisition equipment for high contrast
objects for the data gathering and reconstruction technique chosen.
|
java.lang.String |
getStationName()
Retrieves User defined name identifying the machine that contributed to the composite instance.
|
java.lang.String[] |
getTimeOfLastCalibration()
Retrieves Time when the image acquisition device calibration was last changed in any way.
|
void |
setContributionDateTime(java.lang.String strContributionDateTime)
Sets the Date & Time when the equipment contributed to the composite instance.
|
void |
setContributionDescription(java.lang.String strContributionDescription)
Sets Description of the contribution the equipment made to the composite instance.
|
void |
setDateOfLastCalibration(java.lang.String[] strDateOfLastCalibration)
Sets Date when the image acquisition device calibration was last changed in any way.
|
void |
setDeviceSerialNumber(java.lang.String strDeviceSerialNumber)
Sets Manufacturer�s serial number of the equipment that contributed to the composite instance.
|
void |
setInstitutionAddress(java.lang.String strInstitutionAddress)
Sets Address of the institution where the equipment that contributed to the composite instance is located.
|
void |
setInstitutionalDepartmentName(java.lang.String strInstitutionalDepartmentName)
Sets Department in the institution where the equipment that contributed to the composite instance is located.
|
void |
setInstitutionName(java.lang.String strInstitutionName)
Sets Institution where the equipment that contributed to the composite instance is located.
|
void |
setManufacturer(java.lang.String strManufacturer)
Sets Manufacturer of the equipment that contributed to the composite instance.
|
void |
setManufacturersModelName(java.lang.String strManufacturersModelName)
Sets Manufacturer�s model name of the equipment that contributed to the composite instance.
|
void |
setOperatorsName(java.lang.String[] arrStrOperatorsName)
Sets the Name of operator.
|
void |
setSoftwareVersions(java.lang.String[] strSoftwareVersions)
Sets Manufacturer�s designation of the software version of the equipment that contributed to the composite instance.
|
void |
setSpatialResolution(java.lang.String strSpatialResolution)
Sets the inherent limiting resolution in ,, of the acquisition equipment for high contrast
objects for the data gathering and reconstruction technique chosen.
|
void |
setStationName(java.lang.String strStationName)
Sets User defined name identifying the machine that contributed to the composite instance.
|
void |
setTimeOfLastCalibration(java.lang.String[] strTimeOfLastCalibration)
Sets Time when the image acquisition device calibration was last changed in any way.
|
boolean |
validateForModule()
Validates all the attributes in Contributing Equipment Sequence Item 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 PurposeOfReferenceCodeSequence getPurposeOfReferenceCodeSequence()
public void setManufacturer(java.lang.String strManufacturer)
strManufacturer - String value of Manufacturer.public java.lang.String getManufacturer()
public void setInstitutionName(java.lang.String strInstitutionName)
strInstitutionName - String value of Institution Namepublic java.lang.String getInstitutionName()
public void setInstitutionAddress(java.lang.String strInstitutionAddress)
strInstitutionAddress - String value of Institution Address.public java.lang.String getInstitutionAddress()
public void setStationName(java.lang.String strStationName)
strStationName - String value of Station Name.public java.lang.String getStationName()
public void setInstitutionalDepartmentName(java.lang.String strInstitutionalDepartmentName)
strInstitutionalDepartmentName - String value of Institutional Department Name.public java.lang.String getInstitutionalDepartmentName()
public void setOperatorsName(java.lang.String[] arrStrOperatorsName)
arrStrOperatorsName - String array of Operators Name .public java.lang.String[] getOperatorsName()
public OperatorIdentificationSequence getOperatorIdentificationSequence()
public void setManufacturersModelName(java.lang.String strManufacturersModelName)
strManufacturersModelName - String value of Manufacturers Model Name.public java.lang.String getManufacturersModelName()
public void setDeviceSerialNumber(java.lang.String strDeviceSerialNumber)
strDeviceSerialNumber - String value of Device Serial Number.public java.lang.String getDeviceSerialNumber()
public void setSoftwareVersions(java.lang.String[] strSoftwareVersions)
strSoftwareVersions - String Array of Software Versions.public java.lang.String[] getSoftwareVersions()
public void setSpatialResolution(java.lang.String strSpatialResolution)
strSpatialResolution - String value of Spatial Resolution.public java.lang.String getSpatialResolution()
public void setDateOfLastCalibration(java.lang.String[] strDateOfLastCalibration)
strDateOfLastCalibration - String Array of Date of Last Calibration.public java.lang.String[] getDateOfLastCalibration()
public void setTimeOfLastCalibration(java.lang.String[] strTimeOfLastCalibration)
strTimeOfLastCalibration - String array of Time of Last Calibrationpublic java.lang.String[] getTimeOfLastCalibration()
public void setContributionDateTime(java.lang.String strContributionDateTime)
strContributionDateTime - String value of Contribution Date Time.public java.lang.String getContributionDateTime()
public void setContributionDescription(java.lang.String strContributionDescription)
strContributionDescription - String value of Contribution Description.public java.lang.String getContributionDescription()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.