| 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.audit | 
 This package is in the Maven module dcm4che-net-audit. 
 | 
| org.dcm4che3.net.hl7 | 
 This package is located in the Maven module dcm4che3-net-hl7. 
 | 
| org.dcm4che3.net.imageio | 
 Classes for dealing with JSON (Javascript Simple Object Notation). 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CommonDeviceExtension
This class shall be extended by vendors/contributors to store extra configuration for a device. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CommonDeviceExtension.reconfigure(DeviceExtension from)  | 
void | 
CommonDeviceExtension.reconfigureReflectively(DeviceExtension from,
                       Class<? extends DeviceExtension> clazz)
Iterates over all configurable fields and transfers the values using getter/setters from 'from' to this 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CommonDeviceExtension.reconfigureReflectively(DeviceExtension from,
                       Class<? extends DeviceExtension> 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 DeviceExtension> | 
DicomConfigurationBuilder.registerDeviceExtension(Class<T> clazz)  | 
| Modifier and Type | Field and Description | 
|---|---|
private Map<Class<? extends DeviceExtension>,DeviceExtension> | 
Device.extensions  | 
private Map<Class<? extends DeviceExtension>,DeviceExtension> | 
Device.extensions  | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends DeviceExtension> | 
Device.getDeviceExtension(Class<T> clazz)  | 
<T extends DeviceExtension> | 
Device.getDeviceExtensionNotNull(Class<T> clazz)  | 
| Modifier and Type | Method and Description | 
|---|---|
Class<DeviceExtension> | 
DeviceExtension.getBaseClass()  | 
Map<Class<? extends DeviceExtension>,DeviceExtension> | 
Device.getExtensions()  | 
Map<Class<? extends DeviceExtension>,DeviceExtension> | 
Device.getExtensions()  | 
Collection<DeviceExtension> | 
Device.listDeviceExtensions()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Device.addDeviceExtension(DeviceExtension ext)  | 
void | 
DeviceExtension.reconfigure(DeviceExtension from)  | 
boolean | 
Device.removeDeviceExtension(DeviceExtension ext)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Device.setExtensions(Map<Class<? extends DeviceExtension>,DeviceExtension> extensions)  | 
void | 
Device.setExtensions(Map<Class<? extends DeviceExtension>,DeviceExtension> extensions)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AuditLogger  | 
class  | 
AuditRecordRepository  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AuditRecordRepository.reconfigure(DeviceExtension from)  | 
void | 
AuditLogger.reconfigure(DeviceExtension from)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HL7DeviceExtension  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HL7DeviceExtension.reconfigure(DeviceExtension from)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ImageReaderExtension  | 
class  | 
ImageWriterExtension  | 
Copyright © 2017 dcm4che.org. All rights reserved.