public class BasicFilmSessionPresentationModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
BasicFilmSessionPresentationModule(IDataSet objIDataSet)
Instantiates a new basic film session presentation module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFilmDestination()
Return Film destination.
|
java.lang.String |
getFilmSessionLabel()
Return Human readable label that identifies the film session.
|
java.lang.String |
getMediumType()
Return type of medium on which the print job will be printed.
|
java.lang.String |
getMemoryAllocation()
Return Amount of memory allocated for the film session expressed in KB.
|
java.lang.String |
getNumberOfCopies()
Return number of copies to be printed for each film of the film session.
|
java.lang.String |
getOwnerID()
Return identification of the owner of the film session.
|
java.lang.String |
getPrintPriority()
Return the priority of the print job.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setFilmDestination(EnumFilmDestination enumFilmDestination)
Sets Film destination.
|
void |
setFilmSessionLabel(java.lang.String strFilmSessionLabel)
Sets Human readable label that identifies the film session.
|
void |
setMediumType(EnumMediumType enumMediumType)
Sets type of medium on which the print job will be printed.
|
void |
setMemoryAllocation(java.lang.String strMemoryAllocation)
Sets Amount of memory allocated for the film session expressed in KB.
|
void |
setNumberOfCopies(java.lang.String strNumberOfCopies)
Sets number of copies to be printed for each film of the film session.
|
void |
setOwnerID(java.lang.String strOwnerID)
Sets Identification of the owner of the film session.
|
void |
setPrintPriority(EnumPrintPriority enumPrintPriority)
Sets the priority of the print job.
|
boolean |
validateModule()
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 BasicFilmSessionPresentationModule(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 setNumberOfCopies(java.lang.String strNumberOfCopies)
strNumberOfCopies - String value of Number Of Copies.public java.lang.String getNumberOfCopies()
public void setPrintPriority(EnumPrintPriority enumPrintPriority)
enumPrintPriority - the enum print prioritypublic java.lang.String getPrintPriority()
public void setMediumType(EnumMediumType enumMediumType)
enumMediumType - the enum medium typepublic java.lang.String getMediumType()
public void setFilmDestination(EnumFilmDestination enumFilmDestination)
enumFilmDestination - the enum film destinationpublic java.lang.String getFilmDestination()
public void setFilmSessionLabel(java.lang.String strFilmSessionLabel)
strFilmSessionLabel - String value of Film Session Label.public java.lang.String getFilmSessionLabel()
public void setMemoryAllocation(java.lang.String strMemoryAllocation)
strMemoryAllocation - String value of Memory Allocation.public java.lang.String getMemoryAllocation()
public void setOwnerID(java.lang.String strOwnerID)
strOwnerID - - String value of Owner ID.public java.lang.String getOwnerID()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module