| Package | Description | 
|---|---|
| org.dcm4che3.conf.api.extensions | 
 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.net.web | 
 This package is part of the Maven module dcm4che3-net. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CommonAEExtension
This class shall be extended by vendors/contributors to store extra configuration for an Application Entity. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CommonAEExtension.reconfigure(AEExtension from)  | 
void | 
CommonAEExtension.reconfigureReflectively(AEExtension from,
                       Class<? extends AEExtension> clazz)
Iterates over all configurable fields and transfers the values using getter/setters from 'from' to this 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CommonAEExtension.reconfigureReflectively(AEExtension from,
                       Class<? extends AEExtension> clazz)
Iterates over all configurable fields and transfers the values using getter/setters from 'from' to this 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends AEExtension> | 
DicomConfigurationBuilder.registerAEExtension(Class<T> clazz)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExternalArchiveAEExtension  | 
class  | 
TCGroupConfigAEExtension
Alternative representation of Transfer Capabilities for an application entity 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private Map<Class<? extends AEExtension>,AEExtension> | 
ApplicationEntity.extensions  | 
private Map<Class<? extends AEExtension>,AEExtension> | 
ApplicationEntity.extensions  | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends AEExtension> | 
ApplicationEntity.getAEExtension(Class<T> clazz)  | 
<T extends AEExtension> | 
ApplicationEntity.getAEExtensionNotNull(Class<T> clazz)  | 
| Modifier and Type | Method and Description | 
|---|---|
Class<AEExtension> | 
AEExtension.getBaseClass()  | 
Map<Class<? extends AEExtension>,AEExtension> | 
ApplicationEntity.getExtensions()  | 
Map<Class<? extends AEExtension>,AEExtension> | 
ApplicationEntity.getExtensions()  | 
Collection<AEExtension> | 
ApplicationEntity.listAEExtensions()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ApplicationEntity.addAEExtension(AEExtension ext)  | 
void | 
TCGroupConfigAEExtension.reconfigure(AEExtension from)  | 
void | 
AEExtension.reconfigure(AEExtension from)  | 
boolean | 
ApplicationEntity.removeAEExtension(AEExtension ext)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ApplicationEntity.setExtensions(Map<Class<? extends AEExtension>,AEExtension> extensions)  | 
void | 
ApplicationEntity.setExtensions(Map<Class<? extends AEExtension>,AEExtension> extensions)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WebServiceAEExtension  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WebServiceAEExtension.reconfigure(AEExtension from)  | 
Copyright © 2017 dcm4che.org. All rights reserved.