|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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.
| 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 |
|---|
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
| Method Detail |
|---|
int getMessageType()
|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||