org.dcm4che2.net
Class ExtStorageTransferCapability

java.lang.Object
  extended by org.dcm4che2.net.TransferCapability
      extended by org.dcm4che2.net.ExtStorageTransferCapability

public class ExtStorageTransferCapability
extends TransferCapability

Since:
Mar 2, 2006
Version:
$Revision: 5516 $ $Date: 2007-11-23 12:42:30 +0100 (Fri, 23 Nov 2007) $
Author:
gunter zeilinger(gunterze@gmail.com)

Field Summary
static int ELEMENT_COERCION
           
static int LEVEL_OF_DIGITAL_SIGNATURE_SUPPORT
           
static int LEVEL_OF_SUPPORT
           
 
Fields inherited from class org.dcm4che2.net.TransferCapability
commonName, extInfo, scp, SCP, SCU, sopClass, transferSyntax
 
Constructor Summary
ExtStorageTransferCapability(java.lang.String sopClass, java.lang.String[] transferSyntax, java.lang.String role)
           
 
Method Summary
protected  ExtendedNegotiation negotiate(ExtendedNegotiation offered)
          Negotiate any extended negotiation items for the association.
 
Methods inherited from class org.dcm4che2.net.TransferCapability
getCommonName, getExtInfo, getExtInfoBoolean, getExtInfoInt, getRole, getSopClass, getTransferSyntax, isSCP, isSCU, setCommonName, setExtInfo, setExtInfoBoolean, setExtInfoInt, setRole, setSopClass, setTransferSyntax
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEVEL_OF_SUPPORT

public static final int LEVEL_OF_SUPPORT
See Also:
Constant Field Values

LEVEL_OF_DIGITAL_SIGNATURE_SUPPORT

public static final int LEVEL_OF_DIGITAL_SIGNATURE_SUPPORT
See Also:
Constant Field Values

ELEMENT_COERCION

public static final int ELEMENT_COERCION
See Also:
Constant Field Values
Constructor Detail

ExtStorageTransferCapability

public ExtStorageTransferCapability(java.lang.String sopClass,
                                    java.lang.String[] transferSyntax,
                                    java.lang.String role)
Method Detail

negotiate

protected ExtendedNegotiation negotiate(ExtendedNegotiation offered)
Description copied from class: TransferCapability
Negotiate any extended negotiation items for the association.

Overrides:
negotiate in class TransferCapability
Parameters:
offered - The ExtendedNegotiation that was offered.
Returns:
ExtendedNegotiation that was negotiated.


Copyright © 2011 dcm4che. All Rights Reserved.