Skip to content

Commit

Permalink
Make Bulk Data excluded from Metadata configurable dcm4che/dcm4chee-a…
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterze committed Dec 21, 2018
1 parent 3d07f71 commit 756ad68
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ldap/data/default-config.ldif
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ dcmKeyStoreType: ${env.KEYSTORE_TYPE}
dcmTrustStoreURL: file://${env.TRUSTSTORE}
dcmRejectExpiredStudiesAETitle: DCM4CHEE
dcmKeyStoreURL: file://${env.KEYSTORE}
dcmAuditSpoolDirectory: ${jboss.server.data.dir}/audit-spool
dcmWadoSupportedSRClasses: 1.2.840.10008.5.1.4.1.1.88.74
dcmWadoSupportedSRClasses: 1.2.840.10008.5.1.4.1.1.88.40
dcmWadoSupportedSRClasses: 1.2.840.10008.5.1.4.1.1.88.73
Expand All @@ -67,7 +68,6 @@ dcmWadoSupportedSRClasses: 1.2.840.10008.5.1.4.1.1.88.71
dcmWadoSupportedSRClasses: 1.2.840.10008.5.1.4.1.1.79.1
dcmWadoSupportedSRClasses: 1.2.840.10008.5.1.4.1.1.88.59
dcmWadoSupportedSRClasses: 1.2.840.10008.5.1.4.1.1.78.6
dcmAuditSpoolDirectory: ${jboss.server.data.dir}/audit-spool
objectClass: dicomDevice
objectClass: dcmDevice
objectClass: dcmArchiveDevice
Expand Down Expand Up @@ -98,6 +98,7 @@ dcmWadoSR2TextTemplateURI: ${jboss.server.temp.url}/dcm4chee-arc/dsr2text.xsl
dcmPurgeQueueMessagePollingInterval: PT1H
dcmKeyStorePin: ${env.KEYSTORE_PASSWORD}
dicomInstalled: TRUE
dcmBulkDataDescriptorID: default
dcmCompressionAETitle: DCM4CHEE
dicomSoftwareVersion: 5.15.1
dcmPurgeStoragePollingInterval: PT5M
Expand Down Expand Up @@ -877,6 +878,11 @@ dicomNetworkConnectionReference: cn=dicom,dicomDeviceName=dcm4chee-arc,cn=Device
dicomAETitle: IOCM_REGULAR_USE
dicomAssociationAcceptor: TRUE

dn: dcmBulkDataDescriptorID=default,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org
dcmBulkDataVRLengthThreshold: DS,FD,FL,IS,LT,OB,OD,OF,OL,OW,UC,UN,UR,UT=1024
dcmBulkDataDescriptorID: default
objectClass: dcmBulkDataDescriptor

dn: dcmExporterID=CalculateStudySize,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org
dcmExporterID: CalculateStudySize
dicomDescription: Calculate Study Size
Expand Down
9 changes: 9 additions & 0 deletions ldap/data/update-config-5.15.1.ldif
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ dn: dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc
changetype: modify
replace: dicomSoftwareVersion
dicomSoftwareVersion: 5.15.1
-
replace: dcmBulkDataDescriptorID
dcmBulkDataDescriptorID: default

dn: dcmBulkDataDescriptorID=default,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org
changetype: add
dcmBulkDataVRLengthThreshold: DS,FD,FL,IS,LT,OB,OD,OF,OL,OW,UC,UN,UR,UT=1024
dcmBulkDataDescriptorID: default
objectClass: dcmBulkDataDescriptor

dn: dcmAttributeSetID=study+dcmAttributeSetType=QIDO_RS,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org
changetype: add
Expand Down

0 comments on commit 756ad68

Please sign in to comment.