File: README.txt

package info (click to toggle)
gdcm 2.2.0-14.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 31,828 kB
  • sloc: cpp: 159,587; ansic: 124,519; xml: 44,180; sh: 7,019; python: 3,618; cs: 1,297; lex: 1,290; java: 1,242; tcl: 677; php: 111; makefile: 108
file content (30 lines) | stat: -rw-r--r-- 934 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Part 3.6

The following files:

acuson.xml
agfa.xml
camtron.xml
dicom3.xml
elscint.xml
gems.xml
isg.xml
other.xml
papyrus.xml
philips.xml
picker.xml
siemens.xml
spi.xml
toshiba.xml

where all converted from the dicom3tools (see COPYRIGHT.dicom3tools) own format into an XML form





GroupName.dic is missing the Variable Pixel Data

Design of DICOMV3.xml
At one point in time the name attribute used to be in the character data of a description sub-element of entry. This was done to cope with case where the name would be a multi-line description. This was nice for some weird private attribute name in private dictionary...but this was adding more troubles than solving them. Indeed one would have to traverse each name to check for return line and handle them in a GUI. Therefore the attribute name in a public/private element should be single line (no \t, \n or \r)
TODO: should name be ASCII (issue with  which is not ASCII) ?