public class MediaInstalledSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFilmSizeID()
Retrieves Film size identification.
|
java.lang.String |
getItemNumber()
Retrieves A number that labels this item .
|
short |
getMaxDensity()
Retrieves Maximum density that can be printed, expressed in hundredths of OD.
|
java.lang.String |
getMediumType()
Retrieves Type of medium on which the print job will be printed.
|
short |
getMinDensity()
Retrieves Minimum density that can be printed, expressed in hundredths of OD.
|
void |
setFilmSizeID(EnumFilmSizeID enumFilmSizeID)
Sets Film size identification.
|
void |
setItemNumber(java.lang.String strItemNumber)
Sets A number that labels this item .
|
void |
setMaxDensity(short shMaxDensity)
Sets Maximum density that can be printed, expressed in hundredths of OD.
|
void |
setMediumType(EnumMediumType enumMediumType)
Sets Type of medium on which the print job will be printed.
|
void |
setMinDensity(short shMinDensity)
Sets Minimum density that can be printed, expressed in hundredths of OD.
|
boolean |
validateForModule()
Validates all the attributes in MediaInstalledSequenceItem that are present in the DataSet
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic void setItemNumber(java.lang.String strItemNumber)
strItemNumber - String value of Item Number.public java.lang.String getItemNumber()
public void setMediumType(EnumMediumType enumMediumType)
enumMediumType - Enum value of Medium Type.public java.lang.String getMediumType()
public void setFilmSizeID(EnumFilmSizeID enumFilmSizeID)
enumFilmSizeID - Enum value of Film Size ID.public java.lang.String getFilmSizeID()
public void setMinDensity(short shMinDensity)
shMinDensity - short value of Min Density.public short getMinDensity()
public void setMaxDensity(short shMaxDensity)
shMaxDensity - short value of Max Density.public short getMaxDensity()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException Conditional element fails.