|
|||||||||
| 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.items.UserInformationItem
public class UserInformationItem
User Information Item (see DICOM PS 3.8)
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.dicom4j.network.protocoldataunit.support.ProtocolDataUnit |
|---|
ProtocolDataUnit.Types |
| Constructor Summary | |
|---|---|
UserInformationItem()
Creates a new User Information Item |
|
| Method Summary | |
|---|---|
void |
addScpScuRoleSelection(String aSOPClassUID,
boolean aIsSCU,
boolean aIsSCP)
|
AsynchronousOperationsWindow |
getAsynchronousOperationsWindow()
|
String |
getImplementationClassUID()
|
String |
getImplementationVersionName()
|
int |
getLength()
Return the length of the PDU |
long |
getMaximumLength()
Return the Maximum length (those stored in the MaximumLengthSubItem) |
int |
getMaximumNumberOperationsInvoked()
|
int |
getMaximumNumberOperationsPerformed()
|
ProtocolDataUnitType |
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 |
String |
setImplementationClassUID(String implementationClassUID)
|
String |
setImplementationVersionName(String aImplementationVersionName)
|
void |
setMaximumLength(long aMaximumLength)
|
void |
setMaximumNumberOperationsInvoked(int aMaximumNumberOperationsInvoked)
|
void |
setMaximumNumberOperationsPerformed(int aMaximumNumberOperationsPerformed)
|
String |
toString()
the ProtocolDataUnit as a 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 UserInformationItem()
| Method Detail |
|---|
public void addScpScuRoleSelection(String aSOPClassUID,
boolean aIsSCU,
boolean aIsSCP)
public AsynchronousOperationsWindow getAsynchronousOperationsWindow()
public String setImplementationClassUID(String implementationClassUID)
public String setImplementationVersionName(String aImplementationVersionName)
public String getImplementationClassUID()
public String getImplementationVersionName()
public int getLength()
getLength in interface ProtocolDataUnitgetLength in class ProtocolDataUnitpublic long getMaximumLength()
public int getMaximumNumberOperationsInvoked()
public int getMaximumNumberOperationsPerformed()
public ProtocolDataUnitType 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 setMaximumLength(long aMaximumLength)
public void setMaximumNumberOperationsInvoked(int aMaximumNumberOperationsInvoked)
public void setMaximumNumberOperationsPerformed(int aMaximumNumberOperationsPerformed)
public String toString()
ProtocolDataUnit
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 | ||||||||