public class PrinterModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
PrinterModule(IDataSet objIDataSet)
Instantiates a new printer module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getDateOfLastCalibration()
Retrieves Date when the printer was last calibrated.
|
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's model number of the printer.
|
java.lang.String |
getPrinterName()
Retrieves User defined name identifying the printer.
|
java.lang.String |
getPrinterStatus()
Retrieves Printer device status.
|
java.lang.String |
getPrinterStatusInfo()
Retrieves Additional information about Printer Status (2110,0010).
|
java.lang.String[] |
getSoftwareVersions()
Retrieves Manufacturer's designation of software version of the printer.
|
java.lang.String[] |
getTimeOfLastCalibration()
Retrieves time when the printer was last calibrated.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setDateOfLastCalibration(java.lang.String[] arrStrDateOfLastCalibration)
Sets Date when the printer was last calibrated.
|
void |
setDeviceSerialNumber(java.lang.String strDeviceSerialNumber)
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 number of the printer.
|
void |
setPrinterName(java.lang.String strPrinterName)
Sets User defined name identifying the printer.
|
void |
setPrinterStatus(EnumPrinterStatus enumPrinterStatus)
Sets Printer device status.
|
void |
setPrinterStatusInfo(EnumPrinterStatusInfo enumPrinterStatusInfo)
Sets Additional information about Printer Status (2110,0010).
|
void |
setSoftwareVersions(java.lang.String[] arrStrSoftwareVersions)
Sets Manufacturer's designation of software version of the printer.
|
void |
setTimeOfLastCalibration(java.lang.String[] arrStrTimeOfLastCalibration)
Sets Time when the printer was last calibrated.
|
boolean |
validateModule()
Validates each Attribute in the Module according to the Type
of the Attribute.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public PrinterModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - - If validation of Module failspublic void setManufacturer(java.lang.String strManufacturer)
strManufacturer - String value of Manufacturer of the printer.public java.lang.String getManufacturer()
public void setPrinterStatus(EnumPrinterStatus enumPrinterStatus)
enumPrinterStatus - the enum printer statuspublic java.lang.String getPrinterStatus()
public void setPrinterStatusInfo(EnumPrinterStatusInfo enumPrinterStatusInfo)
enumPrinterStatusInfo - the enum printer status infopublic java.lang.String getPrinterStatusInfo()
public void setPrinterName(java.lang.String strPrinterName)
strPrinterName - String value of User defined name identifying the printer.public java.lang.String getPrinterName()
public void setManufacturerModelName(java.lang.String strManufacturerModelName)
strManufacturerModelName - Manufacturer Model number of the printer.public java.lang.String getManufacturerModelName()
public void setDeviceSerialNumber(java.lang.String strDeviceSerialNumber)
strDeviceSerialNumber - String value of Device Serial Numberpublic java.lang.String getDeviceSerialNumber()
public void setSoftwareVersions(java.lang.String[] arrStrSoftwareVersions)
arrStrSoftwareVersions - String value of Manufacturer's designation of software version of the printer.public java.lang.String[] getSoftwareVersions()
public void setDateOfLastCalibration(java.lang.String[] arrStrDateOfLastCalibration)
arrStrDateOfLastCalibration - Date Of Last Calibrationpublic java.lang.String[] getDateOfLastCalibration()
public void setTimeOfLastCalibration(java.lang.String[] arrStrTimeOfLastCalibration)
arrStrTimeOfLastCalibration - Time Of Last Calibrationpublic java.lang.String[] getTimeOfLastCalibration()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module