public interface ExtendedDicomConfiguration extends DicomConfiguration, Closeable
DicomConfiguration.DicomConfigBatch
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
configurationExists()
Indicates whether the configuration backend is initialized
|
Device |
findDevice(String name,
DicomConfigOptions options)
Allows to use extended options
|
TypeSafeConfiguration<DicomConfigurationRoot> |
getTypeSafeConfiguration() |
DeviceInfo[] |
listDeviceInfos(DeviceInfo keys)
Query for Devices with specified attributes.
|
boolean |
purgeConfiguration() |
boolean |
registerAETitle(String aet)
Deprecated.
|
void |
unregisterAETitle(String aet)
Deprecated.
|
findApplicationEntity, findApplicationEntityByUUID, findDevice, findDeviceByUUID, getDicomConfigurationExtension, listAllAETitles, listDeviceNames, merge, persist, removeDevice, runBatch, sync
TypeSafeConfiguration<DicomConfigurationRoot> getTypeSafeConfiguration()
Device findDevice(String name, DicomConfigOptions options) throws ConfigurationException
ConfigurationException
boolean configurationExists() throws ConfigurationException
ConfigurationException
@Deprecated boolean registerAETitle(String aet) throws ConfigurationException
ConfigurationException
@Deprecated void unregisterAETitle(String aet) throws ConfigurationException
ConfigurationException
DeviceInfo[] listDeviceInfos(DeviceInfo keys) throws ConfigurationException
keys
- Device attributes which shall match or null
to
get information for all configured DevicesDeviceInfo
objects for configured Devices
with matching attributesConfigurationException
void close()
close
in interface AutoCloseable
close
in interface Closeable
boolean purgeConfiguration() throws ConfigurationException
ConfigurationException
Copyright © 2017 dcm4che.org. All rights reserved.