branch: externals/dicom
commit 5173f708c4852300256bcc7143c11ace6929e56c
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Filter all UIDs
---
 dicom.el | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/dicom.el b/dicom.el
index 99fd5b3505..479354bf38 100644
--- a/dicom.el
+++ b/dicom.el
@@ -73,16 +73,12 @@
   :type 'natnum)
 
 (defcustom dicom-field-filter
-  '( SpecificCharacterSet
-     RecordInUseFlag
-     PrivateCreator
-     FileSetConsistencyFlag
-     FileSetID
-     IconImageSequence
-     "\\`OffsetOf"
-     "UID\\'"
-     " ")
-  "List of hidden DICOM properties."
+  '( FileSetConsistencyFlag FileSetID
+     IconImageSequence PrivateCreator
+     RecordInUseFlag SpecificCharacterSet
+     "\\`OffsetOf" "UID" " ")
+  "Hidden DICOM properties.
+The list elements are either symbols or regular expressions."
   :type '(repeat (choice string symbol)))
 
 (defcustom dicom-cache-dir (expand-file-name

Reply via email to