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, syncTypeSafeConfiguration<DicomConfigurationRoot> getTypeSafeConfiguration()
Device findDevice(String name, DicomConfigOptions options) throws ConfigurationException
ConfigurationExceptionboolean configurationExists() throws ConfigurationException
ConfigurationException@Deprecated boolean registerAETitle(String aet) throws ConfigurationException
ConfigurationException@Deprecated void unregisterAETitle(String aet) throws ConfigurationException
ConfigurationExceptionDeviceInfo[] 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 attributesConfigurationExceptionvoid close()
close in interface AutoCloseableclose in interface Closeableboolean purgeConfiguration() throws ConfigurationException
ConfigurationExceptionCopyright © 2017 dcm4che.org. All rights reserved.