public class DisplaySubsystemSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
short |
getCurrentConfigurationID()
Retrieves Number of significant bits within the CurrentConfigurationID samples
|
java.lang.String |
getDeviceSerialNumber()
Return Manufacturer of the Device Serial Number
|
DisplayDeviceTypeCodeSequence |
getDisplayDeviceTypeCodeSequence()
Retrieves pre-initialized object of Display Device Type Code Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
DisplaySubsystemConfigurationSequence |
getDisplaySubsystemConfigurationSequence()
Retrieves pre-initialized object of Display Sub system Configuration Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
java.lang.String |
getDisplaySubsystemDescription()
Return user-defined label identifier for DisplaySubsystemDescription.
|
short |
getDisplaySubsystemID()
Retrieves Number that identifies a specific display subsystem within a Display System.
|
java.lang.String |
getDisplaySubsystemName()
Retrieves DisplaySubsystemName.User-defined name for the Display Subsystem.
|
java.lang.String |
getManufacturer()
Return Manufacturer of the Display Device in the Display Subsystem.
|
java.lang.String |
getManufacturersModelName()
Return Manufacturer's model name of the Display Device in the Display Subsystem
|
MeasurementEquipmentSequence |
getMeasurementEquipmentSequence()
Retrieves pre-initialized object of Measurement Equipment Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
java.lang.String |
getSystemStatus()
Retrieves SystemStatus Current overall status of the Display Subsystem.
|
java.lang.String |
getSystemStatusComment()
Return A free text comment about the status of the Display Subsystem.
|
void |
setCurrentConfigurationID(short shCurrentConfigurationID)
Sets Number of significant bits within the waveform samples
References the current configuration of the Display Subsystem
|
void |
setDeviceSerialNumber(java.lang.String strDeviceSerialNumber)
Sets DeviceSerialNumber.Manufacturer's serial number of the Display Device (i.e.
|
void |
setDisplaySubsystemDescription(java.lang.String strDisplaySubsystemDescription)
Sets DisplaySubsystemDescription.A free text description of the Display Subsystem.
|
void |
setDisplaySubsystemID(short shDisplaySubsystemID)
Sets Number that identifies a specific display subsystem within a Display System.
|
void |
setDisplaySubsystemName(java.lang.String strDisplaySubsystemName)
Sets the DisplaySubsystemName.
|
void |
setManufacturer(java.lang.String strManufacturer)
Sets Manufacturer.Manufacturer of the Display Device in the Display Subsystem.
|
void |
setManufacturersModelName(java.lang.String strManufacturersModelName)
Sets ManufacturersModelName.Manufacturer's model name of the Display Device in the Display Subsystem
|
void |
setSystemStatus(java.lang.String strSystemStatus)
Sets the SystemStatus Defined in Terms of TEXT,NUMERIC,CODE,DATE,TIME,PNAME
|
void |
setSystemStatusComment(java.lang.String strSystemStatusComment)
Sets SystemStatusComment.A free text comment about the status of the Display Subsystem.
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, validateForModule, writepublic void setDisplaySubsystemID(short shDisplaySubsystemID)
shDisplaySubsystemID - short value of Number of significant bitspublic short getDisplaySubsystemID()
public void setDisplaySubsystemName(java.lang.String strDisplaySubsystemName)
strDisplaySubsystemName - public java.lang.String getDisplaySubsystemName()
public void setDisplaySubsystemDescription(java.lang.String strDisplaySubsystemDescription)
strDisplaySubsystemDescription - String value of Rescale Type.public java.lang.String getDisplaySubsystemDescription()
public DisplayDeviceTypeCodeSequence getDisplayDeviceTypeCodeSequence()
public void setManufacturer(java.lang.String strManufacturer)
strManufacturer - String value of Rescale Type.public java.lang.String getManufacturer()
public void setDeviceSerialNumber(java.lang.String strDeviceSerialNumber)
strDeviceSerialNumber - String value of Rescale Type.public java.lang.String getDeviceSerialNumber()
public void setManufacturersModelName(java.lang.String strManufacturersModelName)
strManufacturersModelName - String value of Rescale Type.public java.lang.String getManufacturersModelName()
public void setSystemStatus(java.lang.String strSystemStatus)
strSystemStatus - Specifies type of the value encoded in this Itempublic java.lang.String getSystemStatus()
public void setSystemStatusComment(java.lang.String strSystemStatusComment)
strSystemStatusComment - String value of System Status Comment.public java.lang.String getSystemStatusComment()
public DisplaySubsystemConfigurationSequence getDisplaySubsystemConfigurationSequence()
public void setCurrentConfigurationID(short shCurrentConfigurationID)
shCurrentConfigurationID - short value of Number of significant bitspublic short getCurrentConfigurationID()
public MeasurementEquipmentSequence getMeasurementEquipmentSequence()