Trispark JDT
2.50.13

com.archimed.dicom.network
Interface ULServiceMessage

All Known Implementing Classes:
Abort, Acknowledge, Dimse, Reject, ReleaseRequest, ReleaseResponse, Request, Response

public interface ULServiceMessage

This superclass represents an Upper Layer Service Message, exchanged on an association. For every message defined in Part 8 of the DICOM standard there is a corresponding constant defined in this interface and an implementing class.

Strictly speaking an ULServiceMessage does not correspond to a PDU (protocol data unit) because a DIMSE message is also represented as an ULServiceMessage and can span over multiple PDU's when sent on an association.

Since:
1.50

Field Summary
static int ABORT
           
static int ASS_ACKNOWLEDGE
           
static int ASS_REJECT
           
static int ASS_REQUEST
           
static int DIMSE
           
static int REL_REQUEST
           
static int REL_RESPONSE
           
 
Method Summary
 int getMessageType()
          returns the type of Upper Layer Service Message.
 

Field Detail

ASS_REQUEST

static final int ASS_REQUEST
See Also:
Constant Field Values

ASS_ACKNOWLEDGE

static final int ASS_ACKNOWLEDGE
See Also:
Constant Field Values

ASS_REJECT

static final int ASS_REJECT
See Also:
Constant Field Values

DIMSE

static final int DIMSE
See Also:
Constant Field Values

REL_REQUEST

static final int REL_REQUEST
See Also:
Constant Field Values

REL_RESPONSE

static final int REL_RESPONSE
See Also:
Constant Field Values

ABORT

static final int ABORT
See Also:
Constant Field Values
Method Detail

getMessageType

int getMessageType()
returns the type of Upper Layer Service Message. Classes that implement this interface should return one of the defined constants.

Returns:

Trispark JDT
2.50.13

Copyright © 1999-2008 Trispark. All Rights Reserved.