public class PrinterCharacteristicsSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCreationDate()
Retrieves Date of print job creation.
|
java.lang.String |
getCreationTime()
Retrieves Time of print job creation.
|
java.lang.String[] |
getDateOfLastCalibration()
Retrieves Date when the printer was last calibrated.
|
java.lang.String |
getDestinationAE()
Retrieves Application Entity Title that performed the print operation.
|
java.lang.String |
getDeviceSerialNumber()
Retrieves Manufacturer�s serial number of the printer.
|
java.lang.String |
getManufacturer()
Retrieves Manufacturer of the printer.
|
java.lang.String |
getManufacturerModelName()
Retrieves Manufacturer Model Name.
|
java.lang.String |
getOriginator()
Retrieves Application Entity Title that issued the print operation.
|
java.lang.String |
getPrinterName()
Retrieves User defined name identifying the printer.
|
java.lang.String[] |
getSoftwareVersion()
Retrieves Manufacturer�s designation of software version of the printer.
|
java.lang.String[] |
getTimeOfLastCalibration()
Retrieves Time when the printer was last calibrated.
|
void |
setCreationDate(java.lang.String strCreationDate)
Sets Date of print job creation.
|
void |
setCreationTime(java.lang.String strCreationTime)
Sets Time of print job creation.
|
void |
setDateOfLastCalibration(java.lang.String[] strDateOfLastCalibration)
Sets Date when the printer was last calibrated.
|
void |
setDestinationAE(java.lang.String strDestinationAE)
Sets Application Entity Title that performed the print operation.
|
void |
setDeviceSerialNumber(java.lang.String strManufacturerModelName)
Sets Manufacturer�s serial number of the printer.
|
void |
setManufacturer(java.lang.String strManufacturer)
Sets Manufacturer of the printer.
|
void |
setManufacturerModelName(java.lang.String strManufacturerModelName)
Sets Manufacturer's Model Name of the printer.
|
void |
setOriginator(java.lang.String strOriginator)
Sets Application Entity Title that issued the print operation.
|
void |
setPrinterName(java.lang.String strPrinterName)
Sets User defined name identifying the printer.
|
void |
setSoftwareVersion(java.lang.String[] strArrSoftwareVersion)
Sets Manufacturer�s designation of software version of the printer.
|
void |
setTimeOfLastCalibration(java.lang.String[] strTimeOfLastCalibration)
Sets Time when the printer was last calibrated.
|
boolean |
validateForModule()
Validates all the attributes in
PrinterCharacteristicsSequenceItem 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 void setCreationDate(java.lang.String strCreationDate)
strCreationDate - String value of Date of print job creation.public java.lang.String getCreationDate()
public void setCreationTime(java.lang.String strCreationTime)
strCreationTime - String value of Time of print job creation.public java.lang.String getCreationTime()
public void setOriginator(java.lang.String strOriginator)
strOriginator - String value of Application Entity Title that issued the print operation.public java.lang.String getOriginator()
public void setDestinationAE(java.lang.String strDestinationAE)
strDestinationAE - String value of Application Entity Title that performed the print operation.public java.lang.String getDestinationAE()
public void setPrinterName(java.lang.String strPrinterName)
strPrinterName - String value of User defined name identifying the printer.public java.lang.String getPrinterName()
public void setManufacturer(java.lang.String strManufacturer)
strManufacturer - String value of Manufacturer of the printer..public java.lang.String getManufacturer()
public void setManufacturerModelName(java.lang.String strManufacturerModelName)
strManufacturerModelName - String value of Manufacturer's Model Name of the printer.public java.lang.String getManufacturerModelName()
public void setDeviceSerialNumber(java.lang.String strManufacturerModelName)
strManufacturerModelName - String value of Manufacturer�s serial number of the printer..public java.lang.String getDeviceSerialNumber()
public void setSoftwareVersion(java.lang.String[] strArrSoftwareVersion)
strArrSoftwareVersion - String array of Manufacturer�s designation of Software Version of the printer.public java.lang.String[] getSoftwareVersion()
public void setDateOfLastCalibration(java.lang.String[] strDateOfLastCalibration)
strDateOfLastCalibration - String array of Date when the printer was last calibrated.public java.lang.String[] getDateOfLastCalibration()
public void setTimeOfLastCalibration(java.lang.String[] strTimeOfLastCalibration)
strTimeOfLastCalibration - String array of Time when the printer was last calibrated.public java.lang.String[] getTimeOfLastCalibration()
public boolean validateForModule()
throws InvalidItemException
PrinterCharacteristicsSequenceItem that are present in the DataSet.validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.