-
Notifications
You must be signed in to change notification settings - Fork 244
Compression of Images
Vrinda edited this page Mar 27, 2023
·
1 revision
Compression of images triggered by a scheduler may be used in the following cases :
- images previously stored to archive were not compressed because no compression rule was configured.
- compression rules are configured, but avoid storage failures of objects to archive if compression of the images fails.
- Configure Compression of received images as required by the application.
- Go to
Menu->Configuration
, then onDevices
page,Edit
thedcm4chee-arc
device.Edit Extension
ofDevice Extension
, thenEdit Extension
ofArchive Device
. - Configure values for fields
Compression Polling Interval
,Compression Fetch Size
,Compression AE Title
,Compression Schedule(s)
andCompression Threads
andSave
.
One may either
-
create a LDIF file (e.g.):
version: 1 dn: dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org changetype: modify add: dcmCompressionPollingInterval dcmCompressionPollingInterval: P1D - dn: dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org changetype: modify add: dcmCompressionSchedule dcmCompressionSchedule: hour=22-24 - dn: dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org changetype: modify add: dcmCompressionAETitle dcmCompressionAETitle: TEST_ARCHIVE_1 - dn: dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org changetype: modify add: dcmCompressionFetchSize dcmCompressionFetchSize: 10 - dn: dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org changetype: modify add: dcmCompressionThreads dcmCompressionThreads: 10 -
and import it to the LDAP Server by using the ldapmodify command line utility.
-
or use the Add Attribute... and Add Value... function of Apache Directory Studio to add attributes on Device level (e.g.:
dicomDeviceName=dcm4chee-arc
) in the Archive Configuration.
One may refer to Archive Device
to understand the description of attributes.
Refer ISO-8601 Duration format for more know-how on Durations.
Go to the Control tab on Configuration page in archive UI and reload the configuration.
DCM4CHEE 5 Documentation