Package | Description |
---|---|
org.dcm4che3.conf.api |
This package is part of the Maven module dcm4che-conf-api.
|
org.dcm4che3.conf.dicom |
This package is part of the Maven module dcm4che-conf-api
and dcm4che-conf-dicom.
|
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.ianscp |
DICOM Instance Availability Notification receiver.
|
org.dcm4che3.tool.ianscu |
Send DICOM Instance Availability Notification.
|
org.dcm4che3.tool.movescu |
Invoke DICOM C-MOVE Retrieve request.
|
org.dcm4che3.tool.mppsscp |
DICOM Modality Performed Procedure Step Receiver.
|
org.dcm4che3.tool.mppsscp.test |
Test classes for DICOM Modality Performed Procedure Step Receiver.
|
org.dcm4che3.tool.mppsscu |
Send DICOM Modality Performed Procedure Step.
|
org.dcm4che3.tool.stgcmtscu |
Invoke DICOM Storage Commitment Request.
|
org.dcm4che3.tool.storescp |
Receive DICOM Composite Objects from peer DICOM AE.
|
org.dcm4che3.tool.storescu |
Send DICOM Composite Objects to peer DICOM AE.
|
Modifier and Type | Method and Description |
---|---|
protected ApplicationEntity |
ApplicationEntityCache.find(DicomConfiguration conf,
String key) |
ApplicationEntity |
IApplicationEntityCache.findApplicationEntity(String aet) |
ApplicationEntity |
DicomConfiguration.findApplicationEntity(String aet)
Looks up an application entity by name
|
ApplicationEntity |
ApplicationEntityCache.findApplicationEntity(String aet) |
ApplicationEntity |
DicomConfiguration.findApplicationEntityByUUID(String uuid)
Looks up an application entity by UUID
|
ApplicationEntity |
IApplicationEntityCache.get(String aet) |
Modifier and Type | Method and Description |
---|---|
ApplicationEntity |
CommonDicomConfiguration.findApplicationEntity(String aet) |
ApplicationEntity |
CommonDicomConfiguration.findApplicationEntityByUUID(String uuid) |
ApplicationEntity |
AppEntityTCGroupHandlingTypeAdapter.fromConfigNode(Map configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent) |
Modifier and Type | Method and Description |
---|---|
private void |
AppEntityTCGroupHandlingTypeAdapter.addTC(ApplicationEntity applicationEntity,
TCConfiguration tcConfig,
Map.Entry<String,TCGroupConfigAEExtension.TCGroupDetails> tcGroupRefEntry,
TransferCapability.Role role) |
private void |
AlternativeTCLoader.addTC(ApplicationEntity applicationEntity,
TCConfiguration tcConfig,
Map.Entry<String,TCGroupConfigAEExtension.TCGroupDetails> tcGroupRefEntry,
TransferCapability.Role role) |
Map |
AppEntityTCGroupHandlingTypeAdapter.toConfigNode(ApplicationEntity object,
ConfigProperty property,
SavingContext ctx) |
Modifier and Type | Field and Description |
---|---|
private ApplicationEntity |
TransferCapability.ae |
private ApplicationEntity |
Association.ae |
protected ApplicationEntity |
AEExtension.applicationEntity |
private ApplicationEntity |
Device.defaultAE |
Modifier and Type | Field and Description |
---|---|
private Map<String,ApplicationEntity> |
Device.aliasApplicationEntitiesMap
Maps alias AE titles (
getAETitleAliases() ),
including also the main AE title (getAETitle() ), to application entities. |
private Map<String,ApplicationEntity> |
Device.applicationEntitiesMap
Note: This only maps the main AE titles to application entities.
|
private Collection<ApplicationEntity> |
ExternalArchiveAEExtension.linkedQueryAETs |
Modifier and Type | Method and Description |
---|---|
ApplicationEntity |
Association.getApplicationEntity() |
ApplicationEntity |
AEExtension.getApplicationEntity() |
ApplicationEntity |
Device.getApplicationEntity(String aet) |
ApplicationEntity |
Device.getApplicationEntityNotNull(String aet) |
ApplicationEntity |
Device.getDefaultAE() |
ApplicationEntity |
Device.removeApplicationEntity(ApplicationEntity ae) |
ApplicationEntity |
Device.removeApplicationEntity(String aet) |
Modifier and Type | Method and Description |
---|---|
Collection<ApplicationEntity> |
Device.getAEsSupportingTransferCapability(TransferCapability transferCapability,
boolean onlyAbstractSyntax) |
Collection<ApplicationEntity> |
Device.getApplicationEntities()
This is a low-level access method.
|
Map<String,ApplicationEntity> |
Device.getApplicationEntitiesMap()
Deprecated.
|
Collection<ApplicationEntity> |
ExternalArchiveAEExtension.getLinkedQueryAETs() |
Modifier and Type | Method and Description |
---|---|
void |
Device.setApplicationEntitiesMap(Map<String,ApplicationEntity> applicationEntitiesMap) |
void |
ExternalArchiveAEExtension.setLinkedQueryAETs(Collection<ApplicationEntity> linkedQueryAETs) |
Constructor and Description |
---|
Association(ApplicationEntity ae,
Connection local,
Socket sock) |
Modifier and Type | Method and Description |
---|---|
static void |
CLIUtils.configureBind(Connection conn,
ApplicationEntity ae,
org.apache.commons.cli.CommandLine cl) |
static void |
CLIUtils.configureBindServer(Connection conn,
ApplicationEntity ae,
org.apache.commons.cli.CommandLine cl) |
Modifier and Type | Field and Description |
---|---|
private ApplicationEntity |
DcmQRSCP.ae |
Modifier and Type | Method and Description |
---|---|
ApplicationEntity |
DcmQRSCP.getApplicationEntity() |
Modifier and Type | Method and Description |
---|---|
private static void |
DcmQRSCP.addTransferCapabilities(ApplicationEntity ae,
Properties p,
TransferCapability.Role role,
EnumSet<QueryOption> queryOptions) |
void |
DcmQRSCP.setApplicationEntity(ApplicationEntity ae) |
Modifier and Type | Field and Description |
---|---|
private ApplicationEntity |
FindSCU.ae |
Modifier and Type | Method and Description |
---|---|
ApplicationEntity |
FindSCU.getApplicationEntity() |
Constructor and Description |
---|
FindSCU(ApplicationEntity appEntity) |
Modifier and Type | Field and Description |
---|---|
private ApplicationEntity |
GetSCU.ae |
Modifier and Type | Method and Description |
---|---|
ApplicationEntity |
GetSCU.getApplicationEntity() |
Constructor and Description |
---|
GetSCU(ApplicationEntity appEntity) |
Modifier and Type | Field and Description |
---|---|
private ApplicationEntity |
IanSCPTool.ae |
Modifier and Type | Method and Description |
---|---|
private static void |
IanSCP.configureTransferCapability(ApplicationEntity ae,
org.apache.commons.cli.CommandLine cl) |
Constructor and Description |
---|
IanSCPTool(Device device,
ApplicationEntity ae) |
Modifier and Type | Field and Description |
---|---|
private ApplicationEntity |
IanSCU.ae |
Modifier and Type | Field and Description |
---|---|
private ApplicationEntity |
MoveSCU.ae |
Modifier and Type | Method and Description |
---|---|
ApplicationEntity |
MoveSCU.getApplicationEntity() |
Constructor and Description |
---|
MoveSCU(ApplicationEntity ae) |
Modifier and Type | Field and Description |
---|---|
private ApplicationEntity |
MppsSCP.ae |
Modifier and Type | Method and Description |
---|---|
private static void |
MppsSCP.configureTransferCapability(ApplicationEntity ae,
org.apache.commons.cli.CommandLine cl) |
Constructor and Description |
---|
MppsSCP(ApplicationEntity applicationEntity)
Bind the MPPS SCP to the provided preconfigured ae
|
Modifier and Type | Field and Description |
---|---|
(package private) ApplicationEntity |
MPPSSCPTool.ae |
Modifier and Type | Field and Description |
---|---|
private ApplicationEntity |
MppsSCU.ae |
Constructor and Description |
---|
MppsSCU(ApplicationEntity ae) |
Modifier and Type | Field and Description |
---|---|
private ApplicationEntity |
StgCmtSCU.ae |
Constructor and Description |
---|
StgCmtSCU(ApplicationEntity ae) |
StgCmtSCU(ApplicationEntity ae,
DicomService stgCmtResultHndlr) |
Modifier and Type | Field and Description |
---|---|
private ApplicationEntity |
StoreSCP.ae |
Modifier and Type | Method and Description |
---|---|
private static void |
StoreSCP.configureTransferCapability(ApplicationEntity ae,
org.apache.commons.cli.CommandLine cl) |
Modifier and Type | Field and Description |
---|---|
private ApplicationEntity |
StoreSCU.ae |
Constructor and Description |
---|
StoreSCU(ApplicationEntity ae) |
Copyright © 2017 dcm4che.org. All rights reserved.