public class HardcopyEquipmentModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
HardcopyEquipmentModule(IDataSet objIDataSet)
Instantiates a new hardcopy equipment module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHardcopyCreationDeviceID()
Return user defined identification of the device that created this Hardcopy Image.
|
java.lang.String |
getHardcopyDeviceManfuacturersModelName()
Return Manufacturer of the device that created this Hardcopy Image.
|
java.lang.String |
getHardcopyDeviceManufacturer()
Return Manufacturer of the device that created this Hardcopy Image.
|
java.lang.String[] |
getHardcopyDeviceSoftwareVersion()
Return manufacturer's designation of the software of the device that created this Hardcopy Image.
|
java.lang.String |
getModality()
Return type of equipment that originally acquired the data used to create the images in this Series.
|
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 |
setHardcopyCreationDeviceID(java.lang.String strHardcopyCreationDeviceID)
Sets user defined identification of the device that created this Hardcopy Image.
|
void |
setHardcopyDeviceManfuacturersModelName(java.lang.String strHardcopyDeviceManfuacturersModelName)
Sets Manufacturer's model number of the device that created this Hardcopy Image.
|
void |
setHardcopyDeviceManufacturer(java.lang.String strHardcopyDeviceManufacturer)
Sets Manufacturer of the device that created this Hardcopy Image.
|
void |
setHardcopyDeviceSoftwareVersion(java.lang.String[] arrStrHardcopyDeviceSoftwareVersion)
Sets manufacturer's designation of the software of the device that created this Hardcopy Image.
|
void |
setModality(EnumModality enumModality)
Sets type of equipment that originally acquired the data used to create the images in this Series.
|
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 HardcopyEquipmentModule(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 setModality(EnumModality enumModality)
enumModality - - enum value of Modalitypublic java.lang.String getModality()
public void setHardcopyCreationDeviceID(java.lang.String strHardcopyCreationDeviceID)
strHardcopyCreationDeviceID - the str hardcopy creation device idpublic java.lang.String getHardcopyCreationDeviceID()
public void setHardcopyDeviceManufacturer(java.lang.String strHardcopyDeviceManufacturer)
strHardcopyDeviceManufacturer - the str hardcopy device manufacturerpublic java.lang.String getHardcopyDeviceManufacturer()
public void setHardcopyDeviceSoftwareVersion(java.lang.String[] arrStrHardcopyDeviceSoftwareVersion)
arrStrHardcopyDeviceSoftwareVersion - the arr str hardcopy device software versionpublic java.lang.String[] getHardcopyDeviceSoftwareVersion()
public void setHardcopyDeviceManfuacturersModelName(java.lang.String strHardcopyDeviceManfuacturersModelName)
strHardcopyDeviceManfuacturersModelName - the str hardcopy device manfuacturers model namepublic java.lang.String getHardcopyDeviceManfuacturersModelName()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module