public class CommonHL7AppExtension extends HL7ApplicationExtension
HL7Application
Constructor and Description |
---|
CommonHL7AppExtension() |
Modifier and Type | Method and Description |
---|---|
void |
reconfigure(HL7ApplicationExtension from) |
void |
reconfigureReflectively(HL7ApplicationExtension from,
Class<? extends HL7ApplicationExtension> clazz)
Iterates over all configurable fields and transfers the values using getter/setters from 'from' to this
|
getBaseClass, getHL7Application, setHL7Application
public CommonHL7AppExtension()
public void reconfigureReflectively(HL7ApplicationExtension from, Class<? extends HL7ApplicationExtension> clazz)
from
- The extension with new configurationclazz
- Class of the extensionpublic void reconfigure(HL7ApplicationExtension from)
reconfigure
in class HL7ApplicationExtension
Copyright © 2017 dcm4che.org. All rights reserved.