public interface ULServiceMessage
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.
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
int |
getMessageType()
returns the type of Upper Layer Service Message.
|
java.lang.String |
getMessageTypeName()
returns a name for the message type
|
static final int ASS_REQUEST
static final int ASS_ACKNOWLEDGE
static final int ASS_REJECT
static final int DIMSE
static final int REL_REQUEST
static final int REL_RESPONSE
static final int ABORT
int getMessageType()
java.lang.String getMessageTypeName()