public class EnhancedGeneralEquipmentModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
EnhancedGeneralEquipmentModule(IDataSet objIDataSet)
Creates Enhanced General Equipment Module with default initialization.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDeviceSerialNumber()
Gets the Device Serial Number.
|
java.lang.String |
getManufacturer()
Gets the manufacturer.
|
java.lang.String |
getManufacturersModelName()
Gets the Manufacturers Model Name.
|
java.lang.String[] |
getSoftwareVersions()
Gets the software versions.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
void |
setDeviceSerialNumber(java.lang.String strDeviceSerialNumber)
Sets Device Serial Number.
|
void |
setManufacturer(java.lang.String strManufacturer)
Sets Manufacturer.
|
void |
setManufacturersModelName(java.lang.String strManufacturersModelName)
Sets Manufacturers Model Name.
|
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.
|
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 EnhancedGeneralEquipmentModule(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 java.lang.String getManufacturer()
public void setManufacturersModelName(java.lang.String strManufacturersModelName)
strManufacturersModelName - :The name of the Manufacturers Modelpublic java.lang.String getManufacturersModelName()
public void setDeviceSerialNumber(java.lang.String strDeviceSerialNumber)
strDeviceSerialNumber - :Device Serial Numberpublic java.lang.String getDeviceSerialNumber()
public void setSoftwareVersions(java.lang.String[] arrStrSoftwareVersions)
arrStrSoftwareVersions - :StrSoftware Versionspublic java.lang.String[] getSoftwareVersions()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module