See: Description
| Interface | Description |
|---|---|
| AssociationIOProgressListener | |
| ULServiceMessage |
This superclass represents an Upper Layer Service Message, exchanged on an
association.
|
| Class | Description |
|---|---|
| Abort |
represents an abort message.
|
| Acknowledge |
represents an associate acknowledge message.
|
| Association |
replaced by AssociationIO.
|
| AssociationIO |
The AssociationIO class is used to read and write ULServiceMessage messages
on an association, during the association setup and once an association
is established.
|
| Command |
represents the command part in a DIMSE message.
|
| Dimse |
represents a DIMSE message.
|
| DimseUtil |
This is a utility class for creating and interpreting the command part of
DIMSE messages.
|
| ExtendedNegotiation |
This class represents extended negotation data for an abstract syntax.
|
| PresentationContext |
This class represents a single Presentation Context, either proposed in an
Associate Request message or returned in an Associate Acknowledge message.
|
| Reject |
represents an associate reject message.
|
| ReleaseRequest |
represents a release request message.
|
| ReleaseResponse |
represents a release response message.
|
| Request |
represents an associate request message.
|
| Response |
represents a response from a peer DICOM entity.
|
| ResponsePolicy |
This is a convenience class used for creating an Acknowledge object given a
Request object and a number of constraints,
and for retrieving the result in an Acknowledge object given
an abstract syntax and a Request object
|
| ResponsePolicy.SupportedContext |
This class represents an abstract syntax (aka SOP Class) in combination
with a number of transfer syntaxes for which the abstract syntax is
supported.
|
| StatusCode |
represents DICOM status codes as specified in Appendix C: Status
Type Encoding op Part7 of the DICOM standard.
|
| UserIdentityNegotiationRequest |
Represents the user identification negotiation request that might be embedded in an Association Request
Referenced in PS3.7 D.3.3.7.1. |
| UserIdentityNegotiationResponse |
Represents the user identification negotiation reponse that might be embedded in an Association Acknowledge
Referenced in PS3.7 D.3.3.7.2. |
| Exception | Description |
|---|---|
| AbortException |
thrown when reading an abort message on an active association.
|
| PduException |
A PduException is thrown when an error occured during the reading,writing
or interpreting of pdu's on an assocation.
|