Trispark JDT
2.50.13

com.archimed.dicom.network
Class Response

java.lang.Object
  extended by com.archimed.dicom.network.Response
All Implemented Interfaces:
ULServiceMessage
Direct Known Subclasses:
Abort, Acknowledge, Reject

public abstract class Response
extends java.lang.Object
implements ULServiceMessage

represents a response from a peer DICOM entity. Implementing classes are Reject, Acknowledge and Abort.

Note: This class is maintained for backwards compatibility. New implementations should not make use of this class.

Since:
1.00
See Also:
Reject, Acknowledge, Abort

Field Summary
 
Fields inherited from interface com.archimed.dicom.network.ULServiceMessage
ABORT, ASS_ACKNOWLEDGE, ASS_REJECT, ASS_REQUEST, DIMSE, REL_REQUEST, REL_RESPONSE
 
Constructor Summary
Response()
           
 
Method Summary
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.archimed.dicom.network.ULServiceMessage
getMessageType
 

Constructor Detail

Response

public Response()
Method Detail

getType

public int getType()

Trispark JDT
2.50.13

Copyright © 1999-2008 Trispark. All Rights Reserved.