org.dcm4che2.net.pdu
Class ExtendedNegotiation

java.lang.Object
  extended by org.dcm4che2.net.pdu.ExtendedNegotiation

public class ExtendedNegotiation
extends java.lang.Object

Since:
Sep 16, 2005
Version:
$Reversion$ $Date: 2007-11-27 15:24:27 +0100 (Tue, 27 Nov 2007) $
Author:
gunter zeilinger(gunterze@gmail.com)

Constructor Summary
ExtendedNegotiation()
           
ExtendedNegotiation(java.lang.String cuid, byte[] info)
           
 
Method Summary
 byte[] getInformation()
           
 java.lang.String getSOPClassUID()
           
 int length()
           
 void setInformation(byte[] info)
           
 void setSOPClassUID(java.lang.String cuid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendedNegotiation

public ExtendedNegotiation()

ExtendedNegotiation

public ExtendedNegotiation(java.lang.String cuid,
                           byte[] info)
Method Detail

getSOPClassUID

public final java.lang.String getSOPClassUID()

setSOPClassUID

public final void setSOPClassUID(java.lang.String cuid)

getInformation

public final byte[] getInformation()

setInformation

public final void setInformation(byte[] info)

length

public int length()


Copyright © 2011 dcm4che. All Rights Reserved.