public class DisplaySystemModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
DisplaySystemModule(IDataSet objIDataSet)
Creates DisplaySystemModule with default initialization.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommentsonRadiationDose()
Retrieves Mailing address of institution where the Display System is located.
|
java.lang.String |
getDeviceSerialNumber()
Return Manufacturer's serial number of the Display System..
|
DisplaySubsystemSequence |
getDisplaySubsystemSequence()
Retrieves pre-initialized object of Display Subsystem Sequence.
|
EquipmentAdministratorSequence |
getEquipmentAdministratorSequence()
Retrieves pre-initialized object of Equipment AdministratorS equence.
|
java.lang.String |
getInstitutionalDepartmentName()
Return Department name in the institution where the Display System is located
|
java.lang.String |
getInstitutionName()
Return InstitutionName.
|
java.lang.String |
getManufacturer()
Return Manufacturer.
|
java.lang.String |
getManufacturerModelName()
Return Manufacturer's model name of the Display System.
|
short |
getNumberOfDisplaySubsystems()
Retrieves Number of Display Subsystems in the Display System.
|
java.lang.String |
getStationName()
Retrieves User defined name identifying the Display System.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setDeviceSerialNumber(java.lang.String strDeviceSerialNumber)
Sets Manufacturer's serial number of the Display System.
|
void |
setInstitutionAddress(java.lang.String strInstitutionAddress)
Sets Mailing address of institution where the Display System is located.
|
void |
setInstitutionalDepartmentName(java.lang.String strInstitutionalDepartmentName)
Sets Department name in the institution where the Display System is located
|
void |
setInstitutionName(java.lang.String strInstitutionName)
Sets InstitutionName
|
void |
setManufacturer(java.lang.String strManufacturer)
Sets Manufacturer
|
void |
setManufacturerModelName(java.lang.String strManufacturerModelName)
Sets Manufacturer's model name of the Display System.
|
void |
setNumberOfDisplaySubsystems(short shNumberOfDisplaySubsystems)
Sets Number of Display Subsystems in the Display System.
|
void |
setStationName(java.lang.String strStationName)
Sets the User defined name identifying the Display System..
|
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 DisplaySystemModule(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 Manufacturerpublic java.lang.String getManufacturer()
public void setInstitutionName(java.lang.String strInstitutionName)
strInstitutionName - String value of InstitutionNamepublic java.lang.String getInstitutionName()
public void setInstitutionAddress(java.lang.String strInstitutionAddress)
strInstitutionAddress - public java.lang.String getCommentsonRadiationDose()
public void setDeviceSerialNumber(java.lang.String strDeviceSerialNumber)
strDeviceSerialNumber - String value of Manufacturer's serial number of the Display System.public java.lang.String getDeviceSerialNumber()
public void setStationName(java.lang.String strStationName)
strStationName - public java.lang.String getStationName()
public void setInstitutionalDepartmentName(java.lang.String strInstitutionalDepartmentName)
strInstitutionalDepartmentName - String value of Department name in the institution where the Display System is locatedpublic java.lang.String getInstitutionalDepartmentName()
public void setManufacturerModelName(java.lang.String strManufacturerModelName)
strManufacturerModelName - String value of Manufacturer's model name of the Display System.public java.lang.String getManufacturerModelName()
public EquipmentAdministratorSequence getEquipmentAdministratorSequence()
public void setNumberOfDisplaySubsystems(short shNumberOfDisplaySubsystems)
shNumberOfDisplaySubsystems - short value of Number of Display Subsystems in the Display System.public short getNumberOfDisplaySubsystems()
public DisplaySubsystemSequence getDisplaySubsystemSequence()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module