| Package | Description | 
|---|---|
| org.dcm4che3.net | 
 Classes related to the network communications between systems. 
 | 
| org.dcm4che3.tool.common | 
 Common classes for the various tools. 
 | 
| org.dcm4che3.tool.dcmqrscp | 
 Simple DICOM archive. 
 | 
| org.dcm4che3.tool.findscu | 
 Invoke DICOM C-FIND Query Request. 
 | 
| org.dcm4che3.tool.getscu | 
 C-GET SCU to retrieve DICOM Composite Objects from C-GET SCP. 
 | 
| org.dcm4che3.tool.ianscu | 
 Send DICOM Instance Availability Notification. 
 | 
| org.dcm4che3.tool.movescu | 
 Invoke DICOM C-MOVE Retrieve request. 
 | 
| org.dcm4che3.tool.mppsscu | 
 Send DICOM Modality Performed Procedure Step. 
 | 
| org.dcm4che3.tool.stgcmtscu | 
 Invoke DICOM Storage Commitment Request. 
 | 
| org.dcm4che3.tool.storescu | 
 Send DICOM Composite Objects to peer DICOM AE. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private AAssociateRQ | 
Association.rq  | 
| Modifier and Type | Method and Description | 
|---|---|
AAssociateRQ | 
Association.getAAssociateRQ()  | 
| Modifier and Type | Method and Description | 
|---|---|
Association | 
ApplicationEntity.connect(ApplicationEntity remote,
       AAssociateRQ rq)  | 
Association | 
ApplicationEntity.connect(Connection remote,
       AAssociateRQ rq)  | 
Association | 
ApplicationEntity.connect(Connection local,
       Connection remote,
       AAssociateRQ rq)  | 
private TransferCapability | 
ApplicationEntity.getTC(Map<String,TransferCapability> tcs,
     String asuid,
     AAssociateRQ rq)  | 
(package private) void | 
Association.handle(AAssociateRQ rq)  | 
protected AAssociateAC | 
AssociationHandler.makeAAssociateAC(Association as,
                AAssociateRQ rq,
                UserIdentityAC userIdentity)  | 
protected PresentationContext | 
ApplicationEntity.negotiate(AAssociateRQ rq,
         AAssociateAC ac,
         PresentationContext rqpc)  | 
protected AAssociateAC | 
AssociationHandler.negotiate(Association as,
         AAssociateRQ rq)  | 
(package private) void | 
Association.onAAssociateRQ(AAssociateRQ rq)  | 
(package private) void | 
State.onAAssociateRQ(Association as,
              AAssociateRQ rq)  | 
private TransferCapability | 
ApplicationEntity.roleSelection(AAssociateRQ rq,
             AAssociateAC ac,
             String asuid)  | 
void | 
PDUEncoder.write(AAssociateRQ rq)  | 
(package private) void | 
Association.write(AAssociateRQ rq)  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
CLIUtils.configureConnect(Connection conn,
                AAssociateRQ rq,
                org.apache.commons.cli.CommandLine cl)  | 
| Modifier and Type | Method and Description | 
|---|---|
private AAssociateRQ | 
SendStgCmtResult.makeAAssociateRQ()  | 
private AAssociateRQ | 
DcmQRSCP.CMoveSCPImpl.makeAAssociateRQ(String callingAET,
                String calledAET,
                List<T> matches)  | 
| Modifier and Type | Method and Description | 
|---|---|
private Association | 
DcmQRSCP.CMoveSCPImpl.openStoreAssociation(Association as,
                    Connection remote,
                    AAssociateRQ aarq)  | 
| Modifier and Type | Field and Description | 
|---|---|
private AAssociateRQ | 
FindSCU.rq  | 
| Modifier and Type | Method and Description | 
|---|---|
AAssociateRQ | 
FindSCU.getAAssociateRQ()  | 
| Modifier and Type | Field and Description | 
|---|---|
private AAssociateRQ | 
GetSCU.rq  | 
| Modifier and Type | Method and Description | 
|---|---|
AAssociateRQ | 
GetSCU.getAAssociateRQ()  | 
| Modifier and Type | Field and Description | 
|---|---|
private AAssociateRQ | 
IanSCU.rq  | 
| Modifier and Type | Field and Description | 
|---|---|
private AAssociateRQ | 
MoveSCU.rq  | 
| Modifier and Type | Method and Description | 
|---|---|
AAssociateRQ | 
MoveSCU.getAAssociateRQ()  | 
| Modifier and Type | Field and Description | 
|---|---|
private AAssociateRQ | 
MppsSCU.rq  | 
| Modifier and Type | Method and Description | 
|---|---|
AAssociateRQ | 
MppsSCU.getAAssociateRQ()  | 
| Modifier and Type | Field and Description | 
|---|---|
private AAssociateRQ | 
StgCmtSCU.rq  | 
| Modifier and Type | Method and Description | 
|---|---|
AAssociateRQ | 
StgCmtSCU.getAAssociateRQ()  | 
| Modifier and Type | Field and Description | 
|---|---|
private AAssociateRQ | 
StoreSCU.rq  | 
| Modifier and Type | Method and Description | 
|---|---|
AAssociateRQ | 
StoreSCU.getAAssociateRQ()  | 
Copyright © 2017 dcm4che.org. All rights reserved.