|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dicom4j.network.protocoldataunit.support.ProtocolDataUnit
org.dicom4j.network.protocoldataunit.userinformationsubitems.support.AbstractUserInformationSubItem
org.dicom4j.network.protocoldataunit.userinformationsubitems.AsynchronousOperationsWindow
public class AsynchronousOperationsWindow
Asynchronous Operations Window (SUB-ITEM)
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.dicom4j.network.protocoldataunit.support.ProtocolDataUnit |
|---|
ProtocolDataUnit.Types |
| Constructor Summary | |
|---|---|
AsynchronousOperationsWindow()
|
|
| Method Summary | |
|---|---|
int |
getLength()
Return the length of the Protocol Data Unit |
int |
getMaximumNumberOperationsInvoked()
get the Maximum Number Operations Invoked value |
int |
getMaximumNumberOperationsPerformed()
get the Maximum Number Operations Performed value |
UserInformationSubItemType |
getType()
return the type of the Protocol Data Unit
TODO change to ProtocolType |
void |
read(BinaryInputStream aStream,
int aLength)
Read the Protocol Data Unit from a stream |
void |
setMaximumNumberOperationsInvoked(int maximumNumberOperationsInvoked)
set the Maximum Number Operations Invoked value |
void |
setMaximumNumberOperationsPerformed(int maximumNumberOperationsPerformed)
set the Maximum Number Operations Performed value |
String |
toString()
the Item as String |
void |
write(BinaryOutputStream aStream)
Write the Protocol Data Unit to a stream |
| Methods inherited from class org.dicom4j.network.protocoldataunit.support.ProtocolDataUnit |
|---|
checkStream, getName, getSopClassRegistry, setSopClassRegistry, toBytes, typetoString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AsynchronousOperationsWindow()
| Method Detail |
|---|
public int getLength()
ProtocolDataUnit
getLength in interface ProtocolDataUnitgetLength in class ProtocolDataUnitpublic int getMaximumNumberOperationsInvoked()
public int getMaximumNumberOperationsPerformed()
public UserInformationSubItemType getType()
ProtocolDataUnit
return the type of the Protocol Data Unit
getType in interface ProtocolDataUnitgetType in class ProtocolDataUnit
public void read(BinaryInputStream aStream,
int aLength)
throws DicomException,
IOException
ProtocolDataUnit
read in class ProtocolDataUnitDicomException
IOExceptionpublic void setMaximumNumberOperationsInvoked(int maximumNumberOperationsInvoked)
maximumNumberOperationsInvoked - The maximumNumberOperationsInvoked to set.public void setMaximumNumberOperationsPerformed(int maximumNumberOperationsPerformed)
maximumNumberOperationsPerformed - The maximumNumberOperationsPerformed to set.public String toString()
toString in interface ProtocolDataUnittoString in class ProtocolDataUnit
public void write(BinaryOutputStream aStream)
throws DicomException,
IOException
ProtocolDataUnit
write in class ProtocolDataUnitDicomException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||