org.dcm4che.net
Interface AAbort

All Superinterfaces:
PDU

public interface AAbort
extends PDU

Version:
1.0.0
Author:
gunter.zeilinger@tiani.com

Field Summary
static int INVALID_PDU_PARAMETER_VALUE
           
static int REASON_NOT_SPECIFIED
           
static int SERVICE_PROVIDER
           
static int SERVICE_USER
           
static int UNEXPECTED_PDU
           
static int UNEXPECTED_PDU_PARAMETER
           
static int UNRECOGNIZED_PDU
           
static int UNRECOGNIZED_PDU_PARAMETER
           
 
Fields inherited from interface org.dcm4che.net.PDU
A_ABORT, A_ASSOCIATE_AC, A_ASSOCIATE_RJ, A_ASSOCIATE_RQ, A_RELEASE_RP, A_RELEASE_RQ, P_DATA_TF
 
Method Summary
 int reason()
          Returns Reason field value.
 int source()
          Returns Source field value.
 
Methods inherited from interface org.dcm4che.net.PDU
toString, writeTo
 

Field Detail

SERVICE_USER

static final int SERVICE_USER
See Also:
Constant Field Values

SERVICE_PROVIDER

static final int SERVICE_PROVIDER
See Also:
Constant Field Values

REASON_NOT_SPECIFIED

static final int REASON_NOT_SPECIFIED
See Also:
Constant Field Values

UNRECOGNIZED_PDU

static final int UNRECOGNIZED_PDU
See Also:
Constant Field Values

UNEXPECTED_PDU

static final int UNEXPECTED_PDU
See Also:
Constant Field Values

UNRECOGNIZED_PDU_PARAMETER

static final int UNRECOGNIZED_PDU_PARAMETER
See Also:
Constant Field Values

UNEXPECTED_PDU_PARAMETER

static final int UNEXPECTED_PDU_PARAMETER
See Also:
Constant Field Values

INVALID_PDU_PARAMETER_VALUE

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

source

int source()
Returns Source field value.

Returns:
Source field value.

reason

int reason()
Returns Reason field value.

Returns:
Reason field value.