public class GeneralEquipmentModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
GeneralEquipmentModule(IDataSet objIDataSet)
Instantiates a new general equipment module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getDateOfLastCalibration()
Gets the date of last calibration.
|
java.lang.String |
getDeviceSerialNumber()
Gets the device serial number.
|
java.lang.String |
getGantryID()
Gets the Gantry ID.
|
java.lang.String |
getInstitutionAddress()
Gets the institution address.
|
java.lang.String |
getInstitutionalDepartmentName()
Gets the institutional department name.
|
java.lang.String |
getInstitutionName()
Gets the institution name.
|
java.lang.String |
getManufacturer()
Gets the manufacturer.
|
java.lang.String |
getManufacturerModelName()
Gets the manufacturer model name.
|
short |
getPixelPaddingValue()
Retrieves the pixel padding value.
|
java.lang.String[] |
getSoftwareVersions()
Gets the software versions.
|
java.lang.String |
getSpatialResolution()
Gets the spatial resolution.
|
java.lang.String |
getStationName()
Gets the station name.
|
java.lang.String[] |
getTimeOfLastCalibration()
Gets the time of last calibration.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
void |
setDateOfLastCalibration(java.lang.String[] arrStrDateOfLastCalibration)
This method is used to set Date when the image acquisition device calibration was last changed in any way.
|
void |
setDeviceSerialNumber(java.lang.String strDeviceSerialNumber)
The method is used to set Manufacturers serial number of the equipment that produced the composite instances.
|
void |
setGantryID(java.lang.String strGantryID)
Sets Gantry ID.
|
void |
setInstitutionAddress(java.lang.String strInstitutionAddress)
The method is used to set Mailing address of the institution where
the equipment that produced the composite instances is located.
|
void |
setInstitutionalDepartmentName(java.lang.String strInstitutionalDepartmentName)
The method is used to set Department in the institution where
the equipment that produced the composite instances is located.
|
void |
setInstitutionName(java.lang.String strInstitutionName)
The method is used to set Institution where the equipment that produced the composite instances is located.
|
void |
setManufacturer(java.lang.String strManufacturer)
The method is used to set Manufacturer of the equipment that produced the composite instances.
|
void |
setManufacturerModelName(java.lang.String strManufacturerModelName)
The method is used to Manufacturers model name of the equipment that produced the composite instances.
|
void |
setPixelPaddingValue(short sPixelPaddingValue)
Value of pixels added to non-rectangular image to pad to rectangular format.
|
void |
setSoftwareVersions(java.lang.String[] arrStrSoftwareVersions)
This method is used to set Manufacturers designation of software version of the equipment that produced the composite instances.
|
void |
setSpatialResolution(java.lang.String strSpatialResolution)
The method is used to set The inherent limiting resolution in mm of the acquisition equipment
for high contrast objects for the data gathering and reconstruction technique chosen.
|
void |
setStationName(java.lang.String strStationName)
The method is used to set User defined name identifying the machine that produced the composite instances.
|
void |
setTimeOfLastCalibration(java.lang.String[] arrStrTimeOfLastCalibration)
The Method is used to set Time when the image acquisition device calibration was last changed in any way.
|
boolean |
validateModule()
This method validates each Attribute in the Module according to the Type
of the Attribute.Attributes are of 5 types.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public GeneralEquipmentModule(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 - :The name of the Manufacturer of the equipmentpublic void setInstitutionName(java.lang.String strInstitutionName)
strInstitutionName - :The name of Institutionpublic void setInstitutionAddress(java.lang.String strInstitutionAddress)
strInstitutionAddress - :The address of Institutionpublic void setStationName(java.lang.String strStationName)
strStationName - the str station namepublic void setInstitutionalDepartmentName(java.lang.String strInstitutionalDepartmentName)
strInstitutionalDepartmentName - :The string value of Institutional Department Namepublic void setManufacturerModelName(java.lang.String strManufacturerModelName)
strManufacturerModelName - :Manufacturer Model Namepublic void setDeviceSerialNumber(java.lang.String strDeviceSerialNumber)
strDeviceSerialNumber - :String value of Device Serial Numberpublic void setSoftwareVersions(java.lang.String[] arrStrSoftwareVersions)
arrStrSoftwareVersions - :StrSoftware Versionspublic void setGantryID(java.lang.String strGantryID)
strGantryID - String value of Gantry ID.public void setSpatialResolution(java.lang.String strSpatialResolution)
strSpatialResolution - the str spatial resolutionpublic void setDateOfLastCalibration(java.lang.String[] arrStrDateOfLastCalibration)
arrStrDateOfLastCalibration - :Date Of Last Calibrationpublic void setTimeOfLastCalibration(java.lang.String[] arrStrTimeOfLastCalibration)
arrStrTimeOfLastCalibration - :Time Of Last Calibrationpublic void setPixelPaddingValue(short sPixelPaddingValue)
sPixelPaddingValue - : Pixel Padding Valuepublic java.lang.String getManufacturer()
public java.lang.String getInstitutionName()
public java.lang.String getInstitutionAddress()
public java.lang.String getStationName()
public java.lang.String getInstitutionalDepartmentName()
public java.lang.String getManufacturerModelName()
public java.lang.String getDeviceSerialNumber()
public java.lang.String[] getSoftwareVersions()
public java.lang.String getGantryID()
public java.lang.String getSpatialResolution()
public java.lang.String[] getDateOfLastCalibration()
public java.lang.String[] getTimeOfLastCalibration()
public short getPixelPaddingValue()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module