public class NCreateFilmSessionAttribute extends Attributes
| Constructor and Description |
|---|
NCreateFilmSessionAttribute() |
| Modifier and Type | Method and Description |
|---|---|
void |
fill(IDataSet objIDataSet)
Fills the dataset using already populated Query Model.
|
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.
|
ProposedStudySequence |
getProposedStudySequence()
Retrieves A Sequence that contains attributes that may be used to identify Stored Print
Storage and Hardcopy Image SOP Instances created to store this Film Session.
|
void |
populate(IDataSet objIDataSet)
Populates the query Model using filled dataset.
|
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.
|
public void setNumberOfCopies(java.lang.String strNumberOfCopies)
strNumberOfCopies - String value of Number Of Copies.public void setPrintPriority(EnumPrintPriority enumPrintPriority)
enumPrintPriority - the enum print prioritypublic java.lang.String getPrintPriority()
public java.lang.String getNumberOfCopies()
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 ProposedStudySequence getProposedStudySequence()
ProposedStudySequencepublic void populate(IDataSet objIDataSet)
populate in class AttributesobjIDataSet - Object of IDataSetpublic void fill(IDataSet objIDataSet)
fill in class AttributesobjIDataSet - Object of IDataSet