Package | Description |
---|---|
org.dcm4che3.conf.api.hl7 |
This package is part of the Maven module dcm4che-conf-api-hl7.
|
org.dcm4che3.conf.dicom |
This package is part of the Maven module dcm4che-conf-api
and dcm4che-conf-dicom.
|
org.dcm4che3.net.hl7 |
This package is located in the Maven module dcm4che3-net-hl7.
|
Modifier and Type | Class and Description |
---|---|
class |
CommonHL7AppExtension
This class shall be extended by vendors/contributors to store extra configuration for an HL7 application.
|
Modifier and Type | Method and Description |
---|---|
void |
CommonHL7AppExtension.reconfigure(HL7ApplicationExtension from) |
void |
CommonHL7AppExtension.reconfigureReflectively(HL7ApplicationExtension from,
Class<? extends HL7ApplicationExtension> clazz)
Iterates over all configurable fields and transfers the values using getter/setters from 'from' to this
|
Modifier and Type | Method and Description |
---|---|
void |
CommonHL7AppExtension.reconfigureReflectively(HL7ApplicationExtension from,
Class<? extends HL7ApplicationExtension> 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 HL7ApplicationExtension> |
DicomConfigurationBuilder.registerHL7ApplicationExtension(Class<T> clazz) |
Modifier and Type | Field and Description |
---|---|
private Map<Class<? extends HL7ApplicationExtension>,HL7ApplicationExtension> |
HL7Application.extensions |
private Map<Class<? extends HL7ApplicationExtension>,HL7ApplicationExtension> |
HL7Application.extensions |
Modifier and Type | Method and Description |
---|---|
<T extends HL7ApplicationExtension> |
HL7Application.getHL7ApplicationExtension(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
Class<HL7ApplicationExtension> |
HL7ApplicationExtension.getBaseClass() |
Map<Class<? extends HL7ApplicationExtension>,HL7ApplicationExtension> |
HL7Application.getExtensions() |
Map<Class<? extends HL7ApplicationExtension>,HL7ApplicationExtension> |
HL7Application.getExtensions() |
Collection<HL7ApplicationExtension> |
HL7Application.listHL7ApplicationExtensions() |
Modifier and Type | Method and Description |
---|---|
void |
HL7Application.addHL7ApplicationExtension(HL7ApplicationExtension ext) |
void |
HL7ApplicationExtension.reconfigure(HL7ApplicationExtension from) |
boolean |
HL7Application.removeHL7ApplicationExtension(HL7ApplicationExtension ext) |
Modifier and Type | Method and Description |
---|---|
void |
HL7Application.setExtensions(Map<Class<? extends HL7ApplicationExtension>,HL7ApplicationExtension> extensions) |
void |
HL7Application.setExtensions(Map<Class<? extends HL7ApplicationExtension>,HL7ApplicationExtension> extensions) |
Copyright © 2017 dcm4che.org. All rights reserved.