|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dicom4j.network.association.associate.AssociateSession
public class AssociateSession
An Associate Session (ie: parameters of an Association opened between 2 dicom nodes)
| Constructor Summary | |
|---|---|
AssociateSession(org.apache.mina.common.IoSession aIoSession,
AssociateRequest aRequest,
AssociateResponse aAssociateResponse,
boolean aIsSCP)
|
|
| Method Summary | |
|---|---|
String |
getCalledAET()
Return the called Application Entity Title |
String |
getCallingAET()
Return the calling Application Entity Title |
long |
getMaximumLength()
|
int |
getMaximumNumberOperationsInvoked()
|
SocketAddress |
getSocketAddress()
|
byte |
getSuitablePresentationContextID(SOPClass aSOPClass)
|
byte |
getSuitablePresentationContextID(String abstractSyntaxUID)
return a Accepted PresentationContextID depending of an AbstractSyntax |
TransferSyntax |
getTransferSyntax(byte aPresentationID)
|
boolean |
isAccepted(byte aPresentationID)
|
boolean |
isAccepted(String abstractSyntaxUID)
return true is the remote peer accept the supplied AbstractSyntaxUID |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AssociateSession(org.apache.mina.common.IoSession aIoSession,
AssociateRequest aRequest,
AssociateResponse aAssociateResponse,
boolean aIsSCP)
| Method Detail |
|---|
public String getCalledAET()
public String getCallingAET()
public long getMaximumLength()
public int getMaximumNumberOperationsInvoked()
public SocketAddress getSocketAddress()
public byte getSuitablePresentationContextID(SOPClass aSOPClass)
aSOPClass -
public byte getSuitablePresentationContextID(String abstractSyntaxUID)
abstractSyntaxUID - the AbstractSyntax
public TransferSyntax getTransferSyntax(byte aPresentationID)
throws DicomException
DicomExceptionpublic boolean isAccepted(byte aPresentationID)
public boolean isAccepted(String abstractSyntaxUID)
abstractSyntaxUID - the AbstractSyntaxUID
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||