Uses of Class
org.dcm4che2.net.pdu.ExtendedNegotiation

Packages that use ExtendedNegotiation
org.dcm4che2.net   
org.dcm4che2.net.pdu   
 

Uses of ExtendedNegotiation in org.dcm4che2.net
 

Methods in org.dcm4che2.net that return ExtendedNegotiation
protected  ExtendedNegotiation TransferCapability.negotiate(ExtendedNegotiation offered)
          Negotiate any extended negotiation items for the association.
protected  ExtendedNegotiation ExtStorageTransferCapability.negotiate(ExtendedNegotiation offered)
           
 

Methods in org.dcm4che2.net with parameters of type ExtendedNegotiation
protected  ExtendedNegotiation TransferCapability.negotiate(ExtendedNegotiation offered)
          Negotiate any extended negotiation items for the association.
protected  ExtendedNegotiation ExtStorageTransferCapability.negotiate(ExtendedNegotiation offered)
           
 

Uses of ExtendedNegotiation in org.dcm4che2.net.pdu
 

Fields in org.dcm4che2.net.pdu with type parameters of type ExtendedNegotiation
protected  java.util.LinkedHashMap<java.lang.String,ExtendedNegotiation> AAssociateRQAC.extNegMap
           
 

Methods in org.dcm4che2.net.pdu that return ExtendedNegotiation
 ExtendedNegotiation AAssociateRQAC.addExtendedNegotiation(ExtendedNegotiation extNeg)
           
 ExtendedNegotiation AAssociateRQAC.getExtendedNegotiationFor(java.lang.String cuid)
           
 ExtendedNegotiation AAssociateRQAC.removeExtendedNegotiationFor(java.lang.String cuid)
           
 

Methods in org.dcm4che2.net.pdu that return types with arguments of type ExtendedNegotiation
 java.util.Collection<ExtendedNegotiation> AAssociateRQAC.getExtendedNegotiations()
           
 

Methods in org.dcm4che2.net.pdu with parameters of type ExtendedNegotiation
 ExtendedNegotiation AAssociateRQAC.addExtendedNegotiation(ExtendedNegotiation extNeg)
           
 



Copyright © 2011 dcm4che. All Rights Reserved.