-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Accept HTJ2K compressed images by default configuration #4280
Accept Confocal Microscopy (Tiled Pyramidal) Image by default configuration #4281
- Loading branch information
Showing
11 changed files
with
4,681 additions
and
1 deletion.
There are no files selected for viewing
584 changes: 584 additions & 0 deletions
584
dcm4chee-arc-assembly/src/main/resources/ldap/5.31.2/update-AS_RECEIVED-5.31.2.ldif
Large diffs are not rendered by default.
Oops, something went wrong.
1,167 changes: 1,167 additions & 0 deletions
1,167
dcm4chee-arc-assembly/src/main/resources/ldap/5.31.2/update-DCM4CHEE-5.31.2.ldif
Large diffs are not rendered by default.
Oops, something went wrong.
584 changes: 584 additions & 0 deletions
584
dcm4chee-arc-assembly/src/main/resources/ldap/5.31.2/update-IOCM_REGULAR_USE-5.31.2.ldif
Large diffs are not rendered by default.
Oops, something went wrong.
27 changes: 27 additions & 0 deletions
27
dcm4chee-arc-assembly/src/main/resources/ldap/5.31.2/update-dev-5.31.2.ldif
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
version: 1 | ||
|
||
dn: dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org | ||
changetype: modify | ||
replace: dicomVendorData | ||
dicomVendorData:< file:vendor-data.zip | ||
|
||
dn: dicomTransferSyntax=1.2.840.10008.1.2.4.201,cn=Image Reader Factory,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org | ||
changetype: add | ||
dcmJavaClassName: org.dcm4che3.opencv.NativeImageReader | ||
dcmIIOFormatName: jpeg2000-cv | ||
dicomTransferSyntax: 1.2.840.10008.1.2.4.201 | ||
objectClass: dcmImageReader | ||
|
||
dn: dicomTransferSyntax=1.2.840.10008.1.2.4.202,cn=Image Reader Factory,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org | ||
changetype: add | ||
dcmJavaClassName: org.dcm4che3.opencv.NativeImageReader | ||
dcmIIOFormatName: jpeg2000-cv | ||
dicomTransferSyntax: 1.2.840.10008.1.2.4.202 | ||
objectClass: dcmImageReader | ||
|
||
dn: dicomTransferSyntax=1.2.840.10008.1.2.4.203,cn=Image Reader Factory,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org | ||
changetype: add | ||
dcmJavaClassName: org.dcm4che3.opencv.NativeImageReader | ||
dcmIIOFormatName: jpeg2000-cv | ||
dicomTransferSyntax: 1.2.840.10008.1.2.4.203 | ||
objectClass: dcmImageReader |
21 changes: 21 additions & 0 deletions
21
dcm4chee-arc-assembly/src/main/resources/ldap/5.31.2/update-storescp-5.31.2.ldif
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
version: 1 | ||
|
||
dn: cn=Confocal Microscopy Image Storage SCP,dicomAETitle=STORESCP,dicomDeviceName=storescp,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org | ||
changetype: add | ||
dicomSOPClass: 1.2.840.10008.5.1.4.1.1.77.1.8 | ||
dicomTransferRole: SCP | ||
dicomTransferSyntax: 1.2.840.10008.1.2 | ||
dicomTransferSyntax: 1.2.840.10008.1.2.1 | ||
objectClass: dicomTransferCapability | ||
objectClass: dcmTransferCapability | ||
cn: Confocal Microscopy Image Storage SCP | ||
|
||
dn: cn=Confocal Microscopy Tiled Pyramidal Image Storage SCP,dicomAETitle=STORESCP,dicomDeviceName=storescp,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org | ||
changetype: add | ||
dicomSOPClass: 1.2.840.10008.5.1.4.1.1.77.1.9 | ||
dicomTransferRole: SCP | ||
dicomTransferSyntax: 1.2.840.10008.1.2 | ||
dicomTransferSyntax: 1.2.840.10008.1.2.1 | ||
objectClass: dicomTransferCapability | ||
objectClass: dcmTransferCapability | ||
cn: Confocal Microscopy Tiled Pyramidal Image Storage SCP |
1,128 changes: 1,128 additions & 0 deletions
1,128
dcm4chee-arc-assembly/src/main/resources/ldap/default-config.ldif
Large diffs are not rendered by default.
Oops, something went wrong.
1,128 changes: 1,128 additions & 0 deletions
1,128
dcm4chee-arc-assembly/src/main/resources/ldap/sample-config.ldif
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters