public class AsyncOpsWindowItem extends AssociationItem
| Constructor and Description |
|---|
AsyncOpsWindowItem()
Instantiates a new Asynchronous Operations Window Sub-Item..
|
| Modifier and Type | Method and Description |
|---|---|
short |
getItemLength()
This method gets the length of Asynchronous Operations Window Sub-Item.
|
short |
getMaxNumOpsInvoked()
Gets Maximum-number-operations invoked as defined for the Association-requester
|
short |
getMaxNumOpsPerformed()
Gets Maximum-number-operations performed as defined for the Association-requester
|
void |
parse(IDicomStream objIDicomStream)
Parses Asynchronous Operations Window Sub-Item.
|
void |
serialize(IDicomStream objIDicomStream)
This method writes the Data Value to the given Stream.
|
void |
setMaxNumOpsInvoked(short shMaxNumOpsInvoked)
Sets Maximum-number-operations invoked as defined for the Association-requester
|
void |
setMaxNumOpsPerformed(short shMaxNumOpsPerformed)
Sets Maximum-number-operations-performed as defined for the Association-requester
|
getItemType, setItemTypepublic AsyncOpsWindowItem()
public short getMaxNumOpsInvoked()
public short getItemLength()
getItemLength in class AssociationItempublic void setMaxNumOpsInvoked(short shMaxNumOpsInvoked)
shMaxNumOpsInvoked - short value of Maximum-number-operations invoked.public short getMaxNumOpsPerformed()
public void setMaxNumOpsPerformed(short shMaxNumOpsPerformed)
shMaxNumOpsPerformed - short value of Maximum-number-operations-performedpublic void parse(IDicomStream objIDicomStream) throws java.io.IOException
parse in class AssociationItemobjIDicomStream - Dicom Stream containing Dicom Data.java.io.IOException - Signals that an I/O exception has occurred.public void serialize(IDicomStream objIDicomStream) throws java.io.IOException
serialize in class AssociationItemobjIDicomStream - object of the stream onto which the Asynchronous Operations Window Sub-Item is to be written.java.io.IOException - Signals that an I/O exception has occurred.