|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dcm4che2.net.TransferCapability org.dcm4che2.net.ExtStorageTransferCapability
public class ExtStorageTransferCapability
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 |
---|
public static final int LEVEL_OF_SUPPORT
public static final int LEVEL_OF_DIGITAL_SIGNATURE_SUPPORT
public static final int ELEMENT_COERCION
Constructor Detail |
---|
public ExtStorageTransferCapability(java.lang.String sopClass, java.lang.String[] transferSyntax, java.lang.String role)
Method Detail |
---|
protected ExtendedNegotiation negotiate(ExtendedNegotiation offered)
TransferCapability
negotiate
in class TransferCapability
offered
- The ExtendedNegotiation
that was offered.
ExtendedNegotiation
that was negotiated.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |