org.dicom4j.network.association.associate.support
Class AssociateRQRSP

java.lang.Object
  extended by org.dicom4j.network.association.associate.AssociatePrimitive
      extended by org.dicom4j.network.association.associate.support.AssociateRQRSP
Direct Known Subclasses:
AssociateRequest, AssociateResponse

public abstract class AssociateRQRSP
extends AssociatePrimitive


Method Summary
 void addScpScuRoleSelection(String aSOPClassUID, boolean aIsSCU, boolean aIsSCP)
           
 String getApplicationContext()
          Return the ApplicationContext
 AsynchronousOperationsWindow getAsynchronousOperationsWindow()
           
 String getCalledAET()
          Return the CalledAET
 String getCallingAET()
          Return the CallingAET
 String getImplementationClassUID()
           
 String getImplementationVersionName()
           
 int getMaximumNumberOperationsInvoked()
           
 int getMaximumNumberOperationsPerformed()
           
 long getMaximumPDUSize()
           
 void setApplicationContext(String aApplicationContext)
          Set the Application Context to use
 void setCalledAET(String aCalledAET)
          Set the called AET
 void setCallingAET(String aCallingAET)
           
 void setClassUID(String classUID)
           
 String setImplementationClassUID(String implementationClassUID)
           
 String setImplementationVersionName(String implementationVersionName)
           
 void setMaximumNumberOperationsInvoked(int aMaximumNumberOperationsInvoked)
           
 void setMaximumNumberOperationsPerformed(int aMaximumNumberOperationsPerformed)
           
 void setMaximumPDUSize(int aMaximumPDUSize)
           
 
Methods inherited from class org.dicom4j.network.association.associate.AssociatePrimitive
getProtocolDataUnit, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

addScpScuRoleSelection

public void addScpScuRoleSelection(String aSOPClassUID,
                                   boolean aIsSCU,
                                   boolean aIsSCP)

getApplicationContext

public String getApplicationContext()
Return the ApplicationContext

Returns:
the ApplicationContext

getAsynchronousOperationsWindow

public AsynchronousOperationsWindow getAsynchronousOperationsWindow()

getCalledAET

public String getCalledAET()
Return the CalledAET

Returns:
the CalledAET

getCallingAET

public String getCallingAET()
Return the CallingAET

Returns:
the CallingAET

setImplementationClassUID

public String setImplementationClassUID(String implementationClassUID)

setImplementationVersionName

public String setImplementationVersionName(String implementationVersionName)

getMaximumNumberOperationsInvoked

public int getMaximumNumberOperationsInvoked()

getMaximumNumberOperationsPerformed

public int getMaximumNumberOperationsPerformed()

getMaximumPDUSize

public long getMaximumPDUSize()

setApplicationContext

public void setApplicationContext(String aApplicationContext)
Set the Application Context to use

Parameters:
aApplicationContext - the ApplicationContext

setCalledAET

public void setCalledAET(String aCalledAET)
Set the called AET

Parameters:
aCalledAET -

setCallingAET

public void setCallingAET(String aCallingAET)

setClassUID

public void setClassUID(String classUID)

setMaximumNumberOperationsInvoked

public void setMaximumNumberOperationsInvoked(int aMaximumNumberOperationsInvoked)

setMaximumNumberOperationsPerformed

public void setMaximumNumberOperationsPerformed(int aMaximumNumberOperationsPerformed)

setMaximumPDUSize

public void setMaximumPDUSize(int aMaximumPDUSize)

getImplementationClassUID

public String getImplementationClassUID()

getImplementationVersionName

public String getImplementationVersionName()


Copyright © 2009 dicom4j. All Rights Reserved.