./PaxHeaders.4766/dicom-0.2.20000644000000000000000000000013213443235255012357 xustar0030 mtime=1552759469.262837443 30 atime=1552759470.843066931 30 ctime=1552759470.843066931 dicom-0.2.2/0000755000175000017500000000000013443235255012540 5ustar00olafolaf00000000000000dicom-0.2.2/PaxHeaders.4766/src0000644000000000000000000000013213443235256013012 xustar0030 mtime=1552759470.791059378 30 atime=1552759470.843066931 30 ctime=1552759470.843066931 dicom-0.2.2/src/0000755000175000017500000000000013443235256013330 5ustar00olafolaf00000000000000dicom-0.2.2/src/PaxHeaders.4766/aclocal.m40000644000000000000000000000013213443235256014727 xustar0030 mtime=1552759470.062953639 30 atime=1552759470.254981526 30 ctime=1552759470.843066931 dicom-0.2.2/src/aclocal.m40000644000175000017500000000132313443235256015167 0ustar00olafolaf00000000000000# generated automatically by aclocal 1.15 -*- Autoconf -*- # Copyright (C) 1996-2014 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) m4_include([m4/cmake.m4]) m4_include([m4/octave-forge.m4]) dicom-0.2.2/src/PaxHeaders.4766/m40000644000000000000000000000013213443235255013331 xustar0030 mtime=1552759469.270838604 30 atime=1552759470.843066931 30 ctime=1552759470.843066931 dicom-0.2.2/src/m4/0000755000175000017500000000000013443235255013647 5ustar00olafolaf00000000000000dicom-0.2.2/src/m4/PaxHeaders.4766/cmake.m40000644000000000000000000000013213443235255014730 xustar0030 mtime=1552759469.270838604 30 atime=1552759469.714903094 30 ctime=1552759470.843066931 dicom-0.2.2/src/m4/cmake.m40000644000175000017500000000371113443235255015173 0ustar00olafolaf00000000000000dnl ============================================================================ dnl CMake - Cross Platform Makefile Generator dnl Copyright 2011 Matthias Kretz, kretz@kde.org dnl dnl Distributed under the OSI-approved BSD License (the "License"); dnl see accompanying file Copyright.txt for details. dnl dnl This software is distributed WITHOUT ANY WARRANTY; without even the dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. dnl See the License for more information. dnl ============================================================================ AC_DEFUN([CMAKE_FIND_BINARY], [AC_ARG_VAR([CMAKE_BINARY], [path to the cmake binary])dnl if test "x$ac_cv_env_CMAKE_BINARY_set" != "xset"; then AC_PATH_TOOL([CMAKE_BINARY], [cmake])dnl fi ])dnl # $1: package name # $2: language (e.g. C/CXX/Fortran) # $3: The compiler ID, defaults to GNU. # Possible values are: GNU, Intel, Clang, SunPro, HP, XL, VisualAge, PGI, # PathScale, Cray, SCO, MIPSpro, MSVC # $4: optional extra arguments to cmake, e.g. "-DCMAKE_SIZEOF_VOID_P=8" # $5: optional path to cmake binary # $6: architecture AC_DEFUN([CMAKE_FIND_PACKAGE], [ AC_REQUIRE([CMAKE_FIND_BINARY])dnl AC_ARG_VAR([$1][_][$2][FLAGS], [$2 compiler flags for $1. This overrides the cmake output])dnl AC_ARG_VAR([$1][_LIBS], [linker flags for $1. This overrides the cmake output])dnl failed=false AC_MSG_CHECKING([for $1]) if test -z "${$1[]_$2[]FLAGS}"; then $1[]_$2[]FLAGS=`$CMAKE_BINARY --find-package "-DNAME=$1" "-DCOMPILER_ID=m4_default([$3], [GNU])" "-DLANGUAGE=$2" -DMODE=COMPILE $4 "-DCMAKE_LIBRARY_ARCHITECTURE=${$6}"` || failed=true fi if test -z "${$1[]_LIBS}"; then $1[]_LIBS=`$CMAKE_BINARY --find-package "-DNAME=$1" "-DCOMPILER_ID=m4_default([$3], [GNU])" "-DLANGUAGE=$2" -DMODE=LINK $4 "-DCMAKE_LIBRARY_ARCHITECTURE=${$6}"` || failed=true fi if $failed; then unset $1[]_$2[]FLAGS unset $1[]_LIBS AC_MSG_RESULT([no]) else AC_MSG_RESULT([yes]) fi[]dnl ]) dicom-0.2.2/src/m4/PaxHeaders.4766/octave-forge.m40000644000000000000000000000013213443235255016231 xustar0030 mtime=1552759469.270838604 30 atime=1552759469.714903094 30 ctime=1552759470.843066931 dicom-0.2.2/src/m4/octave-forge.m40000644000175000017500000000575313443235255016504 0ustar00olafolaf00000000000000# Copyright (C) 2017 Olaf Till # Modifications to print what is searching for by JohnD # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, see . # arguments of OF_OCTAVE_ALT_SYMS (see also description of # OF_OCTAVE_LIST_ALT_SYMS below): # # $1: symbol version 1 # $2: symbol version 2 # $3: test for symbol version 2 # $4: macro name to access alternative symbols # $5: include directives for symbol version 1 # $6: include directives for symbol version 2 # (a list of lists of args 1--6 is $1 of OF_OCTAVE_LIST_ALT_SYMS) # $7: name of generated include file with alternatives of Octave headers # (arg7 is $2 of OF_OCTAVE_LIST_ALT_SYMS) AC_DEFUN([OF_OCTAVE_ALT_SYMS], [ AC_MSG_CHECKING([$1 or $2]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include ] $6], [$3])], [AC_DEFINE($4, [[$2]], [macro for alternative Octave symbols]) AC_MSG_RESULT([$2]) echo '$6' >> $7], [AC_DEFINE($4, [[$1]], [macro for alternative Octave symbols]) AC_MSG_RESULT([$1]) echo '$5' >> $7] ) ]) # OF_OCTAVE_LIST_ALT_SYMS is called in the following way: # # OF_OCTAVE_LIST_ALT_SYMS([ # [dnl # [old_octave_symbol], # [new_octave_symbol], # [[compilation test] # [for new_octave_symbol]], # [NAME_OF_GENERATED_MACRO____WILL_EXPAND_TO_OLD_OR_NEW_SYMBOL], # [[include directives] # [except #include ] # [necessary to compile with old_octave_symbol]], # [[include directives] # [except #include ] # [nessary to compile with new_octave_symbol] # [and to compile the test]] # ], # # ... further such lists as the above # # ], # # [name-of-header-file-for-alternative-octave-iclude-directives.h]) # # # This file should be put into src/m4/, and the line # # AC_CONFIG_MACRO_DIRS([m4]) # # should be put into src/configure.ac. The package should use # autoheader to generate config.h.in (src/bootstrap should contain the # lines 'aclocal', 'autoconf', and 'autoheader -f'). Package code # should include config.h and use the generated macros to access the # alternative symbols of Octave. An example of a call to # OF_OCTAVE_LIST_ALT_SYMS in src/configure.ac is available together # with this file. AC_DEFUN([OF_OCTAVE_LIST_ALT_SYMS], [ echo '/* generated by configure */' > $2 m4_foreach([it], [$1], [m4_apply([OF_OCTAVE_ALT_SYMS], [it, $2])]) AH_BOTTOM([#include "$2"]) ]) dicom-0.2.2/src/PaxHeaders.4766/config.guess0000644000000000000000000000013213443235255015403 xustar0030 mtime=1552759469.262837443 30 atime=1552759469.262837443 30 ctime=1552759470.843066931 dicom-0.2.2/src/config.guess0000755000175000017500000012367213443235255015662 0ustar00olafolaf00000000000000#! /bin/sh # Attempt to guess a canonical system name. # Copyright 1992-2015 Free Software Foundation, Inc. timestamp='2015-01-01' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # # Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD # # Please send patches to . me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] Output the configuration name of the system \`$me' is run on. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. Copyright 1992-2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" >&2 exit 1 ;; * ) break ;; esac done if test $# != 0; then echo "$me: too many arguments$help" >&2 exit 1 fi trap 'exit 1' 1 2 15 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a # compiler to aid in system detection is discouraged as it requires # temporary files to be created and, as you can see below, it is a # headache to deal with in a portable fashion. # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still # use `HOST_CC' if defined, but it is deprecated. # Portable tmp directory creation inspired by the Autoconf team. set_cc_for_build=' trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; : ${TMPDIR=/tmp} ; { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; dummy=$tmp/dummy ; tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; case $CC_FOR_BUILD,$HOST_CC,$CC in ,,) echo "int x;" > $dummy.c ; for c in cc gcc c89 c99 ; do if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then CC_FOR_BUILD="$c"; break ; fi ; done ; if test x"$CC_FOR_BUILD" = x ; then CC_FOR_BUILD=no_compiler_found ; fi ;; ,,*) CC_FOR_BUILD=$CC ;; ,*,*) CC_FOR_BUILD=$HOST_CC ;; esac ; set_cc_for_build= ;' # This is needed to find uname on a Pyramid OSx when run in the BSD universe. # (ghazi@noc.rutgers.edu 1994-08-24) if (test -f /.attbin/uname) >/dev/null 2>&1 ; then PATH=$PATH:/.attbin ; export PATH fi UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown case "${UNAME_SYSTEM}" in Linux|GNU|GNU/*) # If the system lacks a compiler, then just pick glibc. # We could probably try harder. LIBC=gnu eval $set_cc_for_build cat <<-EOF > $dummy.c #include #if defined(__UCLIBC__) LIBC=uclibc #elif defined(__dietlibc__) LIBC=dietlibc #else LIBC=gnu #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` ;; esac # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently # switched to ELF, *-*-netbsd* would select the old # object file format. This provides both forward # compatibility and a consistent mechanism for selecting the # object file format. # # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ /usr/sbin/$sysctl 2>/dev/null || echo unknown)` case "${UNAME_MACHINE_ARCH}" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently, or will in the future. case "${UNAME_MACHINE_ARCH}" in arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ then # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). # Return netbsd for either. FIX? os=netbsd else os=netbsdelf fi ;; *) os=netbsd ;; esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need # kernel version information, so it can be replaced with a # suitable tag, in the style of linux-gnu. case "${UNAME_VERSION}" in Debian*) release='-gnu' ;; *) release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}" exit ;; *:Bitrig:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; *:SolidBSD:*:*) echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} exit ;; macppc:MirBSD:*:*) echo powerpc-unknown-mirbsd${UNAME_RELEASE} exit ;; *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` ;; *5.*) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` ;; esac # According to Compaq, /usr/sbin/psrinfo has been available on # OSF/1 and Tru64 systems produced since 1995. I hope that # covers most systems running today. This code pipes the CPU # types through head -n 1, so we only detect the type of CPU 0. ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") UNAME_MACHINE="alpha" ;; "EV4.5 (21064)") UNAME_MACHINE="alpha" ;; "LCA4 (21066/21068)") UNAME_MACHINE="alpha" ;; "EV5 (21164)") UNAME_MACHINE="alphaev5" ;; "EV5.6 (21164A)") UNAME_MACHINE="alphaev56" ;; "EV5.6 (21164PC)") UNAME_MACHINE="alphapca56" ;; "EV5.7 (21164PC)") UNAME_MACHINE="alphapca57" ;; "EV6 (21264)") UNAME_MACHINE="alphaev6" ;; "EV6.7 (21264A)") UNAME_MACHINE="alphaev67" ;; "EV6.8CB (21264C)") UNAME_MACHINE="alphaev68" ;; "EV6.8AL (21264B)") UNAME_MACHINE="alphaev68" ;; "EV6.8CX (21264D)") UNAME_MACHINE="alphaev68" ;; "EV6.9A (21264/EV69A)") UNAME_MACHINE="alphaev69" ;; "EV7 (21364)") UNAME_MACHINE="alphaev7" ;; "EV7.9 (21364A)") UNAME_MACHINE="alphaev79" ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 exit $exitcode ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead # of the specific Alpha model? echo alpha-pc-interix exit ;; 21064:Windows_NT:50:3) echo alpha-dec-winnt3.5 exit ;; Amiga*:UNIX_System_V:4.0:*) echo m68k-unknown-sysv4 exit ;; *:[Aa]miga[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-amigaos exit ;; *:[Mm]orph[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-morphos exit ;; *:OS/390:*:*) echo i370-ibm-openedition exit ;; *:z/VM:*:*) echo s390-ibm-zvmoe exit ;; *:OS400:*:*) echo powerpc-ibm-os400 exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit ;; arm*:riscos:*:*|arm*:RISCOS:*:*) echo arm-unknown-riscos exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) echo hppa1.1-hitachi-hiuxmpp exit ;; Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. if test "`(/bin/universe) 2>/dev/null`" = att ; then echo pyramid-pyramid-sysv3 else echo pyramid-pyramid-bsd fi exit ;; NILE*:*:*:dcosx) echo pyramid-pyramid-svr4 exit ;; DRS?6000:unix:4.0:6*) echo sparc-icl-nx6 exit ;; DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) case `/usr/bin/uname -p` in sparc) echo sparc-icl-nx7; exit ;; esac ;; s390x:SunOS:*:*) echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4H:SunOS:5.*:*) echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) echo i386-pc-auroraux${UNAME_RELEASE} exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build SUN_ARCH="i386" # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then SUN_ARCH="x86_64" fi fi echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize # SunOS6. Hard to guess exactly what SunOS6 will be like, but # it's likely to be more like Solaris than SunOS4. echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:*:*) case "`/usr/bin/arch -k`" in Series*|S4*) UNAME_RELEASE=`uname -v` ;; esac # Japanese Language versions have a version number like `4.1.3-JL'. echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` exit ;; sun3*:SunOS:*:*) echo m68k-sun-sunos${UNAME_RELEASE} exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} ;; sun4) echo sparc-sun-sunos${UNAME_RELEASE} ;; esac exit ;; aushp:SunOS:*:*) echo sparc-auspex-sunos${UNAME_RELEASE} exit ;; # The situation for MiNT is a little confusing. The machine name # can be virtually everything (everything which is not # "atarist" or "atariste" at least should have a processor # > m68000). The system name ranges from "MiNT" over "FreeMiNT" # to the lowercase version "mint" (or "freemint"). Finally # the system name "TOS" denotes a system which is actually not # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) echo m68k-milan-mint${UNAME_RELEASE} exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) echo m68k-hades-mint${UNAME_RELEASE} exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) echo m68k-unknown-mint${UNAME_RELEASE} exit ;; m68k:machten:*:*) echo m68k-apple-machten${UNAME_RELEASE} exit ;; powerpc:machten:*:*) echo powerpc-apple-machten${UNAME_RELEASE} exit ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 exit ;; RISC*:ULTRIX:*:*) echo mips-dec-ultrix${UNAME_RELEASE} exit ;; VAX*:ULTRIX*:*:*) echo vax-dec-ultrix${UNAME_RELEASE} exit ;; 2020:CLIX:*:* | 2430:CLIX:*:*) echo clipper-intergraph-clix${UNAME_RELEASE} exit ;; mips:*:*:UMIPS | mips:*:*:RISCos) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #ifdef __cplusplus #include /* for printf() prototype */ int main (int argc, char *argv[]) { #else int main (argc, argv) int argc; char *argv[]; { #endif #if defined (host_mips) && defined (MIPSEB) #if defined (SYSTYPE_SYSV) printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_SVR4) printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); #endif #endif exit (-1); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && SYSTEM_NAME=`$dummy $dummyarg` && { echo "$SYSTEM_NAME"; exit; } echo mips-mips-riscos${UNAME_RELEASE} exit ;; Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-powermax exit ;; Motorola:*:4.3:PL8-*) echo powerpc-harris-powermax exit ;; Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) echo powerpc-harris-powermax exit ;; Night_Hawk:Power_UNIX:*:*) echo powerpc-harris-powerunix exit ;; m88k:CX/UX:7*:*) echo m88k-harris-cxux7 exit ;; m88k:*:4*:R4*) echo m88k-motorola-sysv4 exit ;; m88k:*:3*:R3*) echo m88k-motorola-sysv3 exit ;; AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] then if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ [ ${TARGET_BINARY_INTERFACE}x = x ] then echo m88k-dg-dgux${UNAME_RELEASE} else echo m88k-dg-dguxbcs${UNAME_RELEASE} fi else echo i586-dg-dgux${UNAME_RELEASE} fi exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit ;; M88*:*:R3*:*) # Delta 88k system running SVR3 echo m88k-motorola-sysv3 exit ;; XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) echo m88k-tektronix-sysv3 exit ;; Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd exit ;; *:IRIX*:*:*) echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` exit ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' i*86:AIX:*:*) echo i386-ibm-aix exit ;; ia64:AIX:*:*) if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} exit ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include main() { if (!__power_pc()) exit(1); puts("powerpc-ibm-aix3.2.5"); exit(0); } EOF if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` then echo "$SYSTEM_NAME" else echo rs6000-ibm-aix3.2.5 fi elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then echo rs6000-ibm-aix3.2.4 else echo rs6000-ibm-aix3.2 fi exit ;; *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 else IBM_ARCH=powerpc fi if [ -x /usr/bin/lslpp ] ; then IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${IBM_ARCH}-ibm-aix${IBM_REV} exit ;; *:AIX:*:*) echo rs6000-ibm-aix exit ;; ibmrt:4.4BSD:*|romp-ibm:BSD:*) echo romp-ibm-bsd4.4 exit ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to exit ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx exit ;; DPX/2?00:B.O.S.:*:*) echo m68k-bull-sysv3 exit ;; 9000/[34]??:4.3bsd:1.*:*) echo m68k-hp-bsd exit ;; hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) echo m68k-hp-bsd4.4 exit ;; 9000/[34678]??:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` case "${UNAME_MACHINE}" in 9000/31? ) HP_ARCH=m68000 ;; 9000/[34]?? ) HP_ARCH=m68k ;; 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in 32) HP_ARCH="hppa2.0n" ;; 64) HP_ARCH="hppa2.0w" ;; '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 esac ;; esac fi if [ "${HP_ARCH}" = "" ]; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #define _HPUX_SOURCE #include #include int main () { #if defined(_SC_KERNEL_BITS) long bits = sysconf(_SC_KERNEL_BITS); #endif long cpu = sysconf (_SC_CPU_VERSION); switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0"); break; case CPU_PA_RISC1_1: puts ("hppa1.1"); break; case CPU_PA_RISC2_0: #if defined(_SC_KERNEL_BITS) switch (bits) { case 64: puts ("hppa2.0w"); break; case 32: puts ("hppa2.0n"); break; default: puts ("hppa2.0"); break; } break; #else /* !defined(_SC_KERNEL_BITS) */ puts ("hppa2.0"); break; #endif default: puts ("hppa1.0"); break; } exit (0); } EOF (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac if [ ${HP_ARCH} = "hppa2.0w" ] then eval $set_cc_for_build # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler # generating 64-bit code. GNU and HP use different nomenclature: # # $ CC_FOR_BUILD=cc ./config.guess # => hppa2.0w-hp-hpux11.23 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess # => hppa64-hp-hpux11.23 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then HP_ARCH="hppa2.0w" else HP_ARCH="hppa64" fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} exit ;; ia64:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` echo ia64-hp-hpux${HPUX_REV} exit ;; 3050*:HI-UX:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include int main () { long cpu = sysconf (_SC_CPU_VERSION); /* The order matters, because CPU_IS_HP_MC68K erroneously returns true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct results, however. */ if (CPU_IS_PA_RISC (cpu)) { switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; default: puts ("hppa-hitachi-hiuxwe2"); break; } } else if (CPU_IS_HP_MC68K (cpu)) puts ("m68k-hitachi-hiuxwe2"); else puts ("unknown-hitachi-hiuxwe2"); exit (0); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && { echo "$SYSTEM_NAME"; exit; } echo unknown-hitachi-hiuxwe2 exit ;; 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) echo hppa1.1-hp-bsd exit ;; 9000/8??:4.3bsd:*:*) echo hppa1.0-hp-bsd exit ;; *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) echo hppa1.0-hp-mpeix exit ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) echo hppa1.1-hp-osf exit ;; hp8??:OSF1:*:*) echo hppa1.0-hp-osf exit ;; i*86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then echo ${UNAME_MACHINE}-unknown-osf1mk else echo ${UNAME_MACHINE}-unknown-osf1 fi exit ;; parisc*:Lites*:*:*) echo hppa1.1-hp-lites exit ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd exit ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd exit ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd exit ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd exit ;; CRAY*Y-MP:*:*:*) echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*[A-Z]90:*:*:*) echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ -e 's/\.[^.]*$/.X/' exit ;; CRAY*TS:*:*:*) echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*T3E:*:*:*) echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*SV1:*:*:*) echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; *:UNICOS/mp:*:*) echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} exit ;; sparc*:BSD/OS:*:*) echo sparc-unknown-bsdi${UNAME_RELEASE} exit ;; *:BSD/OS:*:*) echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) UNAME_PROCESSOR=`/usr/bin/uname -p` case ${UNAME_PROCESSOR} in amd64) echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; *) echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; esac exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit ;; *:MINGW64*:*) echo ${UNAME_MACHINE}-pc-mingw64 exit ;; *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; *:MSYS*:*) echo ${UNAME_MACHINE}-pc-msys exit ;; i*:windows32*:*) # uname -m includes "-pc" on this system. echo ${UNAME_MACHINE}-mingw32 exit ;; i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; *:Interix*:*) case ${UNAME_MACHINE} in x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; authenticamd | genuineintel | EM64T) echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; IA64) echo ia64-unknown-interix${UNAME_RELEASE} exit ;; esac ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks exit ;; 8664:Windows_NT:*) echo x86_64-pc-mks exit ;; i*:Windows_NT*:* | Pentium*:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we # UNAME_MACHINE based on the output of uname instead of i386? echo i586-pc-interix exit ;; i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit ;; amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit ;; prep*:SunOS:5.*:*) echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; *:GNU:*:*) # the GNU system echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit ;; *:GNU/*:*:*) # other systems with GNU libc and userland echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} exit ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit ;; aarch64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; aarch64_be:Linux:*:*) UNAME_MACHINE=aarch64_be echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in EV5) UNAME_MACHINE=alphaev5 ;; EV56) UNAME_MACHINE=alphaev56 ;; PCA56) UNAME_MACHINE=alphapca56 ;; PCA57) UNAME_MACHINE=alphapca56 ;; EV6) UNAME_MACHINE=alphaev6 ;; EV67) UNAME_MACHINE=alphaev67 ;; EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC="gnulibc1" ; fi echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arc:Linux:*:* | arceb:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arm*:Linux:*:*) eval $set_cc_for_build if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_EABI__ then echo ${UNAME_MACHINE}-unknown-linux-${LIBC} else if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_PCS_VFP then echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi else echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf fi fi exit ;; avr32*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; cris:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; crisv32:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; frv:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; hexagon:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; i*86:Linux:*:*) echo ${UNAME_MACHINE}-pc-linux-${LIBC} exit ;; ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; mips:Linux:*:* | mips64:Linux:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #undef CPU #undef ${UNAME_MACHINE} #undef ${UNAME_MACHINE}el #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) CPU=${UNAME_MACHINE}el #else #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) CPU=${UNAME_MACHINE} #else CPU= #endif #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ;; openrisc*:Linux:*:*) echo or1k-unknown-linux-${LIBC} exit ;; or32:Linux:*:* | or1k*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; padre:Linux:*:*) echo sparc-unknown-linux-${LIBC} exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) echo hppa64-unknown-linux-${LIBC} exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in PA7*) echo hppa1.1-unknown-linux-${LIBC} ;; PA8*) echo hppa2.0-unknown-linux-${LIBC} ;; *) echo hppa-unknown-linux-${LIBC} ;; esac exit ;; ppc64:Linux:*:*) echo powerpc64-unknown-linux-${LIBC} exit ;; ppc:Linux:*:*) echo powerpc-unknown-linux-${LIBC} exit ;; ppc64le:Linux:*:*) echo powerpc64le-unknown-linux-${LIBC} exit ;; ppcle:Linux:*:*) echo powerpcle-unknown-linux-${LIBC} exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux-${LIBC} exit ;; sh64*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; tile*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; vax:Linux:*:*) echo ${UNAME_MACHINE}-dec-linux-${LIBC} exit ;; x86_64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. # earlier versions are messed up and put the nodename in both # sysname and nodename. echo i386-sequent-sysv4 exit ;; i*86:UNIX_SV:4.2MP:2.*) # Unixware is an offshoot of SVR4, but it has its own version # number series starting with 2... # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. # Use sysv4.2uw... so that sysv4* matches it. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} exit ;; i*86:OS/2:*:*) # If we were able to find `uname', then EMX Unix compatibility # is probably installed. echo ${UNAME_MACHINE}-pc-os2-emx exit ;; i*86:XTS-300:*:STOP) echo ${UNAME_MACHINE}-unknown-stop exit ;; i*86:atheos:*:*) echo ${UNAME_MACHINE}-unknown-atheos exit ;; i*86:syllable:*:*) echo ${UNAME_MACHINE}-pc-syllable exit ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) echo i386-unknown-lynxos${UNAME_RELEASE} exit ;; i*86:*DOS:*:*) echo ${UNAME_MACHINE}-pc-msdosdjgpp exit ;; i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} else echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} fi exit ;; i*86:*:5:[678]*) # UnixWare 7.x, OpenUNIX and OpenServer 6. case `/bin/uname -X | grep "^Machine"` in *486*) UNAME_MACHINE=i486 ;; *Pentium) UNAME_MACHINE=i586 ;; *Pent*|*Celeron) UNAME_MACHINE=i686 ;; esac echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} exit ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ && UNAME_MACHINE=i586 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ && UNAME_MACHINE=i686 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ && UNAME_MACHINE=i686 echo ${UNAME_MACHINE}-pc-sco$UNAME_REL else echo ${UNAME_MACHINE}-pc-sysv32 fi exit ;; pc:*:*:*) # Left here for compatibility: # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub # prints for the "djgpp" host, or else GDB configury will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 exit ;; paragon:*:*:*) echo i860-intel-osf1 exit ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 fi exit ;; mini*:CTIX:SYS*5:*) # "miniframe" echo m68010-convergent-sysv exit ;; mc68k:UNIX:SYSTEM5:3.51m) echo m68k-convergent-sysv exit ;; M680?0:D-NIX:5.3:*) echo m68k-diab-dnix exit ;; M68*:*:R3V[5678]*:*) test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4; exit; } ;; NCR*:*:4.2:* | MPRAS*:*:4.2:*) OS_REL='.3' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) echo m68k-unknown-lynxos${UNAME_RELEASE} exit ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 exit ;; TSUNAMI:LynxOS:2.*:*) echo sparc-unknown-lynxos${UNAME_RELEASE} exit ;; rs6000:LynxOS:2.*:*) echo rs6000-unknown-lynxos${UNAME_RELEASE} exit ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) echo powerpc-unknown-lynxos${UNAME_RELEASE} exit ;; SM[BE]S:UNIX_SV:*:*) echo mips-dde-sysv${UNAME_RELEASE} exit ;; RM*:ReliantUNIX-*:*:*) echo mips-sni-sysv4 exit ;; RM*:SINIX-*:*:*) echo mips-sni-sysv4 exit ;; *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` echo ${UNAME_MACHINE}-sni-sysv4 else echo ns32k-sni-sysv fi exit ;; PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort # says echo i586-unisys-sysv4 exit ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm echo hppa1.1-stratus-sysv4 exit ;; *:*:*:FTX*) # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 exit ;; i*86:VOS:*:*) # From Paul.Green@stratus.com. echo ${UNAME_MACHINE}-stratus-vos exit ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos exit ;; mc68*:A/UX:*:*) echo m68k-apple-aux${UNAME_RELEASE} exit ;; news*:NEWS-OS:6*:*) echo mips-sony-newsos6 exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then echo mips-nec-sysv${UNAME_RELEASE} else echo mips-unknown-sysv${UNAME_RELEASE} fi exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos exit ;; BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. echo powerpc-apple-beos exit ;; BePC:BeOS:*:*) # BeOS running on Intel PC compatible. echo i586-pc-beos exit ;; BePC:Haiku:*:*) # Haiku running on Intel PC compatible. echo i586-pc-haiku exit ;; x86_64:Haiku:*:*) echo x86_64-unknown-haiku exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit ;; SX-5:SUPER-UX:*:*) echo sx5-nec-superux${UNAME_RELEASE} exit ;; SX-6:SUPER-UX:*:*) echo sx6-nec-superux${UNAME_RELEASE} exit ;; SX-7:SUPER-UX:*:*) echo sx7-nec-superux${UNAME_RELEASE} exit ;; SX-8:SUPER-UX:*:*) echo sx8-nec-superux${UNAME_RELEASE} exit ;; SX-8R:SUPER-UX:*:*) echo sx8r-nec-superux${UNAME_RELEASE} exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} exit ;; *:Rhapsody:*:*) echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit ;; *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown eval $set_cc_for_build if test "$UNAME_PROCESSOR" = unknown ; then UNAME_PROCESSOR=powerpc fi if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then case $UNAME_PROCESSOR in i386) UNAME_PROCESSOR=x86_64 ;; powerpc) UNAME_PROCESSOR=powerpc64 ;; esac fi fi elif test "$UNAME_PROCESSOR" = i386 ; then # Avoid executing cc on OS X 10.9, as it ships with a stub # that puts up a graphical alert prompting to install # developer tools. Any system running Mac OS X 10.7 or # later (Darwin 11 and later) is required to have a 64-bit # processor. This is not true of the ARM version of Darwin # that Apple uses in portable devices. UNAME_PROCESSOR=x86_64 fi echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` if test "$UNAME_PROCESSOR" = "x86"; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} exit ;; *:QNX:*:4*) echo i386-pc-qnx exit ;; NEO-?:NONSTOP_KERNEL:*:*) echo neo-tandem-nsk${UNAME_RELEASE} exit ;; NSE-*:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-?:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux exit ;; BS2000:POSIX*:*:*) echo bs2000-siemens-sysv exit ;; DS/*:UNIX_System_V:*:*) echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} exit ;; *:Plan9:*:*) # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. if test "$cputype" = "386"; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" fi echo ${UNAME_MACHINE}-unknown-plan9 exit ;; *:TOPS-10:*:*) echo pdp10-unknown-tops10 exit ;; *:TENEX:*:*) echo pdp10-unknown-tenex exit ;; KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) echo pdp10-dec-tops20 exit ;; XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) echo pdp10-xkl-tops20 exit ;; *:TOPS-20:*:*) echo pdp10-unknown-tops20 exit ;; *:ITS:*:*) echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) echo mips-sei-seiux${UNAME_RELEASE} exit ;; *:DragonFly:*:*) echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit ;; *:*VMS:*:*) UNAME_MACHINE=`(uname -p) 2>/dev/null` case "${UNAME_MACHINE}" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; V*) echo vax-dec-vms ; exit ;; esac ;; *:XENIX:*:SysV) echo i386-pc-xenix exit ;; i*86:skyos:*:*) echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' exit ;; i*86:rdos:*:*) echo ${UNAME_MACHINE}-pc-rdos exit ;; i*86:AROS:*:*) echo ${UNAME_MACHINE}-pc-aros exit ;; x86_64:VMkernel:*:*) echo ${UNAME_MACHINE}-unknown-esx exit ;; esac cat >&2 < in order to provide the needed information to handle your system. config.guess timestamp = $timestamp uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` /bin/uname -X = `(/bin/uname -X) 2>/dev/null` hostinfo = `(hostinfo) 2>/dev/null` /bin/universe = `(/bin/universe) 2>/dev/null` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` /bin/arch = `(/bin/arch) 2>/dev/null` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` UNAME_MACHINE = ${UNAME_MACHINE} UNAME_RELEASE = ${UNAME_RELEASE} UNAME_SYSTEM = ${UNAME_SYSTEM} UNAME_VERSION = ${UNAME_VERSION} EOF exit 1 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: dicom-0.2.2/src/PaxHeaders.4766/isdicom.cpp0000644000000000000000000000013213443235255015221 xustar0030 mtime=1552759469.270838604 30 atime=1552759470.803061121 30 ctime=1552759470.843066931 dicom-0.2.2/src/isdicom.cpp0000644000175000017500000000531113443235255015462 0ustar00olafolaf00000000000000/* * The GNU Octave dicom package is Copyright Andy Buckle 2010 * Contact: blondandy using the sf.net system, * * * Changes (C) 2018 John Donoghue * * The GNU Octave dicom package is free software: you can redistribute * it and/or modify it under the terms of the GNU General Public * License as published by the Free Software Foundation, either * version 3 of the License, or (at your option) any later version. * * The GNU Octave dicom package is distributed in the hope that it * will be useful, but WITHOUT ANY WARRANTY; without even the * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more details. * * Please see the file, "COPYING" for further details of GNU General * Public License version 3. * */ #include #include #include #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "gdcmImageReader.h" using namespace gdcm; static bool isdicom (const std::string& filename) { gdcm::Reader reader; reader.SetFileName (filename.c_str ()); // gdcm::Reader.Read() will return false if the file does not exists but // also prints to stderr so we check it first. return OCTAVE__FILE_STAT (filename).exists () && reader.Read (); } DEFUN_DLD (isdicom, args, , "-*- texinfo -*- \n\ @deftypefn {Loadable Function} {} isdicom (@var{filename}) \n\ Return true if @var{filename} is a valid DICOM file.\n\ \n\ @seealso{dicomdict, dicominfo, dicomread, dicomwrite} \n\ @end deftypefn") { const octave_idx_type nargin = args.length (); if (nargin != 1) { print_usage (); return octave_value_list (); } // Do NOT have this function accept a cell array of strings. // // This function should return true or false if its input is valid input // for a function that reads a DICOM file. While it is tempting, and very // easy to implement, to have this function accept a cell array of strings // and return a boolNDArray, a cell array is not valid and will cause any // function that uses it to first check if it's a cell array. It will also // prevent it from being used by imformats and any other image IO function // in Octave core const std::string filename = args(0).string_value (); if (error_state) { error ("isdicom: FILENAME must be a string"); return octave_value_list (); } return octave_value (isdicom (filename)); } /* %!test %! fpath = tempname (); %! urlwrite ("http://imagej.nih.gov/ij/images/CT%20Scan.dcm", fpath); %! assert (isdicom (fpath), true); %!test %! assert (isdicom (which ("gray")), false); %!fail ("isdicom") */ dicom-0.2.2/src/PaxHeaders.4766/dicominfo.cpp0000644000000000000000000000013213443235255015541 xustar0030 mtime=1552759469.266838024 30 atime=1552759470.803061121 30 ctime=1552759470.843066931 dicom-0.2.2/src/dicominfo.cpp0000644000175000017500000005166313443235255016015 0ustar00olafolaf00000000000000/* * The GNU Octave dicom package is Copyright Andy Buckle 2010 * Contact: blondandy using the sf.net system, * * * Changes Copyright Kris Thielemans 2011: * - support usage dicominfo(filename, 'dictionary', dictname) * - support FL, FD and SL VRs, which means that many more fields are now read correctly from the dicom file. * - check if the VR in the file is the same as the one in the dictionary. If not, issue a warning but use the VR from the file. * - assign values to private dicom fields, just like with others * - changed convention for private fields to use lower-case for the hexadecimal numbers to be compatible with Matlab * - if an entry is not in the dictionary, determine its VR from the file (if possible) and assign anyway. * - updated doc-string * - use gdcm functions for getting values as opposed to memcpy, and support arrays (VM>1) * - don't skip sequences * * The GNU Octave dicom package is free software: you can redistribute * it and/or modify it under the terms of the GNU General Public * License as published by the Free Software Foundation, either * version 3 of the License, or (at your option) any later version. * * The GNU Octave dicom package is distributed in the hope that it * will be useful, but WITHOUT ANY WARRANTY; without even the * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more details. * * Please see the file, "COPYING" for further details of GNU General * Public License version 3. * */ #include //for calloc, free #include //for printf #include #include #include #include #include "octave/oct.h" #include "octave/ov-struct.h" #include "gdcmReader.h" #include "gdcmDataSet.h" #include "gdcmDict.h" #include "gdcmVR.h" #include "gdcmSequenceOfItems.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "dicomdict.h" #define DICOM_ERR -1 #define DICOM_OK 0 #define DICOM_NOTHING_ASSIGNED 1 #define TIME_STR_LEN 31 #define OCT_FN_NAME dicominfo #define QUOTED_(x) #x #define QUOTED(x) QUOTED_(x) #ifdef NOT_OCT # define octave_stdout std::cout # define error printf #endif char* byteval2string(char * d, int d_len_p, const gdcm::ByteValue *bv); char* name2Keyword(char *d, int *d_len_p, const char* s); Matrix str2DoubleVec(const char*); octave_map dump(const char filename[], int chatty); void dumpDataSet(octave_map *om, const gdcm::DataSet *ds, int chatty, int sequenceDepth); void getFileModTime(char *timeStr, const char *filename); void dumpElement(octave_map *om, const gdcm::DataElement * elem, int chatty, int sequenceDepth); void dumpSequence(octave_value *ov, gdcm::SequenceOfItems *seq, int chatty, int sequenceDepth); int element2value(std::string & varname, octave_value *ov, const gdcm::DataElement * elem, int chatty, int sequenceDepth) ; int dicom_truncate_numchar=40; #ifdef NOT_OCT int main( int argc, const char* argv[] ) { dump(argv[1], 1 /* chatty on */ ); // 1 cmd line arg: dicom filename return 0; } #else DEFUN_DLD (dicominfo, args, nargout, "-*- texinfo -*- \n\ @deftypefn {Loadable Function} {@var{info}} = dicominfo (@var{filename}) \n\ @deftypefnx {Loadable Function} {@var{info}} = dicominfo (@var{filename}, @code{dictionary}, @var{dictionary-name}) \n\ @deftypefnx {Loadable Function} {} dicominfo (@var{filename}, @var{options}) \n\ @deftypefnx {Command} {} dicominfo @var{filename} \n\ @deftypefnx {Command} {} dicominfo @var{filename} @var{options} \n\ Get all data from a DICOM file, excluding any actual image. \n\ @var{info} is a nested struct containing the data. \n\ \n\ If no return argument is given, then there will be output similar to \n\ a DICOM dump. \n\ \n\ If the @code{dictionary} argument is used, the given @var{dictionary-name} is used for this operation, \n\ otherwise, the dictionary set by @code{dicomdict} is used.\n\ \n\ @var{options}:\n\ @code{truncate=n}\n\ where n is the number of characters to limit the dump output display to @code{n}\ for each value. \n\ \n\ @seealso{dicomread, dicomdict} \n\ @end deftypefn \n\ ") { octave_value_list retval; // create object to store return values if ( (0 == args.length()) || (! args(0).is_string ())) { error(QUOTED(OCT_FN_NAME)": one arg required: dicom filename"); return retval; } int chatty = !nargout; // dump output to stdout if not assigning to var charMatrix ch = args(0).char_matrix_value (); if (ch.rows()!=1) { error(QUOTED(OCT_FN_NAME)": arg should be a filename, 1 row of chars"); return retval; } std::string filename = ch.row_as_string (0); // save current dictionary for the case that we're using a different dictionary while reading const std::string current_dict = get_current_dicom_dict(); int i; // parse any additional args for (i=1; iGetDES(); // gdcm::DataSet::DataElementSet is a std::set gdcm::DataSet::Iterator it; for ( it=DES.begin() ; it != DES.end(); it++ ) { dumpElement(om, &(*it), chatty, sequenceDepth); } } void dumpElement(octave_map *om, const gdcm::DataElement * elem, int chatty, int sequenceDepth) { std::string varname; octave_value ov; if(DICOM_OK==element2value(varname, &ov, elem, chatty, sequenceDepth)) { om->assign(varname.c_str(), ov); } else { if (0==varname.length()) return ; om->assign(varname.c_str(), octave_value("not assigned")); } } /* helper function for element2value below. This function converts a 'simple' type (such as an (array of) floats or ints, etc) to an octave_value, returning DICOM_NOTHING_ASSIGNED if the dicom element is empty or DICOM_OK otherwise. It is templated in - the VR Type, such that we can use GDCM's functions to convert data appropriately. - valueType, i.e. float, or int etc - octaveArrayType, i.e. Array, or intNDArray >, etc There are other helper functions below that find the template arguments. Note, the octaveArrayType is currently necessary as we cannot use Array etc, as octave_value does not have a constructor for Array. */ template static inline int element2simplevalueHelper2(octave_value *ov, const gdcm::DataElement *elem, const int chatty) { if( elem->IsEmpty() ) return DICOM_NOTHING_ASSIGNED; #if 0 // KT if to choose between implementations // original fast implementation using memcpy. However, ignores byteorder and VMs (i.e. arrays) valueType val ; memcpy(&val, elem->GetByteValue()->GetPointer(), sizeof(valueType)); *ov=val; if(chatty) octave_stdout << '[' << val << "]\n"; #else // save (but slow?) implementation that uses GDCM functions gdcm::Element el; el.Set( elem->GetValue() ); // possible optimisation here. If there's only 1 element, maybe we can // save time by not making array. However, because all octave values are // arrays, maybe this doesn't matter. the "else" statement below works // always in any case. // If you want to try this optimisation, put #if 1 below # if 0 if (el.GetLength()==1) { const valueType& val = el.GetValue(); *ov=val; if(chatty) octave_stdout << '[' << val << "]\n"; } else # endif { octaveArrayType val(dim_vector (el.GetLength(),1)); for (unsigned i=0; i static inline int element2intvalueHelper(octave_value *ov, const gdcm::DataElement * elem, const int chatty) { typedef typename gdcm::VRToType::Type valueType; return element2simplevalueHelper2 > >(ov, elem, chatty); } template static inline int element2realvalueHelper(octave_value *ov, const gdcm::DataElement * elem, const int chatty) { typedef typename gdcm::VRToType::Type valueType; return element2simplevalueHelper2 >(ov, elem, chatty); } int element2value(std::string & varname, octave_value *ov, const gdcm::DataElement * elem, int chatty, int sequenceDepth) { // get dicom dictionary //static const gdcm::Global& g = gdcm::Global::GetInstance(); //static const gdcm::Dicts &dicts = g.GetDicts(); const gdcm::Tag tag = elem->GetTag(); gdcm::VR vr = elem->GetVR(); // value representation // skip "Group Length" tags. note: these are deprecated in DICOM 2008 if(tag.GetElement() == (uint16_t)0 || (elem->GetByteValue() == NULL && vr != gdcm::VR::SQ)) return DICOM_NOTHING_ASSIGNED; //const gdcm::DictEntry dictEntry = dicts.GetDictEntry(tag,(const char*)0); // find dictionary entry for name and to possibly adjust the VR gdcm::DictEntry dictEntry ; if (!dicom_is_present(tag)) { char fallbackVarname[64]; snprintf(fallbackVarname,63,"Private_%04x_%04x",tag.GetGroup(),tag.GetElement()); varname=std::string(fallbackVarname); } else { lookup_dicom_entry(dictEntry, tag); varname=dictEntry.GetName(); const gdcm::VR dictvr= dictEntry.GetVR(); // value representation. ie DICOM if (!vr.Compatible(vr)) { warning(QUOTED(OCT_FN_NAME)": %s has different VR from dictionary. Using VR from file.", varname.c_str()); } // find vr from dictionary if it was not in the file // lines copied from gdcmPrinter::PrintDataElement if( vr == gdcm::VR::INVALID ) { vr = dictvr; } else if ( vr == gdcm::VR::UN && vr != gdcm::VR::INVALID ) // File is explicit, but still prefer vr from dict when UN { vr = dictvr; } else // cool the file is Explicit ! { // keep vr from file } #if 0 // gdcmPrinter goes on with the following fix for the // case where the VR derived from the dictionary is 'dual' (e.g. US_SS). // However, we cannot do it here as we don't have // the FILE* F nor the dataset. // This means that these fields will not be assigned. if( vr.IsDual() ) // This means vr was read from a dict entry: { vr = DataSetHelper::ComputeVR(*F,ds, tag); } #endif } //int tagVarNameBufLen=127; //char *keyword=(char *)malloc((tagVarNameBufLen+1)*sizeof(char)); //keyword=name2Keyword(keyword,&tagVarNameBufLen,tagName); //*varname=std::string(keyword); if(chatty) { octave_stdout << std::setw(2*sequenceDepth) << "" << std::setw(0) ; octave_stdout << tag << ":" << vr << ":" << varname << ":" ; // TODO: error if var name repeated. } #define strValBufLen 511 char strValBuf[strValBufLen+1]; char* strVal=strValBuf; if ( vr & gdcm::VR::VRASCII) { strVal=byteval2string(strValBuf,strValBufLen,elem->GetByteValue()); if(chatty) { if (dicom_truncate_numchar>0) { octave_stdout << '[' << std::string(strVal).substr(0,dicom_truncate_numchar) << ( ((int)strlen(strVal)>dicom_truncate_numchar) ? "..." : "") << ']' << std::endl; } else { octave_stdout << '[' << strVal << ']' << std::endl; } } if (vr & VRSTRING) { //all straight to string types *ov=std::string(strVal); // TODO: error if om already has member with this name } else if (vr & gdcm::VR::IS) { // Integer String. spec tallies with signed 32 bit int *ov=(int32_t)atoi(strVal); } else if (vr & gdcm::VR::DS) { // Double String. vector separated by '/' Matrix vec=str2DoubleVec(strVal); *ov=vec; } else { if(chatty) octave_stdout << " ### string type not handled ###" << std::endl; return DICOM_NOTHING_ASSIGNED; } if (strVal != strValBuf) free(strVal); // long string. malloc'd instead of using buf, now needs free'ng } else if (vr & gdcm::VR::SQ) { if(chatty) octave_stdout << " reading sequence. "; // \n provided in dumpSequence fn gdcm::SmartPointer sqi = elem->GetValueAsSQ(); dumpSequence(ov, sqi, chatty, sequenceDepth+1); } else if (vr & gdcm::VR::AT) { // attribute tag intNDArray uint16pair(dim_vector(1,2)); uint16_t *p=(uint16_t *)elem->GetByteValue()->GetPointer(); uint16pair(0) = p[0]; uint16pair(1) = p[1]; *ov=uint16pair; if (chatty) { char buf[16]; snprintf(buf,15,"[(%04X,%04X)]\n",p[0],p[1]); octave_stdout << buf ; } } else if (vr & gdcm::VR::FL) {// float return element2realvalueHelper(ov, elem, chatty); } else if (vr & gdcm::VR::FD) {// double return element2realvalueHelper(ov, elem, chatty); } else if (vr & gdcm::VR::UL) {// unsigned long return element2intvalueHelper(ov, elem, chatty); } else if (vr & gdcm::VR::SL) {// signed long return element2intvalueHelper(ov, elem, chatty); } else if (vr & gdcm::VR::US) {// unsigned short return element2intvalueHelper(ov, elem, chatty); } else if (vr & gdcm::VR::SS) {// signed short return element2intvalueHelper(ov, elem, chatty); } else if (vr & gdcm::VR::OB) {// other byte if (tag==gdcm::Tag(0x7FE0,0x0010)) { // PixelData if(chatty) octave_stdout << "skipping, leave for dicomread\n"; return DICOM_NOTHING_ASSIGNED; } const uint32_t len=elem->GetByteValue()->GetLength(); intNDArray bytearr(dim_vector(1,len)); const uint8_t *p=(uint8_t *)elem->GetByteValue()->GetPointer(); for (uint32_t i=0; iBegin(); sit != seq->End(); sit++) { gdcm::DataSet ds=sit->GetNestedDataSet(); octave_map subom; std::ostringstream item_name_buf; gdcm::Item mi = *sit; item_no ++; if (chatty) octave_stdout << "object " << item_no << " " << mi.GetTag() << std::endl; for (gdcm::DataSet::Iterator dit=ds.Begin(); dit != ds.End(); dit++) { std::string key(""); octave_value subov; if( DICOM_OK==element2value(key, &subov, &(*dit), chatty, sequenceDepth)) { subom.assign(key.c_str(), subov); } else { if (0==key.length()) continue ; subom.assign(key.c_str(), octave_value("not assigned")); } if (chatty) octave_stdout << "object sub map " << subom.nfields() << std::endl; } item_name_buf << "Item_" << item_no; om.assign(item_name_buf.str().c_str(), octave_value(subom)); } *ov=om; } void getFileModTime(char *timeStr, const char *filename) { struct tm* clock; // create a time structure struct stat attrib; // create a file attribute structure stat(filename, &attrib); // get the attributes of afile.txt clock = gmtime(&(attrib.st_mtime)); // Get the last modified time and put it into the time structure char monthStr[4]; switch(clock->tm_mon) { case 0: strcpy(monthStr,"Jan"); break; case 1: strcpy(monthStr,"Feb"); break; case 2: strcpy(monthStr,"Mar"); break; case 3: strcpy(monthStr,"Apr"); break; case 4: strcpy(monthStr,"May"); break; case 5: strcpy(monthStr,"Jun"); break; case 6: strcpy(monthStr,"Jul"); break; case 7: strcpy(monthStr,"Aug"); break; case 8: strcpy(monthStr,"Sep"); break; case 9: strcpy(monthStr,"Oct"); break; case 10: strcpy(monthStr,"Nov"); break; case 11: strcpy(monthStr,"Dec"); break; } snprintf(timeStr, TIME_STR_LEN, "%02i-%s-%i %02i:%02i:%02i", clock->tm_mday,monthStr,1900+clock->tm_year, clock->tm_hour, clock->tm_min, clock->tm_sec); //clock->tm_year returns the year (since 1900) // clock->tm_mon returns the month (January = 0) // clock->tm_mday returns the day of the month // 18-Dec-2000 11:06:43 } Matrix str2DoubleVec(const char* s){ // count separators, hence elements int n=1; char *sl=(char *)s; for (; *sl != '\0'; sl++) n = (*sl == '\\') ? n+1 : n; // create output args Matrix dv(n, 1); double *fv=dv.fortran_vec(); // parse into output int i=0; for (sl=(char *)s; iGetLength(); if ( len > d_len ) { d=(char *)malloc((len+1)*sizeof(char)); } memcpy(d, bv->GetPointer(), len); d[len]='\0'; return d; } // remove non-alphabet characters from a string. // remove s following quote // the destination string, d, must be malloc'd space. // this fn will realloc if it is not big enough. so use // returned pointer, as the supplied one may be invalid. // d_len_p: pointer to length of d. is updated if required. char* name2Keyword(char *d, int *d_len_p, const char* s) { char *f=(char*)s; //from (loop through source) int len=strlen(s); if ( len > *d_len_p ) { d=(char *)realloc(d,(len+1)*sizeof(char)); } char *tl=(char*)d; // pointer to loop through the destination for (; *f != '\0' ; f++ ) { if ( (*f >= 'A' && *f <= 'Z') || (*f >= 'a' && *f <= 'z') ) { *tl++ = *f; } else if (*f=='\'' && *(f+1)=='s') { f++; // if quote followed by s, skip both chars } else if (*f==' ' && *(f+1) >= 'a' && *(f+1) <= 'z') { *tl++ = *++f - ('a'-'A') ; // space folowed by lower case char, cap char } } *tl = '\0'; return d; } /* %!shared testfile %! testfile = urlwrite ( ... %! 'http://sourceforge.net/p/octave/code/11601/tree/trunk/octave-forge/extra/dicom/dcm_examples/RD.15MV.DCM?format=raw', ... %! tempname() ); %!fail("dicominfo") %!fail("dicominfo(1)") %!test %! addpath('../inst'); % so it can find the dictionary %! s=dicominfo(testfile); %! assert(s.PatientName,"PHANTOM^IsodoseComparison^^^"); %!test %! addpath('../inst'); % so it can find the dictionary %! s=dicominfo(testfile); %! assert(s.ROIContourSequence.Item_1.ContourSequence.Item_1.ContourGeometricType,"POINT "); %!test %! if exist (testfile, 'file') %! delete (testfile); %! endif */ dicom-0.2.2/src/PaxHeaders.4766/dicomwrite.cpp0000644000000000000000000000013213443235255015740 xustar0030 mtime=1552759469.270838604 30 atime=1552759470.803061121 30 ctime=1552759470.843066931 dicom-0.2.2/src/dicomwrite.cpp0000644000175000017500000004255113443235255016210 0ustar00olafolaf00000000000000/* * The GNU Octave dicom package is Copyright Andy Buckle 2010 * Contact: blondandy using the sf.net system, * * * The GNU Octave dicom package is free software: you can redistribute * it and/or modify it under the terms of the GNU General Public * License as published by the Free Software Foundation, either * version 3 of the License, or (at your option) any later version. * * The GNU Octave dicom packag is distributed in the hope that it * will be useful, but WITHOUT ANY WARRANTY; without even the * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more details. * * Please see the file, "COPYING" for further details of GNU General * Public License version 3. * */ #include "octave/oct.h" #include "octave/ov-struct.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "gdcmDictEntry.h" #include "gdcmImage.h" #include "gdcmImageWriter.h" #include "gdcmFileDerivation.h" #include "gdcmUIDGenerator.h" #include "dicomdict.h" #define DICOM_ERR -1 #define DICOM_OK 0 #define OCT_FN_NAME dicomwrite #define QUOTED_(x) #x #define QUOTED(x) QUOTED_(x) // TODO: allow user to specify colourmap // TODO: allow user to specify metadata // TODO: return status, like the help output says // TODO all fns here should throw exceptions, not use this "std::string & err" arg void struct2metadata(gdcm::ImageWriter *w, gdcm::File *file, const octave_value & ov, bool trial, int sequenceDepth) ; void structarray2sequence(gdcm::SequenceOfItems & sq, octave_map * om, bool trial, int sequenceDepth); void value2element (gdcm::DataElement * de, const octave_value * ov, gdcm::Tag * tag, const std::string & keyword, bool trial, bool * handled, int sequenceDepth); void octaveVal2dicomImage(gdcm::ImageWriter *w, octave_value *pixval) ; void genMinimalMetaData(gdcm::ImageWriter *w, gdcm::File *file); DEFUN_DLD (dicomwrite, args, nargout, "-*- texinfo -*- \n\ @deftypefn {Loadable Function} {} dicomwrite(@var{im}, @var{filename})\n\ @deftypefnx {Loadable Function} {} dicomwrite(@var{im}, @var{filename}, @var{info})\n\ \n\ Write a DICOM format file to @var{filename}.\n\ \n\ @var{im} is image data or empty matrix, [], if only metadata save is required\n\ @var{filename} is filename to write dicom to. if [], then function runs in verbose trial mode.\n\ @var{info} struct, like that produced by dicominfo\n\ \n\ @seealso{dicomread, dicominfo}\n\ @end deftypefn \n\ ") { octave_value_list retval; // create object to store return values if(2>args.length()) { error(QUOTED(OCT_FN_NAME)": should have at least 2 arguments"); return retval; } if (! args(1).is_string ()) { error(QUOTED(OCT_FN_NAME)": second argument should be a string filename"); return retval; } charMatrix ch = args(1).char_matrix_value (); bool trial = false; if (0 == ch.numel()) { trial = true; // more output if null string supplied for filename; } else if (ch.rows()!=1) { error(QUOTED(OCT_FN_NAME)": second arg should be a filename"); return retval; } std::string filename = ch.row_as_string(0); //bool fn_failed_verbose=trial; //TODO other way of setting this. is it even necessary? bool writing_image = (0 != args(0).numel()) ; // prepare writer gdcm::ImageWriter w; if (!trial) w.SetFileName( filename.c_str()); gdcm::SmartPointer file = new gdcm::File; // should delete be used later? if (3 > args.length()) { // no metadata supplied, need to make some try { genMinimalMetaData(&w, file); } catch (std::exception&) { return retval ; } } else { // 3rd arg should be struct to turn into metadata try { struct2metadata(&w, file, args(2), trial, 0 /* depth of indent for SQ nesting */); } catch (std::exception&) { return retval ; } } if ( writing_image ) { octave_value pixval = args(0); try { octaveVal2dicomImage(&w, &pixval); } catch (std::exception&) { return retval ; } } #if 0 /* debug */ //NOTE: debug code currently crashes octave - do not use without rework gdcm::File fc=w.GetFile(); gdcm::DataSet dsc=fc.GetDataSet(); const gdcm::DataElement & sopclass = dsc.GetDataElement( gdcm::Tag(0x0008, 0x0016) ); // SOPClassUID const gdcm::ByteValue *bv = sopclass.GetByteValue(); char * bufc=(char *) malloc((bv->GetLength()+1)*sizeof(char)); memcpy(bufc, bv->GetPointer(), bv->GetLength()); bufc[bv->GetLength()]='\0'; octave_stdout << bufc << '\n' ; free(bufc); #endif if( !trial ) { // if not writing image, use superclass if (writing_image ? !w.ImageWriter::Write() : !w.Writer::Write()){ error(QUOTED(OCT_FN_NAME)": unable to save"); return retval; } } return retval; } void struct2metadata(gdcm::ImageWriter *w, gdcm::File *file, const octave_value & ov, bool trial, int sequenceDepth) { if(!ov.OV_ISMAP()){ error(QUOTED(OCT_FN_NAME)": 3rd arg should be struct holding metadata. it is %s",ov.type_name().c_str()); throw std::exception() ; } gdcm::DataSet ds; gdcm::FileMetaInformation hds; octave_map om=ov.map_value(); uint32_t skipped = 0; for (octave_map::iterator it = om.begin(); it != om.end(); it++) { std::string keyword(om.key(it)); Cell cell = om.contents(it); if (!dicom_is_present(keyword)) { if ( 0==keyword.compare("FileModDate") || 0==keyword.compare("Filename")) { if (trial) octave_stdout << "from dicominfo, ignoring:" << keyword << ":[" << cell(0).string_value() << "]\n"; continue; //dicominfo adds these non-DICOM bits } skipped++; // warning(QUOTED(OCT_FN_NAME)": skipping \"%s\". not in dictionary\n",keyword.c_str()); continue; } // PixelData is here becuase it handled by other fn. the others seem to cause bugs if ( 0==keyword.compare("PixelData") || 0==keyword.compare("FileMetaInformationVersion") ) { if (trial) octave_stdout << "handled separately:" << keyword << std::endl; continue; } gdcm::DataElement de; gdcm::Tag tag; bool handled ; try { value2element(&de, &cell(0), &tag, keyword, trial, &handled, sequenceDepth); } catch (std::exception&) { return; } if (handled) { if (tag.GetGroup() == (uint32_t)0x0002 ) { // group 0x2 : header hds.Insert(de) ; // TODO move this somehow: if (trial) octave_stdout << ':' << "(header)"; } else { // everything else is metadata ds.Insert(de); } } } if (skipped>0) { // TODO: this does not count elements nested in SQs warning(QUOTED(OCT_FN_NAME)": skipped %u keyword-value pairs. not in dictionary\n",skipped); } // TODO are these set functions taking a copy? if they take a reference to objects that are about to go out of scope, we have a problem file->SetDataSet((gdcm::DataSet &)ds); file->SetHeader(hds); w->SetFile(*file); return ; } void structarray2sequence(gdcm::SequenceOfItems & sq, octave_map * om, bool trial, int sequenceDepth) { for (octave_map::iterator it = om->begin(); it != om->end(); it++) { gdcm::Item item; // item.SetVLToUndefined(); //TODO: does VL need to be set for items that contain datasets? gdcm::DataSet &nds = item.GetNestedDataSet(); std::string itemname(om->key(it)); // TODO: test itemname is something like Item_n. Cell cell = om->contents(it); octave_map subom = cell(0).map_value(); // octave_stdout << itemname <byte_size()); //gdcm::DataElement de(*tag, len, entry.GetVR()); de->SetTag(*tag); de->SetVL(len); de->SetVR(entry.GetVR()); *handled = true; if (trial) { octave_stdout << std::setw(2*sequenceDepth) << "" << std::setw(0) ; octave_stdout << *tag << ':' << entry.GetVR() << ':' << keyword << ':' ; } if ( entry.GetVR() & VRSTRING ) {// TODO: check even padding requirement // TODO some dicom string types are stored as numbers if (!ov->is_string()) { warning(QUOTED(OCT_FN_NAME)": dicomdict gives string VR for %s, octave value is %s", keyword.c_str(), ov->class_name().c_str()); } if (trial) octave_stdout << '[' << ov->string_value() << ']' << std::endl ; de->SetByteValue((const char *)ov->string_value().c_str(),len); } else if ( entry.GetVR() & gdcm::VR::US) { // unsigned short if (!ov->is_scalar_type()) { // dicominfo turns US into double, this turns it back to uint16 warning(QUOTED(OCT_FN_NAME)": dicomdict gives VR of US for %s, octave value is %s", keyword.c_str(), ov->class_name().c_str()); } if (trial) octave_stdout << '[' << ov->uint16_scalar_value() << ']' << std::endl ; de->SetByteValue((const char *)ov->uint16_array_value().fortran_vec(), gdcm::VL((uint32_t)2)); } else if ( entry.GetVR() & gdcm::VR::OB) { // other byte uint8NDArray obv = ov->uint8_array_value(); //if (!ov->is_scalar_type()) { // dicominfo seems to return string // warning(QUOTED(OCT_FN_NAME)": dicomdict gives VR of OB for %s, octave value is %s", keyword.c_str(), ov->class_name().c_str()); //} if (trial) { // TODO surely there is a better way to do this with c++ output stream octave_uint8 * obv_p=obv.fortran_vec(); char buf[8]; octave_stdout << '[' ; for (octave_idx_type i=0; i<(octave_idx_type)len; i++) { snprintf(buf,7,"%02X ",(const uint8_t)obv_p[i]); octave_stdout << buf << " " ; } octave_stdout << ']' << std::endl ; } de->SetByteValue((const char *)obv.fortran_vec(), gdcm::VL((uint32_t)obv.byte_size())); } else if ( entry.GetVR() & gdcm::VR::DS) { // double string. sep by / if (!ov->is_double_type()) { warning(QUOTED(OCT_FN_NAME)": dicomdict gives VR of DS for %s, expecting double, octave value is %s", keyword.c_str(), ov->class_name().c_str()); } std::stringstream ss; Matrix mat=ov->matrix_value() ; //to matrix of doubles double * mat_p=mat.fortran_vec(); for(int i=0; iSetByteValue( (const char *)s.c_str(), gdcm::VL((uint32_t)s.length()) ); } else if ( entry.GetVR() & gdcm::VR::IS) { // integer string. only single values, I think if (!ov->is_scalar_type()) { warning(QUOTED(OCT_FN_NAME)": dicomdict gives VR of IS for %s, octave value is %s", keyword.c_str(), ov->class_name().c_str()); } int32_t val=ov->int32_scalar_value() ; char buf[16]; snprintf(buf,14,"%i",val); int len=strlen(buf); if (len%2==1) {buf[len]=' '; buf[len+1]='\0'; }// ensure even number of chars if (trial) octave_stdout << '[' << buf << ']' << std::endl; de->SetByteValue( buf, gdcm::VL((uint32_t)strlen(buf)) ); } else if ( entry.GetVR() & gdcm::VR::SQ) { // sequence if (!ov->OV_ISMAP()) { warning(QUOTED(OCT_FN_NAME)": dicomdict gives VR of SQ for %s, octave value is %s", keyword.c_str(), ov->class_name().c_str()); } octave_stdout << std::endl; //int nObj = ov->numel() ; octave_map subom = ov->map_value(); gdcm::SmartPointer sq = new gdcm::SequenceOfItems(); try { structarray2sequence(*sq, &subom, trial, ++sequenceDepth) ; } catch (std::exception&) { return; } sequenceDepth--; } else { if (trial) octave_stdout << " ### not handled ### " << std::endl; *handled = false; } } // TODO set HighBit etc using octave class. or cast pixel data using metadata, or just give error if they don't agree void octaveVal2dicomImage(gdcm::ImageWriter *w, octave_value *pixval) { if (pixval->ndims() != 2) { error(QUOTED(OCT_FN_NAME)": image has %i dimensions. not implemented. ", (int)pixval->ndims()); throw std::exception(); } // make image gdcm::SmartPointer im = new gdcm::Image; im->SetNumberOfDimensions( 2 ); im->SetDimension(0, pixval->dims()(0) ); im->SetDimension(1, pixval->dims()(1) ); im->SetPhotometricInterpretation( gdcm::PhotometricInterpretation::MONOCHROME1 ); // prepare to make data from mat available char * matbuf = 0; // to be set to point to octave matrix if (pixval->is_uint8_type()) { uint8NDArray data = pixval->uint8_array_value().transpose(); uint8_t * buf = new uint8_t[data.numel ()]; memcpy(buf, data.fortran_vec(), data.numel()*sizeof(uint8_t)); matbuf=(char * )buf; im->GetPixelFormat().SetScalarType(gdcm::PixelFormat::UINT8); } else if (pixval->is_uint16_type()) { uint16NDArray data = pixval->uint16_array_value().transpose(); uint16_t * buf = new uint16_t[data.numel ()]; memcpy(buf, data.fortran_vec(), data.numel()*sizeof(uint16_t)); matbuf=(char * )buf; im->GetPixelFormat().SetScalarType(gdcm::PixelFormat::UINT16); } else if (pixval->is_uint32_type()) { uint32NDArray data = pixval->uint32_array_value().transpose(); uint32_t * buf = new uint32_t[data.numel ()]; memcpy(buf, data.fortran_vec(), data.numel()*sizeof(uint32_t)); matbuf=(char * )buf; im->GetPixelFormat().SetScalarType(gdcm::PixelFormat::UINT32); } else if (pixval->is_int8_type()) { int8NDArray data = pixval->int8_array_value().transpose(); int8_t * buf = new int8_t[data.numel ()]; memcpy(buf, data.fortran_vec(), data.numel()*sizeof(int8_t)); matbuf=(char * )buf; im->GetPixelFormat().SetScalarType(gdcm::PixelFormat::INT8); } else if (pixval->is_int16_type()) { int16NDArray data = pixval->int16_array_value().transpose(); int16_t * buf = new int16_t[data.numel ()]; memcpy(buf, data.fortran_vec(), data.numel()*sizeof(int16_t)); matbuf=(char * )buf; im->GetPixelFormat().SetScalarType(gdcm::PixelFormat::INT16); } else if (pixval->is_int32_type()) { int32NDArray data = pixval->int32_array_value().transpose(); int32_t * buf = new int32_t[data.numel ()]; memcpy(buf, data.fortran_vec(), data.numel()*sizeof(int32_t)); im->GetPixelFormat().SetScalarType(gdcm::PixelFormat::INT32); } else { // TODO: gdcm::PixelFormat has float types too. error(QUOTED(OCT_FN_NAME)": cannot write this type"); throw std::exception(); } unsigned long buflen=im->GetBufferLength(); if (buflen != pixval->byte_size()) { delete [] matbuf; error(QUOTED(OCT_FN_NAME)": prepared DICOM buffer size(%lu) does not match Octave array buffer size(%i).",buflen, (int)pixval->byte_size()); throw std::exception() ; } gdcm::DataElement pixeldata( gdcm::Tag(0x7fe0,0x0010) ); pixeldata.SetByteValue( matbuf, buflen ); im->SetDataElement( pixeldata ); delete [] matbuf; w->SetImage( *im ); return ; } void genMinimalMetaData(gdcm::ImageWriter *w, gdcm::File *file){ gdcm::UIDGenerator uid; // helper for uid generation // Step 2: DERIVED object gdcm::FileDerivation fd; //TODO: copied this: don't understand it // For the pupose of this execise we will pretend that this image is referencing // two source image (we need to generate fake UID for that). const char ReferencedSOPClassUID[] = "1.2.840.10008.5.1.4.1.1.7"; // Secondary Capture fd.AddReference( ReferencedSOPClassUID, uid.Generate() ); fd.AddReference( ReferencedSOPClassUID, uid.Generate() ); // Again for the purpose of the exercise we will pretend that the image is a // multiplanar reformat (MPR): // CID 7202 Source Image Purposes of Reference // {"DCM",121322,"Source image for image processing operation"}, fd.SetPurposeOfReferenceCodeSequenceCodeValue( 121322 ); // CID 7203 Image Derivation // { "DCM",113072,"Multiplanar reformatting" }, fd.SetDerivationCodeSequenceCodeValue( 113072 ); fd.SetFile( *file ); // If all Code Value are ok the filter will execute properly if( !fd.Derive() ) { error(QUOTED(OCT_FN_NAME)": file derivation failed"); throw std::exception(); } w->SetFile( fd.GetFile() ); return ; } /* %!shared testfile1, testfile2 %! addpath ('../inst'); % so it can find the dictionary %! testfile1 = tempname (); %! testfile2 = tempname (); %!test %! wdata = uint8 (10*rand (10,10)); %! dicomwrite (wdata, testfile1); %! rdata = dicomread (testfile1); %! assert(wdata, rdata); %!fail ("dicominfo", "dicominfo: one arg required: dicom filename"); %!fail ("dicominfo ([])"); %!fail ("dicominfo ([],1)"); %!test %! wdata = uint8 (10*rand (10,10)); %! dicomwrite (wdata, testfile1); %! info = dicominfo (testfile1); %! dicomwrite (wdata, testfile2, info); %!test %! wdata = uint8 (10*rand (10,10)); %! s.PatientName = "fred"; %! s.PatientID = "1"; %! dicomwrite (wdata, testfile2, s); %! p = dicominfo (testfile2); %! assert (p.PatientName, "fred") %! assert (p.PatientID, "1") %!test %! if exist (testfile1, 'file') %! delete (testfile1); %! endif %! if exist (testfile2, 'file') %! delete (testfile2); %! endif */ dicom-0.2.2/src/PaxHeaders.4766/configure0000644000000000000000000000013213443235256014773 xustar0030 mtime=1552759470.455010576 30 atime=1552759470.383000118 30 ctime=1552759470.843066931 dicom-0.2.2/src/configure0000755000175000017500000043670513443235256015256 0ustar00olafolaf00000000000000#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for Octave-Forge dicom package 0.2.2. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # Use a proper internal environment variable to ensure we don't fall # into an infinite loop, continuously re-executing ourselves. if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then _as_can_reexec=no; export _as_can_reexec; # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 as_fn_exit 255 fi # We don't want this to propagate to other subprocesses. { _as_can_reexec=; unset _as_can_reexec;} if test "x$CONFIG_SHELL" = x; then as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else case \`(set -o) 2>/dev/null\` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi " as_required="as_fn_return () { (exit \$1); } as_fn_success () { as_fn_return 0; } as_fn_failure () { as_fn_return 1; } as_fn_ret_success () { return 0; } as_fn_ret_failure () { return 1; } exitcode=0 as_fn_success || { exitcode=1; echo as_fn_success failed.; } as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : else exitcode=1; echo positional parameters were not saved. fi test x\$exitcode = x0 || exit 1 test -x / || exit 1" as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 test \$(( 1 + 1 )) = 2 || exit 1" if (eval "$as_required") 2>/dev/null; then : as_have_required=yes else as_have_required=no fi if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_found=false for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. as_found=: case $as_dir in #( /*) for as_base in sh bash ksh sh5; do # Try only shells that exist, to save several forks. as_shell=$as_dir/$as_base if { test -f "$as_shell" || test -f "$as_shell.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : CONFIG_SHELL=$as_shell as_have_required=yes if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : break 2 fi fi done;; esac as_found=false done $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : CONFIG_SHELL=$SHELL as_have_required=yes fi; } IFS=$as_save_IFS if test "x$CONFIG_SHELL" != x; then : export CONFIG_SHELL # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 exit 255 fi if test x$as_have_required = xno; then : $as_echo "$0: This script requires a shell more modern than all" $as_echo "$0: the shells that I found on your system." if test x${ZSH_VERSION+set} = xset ; then $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" $as_echo "$0: be upgraded to zsh 4.3.4 or later." else $as_echo "$0: Please tell bug-autoconf@gnu.org about your system, $0: including any error possibly output before this $0: message. Then install a modern shell, or manually run $0: the script under such a shell if you do have one." fi exit 1 fi fi fi SHELL=${CONFIG_SHELL-/bin/sh} export SHELL # Unset more variables known to interfere with behavior of common tools. CLICOLOR_FORCE= GREP_OPTIONS= unset CLICOLOR_FORCE GREP_OPTIONS ## --------------------- ## ## M4sh Shell Functions. ## ## --------------------- ## # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits as_lineno_1=$LINENO as_lineno_1a=$LINENO as_lineno_2=$LINENO as_lineno_2a=$LINENO eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= ' <$as_myself | sed ' s/[$]LINENO.*/&-/ t lineno b :lineno N :loop s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } # If we had to re-execute with $CONFIG_SHELL, we're ensured to have # already done that, so ensure we don't try to do so again and fall # in an infinite loop. This has already happened in practice. _as_can_reexec=no; export _as_can_reexec # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). . "./$as_me.lineno" # Exit status is that of the last command. exit } ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" test -n "$DJDIR" || exec 7<&0 &1 # Name of the host. # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` # # Initializations. # ac_default_prefix=/usr/local ac_clean_files= ac_config_libobj_dir=. LIBOBJS= cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Octave-Forge dicom package' PACKAGE_TARNAME='octave-forge-dicom-package' PACKAGE_VERSION='0.2.2' PACKAGE_STRING='Octave-Forge dicom package 0.2.2' PACKAGE_BUGREPORT='' PACKAGE_URL='' # Factoring default headers for most tests. ac_includes_default="\ #include #ifdef HAVE_SYS_TYPES_H # include #endif #ifdef HAVE_SYS_STAT_H # include #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif" ac_subst_vars='LTLIBOBJS LIBOBJS EGREP GREP CXXCPP GDCM_LIBS GDCM_CXXFLAGS CMAKE_BINARY OBJEXT EXEEXT ac_ct_CXX CPPFLAGS LDFLAGS CXXFLAGS CXX MKOCTFILE SORT UNIQ SED target_os target_vendor target_cpu target host_os host_vendor host_cpu host build_os build_vendor build_cpu build target_alias host_alias build_alias LIBS ECHO_T ECHO_N ECHO_C DEFS mandir localedir libdir psdir pdfdir dvidir htmldir infodir docdir oldincludedir includedir runstatedir localstatedir sharedstatedir sysconfdir datadir datarootdir libexecdir sbindir bindir program_transform_name prefix exec_prefix PACKAGE_URL PACKAGE_BUGREPORT PACKAGE_STRING PACKAGE_VERSION PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking ' ac_precious_vars='build_alias host_alias target_alias CXX CXXFLAGS LDFLAGS LIBS CPPFLAGS CCC CMAKE_BINARY GDCM_CXXFLAGS GDCM_LIBS CXXCPP' # Initialize some variables set by options. ac_init_help= ac_init_version=false ac_unrecognized_opts= ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null exec_prefix=NONE no_create= no_recursion= prefix=NONE program_prefix=NONE program_suffix=NONE program_transform_name=s,x,x, silent= site= srcdir= verbose= x_includes=NONE x_libraries=NONE # Installation directory options. # These are left unexpanded so users can "make install exec_prefix=/foo" # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. # (The list follows the same order as the GNU Coding Standards.) bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' datarootdir='${prefix}/share' datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' runstatedir='${localstatedir}/run' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}' pdfdir='${docdir}' psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' mandir='${datarootdir}/man' ac_prev= ac_dashdash= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then eval $ac_prev=\$ac_option ac_prev= continue fi case $ac_option in *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; *=) ac_optarg= ;; *) ac_optarg=yes ;; esac # Accept the important Cygnus configure options, so we can diagnose typos. case $ac_dashdash$ac_option in --) ac_dashdash=yes ;; -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) bindir=$ac_optarg ;; -build | --build | --buil | --bui | --bu) ac_prev=build_alias ;; -build=* | --build=* | --buil=* | --bui=* | --bu=*) build_alias=$ac_optarg ;; -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cache_file=$ac_optarg ;; --config-cache | -C) cache_file=config.cache ;; -datadir | --datadir | --datadi | --datad) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=*) datadir=$ac_optarg ;; -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ | --dataroo | --dataro | --datar) ac_prev=datarootdir ;; -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) datarootdir=$ac_optarg ;; -disable-* | --disable-*) ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) docdir=$ac_optarg ;; -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) ac_prev=dvidir ;; -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) dvidir=$ac_optarg ;; -enable-* | --enable-*) ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec | --exe | --ex) ac_prev=exec_prefix ;; -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; -help | --help | --hel | --he | -h) ac_init_help=long ;; -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) ac_init_help=recursive ;; -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) ac_init_help=short ;; -host | --host | --hos | --ho) ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) ac_prev=htmldir ;; -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | --ht=*) htmldir=$ac_optarg ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | --includ=* | --inclu=* | --incl=* | --inc=*) includedir=$ac_optarg ;; -infodir | --infodir | --infodi | --infod | --info | --inf) ac_prev=infodir ;; -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) infodir=$ac_optarg ;; -libdir | --libdir | --libdi | --libd) ac_prev=libdir ;; -libdir=* | --libdir=* | --libdi=* | --libd=*) libdir=$ac_optarg ;; -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | --libexe | --libex | --libe) ac_prev=libexecdir ;; -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; -localedir | --localedir | --localedi | --localed | --locale) ac_prev=localedir ;; -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) localedir=$ac_optarg ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst | --locals) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) ac_prev=mandir ;; -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) mandir=$ac_optarg ;; -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | --no-cr | --no-c | -n) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) no_recursion=yes ;; -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | --oldin | --oldi | --old | --ol | --o) ac_prev=oldincludedir ;; -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) oldincludedir=$ac_optarg ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) prefix=$ac_optarg ;; -program-prefix | --program-prefix | --program-prefi | --program-pref \ | --program-pre | --program-pr | --program-p) ac_prev=program_prefix ;; -program-prefix=* | --program-prefix=* | --program-prefi=* \ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) program_prefix=$ac_optarg ;; -program-suffix | --program-suffix | --program-suffi | --program-suff \ | --program-suf | --program-su | --program-s) ac_prev=program_suffix ;; -program-suffix=* | --program-suffix=* | --program-suffi=* \ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) program_suffix=$ac_optarg ;; -program-transform-name | --program-transform-name \ | --program-transform-nam | --program-transform-na \ | --program-transform-n | --program-transform- \ | --program-transform | --program-transfor \ | --program-transfo | --program-transf \ | --program-trans | --program-tran \ | --progr-tra | --program-tr | --program-t) ac_prev=program_transform_name ;; -program-transform-name=* | --program-transform-name=* \ | --program-transform-nam=* | --program-transform-na=* \ | --program-transform-n=* | --program-transform-=* \ | --program-transform=* | --program-transfor=* \ | --program-transfo=* | --program-transf=* \ | --program-trans=* | --program-tran=* \ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) ac_prev=pdfdir ;; -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) pdfdir=$ac_optarg ;; -psdir | --psdir | --psdi | --psd | --ps) ac_prev=psdir ;; -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) psdir=$ac_optarg ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; -runstatedir | --runstatedir | --runstatedi | --runstated \ | --runstate | --runstat | --runsta | --runst | --runs \ | --run | --ru | --r) ac_prev=runstatedir ;; -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ | --run=* | --ru=* | --r=*) runstatedir=$ac_optarg ;; -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | --sbi=* | --sb=*) sbindir=$ac_optarg ;; -sharedstatedir | --sharedstatedir | --sharedstatedi \ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | --sharedst | --shareds | --shared | --share | --shar \ | --sha | --sh) ac_prev=sharedstatedir ;; -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | --sha=* | --sh=*) sharedstatedir=$ac_optarg ;; -site | --site | --sit) ac_prev=site ;; -site=* | --site=* | --sit=*) site=$ac_optarg ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) srcdir=$ac_optarg ;; -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | --syscon | --sysco | --sysc | --sys | --sy) ac_prev=sysconfdir ;; -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) sysconfdir=$ac_optarg ;; -target | --target | --targe | --targ | --tar | --ta | --t) ac_prev=target_alias ;; -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) target_alias=$ac_optarg ;; -v | -verbose | --verbose | --verbos | --verbo | --verb) verbose=yes ;; -version | --version | --versio | --versi | --vers | -V) ac_init_version=: ;; -with-* | --with-*) ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. with_x=yes ;; -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | --x-incl | --x-inc | --x-in | --x-i) ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; -*) as_fn_error $? "unrecognized option: \`$ac_option' Try \`$0 --help' for more information" ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. case $ac_envvar in #( '' | [0-9]* | *[!_$as_cr_alnum]* ) as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; esac eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` as_fn_error $? "missing argument to $ac_option" fi if test -n "$ac_unrecognized_opts"; then case $enable_option_checking in no) ;; fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; esac fi # Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir runstatedir do eval ac_val=\$$ac_var # Remove trailing slashes. case $ac_val in */ ) ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` eval $ac_var=\$ac_val;; esac # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" done # There might be people who depend on the old broken behavior: `$host' # used to hold the argument of --host etc. # FIXME: To remove some day. build=$build_alias host=$host_alias target=$target_alias # FIXME: To remove some day. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi ac_tool_prefix= test -n "$host_alias" && ac_tool_prefix=$host_alias- test "$silent" = yes && exec 6>/dev/null ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || as_fn_error $? "working directory cannot be determined" test "X$ac_ls_di" = "X$ac_pwd_ls_di" || as_fn_error $? "pwd does not report name of working directory" # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. ac_confdir=`$as_dirname -- "$as_myself" || $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_myself" : 'X\(//\)[^/]' \| \ X"$as_myself" : 'X\(//\)$' \| \ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` srcdir=$ac_confdir if test ! -r "$srcdir/$ac_unique_file"; then srcdir=.. fi else ac_srcdir_defaulted=no fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" pwd)` # When building in place, set srcdir=. if test "$ac_abs_confdir" = "$ac_pwd"; then srcdir=. fi # Remove unnecessary trailing slashes from srcdir. # Double slashes in file names in object file debugging info # mess up M-x gdb in Emacs. case $srcdir in */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; esac for ac_var in $ac_precious_vars; do eval ac_env_${ac_var}_set=\${${ac_var}+set} eval ac_env_${ac_var}_value=\$${ac_var} eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} eval ac_cv_env_${ac_var}_value=\$${ac_var} done # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures Octave-Forge dicom package 0.2.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print \`checking ...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify an installation prefix other than \`$ac_default_prefix' using \`--prefix', for instance \`--prefix=\$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/octave-forge-dicom-package] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] --target=TARGET configure for building compilers for TARGET [HOST] _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of Octave-Forge dicom package 0.2.2:";; esac cat <<\_ACEOF Some influential environment variables: CXX C++ compiler command CXXFLAGS C++ compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory CMAKE_BINARY path to the cmake binary GDCM_CXXFLAGS CXX compiler flags for GDCM. This overrides the cmake output GDCM_LIBS linker flags for GDCM. This overrides the cmake output CXXCPP C++ preprocessor Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to the package provider. _ACEOF ac_status=$? fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue test -d "$ac_dir" || { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cd "$ac_dir" || { ac_status=$?; continue; } # Check for guested configure. if test -f "$ac_srcdir/configure.gnu"; then echo && $SHELL "$ac_srcdir/configure.gnu" --help=recursive elif test -f "$ac_srcdir/configure"; then echo && $SHELL "$ac_srcdir/configure" --help=recursive else $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF Octave-Forge dicom package configure 0.2.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit fi ## ------------------------ ## ## Autoconf initialization. ## ## ------------------------ ## # ac_fn_cxx_try_compile LINENO # ---------------------------- # Try to compile conftest.$ac_ext, and return whether this succeeded. ac_fn_cxx_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_cxx_try_compile # ac_fn_cxx_try_link LINENO # ------------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. ac_fn_cxx_try_link () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext conftest$ac_exeext if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || test -x conftest$ac_exeext }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would # interfere with the next link command; also delete a directory that is # left behind by Apple's compiler. We do this before executing the actions. rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_cxx_try_link # ac_fn_cxx_try_cpp LINENO # ------------------------ # Try to preprocess conftest.$ac_ext, and return whether this succeeded. ac_fn_cxx_try_cpp () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } > conftest.i && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_cxx_try_cpp # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES # --------------------------------------------------------- # Tests whether HEADER exists, giving a warning if it cannot be compiled using # the include files in INCLUDES and setting the cache variable VAR # accordingly. ac_fn_cxx_check_header_mongrel () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if eval \${$3+:} false; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } else # Is the header compilable? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 $as_echo_n "checking $2 usability... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : ac_header_compiler=yes else ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 $as_echo "$ac_header_compiler" >&6; } # Is the header present? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 $as_echo_n "checking $2 presence... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <$2> _ACEOF if ac_fn_cxx_try_cpp "$LINENO"; then : ac_header_preproc=yes else ac_header_preproc=no fi rm -f conftest.err conftest.i conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 $as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #(( yes:no: ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ;; no:yes:* ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else eval "$3=\$ac_header_compiler" fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_cxx_check_header_mongrel # ac_fn_cxx_try_run LINENO # ------------------------ # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes # that executables *can* be run. ac_fn_cxx_try_run () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then : ac_retval=0 else $as_echo "$as_me: program exited with status $ac_status" >&5 $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=$ac_status fi rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_cxx_try_run # ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES # --------------------------------------------------------- # Tests whether HEADER exists and can be compiled using the include files in # INCLUDES, setting the cache variable VAR accordingly. ac_fn_cxx_check_header_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_cxx_check_header_compile cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by Octave-Forge dicom package $as_me 0.2.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ _ACEOF exec 5>>config.log { cat <<_ASUNAME ## --------- ## ## Platform. ## ## --------- ## hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` _ASUNAME as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. $as_echo "PATH: $as_dir" done IFS=$as_save_IFS } >&5 cat >&5 <<_ACEOF ## ----------- ## ## Core tests. ## ## ----------- ## _ACEOF # Keep a trace of the command line. # Strip out --no-create and --no-recursion so they do not pile up. # Strip out --silent because we don't want to record it for future runs. # Also quote any args containing shell meta-characters. # Make two passes to allow for proper duplicate-argument suppression. ac_configure_args= ac_configure_args0= ac_configure_args1= ac_must_keep_next=false for ac_pass in 1 2 do for ac_arg do case $ac_arg in -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 2) as_fn_append ac_configure_args1 " '$ac_arg'" if test $ac_must_keep_next = true; then ac_must_keep_next=false # Got value, back to normal. else case $ac_arg in *=* | --config-cache | -C | -disable-* | --disable-* \ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | -with-* | --with-* | -without-* | --without-* | --x) case "$ac_configure_args0 " in "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; esac ;; -* ) ac_must_keep_next=true ;; esac fi as_fn_append ac_configure_args " '$ac_arg'" ;; esac done done { ac_configure_args0=; unset ac_configure_args0;} { ac_configure_args1=; unset ac_configure_args1;} # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there # would cause problems or look ugly. # WARNING: Use '\'' to represent an apostrophe within the trap. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. trap 'exit_status=$? # Save into config.log some information that might help in debugging. { echo $as_echo "## ---------------- ## ## Cache variables. ## ## ---------------- ##" echo # The following way of writing the cache mishandles newlines in values, ( for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( *${as_nl}ac_space=\ *) sed -n \ "s/'\''/'\''\\\\'\'''\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" ;; #( *) sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) echo $as_echo "## ----------------- ## ## Output variables. ## ## ----------------- ##" echo for ac_var in $ac_subst_vars do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then $as_echo "## ------------------- ## ## File substitutions. ## ## ------------------- ##" echo for ac_var in $ac_subst_files do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo fi if test -s confdefs.h; then $as_echo "## ----------- ## ## confdefs.h. ## ## ----------- ##" echo cat confdefs.h echo fi test "$ac_signal" != 0 && $as_echo "$as_me: caught signal $ac_signal" $as_echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -f -r conftest* confdefs.h $as_echo "/* confdefs.h */" > confdefs.h # Predefined preprocessor variables. cat >>confdefs.h <<_ACEOF #define PACKAGE_NAME "$PACKAGE_NAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_TARNAME "$PACKAGE_TARNAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_VERSION "$PACKAGE_VERSION" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_STRING "$PACKAGE_STRING" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_URL "$PACKAGE_URL" _ACEOF # Let the site file select an alternate cache file if it wants to. # Prefer an explicitly selected file to automatically selected ones. ac_site_file1=NONE ac_site_file2=NONE if test -n "$CONFIG_SITE"; then # We do not want a PATH search for config.site. case $CONFIG_SITE in #(( -*) ac_site_file1=./$CONFIG_SITE;; */*) ac_site_file1=$CONFIG_SITE;; *) ac_site_file1=./$CONFIG_SITE;; esac elif test "x$prefix" != xNONE; then ac_site_file1=$prefix/share/config.site ac_site_file2=$prefix/etc/config.site else ac_site_file1=$ac_default_prefix/share/config.site ac_site_file2=$ac_default_prefix/etc/config.site fi for ac_site_file in "$ac_site_file1" "$ac_site_file2" do test "x$ac_site_file" = xNONE && continue if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 $as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" \ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "failed to load site script $ac_site_file See \`config.log' for more details" "$LINENO" 5; } fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special files # actually), so we avoid doing that. DJGPP emulates it as a regular file. if test /dev/null != "$cache_file" && test -f "$cache_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 $as_echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 $as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false for ac_var in $ac_precious_vars; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val=\$ac_cv_env_${ac_var}_value eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then # differences in whitespace do not lead to failure. ac_old_val_w=`echo x $ac_old_val` ac_new_val_w=`echo x $ac_new_val` if test "$ac_old_val_w" != "$ac_new_val_w"; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} ac_cache_corrupted=: else { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} eval $ac_var=\$ac_old_val fi { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) as_fn_append ac_configure_args " '$ac_arg'" ;; esac fi done if $ac_cache_corrupted; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 fi ## -------------------- ## ## Main body of script. ## ## -------------------- ## ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_config_headers="$ac_config_headers config.h" ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do if test -f "$ac_dir/install-sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" break elif test -f "$ac_dir/install.sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install.sh -c" break elif test -f "$ac_dir/shtool"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/shtool install -c" break fi done if test -z "$ac_aux_dir"; then as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 fi # These three variables are undocumented and unsupported, # and are intended to be withdrawn in a future Autoconf release. # They can cause serious problems if a builder's source tree is in a directory # whose full name contains unusual characters. ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 $as_echo_n "checking build system type... " >&6; } if ${ac_cv_build+:} false; then : $as_echo_n "(cached) " >&6 else ac_build_alias=$build_alias test "x$ac_build_alias" = x && ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` test "x$ac_build_alias" = x && as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 $as_echo "$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; esac build=$ac_cv_build ac_save_IFS=$IFS; IFS='-' set x $ac_cv_build shift build_cpu=$1 build_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: build_os=$* IFS=$ac_save_IFS case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 $as_echo_n "checking host system type... " >&6; } if ${ac_cv_host+:} false; then : $as_echo_n "(cached) " >&6 else if test "x$host_alias" = x; then ac_cv_host=$ac_cv_build else ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 $as_echo "$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; esac host=$ac_cv_host ac_save_IFS=$IFS; IFS='-' set x $ac_cv_host shift host_cpu=$1 host_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: host_os=$* IFS=$ac_save_IFS case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5 $as_echo_n "checking target system type... " >&6; } if ${ac_cv_target+:} false; then : $as_echo_n "(cached) " >&6 else if test "x$target_alias" = x; then ac_cv_target=$ac_cv_host else ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5 fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5 $as_echo "$ac_cv_target" >&6; } case $ac_cv_target in *-*-*) ;; *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;; esac target=$ac_cv_target ac_save_IFS=$IFS; IFS='-' set x $ac_cv_target shift target_cpu=$1 target_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: target_os=$* IFS=$ac_save_IFS case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac # The aliases save the names the user supplied, while $host etc. # will get canonicalized. test -n "$target_alias" && test "$program_prefix$program_suffix$program_transform_name" = \ NONENONEs,x,x, && program_prefix=${target_alias}- target_arch="${target_cpu}-${target_os}" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 $as_echo_n "checking for a sed that does not truncate output... " >&6; } if ${ac_cv_path_SED+:} false; then : $as_echo_n "(cached) " >&6 else ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ for ac_i in 1 2 3 4 5 6 7; do ac_script="$ac_script$as_nl$ac_script" done echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed { ac_script=; unset ac_script;} if test -z "$SED"; then ac_path_SED_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_SED" || continue # Check for GNU ac_path_SED and select it if it is found. # Check for GNU $ac_path_SED case `"$ac_path_SED" --version 2>&1` in *GNU*) ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo '' >> "conftest.nl" "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_SED_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_SED="$ac_path_SED" ac_path_SED_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_SED_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_SED"; then as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 fi else ac_cv_path_SED=$SED fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 $as_echo "$ac_cv_path_SED" >&6; } SED="$ac_cv_path_SED" rm -f conftest.sed # Extract the first word of "uniq", so it can be a program name with args. set dummy uniq; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_UNIQ+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$UNIQ"; then ac_cv_prog_UNIQ="$UNIQ" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_UNIQ="uniq" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_prog_UNIQ" && ac_cv_prog_UNIQ="cat" fi fi UNIQ=$ac_cv_prog_UNIQ if test -n "$UNIQ"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $UNIQ" >&5 $as_echo "$UNIQ" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "sort", so it can be a program name with args. set dummy sort; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_SORT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$SORT"; then ac_cv_prog_SORT="$SORT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_SORT="sort" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_prog_SORT" && ac_cv_prog_SORT="cat" fi fi SORT=$ac_cv_prog_SORT if test -n "$SORT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SORT" >&5 $as_echo "$SORT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "mkoctfile", so it can be a program name with args. set dummy mkoctfile; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_MKOCTFILE+:} false; then : $as_echo_n "(cached) " >&6 else case $MKOCTFILE in [\\/]* | ?:[\\/]*) ac_cv_path_MKOCTFILE="$MKOCTFILE" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_MKOCTFILE="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi MKOCTFILE=$ac_cv_path_MKOCTFILE if test -n "$MKOCTFILE"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKOCTFILE" >&5 $as_echo "$MKOCTFILE" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test -z "$MKOCTFILE"; then as_fn_error $? "*** 'mkoctfile' not found." "$LINENO" 5 fi ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu if test -z "$CXX"; then if test -n "$CCC"; then CXX=$CCC else if test -n "$ac_tool_prefix"; then for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CXX+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CXX"; then ac_cv_prog_CXX="$CXX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CXX=$ac_cv_prog_CXX if test -n "$CXX"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5 $as_echo "$CXX" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CXX" && break done fi if test -z "$CXX"; then ac_ct_CXX=$CXX for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CXX+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CXX"; then ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CXX="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CXX=$ac_cv_prog_ac_ct_CXX if test -n "$ac_ct_CXX"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5 $as_echo "$ac_ct_CXX" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CXX" && break done if test "x$ac_ct_CXX" = x; then CXX="g++" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CXX=$ac_ct_CXX fi fi fi fi # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler works" >&5 $as_echo_n "checking whether the C++ compiler works... " >&6; } ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # The possible output files: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" ac_rmfiles= for ac_file in $ac_files do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done rm -f $ac_rmfiles if { { ac_try="$ac_link_default" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link_default") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' # in a Makefile. We should not override ac_cv_exeext if it was cached, # so that the user can short-circuit this test for compilers unknown to # Autoconf. for ac_file in $ac_files '' do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; then :; else ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fi # We set ac_cv_exeext here because the later test for it is not # safe: cross compilers may not add the suffix if given an `-o' # argument, so we may need to know it at that point already. # Even if this section looks crufty: it has the advantage of # actually working. break;; * ) break;; esac done test "$ac_cv_exeext" = no && ac_cv_exeext= else ac_file='' fi if test -z "$ac_file"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "C++ compiler cannot create executables See \`config.log' for more details" "$LINENO" 5; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler default output file name" >&5 $as_echo_n "checking for C++ compiler default output file name... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 $as_echo "$ac_file" >&6; } ac_exeext=$ac_cv_exeext rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 $as_echo_n "checking for suffix of executables... " >&6; } if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with # `rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of executables: cannot compile and link See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest conftest$ac_cv_exeext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 $as_echo "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF ac_clean_files="$ac_clean_files conftest.out" # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 $as_echo_n "checking whether we are cross compiling... " >&6; } if test "$cross_compiling" != yes; then { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if { ac_try='./conftest$ac_cv_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot run C++ compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details" "$LINENO" 5; } fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 $as_echo "$cross_compiling" >&6; } rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 $as_echo_n "checking for suffix of object files... " >&6; } if ${ac_cv_objext+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.o conftest.obj if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of object files: cannot compile See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 $as_echo "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } if ${ac_cv_cxx_compiler_gnu+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_cxx_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GXX=yes else GXX= fi ac_test_CXXFLAGS=${CXXFLAGS+set} ac_save_CXXFLAGS=$CXXFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 $as_echo_n "checking whether $CXX accepts -g... " >&6; } if ${ac_cv_prog_cxx_g+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_cxx_werror_flag=$ac_cxx_werror_flag ac_cxx_werror_flag=yes ac_cv_prog_cxx_g=no CXXFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : ac_cv_prog_cxx_g=yes else CXXFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : else ac_cxx_werror_flag=$ac_save_cxx_werror_flag CXXFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : ac_cv_prog_cxx_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cxx_werror_flag=$ac_save_cxx_werror_flag fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5 $as_echo "$ac_cv_prog_cxx_g" >&6; } if test "$ac_test_CXXFLAGS" = set; then CXXFLAGS=$ac_save_CXXFLAGS elif test $ac_cv_prog_cxx_g = yes; then if test "$GXX" = yes; then CXXFLAGS="-g -O2" else CXXFLAGS="-g" fi else if test "$GXX" = yes; then CXXFLAGS="-O2" else CXXFLAGS= fi fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu ## octave API tests save_CXX="$CXX" save_CXXFLAGS="$CXXFLAGS" save_LIBS="$LIBS" save_LDFLAGS="$LDFLAGS" CXX=`${MKOCTFILE} -p CXX` OCTINCLUDEDIR=${OCTINCLUDEDIR:-`$MKOCTFILE -p INCFLAGS`} OCTLIBDIR=${OCTLIBDIR:-`$MKOCTFILE -p OCTLIBDIR`} CXXFLAGS="$OCTINCLUDEDIR $CXXFLAGS" LDFLAGS="-L$OCTLIBDIR $LDFLAGS" LIBS="-loctinterp $LIBS" # need to use interpreter->get_load_path in dev version of octave, # prior to that methods of load_path were static { $as_echo "$as_me:${as_lineno-$LINENO}: checking interpreter get_load_path" >&5 $as_echo_n "checking interpreter get_load_path... " >&6; } if ${octave_cv_interpreter_get_load_path+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include int main () { octave::load_path &p = octave::interpreter::the_interpreter ()->get_load_path (); ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : octave_cv_interpreter_get_load_path=yes else octave_cv_interpreter_get_load_path=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $octave_cv_interpreter_get_load_path" >&5 $as_echo "$octave_cv_interpreter_get_load_path" >&6; } if test "$octave_cv_interpreter_get_load_path" = "yes" ; then $as_echo "#define HAVE_OCTAVE_LOAD_PATH 1" >>confdefs.h fi echo '/* generated by configure */' > oct-alt-includes.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking is_map or isstruct" >&5 $as_echo_n "checking is_map or isstruct... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { octave_value ().isstruct (); ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : $as_echo "#define OV_ISMAP isstruct" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: result: isstruct" >&5 $as_echo "isstruct" >&6; } echo ' ' >> oct-alt-includes.h else $as_echo "#define OV_ISMAP is_map" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: result: is_map" >&5 $as_echo " is_map" >&6; } echo '' >> oct-alt-includes.h fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: checking valid_identifier or octave::valid_identifier" >&5 $as_echo_n "checking valid_identifier or octave::valid_identifier... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { octave::valid_identifier(""); ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : $as_echo "#define OCTAVE__VALID_IDENTIFIER octave::valid_identifier" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: result: octave::valid_identifier" >&5 $as_echo "octave::valid_identifier" >&6; } echo ' ' >> oct-alt-includes.h else $as_echo "#define OCTAVE__VALID_IDENTIFIER valid_identifier" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: result: valid_identifier" >&5 $as_echo " valid_identifier" >&6; } echo '' >> oct-alt-includes.h fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: checking file_stat or octave::sys::file_stat" >&5 $as_echo_n "checking file_stat or octave::sys::file_stat... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { octave::sys::file_stat(); ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : $as_echo "#define OCTAVE__FILE_STAT octave::sys::file_stat" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: result: octave::sys::file_stat" >&5 $as_echo "octave::sys::file_stat" >&6; } echo '#include ' >> oct-alt-includes.h else $as_echo "#define OCTAVE__FILE_STAT file_stat" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: result: file_stat" >&5 $as_echo " file_stat" >&6; } echo '#include ' >> oct-alt-includes.h fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CC=$save_CXX CXXFLAGS=$save_CXXFLAGS LIBS="$save_LIBS" LDFLAGS="$save_LDFLAGS" if test "x$ac_cv_env_CMAKE_BINARY_set" != "xset"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cmake", so it can be a program name with args. set dummy ${ac_tool_prefix}cmake; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_CMAKE_BINARY+:} false; then : $as_echo_n "(cached) " >&6 else case $CMAKE_BINARY in [\\/]* | ?:[\\/]*) ac_cv_path_CMAKE_BINARY="$CMAKE_BINARY" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_CMAKE_BINARY="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi CMAKE_BINARY=$ac_cv_path_CMAKE_BINARY if test -n "$CMAKE_BINARY"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CMAKE_BINARY" >&5 $as_echo "$CMAKE_BINARY" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_path_CMAKE_BINARY"; then ac_pt_CMAKE_BINARY=$CMAKE_BINARY # Extract the first word of "cmake", so it can be a program name with args. set dummy cmake; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_ac_pt_CMAKE_BINARY+:} false; then : $as_echo_n "(cached) " >&6 else case $ac_pt_CMAKE_BINARY in [\\/]* | ?:[\\/]*) ac_cv_path_ac_pt_CMAKE_BINARY="$ac_pt_CMAKE_BINARY" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_ac_pt_CMAKE_BINARY="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi ac_pt_CMAKE_BINARY=$ac_cv_path_ac_pt_CMAKE_BINARY if test -n "$ac_pt_CMAKE_BINARY"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_CMAKE_BINARY" >&5 $as_echo "$ac_pt_CMAKE_BINARY" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_pt_CMAKE_BINARY" = x; then CMAKE_BINARY="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CMAKE_BINARY=$ac_pt_CMAKE_BINARY fi else CMAKE_BINARY="$ac_cv_path_CMAKE_BINARY" fi fi failed=false { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GDCM" >&5 $as_echo_n "checking for GDCM... " >&6; } if test -z "${GDCM_CXXFLAGS}"; then GDCM_CXXFLAGS=`$CMAKE_BINARY --find-package "-DNAME=GDCM" "-DCOMPILER_ID=GNU" "-DLANGUAGE=CXX" -DMODE=COMPILE "-DCMAKE_LIBRARY_ARCHITECTURE=${target_arch}"` || failed=true fi if test -z "${GDCM_LIBS}"; then GDCM_LIBS=`$CMAKE_BINARY --find-package "-DNAME=GDCM" "-DCOMPILER_ID=GNU" "-DLANGUAGE=CXX" -DMODE=LINK "-DCMAKE_LIBRARY_ARCHITECTURE=${target_arch}"` || failed=true fi if $failed; then unset GDCM_CXXFLAGS unset GDCM_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi # newer cmake seems to have issues so if found nothing, and dont have anything set, then try hard way if test "$GDCM_CXXFLAGS$GDCM_LIBS" == "" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No GDCM detected using cmake - trying fallback detection" >&5 $as_echo "$as_me: WARNING: No GDCM detected using cmake - trying fallback detection" >&2;} #AC_LANG(C++) save_LDFLAGS=$LDFLAGS save_CPPFLAGS=$CPPFLAGS # find headers first { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gdcm headers path" >&5 $as_echo_n "checking for gdcm headers path... " >&6; } found_gdcm_header= for p in /usr/include /usr/local/include /opt/include /mingw32/include /mingw64/include ; do for v in gdcm gdcm-2.0 gdcm-2.2 gdcm-2.4 gdcm-2.6 gdcm-2.8; do CPPFLAGS="-I$p/$v $save_CPPFLAGS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { int i=0; ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : found_gdcm_header="$p/$v" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done done if test "$found_gdcm_header" == "" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5 $as_echo "not found" >&6; } as_fn_error $? "Unable to find GDCM headers" "$LINENO" 5, else { $as_echo "$as_me:${as_lineno-$LINENO}: result: $found_gdcm_header" >&5 $as_echo "$found_gdcm_header" >&6; } GDCM_CXXFLAGS="-I$found_gdcm_header" fi # check can use the libraries - later on we add the libs we are going to use to # GDCM_LIBS anyway, so dont need set GDCM_LIBS here { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gdcm libraries" >&5 $as_echo_n "checking for gdcm libraries... " >&6; } CPPFLAGS="$GDCM_CXXFLAGS $save_CPPFLAGS" LDFLAGS="$LDFLAGS -lgdcmCommon" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { (void)gdcm::Version::GetBuildVersion() ; return 0; } _ACEOF if ac_fn_cxx_try_link "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$saved_LDFLAGS CPPFLAGS=$save_CPPFLAGS fi ## Remove -rdynamics which mkoctfile does not handle. GDCM_LIBS=$(echo "$GDCM_LIBS" | $SED "s,-rdynamic,,") GDCM_LIBS="$GDCM_LIBS -lgdcmCommon -lgdcmDICT -lgdcmDSED -lgdcmIOD -lgdcmMSFF" # Mac needs core framework case $host_os in darwin*) GDCM_LIBS="$GDCMLIBS -Wl,-framework -Wli,CoreFoundation" ;; esac ## set temporarily to search for the headers only OLD_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS $GDCM_CXXFLAGS" ## All the GDCM headers we use (we should probably have something less ugly) GDCM_HEADERS=$($SED -n 's,^#include.*"\(gdcm[^"]*\)\".*$,\1,p' *.cpp *.h | $SORT | $UNIQ) ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5 $as_echo_n "checking how to run the C++ preprocessor... " >&6; } if test -z "$CXXCPP"; then if ${ac_cv_prog_CXXCPP+:} false; then : $as_echo_n "(cached) " >&6 else # Double quotes because CXXCPP needs to be expanded for CXXCPP in "$CXX -E" "/lib/cpp" do ac_preproc_ok=false for ac_cxx_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_cxx_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_cxx_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : break fi done ac_cv_prog_CXXCPP=$CXXCPP fi CXXCPP=$ac_cv_prog_CXXCPP else ac_cv_prog_CXXCPP=$CXXCPP fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5 $as_echo "$CXXCPP" >&6; } ac_preproc_ok=false for ac_cxx_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_cxx_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_cxx_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check See \`config.log' for more details" "$LINENO" 5; } fi ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } if ${ac_cv_path_GREP+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$GREP"; then ac_path_GREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_GREP" || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_GREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_GREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_GREP"; then as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_GREP=$GREP fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 $as_echo "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 $as_echo_n "checking for egrep... " >&6; } if ${ac_cv_path_EGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else if test -z "$EGREP"; then ac_path_EGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_EGREP" || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_EGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_EGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_EGREP"; then as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_EGREP=$EGREP fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 $as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 $as_echo_n "checking for ANSI C header files... " >&6; } if ${ac_cv_header_stdc+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include int main () { ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : ac_cv_header_stdc=yes else ac_cv_header_stdc=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "free" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else # define ISLOWER(c) \ (('a' <= (c) && (c) <= 'i') \ || ('j' <= (c) && (c) <= 'r') \ || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) #endif #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int main () { int i; for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) return 2; return 0; } _ACEOF if ac_fn_cxx_try_run "$LINENO"; then : else ac_cv_header_stdc=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 $as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then $as_echo "#define STDC_HEADERS 1" >>confdefs.h fi # On IRIX 5.3, sys/types and inttypes.h are conflicting. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default " if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done for ac_header in $GDCM_HEADERS do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF else as_fn_error $? "Unable to find GDCM headers (do you have CMake installed?)" "$LINENO" 5 fi done ## restore CPPFLAGS=$OLD_CPPFLAGS ac_config_files="$ac_config_files Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't # want to keep, you may remove or edit it. # # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # # `ac_cv_env_foo' variables (set or unset) will be overridden when # loading this file, other *unset* `ac_cv_foo' will be assigned the # following values. _ACEOF # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, we kill variables containing newlines. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. ( for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space=' '; set) 2>&1` in #( *${as_nl}ac_space=\ *) # `set' does not quote correctly, so add quotes: double-quote # substitution turns \\\\ into \\, and sed turns \\ into \. sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; #( *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) | sed ' /^ac_cv_env_/b end t clear :clear s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ t end s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ :end' >>confcache if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then if test "x$cache_file" != "x/dev/null"; then { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 $as_echo "$as_me: updating cache $cache_file" >&6;} if test ! -f "$cache_file" || test -h "$cache_file"; then cat confcache >"$cache_file" else case $cache_file in #( */* | ?:*) mv -f confcache "$cache_file"$$ && mv -f "$cache_file"$$ "$cache_file" ;; #( *) mv -f confcache "$cache_file" ;; esac fi fi else { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache test "x$prefix" = xNONE && prefix=$ac_default_prefix # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' DEFS=-DHAVE_CONFIG_H ac_libobjs= ac_ltlibobjs= U= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' ac_i=`$as_echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} as_write_fail=0 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} export SHELL _ASEOF cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" exec 6>&1 ## ----------------------------------- ## ## Main body of $CONFIG_STATUS script. ## ## ----------------------------------- ## _ASEOF test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by Octave-Forge dicom package $as_me 0.2.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ on `(hostname || uname -n) 2>/dev/null | sed 1q` " _ACEOF case $ac_config_files in *" "*) set x $ac_config_files; shift; ac_config_files=$*;; esac case $ac_config_headers in *" "*) set x $ac_config_headers; shift; ac_config_headers=$*;; esac cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_headers="$ac_config_headers" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files and other configuration actions from templates according to the current configuration. Unless the files and actions are specified as TAGs, all are instantiated by default. Usage: $0 [OPTION]... [TAG]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit --config print configuration, then exit -q, --quiet, --silent do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE --header=FILE[:TEMPLATE] instantiate the configuration header FILE Configuration files: $config_files Configuration headers: $config_headers Report bugs to the package provider." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ Octave-Forge dicom package config.status 0.2.2 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' test -n "\$AWK" || AWK=awk _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do case $1 in --*=?*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; --*=) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg= ac_shift=: ;; *) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; esac case $ac_option in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) $as_echo "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) $as_echo "$ac_cs_config"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; '') as_fn_error $? "missing file argument" ;; esac as_fn_append CONFIG_FILES " '$ac_optarg'" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; esac as_fn_append CONFIG_HEADERS " '$ac_optarg'" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header as_fn_error $? "ambiguous option: \`$1' Try \`$0 --help' for more information.";; --help | --hel | -h ) $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) as_fn_error $? "unrecognized option: \`$1' Try \`$0 --help' for more information." ;; *) as_fn_append ac_config_targets " $1" ac_need_defaults=false ;; esac shift done ac_configure_extra_args= if $ac_cs_silent; then exec 6>/dev/null ac_configure_extra_args="$ac_configure_extra_args --silent" fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' export CONFIG_SHELL exec "\$@" fi _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX $as_echo "$ac_log" } >&5 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely # bizarre bug on SunOS 4.1.3. if $ac_need_defaults; then test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers fi # Have a temporary directory for convenience. Make it in the build tree # simply because there is no reason against having it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. # Hook for its removal unless debugging. # Note that there is a small window in which the directory will not be cleaned: # after its creation but before its name has been assigned to `$tmp'. $debug || { tmp= ac_tmp= trap 'exit_status=$? : "${ac_tmp:=$tmp}" { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status ' 0 trap 'as_fn_exit 1' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 ac_tmp=$tmp # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. # This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then ac_cr=`echo X | tr X '\015'` # On cygwin, bash can eat \r inside `` if the user requested igncr. # But we know of no other shell where ac_cr would be empty at this # point, so we can use a bashism as a fallback. if test "x$ac_cr" = x; then eval ac_cr=\$\'\\r\' fi ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\\r' else ac_cs_awk_cr=$ac_cr fi echo 'BEGIN {' >"$ac_tmp/subs1.awk" && _ACEOF { echo "cat >conf$$subs.awk <<_ACEOF" && echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && echo "_ACEOF" } >conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do . ./conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` if test $ac_delim_n = $ac_delim_num; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done rm -f conf$$subs.sh cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && _ACEOF sed -n ' h s/^/S["/; s/!.*/"]=/ p g s/^[^!]*!// :repl t repl s/'"$ac_delim"'$// t delim :nl h s/\(.\{148\}\)..*/\1/ t more1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ p n b repl :more1 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t nl :delim h s/\(.\{148\}\)..*/\1/ t more2 s/["\\]/\\&/g; s/^/"/; s/$/"/ p b :more2 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t delim ' >$CONFIG_STATUS || ac_write_fail=1 rm -f conf$$subs.awk cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACAWK cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 FS = "" } { line = $ 0 nfields = split(line, field, "@") substed = 0 len = length(field[1]) for (i = 2; i < nfields; i++) { key = field[i] keylen = length(key) if (S_is_set[key]) { value = S[key] line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) len += length(value) + length(field[++i]) substed = 1 } else len += 1 + keylen } print line } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" else cat fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 _ACEOF # VPATH may cause trouble with some makes, so we remove sole $(srcdir), # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ h s/// s/^/:/ s/[ ]*$/:/ s/:\$(srcdir):/:/g s/:\${srcdir}:/:/g s/:@srcdir@:/:/g s/^:*// s/:*$// x s/\(=[ ]*\).*/\1/ G s/\n// s/^[^=]*=[ ]*$// }' fi cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" # Set up the scripts for CONFIG_HEADERS section. # No need to generate them if there are no CONFIG_HEADERS. # This happens for instance with `./config.status Makefile'. if test -n "$CONFIG_HEADERS"; then cat >"$ac_tmp/defines.awk" <<\_ACAWK || BEGIN { _ACEOF # Transform confdefs.h into an awk script `defines.awk', embedded as # here-document in config.status, that substitutes the proper values into # config.h.in to produce config.h. # Create a delimiter string that does not exist in confdefs.h, to ease # handling of long lines. ac_delim='%!_!# ' for ac_last_try in false false :; do ac_tt=`sed -n "/$ac_delim/p" confdefs.h` if test -z "$ac_tt"; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done # For the awk script, D is an array of macro values keyed by name, # likewise P contains macro parameters if any. Preserve backslash # newline sequences. ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* sed -n ' s/.\{148\}/&'"$ac_delim"'/g t rset :rset s/^[ ]*#[ ]*define[ ][ ]*/ / t def d :def s/\\$// t bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3"/p s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p d :bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3\\\\\\n"\\/p t cont s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p t cont d :cont n s/.\{148\}/&'"$ac_delim"'/g t clear :clear s/\\$// t bsnlc s/["\\]/\\&/g; s/^/"/; s/$/"/p d :bsnlc s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p b cont ' >$CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 for (key in D) D_is_set[key] = 1 FS = "" } /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { line = \$ 0 split(line, arg, " ") if (arg[1] == "#") { defundef = arg[2] mac1 = arg[3] } else { defundef = substr(arg[1], 2) mac1 = arg[2] } split(mac1, mac2, "(") #) macro = mac2[1] prefix = substr(line, 1, index(line, defundef) - 1) if (D_is_set[macro]) { # Preserve the white space surrounding the "#". print prefix "define", macro P[macro] D[macro] next } else { # Replace #undef with comments. This is necessary, for example, # in the case of _POSIX_SOURCE, which is predefined and required # on some systems where configure will not decide to define it. if (defundef == "undef") { print "/*", prefix defundef, macro, "*/" next } } } { print } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 fi # test -n "$CONFIG_HEADERS" eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS " shift for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac ac_save_IFS=$IFS IFS=: set x $ac_tag IFS=$ac_save_IFS shift ac_file=$1 shift case $ac_mode in :L) ac_source=$1;; :[FH]) ac_file_inputs= for ac_f do case $ac_f in -) ac_f="$ac_tmp/stdin";; *) # Look for the file first in the build tree, then in the source tree # (if the path is not absolute). The absolute path cannot be DOS-style, # because $ac_f cannot contain `:'. test -f "$ac_f" || case $ac_f in [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; esac case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac as_fn_append ac_file_inputs " '$ac_f'" done # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ configure_input='Generated from '` $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 $as_echo "$as_me: creating $ac_file" >&6;} fi # Neutralize special characters interpreted by sed in replacement strings. case $configure_input in #( *\&* | *\|* | *\\* ) ac_sed_conf_input=`$as_echo "$configure_input" | sed 's/[\\\\&|]/\\\\&/g'`;; #( *) ac_sed_conf_input=$configure_input;; esac case $ac_tag in *:-:* | *:-) cat >"$ac_tmp/stdin" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; esac ;; esac ac_dir=`$as_dirname -- "$ac_file" || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir="$ac_dir"; as_fn_mkdir_p ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix case $ac_mode in :F) # # CONFIG_FILE # _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= ac_sed_dataroot=' /datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p' case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g s&@infodir@&$infodir&g s&@localedir@&$localedir&g s&@mandir@&$mandir&g s&\\\${datarootdir}&$datarootdir&g' ;; esac _ACEOF # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_sed_extra="$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t s&@builddir@&$ac_builddir&;t t s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t $ac_datarootdir_hack " eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ "$ac_tmp/out"`; test -z "$ac_out"; } && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&5 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&2;} rm -f "$ac_tmp/stdin" case $ac_file in -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; esac \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; :H) # # CONFIG_HEADER # if test x"$ac_file" != x-; then { $as_echo "/* $configure_input */" \ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" } >"$ac_tmp/config.h" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 $as_echo "$as_me: $ac_file is unchanged" >&6;} else rm -f "$ac_file" mv "$ac_tmp/config.h" "$ac_file" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 fi else $as_echo "/* $configure_input */" \ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ || as_fn_error $? "could not create -" "$LINENO" 5 fi ;; esac done # for ac_tag as_fn_exit 0 _ACEOF ac_clean_files=$ac_clean_files_save test $ac_write_fail = 0 || as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. # Unfortunately, on DOS this fails, as config.log is still kept open # by configure, so config.status won't be able to write to it; its # output is simply discarded. So we exec the FD to /dev/null, # effectively closing config.log, so it can be properly (re)opened and # appended to by config.status. When coming back to configure, we # need to make the FD available again. if test "$no_create" != yes; then ac_cs_success=: ac_config_status_args= test "$silent" = yes && ac_config_status_args="$ac_config_status_args --quiet" exec 5>/dev/null $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. $ac_cs_success || as_fn_exit 1 fi if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi dicom-0.2.2/src/PaxHeaders.4766/dicomdict.h0000644000000000000000000000013213443235255015176 xustar0030 mtime=1552759469.266838024 30 atime=1552759469.266838024 30 ctime=1552759470.843066931 dicom-0.2.2/src/dicomdict.h0000644000175000017500000000313313443235255015437 0ustar00olafolaf00000000000000/* * The GNU Octave dicom package is Copyright Andy Buckle 2010 * Contact: blondandy using the sf.net system, * * * The GNU Octave dicom package is free software: you can redistribute * it and/or modify it under the terms of the GNU General Public * License as published by the Free Software Foundation, either * version 3 of the License, or (at your option) any later version. * * The GNU Octave dicom packag is distributed in the hope that it * will be useful, but WITHOUT ANY WARRANTY; without even the * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more details. * * Please see the file, "COPYING" for further details of GNU General * Public License version 3. * */ void load_dicom_dict(const char *filename); const char * const get_current_dicom_dict(); void lookup_dicom_keyword(std::string & keyword, const gdcm::Tag & tag); void lookup_dicom_tag(gdcm::Tag & tag, const std::string & keyword); void lookup_dicom_entry(gdcm::DictEntry & entry, const gdcm::Tag & tag); bool dicom_is_present(const std::string & keyword); bool dicom_is_present(const gdcm::Tag & tag); /** DICOM value representions that make sense going straight to strings. * contrast with some VRASCII types that hold numbers. * may take some dates and times out of this and handle differently */ #define VRSTRING (gdcm::VR::AE|gdcm::VR::AS|gdcm::VR::CS|gdcm::VR::DA\ |gdcm::VR::DT|gdcm::VR::LO|gdcm::VR::LT|gdcm::VR::PN|gdcm::VR::SH\ |gdcm::VR::ST|gdcm::VR::TM|gdcm::VR::UI|gdcm::VR::UT) dicom-0.2.2/src/PaxHeaders.4766/config.h.in0000644000000000000000000000013213443235256015112 xustar0030 mtime=1552759470.787058797 30 atime=1552759470.787058797 30 ctime=1552759470.843066931 dicom-0.2.2/src/config.h.in0000644000175000017500000000323713443235256015360 0ustar00olafolaf00000000000000/* config.h.in. Generated from configure.ac by autoheader. */ #include "undef-ah-octave.h" /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Whether we have the interpreter load path */ #undef HAVE_OCTAVE_LOAD_PATH /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* macro for alternative Octave symbols */ #undef OCTAVE__FILE_STAT /* macro for alternative Octave symbols */ #undef OCTAVE__VALID_IDENTIFIER /* macro for alternative Octave symbols */ #undef OV_ISMAP /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the home page for this package. */ #undef PACKAGE_URL /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS #include "oct-alt-includes.h" dicom-0.2.2/src/PaxHeaders.4766/dicomread.cpp0000644000000000000000000000013213443235255015521 xustar0030 mtime=1552759469.266838024 30 atime=1552759470.803061121 30 ctime=1552759470.843066931 dicom-0.2.2/src/dicomread.cpp0000644000175000017500000001375013443235255015770 0ustar00olafolaf00000000000000/* * The GNU Octave dicom package is Copyright Andy Buckle 2010 * Contact: blondandy using the sf.net system, * * * Changes Copyright Kris Thielemans 2011: * - support usage dicomread(struct-returned-by-dicominfo) * - return image in same order as matlab * * The GNU Octave dicom package is free software: you can redistribute * it and/or modify it under the terms of the GNU General Public * License as published by the Free Software Foundation, either * version 3 of the License, or (at your option) any later version. * * The GNU Octave dicom package is distributed in the hope that it * will be useful, but WITHOUT ANY WARRANTY; without even the * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more details. * * Please see the file, "COPYING" for further details of GNU General * Public License version 3. * */ #include "octave/oct.h" #include #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "gdcmImageReader.h" using namespace gdcm; #define DICOM_ERR -1 #define DICOM_OK 0 #define OCT_FN_NAME dicomread #define QUOTED_(x) #x #define QUOTED(x) QUOTED_(x) DEFUN_DLD (dicomread, args, nargout, "-*- texinfo -*- \n\ @deftypefn {Loadable Function} @var{image} = dicomread (@var{filename}) \n\ @deftypefnx {Loadable Function} @var{image} = dicomread (@var{structure}) \n\ \n\ Load the image from a DICOM file. \n\ @var{filename} is a string (giving the filename).\n\ @var{structure} is a structure with a field @code{Filename} (such as returned by @code{dicominfo}).\n\ @var{image} may be two or three dimensional, depending on the content of the file. \n\ An integer or float matrix will be returned, the number of bits will depend on the file. \n\ \n\ @seealso{dicominfo} \n\ @end deftypefn \n\ ") { octave_value_list retval; // create object to store return values if ( 0 == args.length()) { error(QUOTED(OCT_FN_NAME)": one arg required: dicom filename"); return retval; } std::string filename; // argument processing // check if 1st argument is a string or a struct with field Filename // If so, assign to filename variable, otherwise exit. if (args(0).is_string()) { filename = args(0).string_value(); } else { octave_scalar_map arg0 = args(0).scalar_map_value (); if (error_state) { error(QUOTED(OCT_FN_NAME)": arg should be a filename, 1 row of chars, or a struct returned by dicominfo"); return retval; } if (!arg0.contains("Filename")) { error(QUOTED(OCT_FN_NAME)": if arg is a struct, it should have the Filename field"); return retval; } octave_value tmp = arg0.getfield ("Filename"); filename = tmp.string_value(); } #if 0 /* TODO support 'frames' stuff, see Matlab docs for dicomread */ int i; // parse any additional args for (i=1; i perm_vect(dim_vector(ndim,1)); perm_vect(0) = 1; perm_vect(1) = 0; // TODO check with non-square images if this needs to be dims[1],dims[0] etc if( 2==ndim ) { //this transposes first two dimensions dv = dim_vector(octave_idx_type(dims[0]), octave_idx_type(dims[1])); } else if (3==ndim) { // should be (rows, cols, pages) in octave idiom dv = dim_vector(octave_idx_type(dims[0]), octave_idx_type(dims[1]), octave_idx_type(dims[2])); perm_vect(2)=2; } else { error(QUOTED(OCT_FN_NAME)": %i dimensions. not supported: %s",(int)ndim, filename.c_str()); return retval; } if ( gdcm::PixelFormat::UINT32 == image.GetPixelFormat() ) { //tested uint32NDArray arr(dv); image.GetBuffer((char *)arr.fortran_vec()); return octave_value(arr.permute(perm_vect)); } else if ( gdcm::PixelFormat::UINT16 == image.GetPixelFormat() ) { //tested uint16NDArray arr(dv); image.GetBuffer((char *)arr.fortran_vec()); return octave_value(arr.permute(perm_vect)); } else if ( gdcm::PixelFormat::UINT8 == image.GetPixelFormat() ) { //tested uint8NDArray arr(dv); image.GetBuffer((char *)arr.fortran_vec()); return octave_value(arr.permute(perm_vect)); } else if ( gdcm::PixelFormat::INT8 == image.GetPixelFormat() ) { // no example found to test int8NDArray arr(dv); image.GetBuffer((char *)arr.fortran_vec()); return octave_value(arr.permute(perm_vect)); } else if ( gdcm::PixelFormat::INT16 == image.GetPixelFormat() ) { // no example found to test int16NDArray arr(dv); image.GetBuffer((char *)arr.fortran_vec()); return octave_value(arr.permute(perm_vect)); } else if ( gdcm::PixelFormat::INT32 == image.GetPixelFormat() ) { // no example found to test int32NDArray arr(dv); image.GetBuffer((char *)arr.fortran_vec()); return octave_value(arr.permute(perm_vect)); } else { octave_stdout << image.GetPixelFormat() << '\n' ; error(QUOTED(OCT_FN_NAME)": pixel format not supported yet: %s", filename.c_str()); return retval; } } /* %!shared testfile %! testfile = urlwrite ( ... %! 'http://sourceforge.net/p/octave/code/11601/tree/trunk/octave-forge/extra/dicom/dcm_examples/RD.15MV.DCM?format=raw', ... %! tempname() ); %!fail ("dicomread"); %!fail ("dicomread (1)"); %!fail ("dicomread ('hopefully_a_non_existant_file')"); %!test %! addpath('../inst'); % so it can find the dictionary %! rd=dicomread(testfile); %! assert(rd(100,101,30),uint16(2021)); %! % todo %! if exist (testfile, 'file') %! delete (testfile); %! endif */ dicom-0.2.2/src/PaxHeaders.4766/undef-ah-octave.h0000644000000000000000000000013213443235255016205 xustar0030 mtime=1552759469.270838604 30 atime=1552759469.270838604 30 ctime=1552759470.843066931 dicom-0.2.2/src/undef-ah-octave.h0000644000175000017500000000070613443235255016451 0ustar00olafolaf00000000000000/* To be included at the top of config.h (by autoheader). Avoid warnings for redefining AH-generated preprocessor symbols of Octave. */ #ifdef PACKAGE_BUGREPORT #undef PACKAGE_BUGREPORT #endif #ifdef PACKAGE_NAME #undef PACKAGE_NAME #endif #ifdef PACKAGE_STRING #undef PACKAGE_STRING #endif #ifdef PACKAGE_TARNAME #undef PACKAGE_TARNAME #endif #ifdef PACKAGE_URL #undef PACKAGE_URL #endif #ifdef PACKAGE_VERSION #undef PACKAGE_VERSION #endif dicom-0.2.2/src/PaxHeaders.4766/config.sub0000644000000000000000000000013213443235255015046 xustar0030 mtime=1552759469.262837443 30 atime=1552759469.262837443 30 ctime=1552759470.843066931 dicom-0.2.2/src/config.sub0000755000175000017500000010624613443235255015323 0ustar00olafolaf00000000000000#! /bin/sh # Configuration validation subroutine script. # Copyright 1992-2015 Free Software Foundation, Inc. timestamp='2015-01-01' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # Please send patches to . # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. # If it is invalid, we print an error message on stderr and exit with code 1. # Otherwise, we print the canonical config type on stdout and succeed. # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases # that are meaningful with *any* GNU software. # Each package is responsible for reporting which valid configurations # it does not support. The user should be able to distinguish # a failure to support a valid configuration from a meaningless # configuration. # The goal of this file is to map all the various variations of a given # machine specification into a single specification in the form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or in some cases, the newer four-part form: # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # It is wrong to echo any other type of specification. me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] CPU-MFR-OPSYS $0 [OPTION] ALIAS Canonicalize a configuration name. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.sub ($timestamp) Copyright 1992-2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" exit 1 ;; *local*) # First pass through any local machine types. echo $1 exit ;; * ) break ;; esac done case $# in 0) echo "$me: missing argument$help" >&2 exit 1;; 1) ;; *) echo "$me: too many arguments$help" >&2 exit 1;; esac # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ knetbsd*-gnu* | netbsd*-gnu* | \ kopensolaris*-gnu* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; android-linux) os=-linux-android basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown ;; *) basic_machine=`echo $1 | sed 's/-[^-]*$//'` if [ $basic_machine != $1 ] then os=`echo $1 | sed 's/.*-/-/'` else os=; fi ;; esac ### Let's recognize common machines as not being operating systems so ### that things like config.sub decstation-3100 work. We also ### recognize some manufacturers as not being operating systems, so we ### can provide default operating systems below. case $os in -sun*os*) # Prevent following clause from handling this invalid input. ;; -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ -apple | -axis | -knuth | -cray | -microblaze*) os= basic_machine=$1 ;; -bluegene*) os=-cnk ;; -sim | -cisco | -oki | -wec | -winbond) os= basic_machine=$1 ;; -scout) ;; -wrs) os=-vxworks basic_machine=$1 ;; -chorusos*) os=-chorusos basic_machine=$1 ;; -chorusrdb) os=-chorusrdb basic_machine=$1 ;; -hiux*) os=-hiuxwe2 ;; -sco6) os=-sco5v6 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco5) os=-sco3.2v5 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco4) os=-sco3.2v4 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2.[4-9]*) os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2v[4-9]*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco5v6*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco*) os=-sco3.2v2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -udk*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -isc) os=-isc2.2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -clix*) basic_machine=clipper-intergraph ;; -isc*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -lynx*178) os=-lynxos178 ;; -lynx*5) os=-lynxos5 ;; -lynx*) os=-lynxos ;; -ptx*) basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` ;; -windowsnt*) os=`echo $os | sed -e 's/windowsnt/winnt/'` ;; -psos*) os=-psos ;; -mint | -mint[0-9]*) basic_machine=m68k-atari os=-mint ;; esac # Decode aliases for certain CPU-COMPANY combinations. case $basic_machine in # Recognize the basic CPU types without company name. # Some are omitted here because they have special meanings below. 1750a | 580 \ | a29k \ | aarch64 | aarch64_be \ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ | arc | arceb \ | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ | avr | avr32 \ | be32 | be64 \ | bfin \ | c4x | c8051 | clipper \ | d10v | d30v | dlx | dsp16xx \ | epiphany \ | fido | fr30 | frv | ft32 \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | hexagon \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ | k1om \ | le32 | le64 \ | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ | mips64octeon | mips64octeonel \ | mips64orion | mips64orionel \ | mips64r5900 | mips64r5900el \ | mips64vr | mips64vrel \ | mips64vr4100 | mips64vr4100el \ | mips64vr4300 | mips64vr4300el \ | mips64vr5000 | mips64vr5000el \ | mips64vr5900 | mips64vr5900el \ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ | mipsisa32r6 | mipsisa32r6el \ | mipsisa64 | mipsisa64el \ | mipsisa64r2 | mipsisa64r2el \ | mipsisa64r6 | mipsisa64r6el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipsr5900 | mipsr5900el \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ | moxie \ | mt \ | msp430 \ | nds32 | nds32le | nds32be \ | nios | nios2 | nios2eb | nios2el \ | ns16k | ns32k \ | open8 | or1k | or1knd | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ | pyramid \ | riscv32 | riscv64 \ | rl78 | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ | spu \ | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ | ubicom32 \ | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ | visium \ | we32k \ | x86 | xc16x | xstormy16 | xtensa \ | z8k | z80) basic_machine=$basic_machine-unknown ;; c54x) basic_machine=tic54x-unknown ;; c55x) basic_machine=tic55x-unknown ;; c6x) basic_machine=tic6x-unknown ;; leon|leon[3-9]) basic_machine=sparc-$basic_machine ;; m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip) basic_machine=$basic_machine-unknown os=-none ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) ;; ms1) basic_machine=mt-unknown ;; strongarm | thumb | xscale) basic_machine=arm-unknown ;; xgate) basic_machine=$basic_machine-unknown os=-none ;; xscaleeb) basic_machine=armeb-unknown ;; xscaleel) basic_machine=armel-unknown ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. i*86 | x86_64) basic_machine=$basic_machine-pc ;; # Object if more than one company name word. *-*-*) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; # Recognize the basic CPU types with company name. 580-* \ | a29k-* \ | aarch64-* | aarch64_be-* \ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ | be32-* | be64-* \ | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* \ | c8051-* | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | hexagon-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ | k1om-* \ | le32-* | le64-* \ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ | microblaze-* | microblazeel-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ | mips64octeon-* | mips64octeonel-* \ | mips64orion-* | mips64orionel-* \ | mips64r5900-* | mips64r5900el-* \ | mips64vr-* | mips64vrel-* \ | mips64vr4100-* | mips64vr4100el-* \ | mips64vr4300-* | mips64vr4300el-* \ | mips64vr5000-* | mips64vr5000el-* \ | mips64vr5900-* | mips64vr5900el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ | mipsisa32r6-* | mipsisa32r6el-* \ | mipsisa64-* | mipsisa64el-* \ | mipsisa64r2-* | mipsisa64r2el-* \ | mipsisa64r6-* | mipsisa64r6el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipsr5900-* | mipsr5900el-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ | mt-* \ | msp430-* \ | nds32-* | nds32le-* | nds32be-* \ | nios-* | nios2-* | nios2eb-* | nios2el-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | open8-* \ | or1k*-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ | pyramid-* \ | rl78-* | romp-* | rs6000-* | rx-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \ | tahoe-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tile*-* \ | tron-* \ | ubicom32-* \ | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ | vax-* \ | visium-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* \ | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-* | z80-*) ;; # Recognize the basic CPU types without company name, with glob match. xtensa*) basic_machine=$basic_machine-unknown ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) basic_machine=i386-unknown os=-bsd ;; 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) basic_machine=m68000-att ;; 3b*) basic_machine=we32k-att ;; a29khif) basic_machine=a29k-amd os=-udi ;; abacus) basic_machine=abacus-unknown ;; adobe68k) basic_machine=m68010-adobe os=-scout ;; alliant | fx80) basic_machine=fx80-alliant ;; altos | altos3068) basic_machine=m68k-altos ;; am29k) basic_machine=a29k-none os=-bsd ;; amd64) basic_machine=x86_64-pc ;; amd64-*) basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; amdahl) basic_machine=580-amdahl os=-sysv ;; amiga | amiga-*) basic_machine=m68k-unknown ;; amigaos | amigados) basic_machine=m68k-unknown os=-amigaos ;; amigaunix | amix) basic_machine=m68k-unknown os=-sysv4 ;; apollo68) basic_machine=m68k-apollo os=-sysv ;; apollo68bsd) basic_machine=m68k-apollo os=-bsd ;; aros) basic_machine=i386-pc os=-aros ;; aux) basic_machine=m68k-apple os=-aux ;; balance) basic_machine=ns32k-sequent os=-dynix ;; blackfin) basic_machine=bfin-unknown os=-linux ;; blackfin-*) basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; bluegene*) basic_machine=powerpc-ibm os=-cnk ;; c54x-*) basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` ;; c55x-*) basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` ;; c6x-*) basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` ;; c90) basic_machine=c90-cray os=-unicos ;; cegcc) basic_machine=arm-unknown os=-cegcc ;; convex-c1) basic_machine=c1-convex os=-bsd ;; convex-c2) basic_machine=c2-convex os=-bsd ;; convex-c32) basic_machine=c32-convex os=-bsd ;; convex-c34) basic_machine=c34-convex os=-bsd ;; convex-c38) basic_machine=c38-convex os=-bsd ;; cray | j90) basic_machine=j90-cray os=-unicos ;; craynv) basic_machine=craynv-cray os=-unicosmp ;; cr16 | cr16-*) basic_machine=cr16-unknown os=-elf ;; crds | unos) basic_machine=m68k-crds ;; crisv32 | crisv32-* | etraxfs*) basic_machine=crisv32-axis ;; cris | cris-* | etrax*) basic_machine=cris-axis ;; crx) basic_machine=crx-unknown os=-elf ;; da30 | da30-*) basic_machine=m68k-da30 ;; decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) basic_machine=mips-dec ;; decsystem10* | dec10*) basic_machine=pdp10-dec os=-tops10 ;; decsystem20* | dec20*) basic_machine=pdp10-dec os=-tops20 ;; delta | 3300 | motorola-3300 | motorola-delta \ | 3300-motorola | delta-motorola) basic_machine=m68k-motorola ;; delta88) basic_machine=m88k-motorola os=-sysv3 ;; dicos) basic_machine=i686-pc os=-dicos ;; djgpp) basic_machine=i586-pc os=-msdosdjgpp ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx ;; dpx2* | dpx2*-bull) basic_machine=m68k-bull os=-sysv3 ;; ebmon29k) basic_machine=a29k-amd os=-ebmon ;; elxsi) basic_machine=elxsi-elxsi os=-bsd ;; encore | umax | mmax) basic_machine=ns32k-encore ;; es1800 | OSE68k | ose68k | ose | OSE) basic_machine=m68k-ericsson os=-ose ;; fx2800) basic_machine=i860-alliant ;; genix) basic_machine=ns32k-ns ;; gmicro) basic_machine=tron-gmicro os=-sysv ;; go32) basic_machine=i386-pc os=-go32 ;; h3050r* | hiux*) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; h8300hms) basic_machine=h8300-hitachi os=-hms ;; h8300xray) basic_machine=h8300-hitachi os=-xray ;; h8500hms) basic_machine=h8500-hitachi os=-hms ;; harris) basic_machine=m88k-harris os=-sysv3 ;; hp300-*) basic_machine=m68k-hp ;; hp300bsd) basic_machine=m68k-hp os=-bsd ;; hp300hpux) basic_machine=m68k-hp os=-hpux ;; hp3k9[0-9][0-9] | hp9[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k2[0-9][0-9] | hp9k31[0-9]) basic_machine=m68000-hp ;; hp9k3[2-9][0-9]) basic_machine=m68k-hp ;; hp9k6[0-9][0-9] | hp6[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k7[0-79][0-9] | hp7[0-79][0-9]) basic_machine=hppa1.1-hp ;; hp9k78[0-9] | hp78[0-9]) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[0-9][13679] | hp8[0-9][13679]) basic_machine=hppa1.1-hp ;; hp9k8[0-9][0-9] | hp8[0-9][0-9]) basic_machine=hppa1.0-hp ;; hppa-next) os=-nextstep3 ;; hppaosf) basic_machine=hppa1.1-hp os=-osf ;; hppro) basic_machine=hppa1.1-hp os=-proelf ;; i370-ibm* | ibm*) basic_machine=i370-ibm ;; i*86v32) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv32 ;; i*86v4*) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv4 ;; i*86v) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv ;; i*86sol2) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-solaris2 ;; i386mach) basic_machine=i386-mach os=-mach ;; i386-vsta | vsta) basic_machine=i386-unknown os=-vsta ;; iris | iris4d) basic_machine=mips-sgi case $os in -irix*) ;; *) os=-irix4 ;; esac ;; isi68 | isi) basic_machine=m68k-isi os=-sysv ;; leon-*|leon[3-9]-*) basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` ;; m68knommu) basic_machine=m68k-unknown os=-linux ;; m68knommu-*) basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; m88k-omron*) basic_machine=m88k-omron ;; magnum | m3230) basic_machine=mips-mips os=-sysv ;; merlin) basic_machine=ns32k-utek os=-sysv ;; microblaze*) basic_machine=microblaze-xilinx ;; mingw64) basic_machine=x86_64-pc os=-mingw64 ;; mingw32) basic_machine=i686-pc os=-mingw32 ;; mingw32ce) basic_machine=arm-unknown os=-mingw32ce ;; miniframe) basic_machine=m68000-convergent ;; *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) basic_machine=m68k-atari os=-mint ;; mips3*-*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` ;; mips3*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown ;; monitor) basic_machine=m68k-rom68k os=-coff ;; morphos) basic_machine=powerpc-unknown os=-morphos ;; moxiebox) basic_machine=moxie-unknown os=-moxiebox ;; msdos) basic_machine=i386-pc os=-msdos ;; ms1-*) basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` ;; msys) basic_machine=i686-pc os=-msys ;; mvs) basic_machine=i370-ibm os=-mvs ;; nacl) basic_machine=le32-unknown os=-nacl ;; ncr3000) basic_machine=i486-ncr os=-sysv4 ;; netbsd386) basic_machine=i386-unknown os=-netbsd ;; netwinder) basic_machine=armv4l-rebel os=-linux ;; news | news700 | news800 | news900) basic_machine=m68k-sony os=-newsos ;; news1000) basic_machine=m68030-sony os=-newsos ;; news-3600 | risc-news) basic_machine=mips-sony os=-newsos ;; necv70) basic_machine=v70-nec os=-sysv ;; next | m*-next ) basic_machine=m68k-next case $os in -nextstep* ) ;; -ns2*) os=-nextstep2 ;; *) os=-nextstep3 ;; esac ;; nh3000) basic_machine=m68k-harris os=-cxux ;; nh[45]000) basic_machine=m88k-harris os=-cxux ;; nindy960) basic_machine=i960-intel os=-nindy ;; mon960) basic_machine=i960-intel os=-mon960 ;; nonstopux) basic_machine=mips-compaq os=-nonstopux ;; np1) basic_machine=np1-gould ;; neo-tandem) basic_machine=neo-tandem ;; nse-tandem) basic_machine=nse-tandem ;; nsr-tandem) basic_machine=nsr-tandem ;; op50n-* | op60c-*) basic_machine=hppa1.1-oki os=-proelf ;; openrisc | openrisc-*) basic_machine=or32-unknown ;; os400) basic_machine=powerpc-ibm os=-os400 ;; OSE68000 | ose68000) basic_machine=m68000-ericsson os=-ose ;; os68k) basic_machine=m68k-none os=-os68k ;; pa-hitachi) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; paragon) basic_machine=i860-intel os=-osf ;; parisc) basic_machine=hppa-unknown os=-linux ;; parisc-*) basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; pbd) basic_machine=sparc-tti ;; pbb) basic_machine=m68k-tti ;; pc532 | pc532-*) basic_machine=ns32k-pc532 ;; pc98) basic_machine=i386-pc ;; pc98-*) basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; pentiumpro | p6 | 6x86 | athlon | athlon_*) basic_machine=i686-pc ;; pentiumii | pentium2 | pentiumiii | pentium3) basic_machine=i686-pc ;; pentium4) basic_machine=i786-pc ;; pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumpro-* | p6-* | 6x86-* | athlon-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium4-*) basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pn) basic_machine=pn-gould ;; power) basic_machine=power-ibm ;; ppc | ppcbe) basic_machine=powerpc-unknown ;; ppc-* | ppcbe-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle | ppc-le | powerpc-little) basic_machine=powerpcle-unknown ;; ppcle-* | powerpclittle-*) basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64) basic_machine=powerpc64-unknown ;; ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64le | powerpc64little | ppc64-le | powerpc64-little) basic_machine=powerpc64le-unknown ;; ppc64le-* | powerpc64little-*) basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ps2) basic_machine=i386-ibm ;; pw32) basic_machine=i586-unknown os=-pw32 ;; rdos | rdos64) basic_machine=x86_64-pc os=-rdos ;; rdos32) basic_machine=i386-pc os=-rdos ;; rom68k) basic_machine=m68k-rom68k os=-coff ;; rm[46]00) basic_machine=mips-siemens ;; rtpc | rtpc-*) basic_machine=romp-ibm ;; s390 | s390-*) basic_machine=s390-ibm ;; s390x | s390x-*) basic_machine=s390x-ibm ;; sa29200) basic_machine=a29k-amd os=-udi ;; sb1) basic_machine=mipsisa64sb1-unknown ;; sb1el) basic_machine=mipsisa64sb1el-unknown ;; sde) basic_machine=mipsisa32-sde os=-elf ;; sei) basic_machine=mips-sei os=-seiux ;; sequent) basic_machine=i386-sequent ;; sh) basic_machine=sh-hitachi os=-hms ;; sh5el) basic_machine=sh5le-unknown ;; sh64) basic_machine=sh64-unknown ;; sparclite-wrs | simso-wrs) basic_machine=sparclite-wrs os=-vxworks ;; sps7) basic_machine=m68k-bull os=-sysv2 ;; spur) basic_machine=spur-unknown ;; st2000) basic_machine=m68k-tandem ;; stratus) basic_machine=i860-stratus os=-sysv4 ;; strongarm-* | thumb-*) basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` ;; sun2) basic_machine=m68000-sun ;; sun2os3) basic_machine=m68000-sun os=-sunos3 ;; sun2os4) basic_machine=m68000-sun os=-sunos4 ;; sun3os3) basic_machine=m68k-sun os=-sunos3 ;; sun3os4) basic_machine=m68k-sun os=-sunos4 ;; sun4os3) basic_machine=sparc-sun os=-sunos3 ;; sun4os4) basic_machine=sparc-sun os=-sunos4 ;; sun4sol2) basic_machine=sparc-sun os=-solaris2 ;; sun3 | sun3-*) basic_machine=m68k-sun ;; sun4) basic_machine=sparc-sun ;; sun386 | sun386i | roadrunner) basic_machine=i386-sun ;; sv1) basic_machine=sv1-cray os=-unicos ;; symmetry) basic_machine=i386-sequent os=-dynix ;; t3e) basic_machine=alphaev5-cray os=-unicos ;; t90) basic_machine=t90-cray os=-unicos ;; tile*) basic_machine=$basic_machine-unknown os=-linux-gnu ;; tx39) basic_machine=mipstx39-unknown ;; tx39el) basic_machine=mipstx39el-unknown ;; toad1) basic_machine=pdp10-xkl os=-tops20 ;; tower | tower-32) basic_machine=m68k-ncr ;; tpf) basic_machine=s390x-ibm os=-tpf ;; udi29k) basic_machine=a29k-amd os=-udi ;; ultra3) basic_machine=a29k-nyu os=-sym1 ;; v810 | necv810) basic_machine=v810-nec os=-none ;; vaxv) basic_machine=vax-dec os=-sysv ;; vms) basic_machine=vax-dec os=-vms ;; vpp*|vx|vx-*) basic_machine=f301-fujitsu ;; vxworks960) basic_machine=i960-wrs os=-vxworks ;; vxworks68) basic_machine=m68k-wrs os=-vxworks ;; vxworks29k) basic_machine=a29k-wrs os=-vxworks ;; w65*) basic_machine=w65-wdc os=-none ;; w89k-*) basic_machine=hppa1.1-winbond os=-proelf ;; xbox) basic_machine=i686-pc os=-mingw32 ;; xps | xps100) basic_machine=xps100-honeywell ;; xscale-* | xscalee[bl]-*) basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` ;; ymp) basic_machine=ymp-cray os=-unicos ;; z8k-*-coff) basic_machine=z8k-unknown os=-sim ;; z80-*-coff) basic_machine=z80-unknown os=-sim ;; none) basic_machine=none-none os=-none ;; # Here we handle the default manufacturer of certain CPU types. It is in # some cases the only manufacturer, in others, it is the most popular. w89k) basic_machine=hppa1.1-winbond ;; op50n) basic_machine=hppa1.1-oki ;; op60c) basic_machine=hppa1.1-oki ;; romp) basic_machine=romp-ibm ;; mmix) basic_machine=mmix-knuth ;; rs6000) basic_machine=rs6000-ibm ;; vax) basic_machine=vax-dec ;; pdp10) # there are many clones, so DEC is not a safe bet basic_machine=pdp10-unknown ;; pdp11) basic_machine=pdp11-dec ;; we32k) basic_machine=we32k-att ;; sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) basic_machine=sparc-sun ;; cydra) basic_machine=cydra-cydrome ;; orion) basic_machine=orion-highlevel ;; orion105) basic_machine=clipper-highlevel ;; mac | mpw | mac-mpw) basic_machine=m68k-apple ;; pmac | pmac-mpw) basic_machine=powerpc-apple ;; *-unknown) # Make sure to match an already-canonicalized machine name. ;; *) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; esac # Here we canonicalize certain aliases for manufacturers. case $basic_machine in *-digital*) basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` ;; *-commodore*) basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` ;; *) ;; esac # Decode manufacturer-specific aliases for certain operating systems. if [ x"$os" != x"" ] then case $os in # First match some system type aliases # that might get confused with valid system types. # -solaris* is a basic system type, with this one exception. -auroraux) os=-auroraux ;; -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` ;; -solaris) os=-solaris2 ;; -svr4*) os=-sysv4 ;; -unixware*) os=-sysv4.2uw ;; -gnu/linux*) os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` ;; # First accept the basic system types. # The portable systems comes first. # Each alternative MUST END IN A *, to match a version number. # -sysv* is not here because it comes later, after sysvr4. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ | -sym* | -kopensolaris* | -plan9* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* | -aros* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ | -bitrig* | -openbsd* | -solidbsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* | -cegcc* \ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ | -linux-newlib* | -linux-musl* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) case $basic_machine in x86-* | i*86-*) ;; *) os=-nto$os ;; esac ;; -nto-qnx*) ;; -nto*) os=`echo $os | sed -e 's|nto|nto-qnx|'` ;; -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) ;; -mac*) os=`echo $os | sed -e 's|mac|macos|'` ;; -linux-dietlibc) os=-linux-dietlibc ;; -linux*) os=`echo $os | sed -e 's|linux|linux-gnu|'` ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` ;; -sunos6*) os=`echo $os | sed -e 's|sunos6|solaris3|'` ;; -opened*) os=-openedition ;; -os400*) os=-os400 ;; -wince*) os=-wince ;; -osfrose*) os=-osfrose ;; -osf*) os=-osf ;; -utek*) os=-bsd ;; -dynix*) os=-bsd ;; -acis*) os=-aos ;; -atheos*) os=-atheos ;; -syllable*) os=-syllable ;; -386bsd) os=-bsd ;; -ctix* | -uts*) os=-sysv ;; -nova*) os=-rtmk-nova ;; -ns2 ) os=-nextstep2 ;; -nsk*) os=-nsk ;; # Preserve the version number of sinix5. -sinix5.*) os=`echo $os | sed -e 's|sinix|sysv|'` ;; -sinix*) os=-sysv4 ;; -tpf*) os=-tpf ;; -triton*) os=-sysv3 ;; -oss*) os=-sysv3 ;; -svr4) os=-sysv4 ;; -svr3) os=-sysv3 ;; -sysvr4) os=-sysv4 ;; # This must come after -sysvr4. -sysv*) ;; -ose*) os=-ose ;; -es1800*) os=-ose ;; -xenix) os=-xenix ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) os=-mint ;; -aros*) os=-aros ;; -zvmoe) os=-zvmoe ;; -dicos*) os=-dicos ;; -nacl*) ;; -none) ;; *) # Get rid of the `-' at the beginning of $os. os=`echo $os | sed 's/[^-]*-//'` echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 exit 1 ;; esac else # Here we handle the default operating systems that come with various machines. # The value should be what the vendor currently ships out the door with their # machine or put another way, the most popular os provided with the machine. # Note that if you're going to try to match "-MANUFACTURER" here (say, # "-sun"), then you have to tell the case statement up towards the top # that MANUFACTURER isn't an operating system. Otherwise, code above # will signal an error saying that MANUFACTURER isn't an operating # system, and we'll never get to this point. case $basic_machine in score-*) os=-elf ;; spu-*) os=-elf ;; *-acorn) os=-riscix1.2 ;; arm*-rebel) os=-linux ;; arm*-semi) os=-aout ;; c4x-* | tic4x-*) os=-coff ;; c8051-*) os=-elf ;; hexagon-*) os=-elf ;; tic54x-*) os=-coff ;; tic55x-*) os=-coff ;; tic6x-*) os=-coff ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 ;; pdp11-*) os=-none ;; *-dec | vax-*) os=-ultrix4.2 ;; m68*-apollo) os=-domain ;; i386-sun) os=-sunos4.0.2 ;; m68000-sun) os=-sunos3 ;; m68*-cisco) os=-aout ;; mep-*) os=-elf ;; mips*-cisco) os=-elf ;; mips*-*) os=-elf ;; or32-*) os=-coff ;; *-tti) # must be before sparc entry or we get the wrong os. os=-sysv3 ;; sparc-* | *-sun) os=-sunos4.1.1 ;; *-be) os=-beos ;; *-haiku) os=-haiku ;; *-ibm) os=-aix ;; *-knuth) os=-mmixware ;; *-wec) os=-proelf ;; *-winbond) os=-proelf ;; *-oki) os=-proelf ;; *-hp) os=-hpux ;; *-hitachi) os=-hiux ;; i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) os=-sysv ;; *-cbm) os=-amigaos ;; *-dg) os=-dgux ;; *-dolphin) os=-sysv3 ;; m68k-ccur) os=-rtu ;; m88k-omron*) os=-luna ;; *-next ) os=-nextstep ;; *-sequent) os=-ptx ;; *-crds) os=-unos ;; *-ns) os=-genix ;; i370-*) os=-mvs ;; *-next) os=-nextstep3 ;; *-gould) os=-sysv ;; *-highlevel) os=-bsd ;; *-encore) os=-bsd ;; *-sgi) os=-irix ;; *-siemens) os=-sysv4 ;; *-masscomp) os=-rtu ;; f30[01]-fujitsu | f700-fujitsu) os=-uxpv ;; *-rom68k) os=-coff ;; *-*bug) os=-coff ;; *-apple) os=-macos ;; *-atari*) os=-mint ;; *) os=-none ;; esac fi # Here we handle the case where we know the os, and the CPU type, but not the # manufacturer. We pick the logical manufacturer. vendor=unknown case $basic_machine in *-unknown) case $os in -riscix*) vendor=acorn ;; -sunos*) vendor=sun ;; -cnk*|-aix*) vendor=ibm ;; -beos*) vendor=be ;; -hpux*) vendor=hp ;; -mpeix*) vendor=hp ;; -hiux*) vendor=hitachi ;; -unos*) vendor=crds ;; -dgux*) vendor=dg ;; -luna*) vendor=omron ;; -genix*) vendor=ns ;; -mvs* | -opened*) vendor=ibm ;; -os400*) vendor=ibm ;; -ptx*) vendor=sequent ;; -tpf*) vendor=ibm ;; -vxsim* | -vxworks* | -windiss*) vendor=wrs ;; -aux*) vendor=apple ;; -hms*) vendor=hitachi ;; -mpw* | -macos*) vendor=apple ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) vendor=atari ;; -vos*) vendor=stratus ;; esac basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` ;; esac echo $basic_machine$os exit # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: dicom-0.2.2/src/PaxHeaders.4766/dicomuid.cpp0000644000000000000000000000013213443235255015367 xustar0030 mtime=1552759469.270838604 30 atime=1552759470.803061121 30 ctime=1552759470.843066931 dicom-0.2.2/src/dicomuid.cpp0000644000175000017500000000330013443235255015624 0ustar00olafolaf00000000000000/* * Copyright John Donoghue, 2017: * * The GNU Octave dicom package is free software: you can redistribute * it and/or modify it under the terms of the GNU General Public * License as published by the Free Software Foundation, either * version 3 of the License, or (at your option) any later version. * * The GNU Octave dicom package is distributed in the hope that it * will be useful, but WITHOUT ANY WARRANTY; without even the * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more details. * * Please see the file, "COPYING" for further details of GNU General * Public License version 3. * */ #include "octave/oct.h" #include #ifdef HAVE_CONFIG_H #include "config.h" #endif #include using namespace gdcm; #define DICOM_ERR -1 #define DICOM_OK 0 #define OCT_FN_NAME dicomuid #define QUOTED_(x) #x #define QUOTED(x) QUOTED_(x) DEFUN_DLD (dicomuid, args, nargout, "-*- texinfo -*- \n\ @deftypefn {Loadable Function} @var{uuid} = dicomuuid () \n\ \n\ Generate a DICOM unique id . \n\ \n \ @var{uuid} is a unique id string.\n\ \n\ @end deftypefn \n\ ") { octave_value_list retval; // create object to store return values // no args required if ( 0 != args.length ()) { print_usage (); return retval; } gdcm::UIDGenerator generator; retval = octave_value (generator.Generate ()); return retval; } /* %!fail ("dicomuuid (1)"); %!fail ("dicominfo ([])"); %!fail ("dicominfo ('string')"); %!test %! id = dicomuid (); %! assert (ischar (id)); %! assert (length(id) > 0); %!test %! id1 = dicomuid (); %! id2 = dicomuid(); %! assert (strcmp (id1, id2), false); */ dicom-0.2.2/src/PaxHeaders.4766/Makefile.in0000644000000000000000000000013213443235255015133 xustar0030 mtime=1552759469.262837443 30 atime=1552759469.262837443 30 ctime=1552759470.843066931 dicom-0.2.2/src/Makefile.in0000644000175000017500000000123513443235255015375 0ustar00olafolaf00000000000000MKOCTFILE ?= mkoctfile -Wall GDCM_CPPFLAGS = @GDCM_CXXFLAGS@ @DEFS@ GDCM_LIBS = @GDCM_LIBS@ need_dict = dicominfo.oct dicomwrite.oct dicomlookup.oct test_files = dicominfo.cpp dicomdict.cpp dicomread.cpp dicomlookup.cpp isdicom.cpp dicomuid.oct all: $(need_dict) dicomdict.oct dicomread.oct _gendicomdict.oct isdicom.oct dicomuid.oct %.o: %.cpp $(MKOCTFILE) $(GDCM_CPPFLAGS) -c $< $(need_dict): %.oct: %.cpp dicomdict.o $(MKOCTFILE) $(GDCM_CPPFLAGS) $(GDCM_LIBS) $^ %.oct: %.cpp $(MKOCTFILE) $(OCTAVE_DEFS) $(GDCM_CPPFLAGS) $(GDCM_LIBS) $< clean: $(RM) *.o *.oct *~ distclean: clean $(RM) Makefile config.log $(RM) -r autom4te.cache $(RM) -r CMakeFiles dicom-0.2.2/src/PaxHeaders.4766/bootstrap0000644000000000000000000000013213443235255015026 xustar0030 mtime=1552759469.262837443 30 atime=1552759469.286840928 30 ctime=1552759470.843066931 dicom-0.2.2/src/bootstrap0000755000175000017500000000031613443235255015272 0ustar00olafolaf00000000000000#!/bin/bash ## Octave-Forge dicom package bootstrap script ## Run this to generate the configure script set -e # halt if unhandled error aclocal autoconf # generate configure script autoheader -f dicom-0.2.2/src/PaxHeaders.4766/install-sh0000644000000000000000000000013213443235255015067 xustar0030 mtime=1552759469.270838604 30 atime=1552759469.270838604 30 ctime=1552759470.843066931 dicom-0.2.2/src/install-sh0000755000175000017500000003325513443235255015343 0ustar00olafolaf00000000000000#!/bin/sh # install - install a program, script, or datafile scriptversion=2011-11-20.07; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to # deal in the Software without restriction, including without limitation the # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or # sell copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- # TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # # Except as contained in this notice, the name of the X Consortium shall not # be used in advertising or otherwise to promote the sale, use or other deal- # ings in this Software without prior written authorization from the X Consor- # tium. # # # FSF changes to this file are in the public domain. # # Calling this script install-sh is preferred over install.sh, to prevent # 'make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written # from scratch. nl=' ' IFS=" "" $nl" # set DOITPROG to echo to test this script # Don't use :- since 4.3BSD and earlier shells don't like it. doit=${DOITPROG-} if test -z "$doit"; then doit_exec=exec else doit_exec=$doit fi # Put in absolute file names if you don't have them in your path; # or use environment vars. chgrpprog=${CHGRPPROG-chgrp} chmodprog=${CHMODPROG-chmod} chownprog=${CHOWNPROG-chown} cmpprog=${CMPPROG-cmp} cpprog=${CPPROG-cp} mkdirprog=${MKDIRPROG-mkdir} mvprog=${MVPROG-mv} rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} posix_glob='?' initialize_posix_glob=' test "$posix_glob" != "?" || { if (set -f) 2>/dev/null; then posix_glob= else posix_glob=: fi } ' posix_mkdir= # Desired mode of installed file. mode=0755 chgrpcmd= chmodcmd=$chmodprog chowncmd= mvcmd=$mvprog rmcmd="$rmprog -f" stripcmd= src= dst= dir_arg= dst_arg= copy_on_change=false no_target_directory= usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE or: $0 [OPTION]... SRCFILES... DIRECTORY or: $0 [OPTION]... -t DIRECTORY SRCFILES... or: $0 [OPTION]... -d DIRECTORIES... In the 1st form, copy SRCFILE to DSTFILE. In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. In the 4th, create DIRECTORIES. Options: --help display this help and exit. --version display version info and exit. -c (ignored) -C install only if different (preserve the last data modification time) -d create directories instead of installing files. -g GROUP $chgrpprog installed files to GROUP. -m MODE $chmodprog installed files to MODE. -o USER $chownprog installed files to USER. -s $stripprog installed files. -t DIRECTORY install into DIRECTORY. -T report an error if DSTFILE is a directory. Environment variables override the default commands: CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG " while test $# -ne 0; do case $1 in -c) ;; -C) copy_on_change=true;; -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 case $mode in *' '* | *' '* | *' '* | *'*'* | *'?'* | *'['*) echo "$0: invalid mode: $mode" >&2 exit 1;; esac shift;; -o) chowncmd="$chownprog $2" shift;; -s) stripcmd=$stripprog;; -t) dst_arg=$2 # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac shift;; -T) no_target_directory=true;; --version) echo "$0 $scriptversion"; exit $?;; --) shift break;; -*) echo "$0: invalid option: $1" >&2 exit 1;; *) break;; esac shift done if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. # Otherwise, the last argument is the destination. Remove it from $@. for arg do if test -n "$dst_arg"; then # $@ is not empty: it contains at least $arg. set fnord "$@" "$dst_arg" shift # fnord fi shift # arg dst_arg=$arg # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac done fi if test $# -eq 0; then if test -z "$dir_arg"; then echo "$0: no input file specified." >&2 exit 1 fi # It's OK to call 'install-sh -d' without argument. # This can happen when creating conditional directories. exit 0 fi if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 trap "ret=141; $do_exit" 13 trap "ret=143; $do_exit" 15 # Set umask so as not to create temps with too-generous modes. # However, 'strip' requires both read and write access to temps. case $mode in # Optimize common cases. *644) cp_umask=133;; *755) cp_umask=22;; *[0-7]) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac fi for src do # Protect names problematic for 'test' and other utilities. case $src in -* | [=\(\)!]) src=./$src;; esac if test -n "$dir_arg"; then dst=$src dstdir=$dst test -d "$dstdir" dstdir_status=$? else # Waiting for this to be detected by the "$cpprog $src $dsttmp" command # might cause directories to be created, which would be especially bad # if $src (and thus $dsttmp) contains '*'. if test ! -f "$src" && test ! -d "$src"; then echo "$0: $src does not exist." >&2 exit 1 fi if test -z "$dst_arg"; then echo "$0: no destination specified." >&2 exit 1 fi dst=$dst_arg # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then if test -n "$no_target_directory"; then echo "$0: $dst_arg: Is a directory" >&2 exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else # Prefer dirname, but fall back on a substitute if dirname fails. dstdir=` (dirname "$dst") 2>/dev/null || expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$dst" : 'X\(//\)[^/]' \| \ X"$dst" : 'X\(//\)$' \| \ X"$dst" : 'X\(/\)' \| . 2>/dev/null || echo X"$dst" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q' ` test -d "$dstdir" dstdir_status=$? fi fi obsolete_mkdir_used=false if test $dstdir_status != 0; then case $posix_mkdir in '') # Create intermediate dirs using mode 755 as modified by the umask. # This is like FreeBSD 'install' as of 1997-10-28. umask=`umask` case $stripcmd.$umask in # Optimize common cases. *[2367][2367]) mkdir_umask=$umask;; .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; *[0-7]) mkdir_umask=`expr $umask + 22 \ - $umask % 100 % 40 + $umask % 20 \ - $umask % 10 % 4 + $umask % 2 `;; *) mkdir_umask=$umask,go-w;; esac # With -d, create the new directory with the user-specified mode. # Otherwise, rely on $mkdir_umask. if test -n "$dir_arg"; then mkdir_mode=-m$mode else mkdir_mode= fi posix_mkdir=false case $umask in *[123567][0-7][0-7]) # POSIX mkdir -p sets u+wx bits regardless of umask, which # is incompatible with FreeBSD 'install' when (umask & 300) != 0. ;; *) tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 if (umask $mkdir_umask && exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 then if test -z "$dir_arg" || { # Check for POSIX incompatibilities with -m. # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or # other-writable bit of parent directory when it shouldn't. # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. ls_ld_tmpdir=`ls -ld "$tmpdir"` case $ls_ld_tmpdir in d????-?r-*) different_mode=700;; d????-?--*) different_mode=755;; *) false;; esac && $mkdirprog -m$different_mode -p -- "$tmpdir" && { ls_ld_tmpdir_1=`ls -ld "$tmpdir"` test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" } } then posix_mkdir=: fi rmdir "$tmpdir/d" "$tmpdir" else # Remove any dirs left behind by ancient mkdir implementations. rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null fi trap '' 0;; esac;; esac if $posix_mkdir && ( umask $mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else # The umask is ridiculous, or mkdir does not conform to POSIX, # or it failed possibly due to a race condition. Create the # directory the slow way, step by step, checking for races as we go. case $dstdir in /*) prefix='/';; [-=\(\)!]*) prefix='./';; *) prefix='';; esac eval "$initialize_posix_glob" oIFS=$IFS IFS=/ $posix_glob set -f set fnord $dstdir shift $posix_glob set +f IFS=$oIFS prefixes= for d do test X"$d" = X && continue prefix=$prefix$d if test -d "$prefix"; then prefixes= else if $posix_mkdir; then (umask=$mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break # Don't fail if two instances are running concurrently. test -d "$prefix" || exit 1 else case $prefix in *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; *) qprefix=$prefix;; esac prefixes="$prefixes '$qprefix'" fi fi prefix=$prefix/ done if test -n "$prefixes"; then # Don't fail if two instances are running concurrently. (umask $mkdir_umask && eval "\$doit_exec \$mkdirprog $prefixes") || test -d "$dstdir" || exit 1 obsolete_mkdir_used=true fi fi fi if test -n "$dir_arg"; then { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 else # Make a couple of temp file names in the proper directory. dsttmp=$dstdir/_inst.$$_ rmtmp=$dstdir/_rm.$$_ # Trap to clean up those temp files at exit. trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 # Copy the file name to the temp name. (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && # and set any options; do chmod last to preserve setuid bits. # # If any of these fail, we abort the whole thing. If we want to # ignore errors from any of these, just make sure not to ignore # errors from the above "$doit $cpprog $src $dsttmp" command. # { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && eval "$initialize_posix_glob" && $posix_glob set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && $posix_glob set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then rm -f "$dsttmp" else # Rename the file to the real destination. $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || # The rename failed, perhaps because mv can't rename something else # to itself, or perhaps because mv is so ancient that it does not # support -f. { # Now remove or move aside any old file at destination location. # We try this two ways since rm can't unlink itself on some # systems and the destination file might be busy for other # reasons. In this case, the final cleanup might fail but the new # file should still install successfully. { test ! -f "$dst" || $doit $rmcmd -f "$dst" 2>/dev/null || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } } || { echo "$0: cannot unlink or rename $dst" >&2 (exit 1); exit 1 } } && # Now rename the file to the real destination. $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 trap '' 0 fi done # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: dicom-0.2.2/src/PaxHeaders.4766/_gendicomdict.cpp0000644000000000000000000000013213443235255016362 xustar0030 mtime=1552759469.262837443 30 atime=1552759470.803061121 30 ctime=1552759470.843066931 dicom-0.2.2/src/_gendicomdict.cpp0000644000175000017500000001104113443235255016620 0ustar00olafolaf00000000000000/* * The GNU Octave dicom package is Copyright Andy Buckle 2010 * Contact: blondandy using the sf.net system, * * * The GNU Octave dicom package is free software: you can redistribute * it and/or modify it under the terms of the GNU General Public * License as published by the Free Software Foundation, either * version 3 of the License, or (at your option) any later version. * * The GNU Octave dicom packag is distributed in the hope that it * will be useful, but WITHOUT ANY WARRANTY; without even the * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more details. * * Please see the file, "COPYING" for further details of GNU General * Public License version 3. * */ #include //for calloc, free #include //for printf #include #include #include #include #include "octave/oct.h" #include "gdcmSystem.h" #include "gdcmReader.h" #include "gdcmWriter.h" #include "gdcmAttribute.h" #include "gdcmDataSet.h" #include "gdcmGlobal.h" #include "gdcmDicts.h" #include "gdcmDict.h" #include "gdcmCSAHeader.h" #include "gdcmPrivateTag.h" #include "gdcmVR.h" #define OCT_FN_NAME _gendicomdict #define QUOTED_(x) #x #define QUOTED(x) QUOTED_(x) char* name2Keyword(char *d, int *d_len_p, const char* s); // This takes around 70 min to run on my laptop // This is a very dirty way to make a dictionary // It is transparently independent of Matlab // TODO: needs to make tags with xx in that give ranges DEFUN_DLD (OCT_FN_NAME, args, nargout, "extract data from gdcm libs to make a dict for octave") { octave_value_list retval; // create object to store return values if (args.length () != 0) { error(QUOTED(OCT_FN_NAME)": no arguments required, got %i.", (int)args.length ()); return retval; } // get dicom dictionary const gdcm::Global &g = gdcm::Global::GetInstance(); const gdcm::Dicts &dicts = g.GetDicts(); const char *strowner = 0; uint16_t gi, ei; int buflen=32; char * keybuf=(char *)malloc(buflen*sizeof(char)); // TODO: use Keywords instead of names // TODO: option to write to file instead of terminal std::ofstream dic; dic.open("octavedicom.dic"); //TODO: check for IO problems dic << std::resetiosflags(std::ios_base::showbase); dic << std::setiosflags(std::ios::uppercase) ; dic << std::setbase(16) << std::setfill('0'); octave_stdout.precision(2); for(gi=0x0; gi<0xFFFF; gi++) { if(0== gi%64) { octave_stdout << ((double)gi)/((double)0xFFFF) << " " ; //progress } for(ei=0x1; ei<0xFFFF; ei++) { // ei starts at 1. 0 is group length tags const gdcm::Tag tag(gi, ei); if (tag.IsIllegal()) continue; const gdcm::DictEntry dictEntry = dicts.GetDictEntry(tag,strowner) ; if(gdcm::VR::INVALID==dictEntry.GetVR()) continue ; if(!strcmp("Private Creator",dictEntry.GetName())) continue ; //TODO: for these dicominfo will do something... // gdcm::DictEntry::GetKeyword() seems to always return "" if (strlen(dictEntry.GetName()) == 0) continue; std::stringstream ss; ss << dictEntry.GetVR() ; if (' '==ss.str()[2]) { // change "OB or OW" to "OB/OW" ss.str(ss.str().substr(0,2)+'/'+ss.str().substr(6,2)); } const char *tagName=dictEntry.GetName(); keybuf=name2Keyword(keybuf,&buflen,tagName); dic << '(' << std::setw(4) << gi ; dic << std::setw(1) << "," ; dic << std::setw(4) << ei; dic << std::setw(1) << ")\t" ; dic << ss.str() << '\t' ; dic << keybuf << '\t' ; dic << dictEntry.GetVM() << '\n' ; } } dic.close(); free(keybuf); octave_stdout << '\n' ; return retval; } // remove non-alphabet characters from a string. // remove s following quote // the destination string, d, must be malloc'd space. // this fn will realloc if it is not big enough. so use // returned pointer, as the supplied one may be invalid. // d_len_p: pointer to length of d. is updated if required. char* name2Keyword(char *d, int *d_len_p, const char* s) { char *f=(char*)s; //from (loop through source) int len=strlen(s); if ( len > *d_len_p ) { d=(char *)realloc(d,(len+1)*sizeof(char)); } char *tl=(char*)d; // pointer to loop through the destination for (; *f != '\0' ; f++ ) { if ( (*f >= 'A' && *f <= 'Z') || (*f >= 'a' && *f <= 'z') ) { *tl++ = *f; } else if (*f=='\'' && *(f+1)=='s') { f++; // if quote followed by s, skip both chars } else if (*f==' ' && *(f+1) >= 'a' && *(f+1) <= 'z') { *tl++ = *++f - ('a'-'A') ; // space folowed by lower case char, cap char } } *tl = '\0'; return d; } dicom-0.2.2/src/PaxHeaders.4766/dicomlookup.cpp0000644000000000000000000000013213443235255016117 xustar0030 mtime=1552759469.266838024 30 atime=1552759470.803061121 30 ctime=1552759470.843066931 dicom-0.2.2/src/dicomlookup.cpp0000644000175000017500000000665213443235255016371 0ustar00olafolaf00000000000000/* * The GNU Octave dicom package is Copyright Andy Buckle 2010 * Contact: blondandy using the sf.net system, * * * The GNU Octave dicom package is free software: you can redistribute * it and/or modify it under the terms of the GNU General Public * License as published by the Free Software Foundation, either * version 3 of the License, or (at your option) any later version. * * The GNU Octave dicom packag is distributed in the hope that it * will be useful, but WITHOUT ANY WARRANTY; without even the * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more details. * * Please see the file, "COPYING" for further details of GNU General * Public License version 3. * */ #include "octave/oct.h" #include "gdcmDict.h" #include "gdcmVR.h" #include "gdcmVM.h" #include "dicomdict.h" #include #ifdef HAVE_CONFIG_H #include "config.h" #endif #define OCT_FN_NAME_LU dicomlookup #define QUOTED_(x) #x #define QUOTED(x) QUOTED_(x) // build_against_gdcm dicomlookup.cpp dicomdict.cpp -o dicomlookup.oct DEFUN_DLD (OCT_FN_NAME_LU, args, nargout, "-*- texinfo -*- \n\ @deftypefn {Loadable Function} @var{keyword} = dicomlookup (@var{group}, @var{element}) \n\ @deftypefnx {Loadable Function} [@var{group}, @var{element}] = dicomlookup (@var{keyword}) \n\ \n\ Lookup an attribute in the DICOM data dictionary.\n\ \n\ @var{keyword} = dicomlookup (@var{group}, @var{element}) will look in the current dicom \n\ dictionary for a specified @var{group} and @var{element} tag and returns string name \n\ of the attribute.\n\ \n\ [@var{group}, @var{element}] = dicomlookup (@var{keyword}) will look in the current dicom \n\ dictionary for a specified @var{keyword} string and returns the @var{group} and @var{element}\n \ for keyword.\n\ \n\ @seealso{dicomdict}\n\ @end deftypefn \n\ ") { octave_value_list retval; // create object to store return values if (args.length()==1) { // keyword to tag charMatrix arg0mat = args(0).char_matrix_value (); if (arg0mat.rows()!=1) { error(QUOTED(OCT_FN_NAME_LU)": first arg should be a single row of chars: a string containing a DICOM keyword"); return retval; } std::string keyword = arg0mat.row_as_string (0); gdcm::Tag tag; lookup_dicom_tag(tag, keyword); octave_uint16 group=tag.GetGroup(); octave_uint16 elem=tag.GetElement(); retval(0)=octave_value(group); retval(1)=octave_value(elem); return retval; } if (args.length()==2) { // tag to keyword uint16_t tagvals[2]; for( int i=0 ; i<2 ; i++) { if (args(i).is_string()) { std::istringstream iss(args(i).char_matrix_value().row_as_string(0)); iss >> std::setbase(16) >> tagvals[i]; } else { tagvals[i] = args(i).int_vector_value().fortran_vec()[0] ; } } gdcm::Tag tag(tagvals[0], tagvals[1]); std::string keyword; lookup_dicom_keyword(keyword, tag); return octave_value(keyword); } error(QUOTED(OCT_FN_NAME_LU)": takes 1 or 2 arguments, got %i. see help", (int)args.length ()); return retval; } /* %!test %! addpath('../inst'); % so it can find the dictionary %! assert(dicomlookup(0x10,0x10),"PatientName"); %! assert(dicomlookup("10","10"),"PatientName"); %! assert(dicomlookup("0x10","0x10"),"PatientName"); %! assert(dicomlookup(16,16),"PatientName"); %!test %! [g e]=dicomlookup("PatientName"); %! assert([g e], uint16([0x10 0x10])); %! %!fail ("dicomlookup") */ dicom-0.2.2/src/PaxHeaders.4766/configure.ac0000644000000000000000000000013213443235255015354 xustar0030 mtime=1552759469.266838024 30 atime=1552759469.370853129 30 ctime=1552759470.843066931 dicom-0.2.2/src/configure.ac0000644000175000017500000001120313443235255015612 0ustar00olafolaf00000000000000AC_PREREQ([2.67]) AC_INIT([Octave-Forge dicom package], [0.2.2]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIRS([m4]) AH_TOP([#include "undef-ah-octave.h"]) AC_CANONICAL_HOST AC_CANONICAL_TARGET target_arch="${target_cpu}-${target_os}" AC_PROG_SED AC_CHECK_PROG([UNIQ],[uniq],[uniq],[cat]) AC_CHECK_PROG([SORT],[sort],[sort],[cat]) AC_PATH_PROG([MKOCTFILE], [mkoctfile]) if test -z "$MKOCTFILE"; then AC_MSG_ERROR([*** 'mkoctfile' not found.]) fi AC_PROG_CXX AC_LANG(C++) ## octave API tests save_CXX="$CXX" save_CXXFLAGS="$CXXFLAGS" save_LIBS="$LIBS" save_LDFLAGS="$LDFLAGS" CXX=`${MKOCTFILE} -p CXX` OCTINCLUDEDIR=${OCTINCLUDEDIR:-`$MKOCTFILE -p INCFLAGS`} OCTLIBDIR=${OCTLIBDIR:-`$MKOCTFILE -p OCTLIBDIR`} CXXFLAGS="$OCTINCLUDEDIR $CXXFLAGS" LDFLAGS="-L$OCTLIBDIR $LDFLAGS" LIBS="-loctinterp $LIBS" # need to use interpreter->get_load_path in dev version of octave, # prior to that methods of load_path were static AC_CACHE_CHECK( [interpreter get_load_path], [octave_cv_interpreter_get_load_path], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([ #include #include #include #include ], [ octave::load_path &p = octave::interpreter::the_interpreter ()->get_load_path (); ])], [octave_cv_interpreter_get_load_path=yes], [octave_cv_interpreter_get_load_path=no]) ]) if test "$octave_cv_interpreter_get_load_path" = "yes" ; then AC_DEFINE(HAVE_OCTAVE_LOAD_PATH,[1],[Whether we have the interpreter load path]) fi OF_OCTAVE_LIST_ALT_SYMS([ [dnl [is_map], [isstruct], [[octave_value ().isstruct ();]], [OV_ISMAP], [], [] ], [dnl [valid_identifier], [octave::valid_identifier], [[octave::valid_identifier("");]], [OCTAVE__VALID_IDENTIFIER], [], [] ], [dnl [file_stat], [octave::sys::file_stat], [[octave::sys::file_stat();]], [OCTAVE__FILE_STAT], [#include ], [#include ] ] ],[oct-alt-includes.h]) CC=$save_CXX CXXFLAGS=$save_CXXFLAGS LIBS="$save_LIBS" LDFLAGS="$save_LDFLAGS" dnl dnl GDCM headers are in a version specific path. They use CMake and dnl provide a project.cmake config file which has the correct flags to dnl use. The CMAKE_FIND_PACKAGE macro is provided by CMake. It has dnl been slightly changed to make cmake consider architecture dnl dependent directories. dnl CMAKE_FIND_PACKAGE([GDCM], [CXX], , , , [target_arch]) # newer cmake seems to have issues so if found nothing, and dont have anything set, then try hard way if test "$GDCM_CXXFLAGS$GDCM_LIBS" == "" ; then AC_MSG_WARN([No GDCM detected using cmake - trying fallback detection]) #AC_LANG(C++) save_LDFLAGS=$LDFLAGS save_CPPFLAGS=$CPPFLAGS # find headers first AC_MSG_CHECKING([for gdcm headers path]) found_gdcm_header= for p in [ /usr/include /usr/local/include /opt/include /mingw32/include /mingw64/include ]; do for v in [ gdcm gdcm-2.0 gdcm-2.2 gdcm-2.4 gdcm-2.6 gdcm-2.8]; do CPPFLAGS="-I$p/$v $save_CPPFLAGS" AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([ #include ], [ int i=0; ])], [found_gdcm_header="$p/$v"], []) done done if test "$found_gdcm_header" == "" ; then AC_MSG_RESULT([not found]) AC_MSG_ERROR([Unable to find GDCM headers]), else AC_MSG_RESULT([$found_gdcm_header]) GDCM_CXXFLAGS="-I$found_gdcm_header" fi # check can use the libraries - later on we add the libs we are going to use to # GDCM_LIBS anyway, so dont need set GDCM_LIBS here AC_MSG_CHECKING([for gdcm libraries]) CPPFLAGS="$GDCM_CXXFLAGS $save_CPPFLAGS" LDFLAGS="$LDFLAGS -lgdcmCommon" AC_LINK_IFELSE( [AC_LANG_PROGRAM([#include ], [(void)gdcm::Version::GetBuildVersion()])], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])]) LDFLAGS=$saved_LDFLAGS CPPFLAGS=$save_CPPFLAGS fi ## Remove -rdynamics which mkoctfile does not handle. GDCM_LIBS=$(echo "$GDCM_LIBS" | $SED "s,-rdynamic,,") GDCM_LIBS="$GDCM_LIBS -lgdcmCommon -lgdcmDICT -lgdcmDSED -lgdcmIOD -lgdcmMSFF" # Mac needs core framework case $host_os in darwin*) GDCM_LIBS="$GDCMLIBS -Wl,-framework -Wli,CoreFoundation" ;; esac ## set temporarily to search for the headers only OLD_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS $GDCM_CXXFLAGS" ## All the GDCM headers we use (we should probably have something less ugly) GDCM_HEADERS=$($SED -n 's,^#include.*"\(gdcm[^"]*\)\".*$,\1,p' *.cpp *.h | $SORT | $UNIQ) AC_CHECK_HEADERS($GDCM_HEADERS, , AC_MSG_ERROR([Unable to find GDCM headers (do you have CMake installed?)]), ) ## restore CPPFLAGS=$OLD_CPPFLAGS AC_CONFIG_FILES([Makefile]) AC_OUTPUT dicom-0.2.2/src/PaxHeaders.4766/dicomdict.cpp0000644000000000000000000000013213443235255015531 xustar0030 mtime=1552759469.266838024 30 atime=1552759470.803061121 30 ctime=1552759470.843066931 dicom-0.2.2/src/dicomdict.cpp0000644000175000017500000003035713443235255016002 0ustar00olafolaf00000000000000/* * The GNU Octave dicom package is Copyright Andy Buckle 2010 * Contact: blondandy using the sf.net system, * * * Many thanks to Judd Storrs, who wrote most of the code in this * file. Anything ugly or wrong, I added later. Andy * * Minor changes Copyright Kris Thielemans 2011: * make dicomdict('get') and dicomdict('set',filename) work properly and add doc-string * * Minor changes Copyright John Donoghue 2018-2019: * * The GNU Octave dicom package is free software: you can redistribute * it and/or modify it under the terms of the GNU General Public * License as published by the Free Software Foundation, either * version 3 of the License, or (at your option) any later version. * * The GNU Octave dicom packag is distributed in the hope that it * will be useful, but WITHOUT ANY WARRANTY; without even the * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more details. * * Please see the file, "COPYING" for further details of GNU General * Public License version 3. * */ #include "octave/oct.h" #include "octave/octave.h" #include "octave/load-path.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #if HAVE_OCTAVE_LOAD_PATH == 1 #include "octave/interpreter.h" #endif #include "gdcmDict.h" #include "gdcmVR.h" #include "gdcmVM.h" #include "dicomdict.h" #define OCT_FN_NAME dicomdict #define QUOTED_(x) #x #define QUOTED(x) QUOTED_(x) const char * factory_dicom_dict_filename="octavedicom.dic"; static std::string dic_filename(factory_dicom_dict_filename); std::map tagmap ; std::map keymap ; std::map dict ; void insert(const char *k, const gdcm::Tag t, const gdcm::DictEntry e) { keymap[k] = t ; tagmap[t] = k ; dict[k] = e ; } DEFUN_DLD (dicomdict, args, nargout, "-*- texinfo -*- \n\ @deftypefn {Loadable Function} {@var{dictionary_name} =} dicomdict (@code{get}) \n\ @deftypefnx {Loadable Function} {} dicomdict (@code{factory}) \n\ @deftypefnx {Loadable Function} {} dicomdict (@code{set}, @var{dictionary_name}) \n\ \n\ Get or set the active dicom data dictionary.\n\ \n\ The first usage returns the filename of the dictionary that is currently being used.\n\ Using @code{factory} resets the dictionary to the default.\n\ Using @code{set} allows setting the dictionary for future operations.\n\ In this case, the dictionary file @var{dictionary_name} can be anywhere in the path.\n\ \n\ @seealso{dicomread, dicomwrite}\n\ @end deftypefn \n") { octave_value_list retval; // create object to store return values if (args.length()>2 || args.length()<1) { error(QUOTED(OCT_FN_NAME)": takes 1 or 2 arguments, got %i.", (int)args.length ()); return retval; } if (! args(0).is_string ()) { error(QUOTED(OCT_FN_NAME)": requires string as first argument"); return retval; } charMatrix arg0mat = args(0).char_matrix_value (); if (arg0mat.rows()!=1) { error(QUOTED(OCT_FN_NAME)": first arg should be a single row string of chars."); return retval; } std::string arg0str = arg0mat.row_as_string (0); if (args.length()==1) { if (arg0str == std::string("get")) { // TODO: consider making args not case-sensitive retval(0)=octave_value(dic_filename); return retval; } else if (arg0str == std::string("factory")) { dic_filename=std::string(factory_dicom_dict_filename); // if (octave_dicom_dict == NULL) { // octave_dicom_dict = new OctaveDicomDict(); //TODO where should this be freed? // printf("init OctaveDicomDict before loading factory\n"); // } load_dicom_dict(dic_filename.c_str()); return retval; } else { error(QUOTED(OCT_FN_NAME)": single arg must either be 'get' or 'factory'."); return retval; } } //must be 2 args charMatrix arg1mat = args(1).char_matrix_value (); if (arg1mat.rows()!=1) { error(QUOTED(OCT_FN_NAME)": second arg should be a single row string of chars."); return retval; } std::string arg1str = arg1mat.row_as_string (0); if (arg0str != std::string("set")) { error(QUOTED(OCT_FN_NAME)": when 2 args are given, the first must be 'set'."); return retval; } load_dicom_dict(arg1str.c_str()); //if (octave_dicom_dict == NULL) octave_dicom_dict = new OctaveDicomDict(); //TODO where should this be freed? //octave_dicom_dict.load_file(arg1str.c_str()); // second arg is filename return retval; } // Map from VR strings to gdcm Value Representations. typedef std::map vr_map ; const vr_map::value_type vrData[] = { vr_map::value_type("AE", gdcm::VR::AE), vr_map::value_type("AS", gdcm::VR::AS), vr_map::value_type("AT", gdcm::VR::AT), vr_map::value_type("CS", gdcm::VR::CS), vr_map::value_type("DA", gdcm::VR::DA), vr_map::value_type("DS", gdcm::VR::DS), vr_map::value_type("DT", gdcm::VR::DT), vr_map::value_type("FD", gdcm::VR::FD), vr_map::value_type("FL", gdcm::VR::FL), vr_map::value_type("IS", gdcm::VR::IS), vr_map::value_type("LO", gdcm::VR::LO), vr_map::value_type("LT", gdcm::VR::LT), vr_map::value_type("OB", gdcm::VR::OB), vr_map::value_type("OF", gdcm::VR::OF), vr_map::value_type("OW", gdcm::VR::OW), vr_map::value_type("PN", gdcm::VR::PN), vr_map::value_type("SH", gdcm::VR::SH), vr_map::value_type("SL", gdcm::VR::SL), vr_map::value_type("SQ", gdcm::VR::SQ), vr_map::value_type("SS", gdcm::VR::SS), vr_map::value_type("ST", gdcm::VR::ST), vr_map::value_type("TM", gdcm::VR::TM), vr_map::value_type("UI", gdcm::VR::UI), vr_map::value_type("UL", gdcm::VR::UL), vr_map::value_type("UN", gdcm::VR::UN), vr_map::value_type("US", gdcm::VR::US), vr_map::value_type("UT", gdcm::VR::UT), vr_map::value_type("OB/OW", gdcm::VR::OB_OW), vr_map::value_type("OW/OB", gdcm::VR::OB_OW), vr_map::value_type("US/SS", gdcm::VR::US_SS), vr_map::value_type("SS/US", gdcm::VR::US_SS), vr_map::value_type("OW/SS/US", gdcm::VR::US_SS_OW), vr_map::value_type("OW/US/SS", gdcm::VR::US_SS_OW), vr_map::value_type("SS/OW/US", gdcm::VR::US_SS_OW), vr_map::value_type("SS/US/OW", gdcm::VR::US_SS_OW), vr_map::value_type("US/OW/SS", gdcm::VR::US_SS_OW), vr_map::value_type("US/SS/OW", gdcm::VR::US_SS_OW) }; const int vrDataLength = sizeof vrData / sizeof vrData[0]; static vr_map vrMap(vrData, vrData+vrDataLength) ; // Map from VM strings to gdcm Value Multipicities. typedef std::map vm_map ; const vm_map::value_type vmData[] = { vm_map::value_type("0", gdcm::VM::VM0), vm_map::value_type("1", gdcm::VM::VM1), vm_map::value_type("2", gdcm::VM::VM2), vm_map::value_type("3", gdcm::VM::VM3), vm_map::value_type("4", gdcm::VM::VM4), vm_map::value_type("5", gdcm::VM::VM5), vm_map::value_type("6", gdcm::VM::VM6), vm_map::value_type("8", gdcm::VM::VM8), vm_map::value_type("9", gdcm::VM::VM9), vm_map::value_type("10", gdcm::VM::VM10), vm_map::value_type("12", gdcm::VM::VM12), vm_map::value_type("16", gdcm::VM::VM16), vm_map::value_type("18", gdcm::VM::VM18), vm_map::value_type("24", gdcm::VM::VM24), vm_map::value_type("28", gdcm::VM::VM28), vm_map::value_type("32", gdcm::VM::VM32), vm_map::value_type("35", gdcm::VM::VM35), vm_map::value_type("99", gdcm::VM::VM99), vm_map::value_type("256", gdcm::VM::VM256), vm_map::value_type("1-2", gdcm::VM::VM1_2), vm_map::value_type("1-3", gdcm::VM::VM1_3), vm_map::value_type("1-4", gdcm::VM::VM1_4), vm_map::value_type("1-5", gdcm::VM::VM1_5), vm_map::value_type("1-8", gdcm::VM::VM1_8), vm_map::value_type("1-32", gdcm::VM::VM1_32), vm_map::value_type("1-99", gdcm::VM::VM1_99), vm_map::value_type("1-n", gdcm::VM::VM1_n), vm_map::value_type("2-2n", gdcm::VM::VM2_2n), vm_map::value_type("2-n", gdcm::VM::VM2_n), vm_map::value_type("3-4", gdcm::VM::VM3_4), vm_map::value_type("3-3n", gdcm::VM::VM3_3n), vm_map::value_type("3-n", gdcm::VM::VM3_n), vm_map::value_type("4-4n", gdcm::VM::VM4_4n), vm_map::value_type("6-6n", gdcm::VM::VM6_6n), vm_map::value_type("7-7n", gdcm::VM::VM7_7n), vm_map::value_type("30-30n", gdcm::VM::VM30_30n), vm_map::value_type("47-47n", gdcm::VM::VM47_47n) }; const int vmDataLength = sizeof vmData / sizeof vmData[0]; static vm_map vmMap(vmData, vmData+vmDataLength) ; // A simple iterator for tag ranges // (e.g. "12xx" goes from 0x1200 to 0x12ff) class tag_range_iter { private: uint16_t val ; uint16_t mask ; public: tag_range_iter(const std::string tag) : val(0x0000), mask(0x0000) { char tmp[] = "...." ; for ( size_t i = 0 ; i<4 ; i++ ) { mask<<=4; if ( tag[i] == 'x' || tag[i] == 'X' ) { tmp[i] = '0' ; mask |= 0x000f ; } else { tmp[i] = tag[i] ; } } unsigned int v ; sscanf(tmp, "%4x", &v) ; val = v ; } bool operator++() { if (val==(val|mask)) { return false ; } val = (~mask&val)|((((mask&val)|(~mask))+1)&mask) ; return true ; } const uint16_t value() { return val ; } }; const char * const get_current_dicom_dict() { return dic_filename.c_str(); } void load_dicom_dict(const char * filename) { // reset, if required if (tagmap.size()>0) { tagmap.clear() ; keymap.clear() ; dict.clear() ; } // find dic if it is anywhere in the search path (same path as for m-files etc) std::string resolved_filename(filename); #ifndef NOT_OCT #if HAVE_OCTAVE_LOAD_PATH == 1 octave::interpreter *interp = octave::interpreter::the_interpreter (); if (interp) { octave::load_path& lp = interp->get_load_path (); resolved_filename = lp.find_file (std::string (filename)); } else warning ("load_dicom_dict: interpreter context missing"); #else resolved_filename=load_path::find_file(std::string(filename)); #endif // HAVE_OCTAVE_LOAD_PATH #endif // NOT_OCT std::ifstream fin(resolved_filename.c_str()); if (!fin) { error( "Failed to open dic" ) ; return ; } // Process each line size_t linenumber = 0 ; while (!fin.eof()) { std::string line ; getline(fin,line) ; linenumber++ ; // Skip any line that start with "#" without complaining if ( line[0] == '#' ) continue ; // Skip lines that don't start with "(xxxx,xxxx)" if ( (line.size() < 11) || (line[0] != '(') || (line[5] != ',') || (line[10] != ')') ) { continue ; } char tgroup[4+1] ; char telem[4+1] ; char tvr[8+1] ; char key[128+1] ; char tvm[8+1] ; // Tokenize line if ( sscanf(line.c_str(), "(%4s,%4s) %8s %128s %8s", tgroup, telem, tvr, key, tvm ) != 5 ) { continue ; } // Convert VR gdcm::VR vr = vrMap[tvr] ; // Convert VM gdcm::VM vm = vmMap[tvm] ; // Warn if keyword cannot be used in octave if ( ! OCTAVE__VALID_IDENTIFIER (key) ) { std::cerr << "WARNING: Invalid identifier '" << key << "'" << std::endl << std::flush ; } gdcm::DictEntry entry ; entry.SetVR (vr) ; entry.SetVM (vm) ; entry.SetName (key) ; gdcm::Tag tag ; tag_range_iter group(tgroup) ; do { tag.SetGroup(group.value()) ; tag_range_iter elem(telem) ; do { tag.SetElement(elem.value()) ; insert(key,tag,entry) ; } while ( ++elem ) ; } while ( ++group ) ; } // save filename dic_filename = resolved_filename; } void lookup_dicom_keyword(std::string & keyword, const gdcm::Tag & tag) { if (0==tagmap.size()) load_dicom_dict(factory_dicom_dict_filename); // init if necessary keyword = tagmap[tag]; } void lookup_dicom_tag(gdcm::Tag & tag, const std::string & keyword) { if (0==tagmap.size()) load_dicom_dict(factory_dicom_dict_filename); // init if necessary tag = gdcm::Tag(keymap[keyword]); } void lookup_dicom_entry(gdcm::DictEntry & entry, const gdcm::Tag & tag) { if (0==tagmap.size()) load_dicom_dict(factory_dicom_dict_filename); // init if necessary entry = gdcm::DictEntry(dict[tagmap[tag]]); } bool dicom_is_present(const std::string & keyword){ if (0==tagmap.size()) load_dicom_dict(factory_dicom_dict_filename); // init if necessary return keymap.count(keyword)>(std::vector::size_type)0 ; } bool dicom_is_present(const gdcm::Tag & tag){ if (0==tagmap.size()) load_dicom_dict(factory_dicom_dict_filename); // init if necessary return tagmap.count(tag)>(std::vector::size_type)0 ; } /* %!fail ("dicomdict") %!fail ("dicomdict(1)") %!fail ("dicomdict('set')") %!test %! addpath('../inst'); % so it can find the dictionary %! dicomdict factory ; %! [f n e]=fileparts(dicomdict('get')); %! assert([n e],"octavedicom.dic"); %! % todo */ dicom-0.2.2/PaxHeaders.4766/inst0000644000000000000000000000013213443235256013200 xustar0030 mtime=1552759470.807061702 30 atime=1552759470.843066931 30 ctime=1552759470.843066931 dicom-0.2.2/inst/0000755000175000017500000000000013443235256013516 5ustar00olafolaf00000000000000dicom-0.2.2/inst/PaxHeaders.4766/octavedicom.dic0000644000000000000000000000013213443235255016232 xustar0030 mtime=1552759469.262837443 30 atime=1552759469.258836862 30 ctime=1552759470.843066931 dicom-0.2.2/inst/octavedicom.dic0000644000175000017500000166437713443235255016523 0ustar00olafolaf00000000000000(0000,0001) UL CommandLengthToEnd 1 (0000,0002) UI AffectedSOPClassUID 1 (0000,0003) UI RequestedSOPClassUID 1 (0000,0010) SH CommandRecognitionCode 1 (0000,0100) US CommandField 1 (0000,0110) US MessageID 1 (0000,0120) US MessageIDBeingRespondedTo 1 (0000,0200) AE Initiator 1 (0000,0300) AE Receiver 1 (0000,0400) AE FindLocation 1 (0000,0600) AE MoveDestination 1 (0000,0700) US Priority 1 (0000,0800) US CommandDataSetType 1 (0000,0850) US NumberOfMatches 1 (0000,0860) US ResponseSequenceNumber 1 (0000,0900) US Status 1 (0000,0901) AT OffendingElement 1-n (0000,0902) LO ErrorComment 1 (0000,0903) US ErrorID 1 (0000,1000) UI AffectedSOPInstanceUID 1 (0000,1001) UI RequestedSOPInstanceUID 1 (0000,1002) US EventTypeID 1 (0000,1005) AT AttributeIdentifierList 1-n (0000,1008) US ActionTypeID 1 (0000,1020) US NumberOfRemainingSuboperations 1 (0000,1021) US NumberOfCompletedSuboperations 1 (0000,1022) US NumberOfFailedSuboperations 1 (0000,1023) US NumberOfWarningSuboperations 1 (0000,1030) AE MoveOriginatorApplicationEntityTitle 1 (0000,1031) US MoveOriginatorMessageID 1 (0000,4000) LT DialogReceiver 1 (0000,4010) LT TerminalType 1 (0000,5010) SH MessageSetID 1 (0000,5020) SH EndMessageID 1 (0000,5110) LT DisplayFormat 1 (0000,5120) LT PagePositionID 1 (0000,5130) CS TextFormatID 1 (0000,5140) CS NormalReverse 1 (0000,5150) CS AddGrayScale 1 (0000,5160) CS Borders 1 (0000,5170) IS Copies 1 (0000,5180) CS CommandMagnificationType 1 (0000,5190) CS Erase 1 (0000,51A0) CS Print 1 (0000,51B0) US Overlays 1-n (0002,0001) OB FileMetaInformationVersion 1 (0002,0002) UI MediaStorageSOPClassUID 1 (0002,0003) UI MediaStorageSOPInstanceUID 1 (0002,0010) UI TransferSyntaxUID 1 (0002,0012) UI ImplementationClassUID 1 (0002,0013) SH ImplementationVersionName 1 (0002,0016) AE SourceApplicationEntityTitle 1 (0002,0100) UI PrivateInformationCreatorUID 1 (0002,0102) OB PrivateInformation 1 (0004,1130) CS FilesetID 1 (0004,1141) CS FilesetDescriptorFileID 1-8 (0004,1142) CS SpecificCharacterSetOfFilesetDescriptorFile 1 (0004,1200) UL OffsetOfTheFirstDirectoryRecordOfTheRootDirectoryEntity 1 (0004,1202) UL OffsetOfTheLastDirectoryRecordOfTheRootDirectoryEntity 1 (0004,1212) US FilesetConsistencyFlag 1 (0004,1220) SQ DirectoryRecordSequence 1 (0004,1400) UL OffsetOfTheNextDirectoryRecord 1 (0004,1410) US RecordInuseFlag 1 (0004,1420) UL OffsetOfReferencedLowerLevelDirectoryEntity 1 (0004,1430) CS DirectoryRecordType 1 (0004,1432) UI PrivateRecordUID 1 (0004,1500) CS ReferencedFileID 1-8 (0004,1504) UL MRDRDirectoryRecordOffset 1 (0004,1510) UI ReferencedSOPClassUIDInFile 1 (0004,1511) UI ReferencedSOPInstanceUIDInFile 1 (0004,1512) UI ReferencedTransferSyntaxUIDInFile 1 (0004,151A) UI ReferencedRelatedGeneralSOPClassUIDInFile 1-n (0004,1600) UL NumberOfReferences 1 (0008,0001) UL LengthToEnd 1 (0008,0005) CS SpecificCharacterSet 1-n (0008,0006) SQ LanguageCodeSequence 1 (0008,0008) CS ImageType 2-n (0008,0010) SH RecognitionCode 1 (0008,0012) DA InstanceCreationDate 1 (0008,0013) TM InstanceCreationTime 1 (0008,0014) UI InstanceCreatorUID 1 (0008,0016) UI SOPClassUID 1 (0008,0018) UI SOPInstanceUID 1 (0008,001A) UI RelatedGeneralSOPClassUID 1-n (0008,001B) UI OriginalSpecializedSOPClassUID 1 (0008,0020) DA StudyDate 1 (0008,0021) DA SeriesDate 1 (0008,0022) DA AcquisitionDate 1 (0008,0023) DA ContentDate 1 (0008,0024) DA OverlayDate 1 (0008,0025) DA CurveDate 1 (0008,002A) DT AcquisitionDateTime 1 (0008,0030) TM StudyTime 1 (0008,0031) TM SeriesTime 1 (0008,0032) TM AcquisitionTime 1 (0008,0033) TM ContentTime 1 (0008,0034) TM OverlayTime 1 (0008,0035) TM CurveTime 1 (0008,0040) US DataSetType 1 (0008,0041) LO DataSetSubtype 1 (0008,0042) CS NuclearMedicineSeriesType 1 (0008,0050) SH AccessionNumber 1 (0008,0051) SQ IssuerOfAccessionNumberSequence 1 (0008,0052) CS QueryRetrieveLevel 1 (0008,0054) AE RetrieveAETitle 1-n (0008,0056) CS InstanceAvailability 1 (0008,0058) UI FailedSOPInstanceUIDList 1-n (0008,0060) CS Modality 1 (0008,0061) CS ModalitiesInStudy 1-n (0008,0062) UI SOPClassesInStudy 1-n (0008,0064) CS ConversionType 1 (0008,0068) CS PresentationIntentType 1 (0008,0070) LO Manufacturer 1 (0008,0080) LO InstitutionName 1 (0008,0081) ST InstitutionAddress 1 (0008,0082) SQ InstitutionCodeSequence 1 (0008,0090) PN ReferringPhysicianName 1 (0008,0092) ST ReferringPhysicianAddress 1 (0008,0094) SH ReferringPhysicianTelephoneNumbers 1-n (0008,0096) SQ ReferringPhysicianIdentificationSequence 1 (0008,0100) SH CodeValue 1 (0008,0102) SH CodingSchemeDesignator 1 (0008,0103) SH CodingSchemeVersion 1 (0008,0104) LO CodeMeaning 1 (0008,0105) CS MappingResource 1 (0008,0106) DT ContextGroupVersion 1 (0008,0107) DT ContextGroupLocalVersion 1 (0008,010B) CS ContextGroupExtensionFlag 1 (0008,010C) UI CodingSchemeUID 1 (0008,010D) UI ContextGroupExtensionCreatorUID 1 (0008,010F) CS ContextIdentifier 1 (0008,0110) SQ CodingSchemeIdentificationSequence 1 (0008,0112) LO CodingSchemeRegistry 1 (0008,0114) ST CodingSchemeExternalID 1 (0008,0115) ST CodingSchemeName 1 (0008,0116) ST CodingSchemeResponsibleOrganization 1 (0008,0117) UI ContextUID 1 (0008,0201) SH TimezoneOffsetFromUTC 1 (0008,1000) AE NetworkID 1 (0008,1010) SH StationName 1 (0008,1030) LO StudyDescription 1 (0008,1032) SQ ProcedureCodeSequence 1 (0008,103E) LO SeriesDescription 1 (0008,103F) SQ SeriesDescriptionCodeSequence 1 (0008,1040) LO InstitutionalDepartmentName 1 (0008,1048) PN PhysiciansOfRecord 1-n (0008,1049) SQ PhysiciansOfRecordIdentificationSequence 1 (0008,1050) PN PerformingPhysicianName 1-n (0008,1052) SQ PerformingPhysicianIdentificationSequence 1 (0008,1060) PN NameOfPhysiciansReadingStudy 1-n (0008,1062) SQ PhysiciansReadingStudyIdentificationSequence 1 (0008,1070) PN OperatorsName 1-n (0008,1072) SQ OperatorIdentificationSequence 1 (0008,1080) LO AdmittingDiagnosesDescription 1-n (0008,1084) SQ AdmittingDiagnosesCodeSequence 1 (0008,1090) LO ManufacturerModelName 1 (0008,1100) SQ ReferencedResultsSequence 1 (0008,1110) SQ ReferencedStudySequence 1 (0008,1111) SQ ReferencedPerformedProcedureStepSequence 1 (0008,1115) SQ ReferencedSeriesSequence 1 (0008,1120) SQ ReferencedPatientSequence 1 (0008,1125) SQ ReferencedVisitSequence 1 (0008,1130) SQ ReferencedOverlaySequence 1 (0008,1134) SQ ReferencedStereometricInstanceSequence 1 (0008,113A) SQ ReferencedWaveformSequence 1 (0008,1140) SQ ReferencedImageSequence 1 (0008,1145) SQ ReferencedCurveSequence 1 (0008,114A) SQ ReferencedInstanceSequence 1 (0008,114B) SQ ReferencedRealWorldValueMappingInstanceSequence 1 (0008,1150) UI ReferencedSOPClassUID 1 (0008,1155) UI ReferencedSOPInstanceUID 1 (0008,115A) UI SOPClassesSupported 1-n (0008,1160) IS ReferencedFrameNumber 1-n (0008,1161) UL SimpleFrameList 1-n (0008,1162) UL CalculatedFrameList 3-3n (0008,1163) FD TimeRange 2 (0008,1164) SQ FrameExtractionSequence 1 (0008,1167) UI MultiFrameSourceSOPInstanceUID 1 (0008,1195) UI TransactionUID 1 (0008,1197) US FailureReason 1 (0008,1198) SQ FailedSOPSequence 1 (0008,1199) SQ ReferencedSOPSequence 1 (0008,1200) SQ StudiesContainingOtherReferencedInstancesSequence 1 (0008,1250) SQ RelatedSeriesSequence 1 (0008,2110) CS LossyImageCompressionRetired 1 (0008,2111) ST DerivationDescription 1 (0008,2112) SQ SourceImageSequence 1 (0008,2120) SH StageName 1 (0008,2122) IS StageNumber 1 (0008,2124) IS NumberOfStages 1 (0008,2127) SH ViewName 1 (0008,2128) IS ViewNumber 1 (0008,2129) IS NumberOfEventTimers 1 (0008,212A) IS NumberOfViewsInStage 1 (0008,2130) DS EventElapsedTimes 1-n (0008,2132) LO EventTimerNames 1-n (0008,2133) SQ EventTimerSequence 1 (0008,2134) FD EventTimeOffset 1 (0008,2135) SQ EventCodeSequence 1 (0008,2142) IS StartTrim 1 (0008,2143) IS StopTrim 1 (0008,2144) IS RecommendedDisplayFrameRate 1 (0008,2200) CS TransducerPosition 1 (0008,2204) CS TransducerOrientation 1 (0008,2208) CS AnatomicStructure 1 (0008,2218) SQ AnatomicRegionSequence 1 (0008,2220) SQ AnatomicRegionModifierSequence 1 (0008,2228) SQ PrimaryAnatomicStructureSequence 1 (0008,2229) SQ AnatomicStructureSpaceOrRegionSequence 1 (0008,2230) SQ PrimaryAnatomicStructureModifierSequence 1 (0008,2240) SQ TransducerPositionSequence 1 (0008,2242) SQ TransducerPositionModifierSequence 1 (0008,2244) SQ TransducerOrientationSequence 1 (0008,2246) SQ TransducerOrientationModifierSequence 1 (0008,2251) SQ AnatomicStructureSpaceOrRegionCodeSequenceTrial 1 (0008,2253) SQ AnatomicPortalOfEntranceCodeSequenceTrial 1 (0008,2255) SQ AnatomicApproachDirectionCodeSequenceTrial 1 (0008,2256) ST AnatomicPerspectiveDescriptionTrial 1 (0008,2257) SQ AnatomicPerspectiveCodeSequenceTrial 1 (0008,2258) ST AnatomicLocationOfExaminingInstrumentDescriptionTrial 1 (0008,2259) SQ AnatomicLocationOfExaminingInstrumentCodeSequenceTrial 1 (0008,225A) SQ AnatomicStructureSpaceOrRegionModifierCodeSequenceTrial 1 (0008,225C) SQ OnAxisBackgroundAnatomicStructureCodeSequenceTrial 1 (0008,3001) SQ AlternateRepresentationSequence 1 (0008,3010) UI IrradiationEventUID 1 (0008,4000) LT IdentifyingComments 1 (0008,9007) CS FrameType 4 (0008,9092) SQ ReferencedImageEvidenceSequence 1 (0008,9121) SQ ReferencedRawDataSequence 1 (0008,9123) UI CreatorVersionUID 1 (0008,9124) SQ DerivationImageSequence 1 (0008,9154) SQ SourceImageEvidenceSequence 1 (0008,9205) CS PixelPresentation 1 (0008,9206) CS VolumetricProperties 1 (0008,9207) CS VolumeBasedCalculationTechnique 1 (0008,9208) CS ComplexImageComponent 1 (0008,9209) CS AcquisitionContrast 1 (0008,9215) SQ DerivationCodeSequence 1 (0008,9237) SQ ReferencedPresentationStateSequence 1 (0008,9410) SQ ReferencedOtherPlaneSequence 1 (0008,9458) SQ FrameDisplaySequence 1 (0008,9459) FL RecommendedDisplayFrameRateInFloat 1 (0008,9460) CS SkipFrameRangeFlag 1 (0010,0010) PN PatientName 1 (0010,0020) LO PatientID 1 (0010,0021) LO IssuerOfPatientID 1 (0010,0022) CS TypeOfPatientID 1 (0010,0024) SQ IssuerOfPatientIDQualifiersSequence 1 (0010,0030) DA PatientBirthDate 1 (0010,0032) TM PatientBirthTime 1 (0010,0040) CS PatientSex 1 (0010,0050) SQ PatientInsurancePlanCodeSequence 1 (0010,0101) SQ PatientPrimaryLanguageCodeSequence 1 (0010,0102) SQ PatientPrimaryLanguageModifierCodeSequence 1 (0010,1000) LO OtherPatientIDs 1-n (0010,1001) PN OtherPatientNames 1-n (0010,1002) SQ OtherPatientIDsSequence 1 (0010,1005) PN PatientBirthName 1 (0010,1010) AS PatientAge 1 (0010,1020) DS PatientSize 1 (0010,1021) SQ PatientSizeCodeSequence 1 (0010,1030) DS PatientWeight 1 (0010,1040) LO PatientAddress 1 (0010,1050) LO InsurancePlanIdentification 1-n (0010,1060) PN PatientMotherBirthName 1 (0010,1080) LO MilitaryRank 1 (0010,1081) LO BranchOfService 1 (0010,1090) LO MedicalRecordLocator 1 (0010,2000) LO MedicalAlerts 1-n (0010,2110) LO Allergies 1-n (0010,2150) LO CountryOfResidence 1 (0010,2152) LO RegionOfResidence 1 (0010,2154) SH PatientTelephoneNumbers 1-n (0010,2160) SH EthnicGroup 1 (0010,2180) SH Occupation 1 (0010,21A0) CS SmokingStatus 1 (0010,21B0) LT AdditionalPatientHistory 1 (0010,21C0) US PregnancyStatus 1 (0010,21D0) DA LastMenstrualDate 1 (0010,21F0) LO PatientReligiousPreference 1 (0010,2201) LO PatientSpeciesDescription 1 (0010,2202) SQ PatientSpeciesCodeSequence 1 (0010,2203) CS PatientSexNeutered 1 (0010,2210) CS AnatomicalOrientationType 1 (0010,2292) LO PatientBreedDescription 1 (0010,2293) SQ PatientBreedCodeSequence 1 (0010,2294) SQ BreedRegistrationSequence 1 (0010,2295) LO BreedRegistrationNumber 1 (0010,2296) SQ BreedRegistryCodeSequence 1 (0010,2297) PN ResponsiblePerson 1 (0010,2298) CS ResponsiblePersonRole 1 (0010,2299) LO ResponsibleOrganization 1 (0010,4000) LT PatientComments 1 (0010,9431) FL ExaminedBodyThickness 1 (0012,0010) LO ClinicalTrialSponsorName 1 (0012,0020) LO ClinicalTrialProtocolID 1 (0012,0021) LO ClinicalTrialProtocolName 1 (0012,0030) LO ClinicalTrialSiteID 1 (0012,0031) LO ClinicalTrialSiteName 1 (0012,0040) LO ClinicalTrialSubjectID 1 (0012,0042) LO ClinicalTrialSubjectReadingID 1 (0012,0050) LO ClinicalTrialTimePointID 1 (0012,0051) ST ClinicalTrialTimePointDescription 1 (0012,0060) LO ClinicalTrialCoordinatingCenterName 1 (0012,0062) CS PatientIdentityRemoved 1 (0012,0063) LO DeidentificationMethod 1-n (0012,0064) SQ DeidentificationMethodCodeSequence 1 (0012,0071) LO ClinicalTrialSeriesID 1 (0012,0072) LO ClinicalTrialSeriesDescription 1 (0012,0081) LO ClinicalTrialProtocolEthicsCommitteeName 1 (0012,0082) LO ClinicalTrialProtocolEthicsCommitteeApprovalNumber 1 (0012,0083) SQ ConsentForClinicalTrialUseSequence 1 (0012,0084) CS DistributionType 1 (0012,0085) CS ConsentForDistributionFlag 1 (0014,0023) ST CADFileFormat 1-n (0014,0024) ST ComponentReferenceSystem 1-n (0014,0025) ST ComponentManufacturingProcedure 1-n (0014,0028) ST ComponentManufacturer 1-n (0014,0030) DS MaterialThickness 1-n (0014,0032) DS MaterialPipeDiameter 1-n (0014,0034) DS MaterialIsolationDiameter 1-n (0014,0042) ST MaterialGrade 1-n (0014,0044) ST MaterialPropertiesFileID 1-n (0014,0045) ST MaterialPropertiesFileFormat 1-n (0014,0046) LT MaterialNotes 1 (0014,0050) CS ComponentShape 1 (0014,0052) CS CurvatureType 1 (0014,0054) DS OuterDiameter 1 (0014,0056) DS InnerDiameter 1 (0014,1010) ST ActualEnvironmentalConditions 1 (0014,1020) DA ExpiryDate 1 (0014,1040) ST EnvironmentalConditions 1 (0014,2002) SQ EvaluatorSequence 1 (0014,2004) IS EvaluatorNumber 1 (0014,2006) PN EvaluatorName 1 (0014,2008) IS EvaluationAttempt 1 (0014,2012) SQ IndicationSequence 1 (0014,2014) IS IndicationNumber 1 (0014,2016) SH IndicationLabel 1 (0014,2018) ST IndicationDescription 1 (0014,201A) CS IndicationType 1-n (0014,201C) CS IndicationDisposition 1 (0014,201E) SQ IndicationROISequence 1 (0014,2030) SQ IndicationPhysicalPropertySequence 1 (0014,2032) SH PropertyLabel 1 (0014,2202) IS CoordinateSystemNumberOfAxes 1 (0014,2204) SQ CoordinateSystemAxesSequence 1 (0014,2206) ST CoordinateSystemAxisDescription 1 (0014,2208) CS CoordinateSystemDataSetMapping 1 (0014,220A) IS CoordinateSystemAxisNumber 1 (0014,220C) CS CoordinateSystemAxisType 1 (0014,220E) CS CoordinateSystemAxisUnits 1 (0014,2210) OB CoordinateSystemAxisValues 1 (0014,2220) SQ CoordinateSystemTransformSequence 1 (0014,2222) ST TransformDescription 1 (0014,2224) IS TransformNumberOfAxes 1 (0014,2226) IS TransformOrderOfAxes 1-n (0014,2228) CS TransformedAxisUnits 1 (0014,222A) DS CoordinateSystemTransformRotationAndScaleMatrix 1-n (0014,222C) DS CoordinateSystemTransformTranslationMatrix 1-n (0014,3011) DS InternalDetectorFrameTime 1 (0014,3012) DS NumberOfFramesIntegrated 1 (0014,3020) SQ DetectorTemperatureSequence 1 (0014,3022) ST SensorName 1 (0014,3024) DS HorizontalOffsetOfSensor 1 (0014,3026) DS VerticalOffsetOfSensor 1 (0014,3028) DS SensorTemperature 1 (0014,3040) SQ DarkCurrentSequence 1 (0014,3050) OB/OW DarkCurrentCounts 1 (0014,3060) SQ GainCorrectionReferenceSequence 1 (0014,3070) OB/OW AirCounts 1 (0014,3071) DS KVUsedInGainCalibration 1 (0014,3072) DS MAUsedInGainCalibration 1 (0014,3073) DS NumberOfFramesUsedForIntegration 1 (0014,3074) LO FilterMaterialUsedInGainCalibration 1 (0014,3075) DS FilterThicknessUsedInGainCalibration 1 (0014,3076) DA DateOfGainCalibration 1 (0014,3077) TM TimeOfGainCalibration 1 (0014,3080) OB BadPixelImage 1 (0014,3099) LT CalibrationNotes 1 (0014,4002) SQ PulserEquipmentSequence 1 (0014,4004) CS PulserType 1 (0014,4006) LT PulserNotes 1 (0014,4008) SQ ReceiverEquipmentSequence 1 (0014,400A) CS AmplifierType 1 (0014,400C) LT ReceiverNotes 1 (0014,400E) SQ PreAmplifierEquipmentSequence 1 (0014,400F) LT PreAmplifierNotes 1 (0014,4010) SQ TransmitTransducerSequence 1 (0014,4011) SQ ReceiveTransducerSequence 1 (0014,4012) US NumberOfElements 1 (0014,4013) CS ElementShape 1 (0014,4014) DS ElementDimensionA 1 (0014,4015) DS ElementDimensionB 1 (0014,4016) DS ElementPitch 1 (0014,4017) DS MeasuredBeamDimensionA 1 (0014,4018) DS MeasuredBeamDimensionB 1 (0014,4019) DS LocationOfMeasuredBeamDiameter 1 (0014,401A) DS NominalFrequency 1 (0014,401B) DS MeasuredCenterFrequency 1 (0014,401C) DS MeasuredBandwidth 1 (0014,4020) SQ PulserSettingsSequence 1 (0014,4022) DS PulseWidth 1 (0014,4024) DS ExcitationFrequency 1 (0014,4026) CS ModulationType 1 (0014,4028) DS Damping 1 (0014,4030) SQ ReceiverSettingsSequence 1 (0014,4031) DS AcquiredSoundpathLength 1 (0014,4032) CS AcquisitionCompressionType 1 (0014,4033) IS AcquisitionSampleSize 1 (0014,4034) DS RectifierSmoothing 1 (0014,4035) SQ DACSequence 1 (0014,4036) CS DACType 1 (0014,4038) DS DACGainPoints 1-n (0014,403A) DS DACTimePoints 1-n (0014,403C) DS DACAmplitude 1-n (0014,4040) SQ PreAmplifierSettingsSequence 1 (0014,4050) SQ TransmitTransducerSettingsSequence 1 (0014,4051) SQ ReceiveTransducerSettingsSequence 1 (0014,4052) DS IncidentAngle 1 (0014,4054) ST CouplingTechnique 1 (0014,4056) ST CouplingMedium 1 (0014,4057) DS CouplingVelocity 1 (0014,4058) DS CrystalCenterLocationX 1 (0014,4059) DS CrystalCenterLocationZ 1 (0014,405A) DS SoundPathLength 1 (0014,405C) ST DelayLawIdentifier 1 (0014,4060) SQ GateSettingsSequence 1 (0014,4062) DS GateThreshold 1 (0014,4064) DS VelocityOfSound 1 (0014,4070) SQ CalibrationSettingsSequence 1 (0014,4072) ST CalibrationProcedure 1 (0014,4074) SH ProcedureVersion 1 (0014,4076) DA ProcedureCreationDate 1 (0014,4078) DA ProcedureExpirationDate 1 (0014,407A) DA ProcedureLastModifiedDate 1 (0014,407C) TM CalibrationTime 1-n (0014,407E) DA CalibrationDate 1-n (0014,5002) IS LINACEnergy 1 (0014,5004) IS LINACOutput 1 (0018,0010) LO ContrastBolusAgent 1 (0018,0012) SQ ContrastBolusAgentSequence 1 (0018,0014) SQ ContrastBolusAdministrationRouteSequence 1 (0018,0015) CS BodyPartExamined 1 (0018,0020) CS ScanningSequence 1-n (0018,0021) CS SequenceVariant 1-n (0018,0022) CS ScanOptions 1-n (0018,0023) CS MRAcquisitionType 1 (0018,0024) SH SequenceName 1 (0018,0025) CS AngioFlag 1 (0018,0026) SQ InterventionDrugInformationSequence 1 (0018,0027) TM InterventionDrugStopTime 1 (0018,0028) DS InterventionDrugDose 1 (0018,0029) SQ InterventionDrugCodeSequence 1 (0018,002A) SQ AdditionalDrugSequence 1 (0018,0030) LO Radionuclide 1-n (0018,0031) LO Radiopharmaceutical 1 (0018,0032) DS EnergyWindowCenterline 1 (0018,0033) DS EnergyWindowTotalWidth 1-n (0018,0034) LO InterventionDrugName 1 (0018,0035) TM InterventionDrugStartTime 1 (0018,0036) SQ InterventionSequence 1 (0018,0037) CS TherapyType 1 (0018,0038) CS InterventionStatus 1 (0018,0039) CS TherapyDescription 1 (0018,003A) ST InterventionDescription 1 (0018,0040) IS CineRate 1 (0018,0042) CS InitialCineRunState 1 (0018,0050) DS SliceThickness 1 (0018,0060) DS KVP 1 (0018,0070) IS CountsAccumulated 1 (0018,0071) CS AcquisitionTerminationCondition 1 (0018,0072) DS EffectiveDuration 1 (0018,0073) CS AcquisitionStartCondition 1 (0018,0074) IS AcquisitionStartConditionData 1 (0018,0075) IS AcquisitionTerminationConditionData 1 (0018,0080) DS RepetitionTime 1 (0018,0081) DS EchoTime 1 (0018,0082) DS InversionTime 1 (0018,0083) DS NumberOfAverages 1 (0018,0084) DS ImagingFrequency 1 (0018,0085) SH ImagedNucleus 1 (0018,0086) IS EchoNumbers 1-n (0018,0087) DS MagneticFieldStrength 1 (0018,0088) DS SpacingBetweenSlices 1 (0018,0089) IS NumberOfPhaseEncodingSteps 1 (0018,0090) DS DataCollectionDiameter 1 (0018,0091) IS EchoTrainLength 1 (0018,0093) DS PercentSampling 1 (0018,0094) DS PercentPhaseFieldOfView 1 (0018,0095) DS PixelBandwidth 1 (0018,1000) LO DeviceSerialNumber 1 (0018,1002) UI DeviceUID 1 (0018,1003) LO DeviceID 1 (0018,1004) LO PlateID 1 (0018,1005) LO GeneratorID 1 (0018,1006) LO GridID 1 (0018,1007) LO CassetteID 1 (0018,1008) LO GantryID 1 (0018,1010) LO SecondaryCaptureDeviceID 1 (0018,1011) LO HardcopyCreationDeviceID 1 (0018,1012) DA DateOfSecondaryCapture 1 (0018,1014) TM TimeOfSecondaryCapture 1 (0018,1016) LO SecondaryCaptureDeviceManufacturer 1 (0018,1017) LO HardcopyDeviceManufacturer 1 (0018,1018) LO SecondaryCaptureDeviceManufacturerModelName 1 (0018,1019) LO SecondaryCaptureDeviceSoftwareVersions 1-n (0018,101A) LO HardcopyDeviceSoftwareVersion 1-n (0018,101B) LO HardcopyDeviceManufacturerModelName 1 (0018,1020) LO SoftwareVersions 1-n (0018,1022) SH VideoImageFormatAcquired 1 (0018,1023) LO DigitalImageFormatAcquired 1 (0018,1030) LO ProtocolName 1 (0018,1040) LO ContrastBolusRoute 1 (0018,1041) DS ContrastBolusVolume 1 (0018,1042) TM ContrastBolusStartTime 1 (0018,1043) TM ContrastBolusStopTime 1 (0018,1044) DS ContrastBolusTotalDose 1 (0018,1045) IS SyringeCounts 1 (0018,1046) DS ContrastFlowRate 1-n (0018,1047) DS ContrastFlowDuration 1-n (0018,1048) CS ContrastBolusIngredient 1 (0018,1049) DS ContrastBolusIngredientConcentration 1 (0018,1050) DS SpatialResolution 1 (0018,1060) DS TriggerTime 1 (0018,1061) LO TriggerSourceOrType 1 (0018,1062) IS NominalInterval 1 (0018,1063) DS FrameTime 1 (0018,1064) LO CardiacFramingType 1 (0018,1065) DS FrameTimeVector 1-n (0018,1066) DS FrameDelay 1 (0018,1067) DS ImageTriggerDelay 1 (0018,1068) DS MultiplexGroupTimeOffset 1 (0018,1069) DS TriggerTimeOffset 1 (0018,106A) CS SynchronizationTrigger 1 (0018,106C) US SynchronizationChannel 2 (0018,106E) UL TriggerSamplePosition 1 (0018,1070) LO RadiopharmaceuticalRoute 1 (0018,1071) DS RadiopharmaceuticalVolume 1 (0018,1072) TM RadiopharmaceuticalStartTime 1 (0018,1073) TM RadiopharmaceuticalStopTime 1 (0018,1074) DS RadionuclideTotalDose 1 (0018,1075) DS RadionuclideHalfLife 1 (0018,1076) DS RadionuclidePositronFraction 1 (0018,1077) DS RadiopharmaceuticalSpecificActivity 1 (0018,1078) DT RadiopharmaceuticalStartDateTime 1 (0018,1079) DT RadiopharmaceuticalStopDateTime 1 (0018,1080) CS BeatRejectionFlag 1 (0018,1081) IS LowRRValue 1 (0018,1082) IS HighRRValue 1 (0018,1083) IS IntervalsAcquired 1 (0018,1084) IS IntervalsRejected 1 (0018,1085) LO PVCRejection 1 (0018,1086) IS SkipBeats 1 (0018,1088) IS HeartRate 1 (0018,1090) IS CardiacNumberOfImages 1 (0018,1094) IS TriggerWindow 1 (0018,1100) DS ReconstructionDiameter 1 (0018,1110) DS DistanceSourceToDetector 1 (0018,1111) DS DistanceSourceToPatient 1 (0018,1114) DS EstimatedRadiographicMagnificationFactor 1 (0018,1120) DS GantryDetectorTilt 1 (0018,1121) DS GantryDetectorSlew 1 (0018,1130) DS TableHeight 1 (0018,1131) DS TableTraverse 1 (0018,1134) CS TableMotion 1 (0018,1135) DS TableVerticalIncrement 1-n (0018,1136) DS TableLateralIncrement 1-n (0018,1137) DS TableLongitudinalIncrement 1-n (0018,1138) DS TableAngle 1 (0018,113A) CS TableType 1 (0018,1140) CS RotationDirection 1 (0018,1141) DS AngularPosition 1 (0018,1142) DS RadialPosition 1-n (0018,1143) DS ScanArc 1 (0018,1144) DS AngularStep 1 (0018,1145) DS CenterOfRotationOffset 1 (0018,1146) DS RotationOffset 1-n (0018,1147) CS FieldOfViewShape 1 (0018,1149) IS FieldOfViewDimensions 1-2 (0018,1150) IS ExposureTime 1 (0018,1151) IS XRayTubeCurrent 1 (0018,1152) IS Exposure 1 (0018,1153) IS ExposureInAs 1 (0018,1154) DS AveragePulseWidth 1 (0018,1155) CS RadiationSetting 1 (0018,1156) CS RectificationType 1 (0018,115A) CS RadiationMode 1 (0018,115E) DS ImageAndFluoroscopyAreaDoseProduct 1 (0018,1160) SH FilterType 1 (0018,1161) LO TypeOfFilters 1-n (0018,1162) DS IntensifierSize 1 (0018,1164) DS ImagerPixelSpacing 2 (0018,1166) CS Grid 1-n (0018,1170) IS GeneratorPower 1 (0018,1180) SH CollimatorgridName 1 (0018,1181) CS CollimatorType 1 (0018,1182) IS FocalDistance 1-2 (0018,1183) DS XFocusCenter 1-2 (0018,1184) DS YFocusCenter 1-2 (0018,1190) DS FocalSpots 1-n (0018,1191) CS AnodeTargetMaterial 1 (0018,11A0) DS BodyPartThickness 1 (0018,11A2) DS CompressionForce 1 (0018,11A4) LO PaddleDescription 1 (0018,1200) DA DateOfLastCalibration 1-n (0018,1201) TM TimeOfLastCalibration 1-n (0018,1210) SH ConvolutionKernel 1-n (0018,1240) IS UpperLowerPixelValues 1-n (0018,1242) IS ActualFrameDuration 1 (0018,1243) IS CountRate 1 (0018,1244) US PreferredPlaybackSequencing 1 (0018,1250) SH ReceiveCoilName 1 (0018,1251) SH TransmitCoilName 1 (0018,1260) SH PlateType 1 (0018,1261) LO PhosphorType 1 (0018,1300) DS ScanVelocity 1 (0018,1301) CS WholeBodyTechnique 1-n (0018,1302) IS ScanLength 1 (0018,1310) US AcquisitionMatrix 4 (0018,1312) CS InplanePhaseEncodingDirection 1 (0018,1314) DS FlipAngle 1 (0018,1315) CS VariableFlipAngleFlag 1 (0018,1316) DS SAR 1 (0018,1318) DS dBdt 1 (0018,1400) LO AcquisitionDeviceProcessingDescription 1 (0018,1401) LO AcquisitionDeviceProcessingCode 1 (0018,1402) CS CassetteOrientation 1 (0018,1403) CS CassetteSize 1 (0018,1404) US ExposuresOnPlate 1 (0018,1405) IS RelativeXRayExposure 1 (0018,1411) DS ExposureIndex 1 (0018,1412) DS TargetExposureIndex 1 (0018,1413) DS DeviationIndex 1 (0018,1450) DS ColumnAngulation 1 (0018,1460) DS TomoLayerHeight 1 (0018,1470) DS TomoAngle 1 (0018,1480) DS TomoTime 1 (0018,1490) CS TomoType 1 (0018,1491) CS TomoClass 1 (0018,1495) IS NumberOfTomosynthesisSourceImages 1 (0018,1500) CS PositionerMotion 1 (0018,1508) CS PositionerType 1 (0018,1510) DS PositionerPrimaryAngle 1 (0018,1511) DS PositionerSecondaryAngle 1 (0018,1520) DS PositionerPrimaryAngleIncrement 1-n (0018,1521) DS PositionerSecondaryAngleIncrement 1-n (0018,1530) DS DetectorPrimaryAngle 1 (0018,1531) DS DetectorSecondaryAngle 1 (0018,1600) CS ShutterShape 1-3 (0018,1602) IS ShutterLeftVerticalEdge 1 (0018,1604) IS ShutterRightVerticalEdge 1 (0018,1606) IS ShutterUpperHorizontalEdge 1 (0018,1608) IS ShutterLowerHorizontalEdge 1 (0018,1610) IS CenterOfCircularShutter 2 (0018,1612) IS RadiusOfCircularShutter 1 (0018,1620) IS VerticesOfThePolygonalShutter 2-2n (0018,1622) US ShutterPresentationValue 1 (0018,1623) US ShutterOverlayGroup 1 (0018,1624) US ShutterPresentationColorCIELabValue 3 (0018,1700) CS CollimatorShape 1-3 (0018,1702) IS CollimatorLeftVerticalEdge 1 (0018,1704) IS CollimatorRightVerticalEdge 1 (0018,1706) IS CollimatorUpperHorizontalEdge 1 (0018,1708) IS CollimatorLowerHorizontalEdge 1 (0018,1710) IS CenterOfCircularCollimator 2 (0018,1712) IS RadiusOfCircularCollimator 1 (0018,1720) IS VerticesOfThePolygonalCollimator 2-2n (0018,1800) CS AcquisitionTimeSynchronized 1 (0018,1801) SH TimeSource 1 (0018,1802) CS TimeDistributionProtocol 1 (0018,1803) LO NTPSourceAddress 1 (0018,2001) IS PageNumberVector 1-n (0018,2002) SH FrameLabelVector 1-n (0018,2003) DS FramePrimaryAngleVector 1-n (0018,2004) DS FrameSecondaryAngleVector 1-n (0018,2005) DS SliceLocationVector 1-n (0018,2006) SH DisplayWindowLabelVector 1-n (0018,2010) DS NominalScannedPixelSpacing 2 (0018,2020) CS DigitizingDeviceTransportDirection 1 (0018,2030) DS RotationOfScannedFilm 1 (0018,3100) CS IVUSAcquisition 1 (0018,3101) DS IVUSPullbackRate 1 (0018,3102) DS IVUSGatedRate 1 (0018,3103) IS IVUSPullbackStartFrameNumber 1 (0018,3104) IS IVUSPullbackStopFrameNumber 1 (0018,3105) IS LesionNumber 1-n (0018,4000) LT AcquisitionComments 1 (0018,5000) SH OutputPower 1-n (0018,5010) LO TransducerData 1-n (0018,5012) DS FocusDepth 1 (0018,5020) LO ProcessingFunction 1 (0018,5021) LO PostprocessingFunction 1 (0018,5022) DS MechanicalIndex 1 (0018,5024) DS BoneThermalIndex 1 (0018,5026) DS CranialThermalIndex 1 (0018,5027) DS SoftTissueThermalIndex 1 (0018,5028) DS SoftTissuefocusThermalIndex 1 (0018,5029) DS SoftTissuesurfaceThermalIndex 1 (0018,5030) DS DynamicRange 1 (0018,5040) DS TotalGain 1 (0018,5050) IS DepthOfScanField 1 (0018,5100) CS PatientPosition 1 (0018,5101) CS ViewPosition 1 (0018,5104) SQ ProjectionEponymousNameCodeSequence 1 (0018,5210) DS ImageTransformationMatrix 6 (0018,5212) DS ImageTranslationVector 3 (0018,6000) DS Sensitivity 1 (0018,6011) SQ SequenceOfUltrasoundRegions 1 (0018,6012) US RegionSpatialFormat 1 (0018,6014) US RegionDataType 1 (0018,6016) UL RegionFlags 1 (0018,6018) UL RegionLocationMinX 1 (0018,601A) UL RegionLocationMinY 1 (0018,601C) UL RegionLocationMaxX 1 (0018,601E) UL RegionLocationMaxY 1 (0018,6020) SL ReferencePixelX 1 (0018,6022) SL ReferencePixelY 1 (0018,6024) US PhysicalUnitsXDirection 1 (0018,6026) US PhysicalUnitsYDirection 1 (0018,6028) FD ReferencePixelPhysicalValueX 1 (0018,602A) FD ReferencePixelPhysicalValueY 1 (0018,602C) FD PhysicalDeltaX 1 (0018,602E) FD PhysicalDeltaY 1 (0018,6030) UL TransducerFrequency 1 (0018,6031) CS TransducerType 1 (0018,6032) UL PulseRepetitionFrequency 1 (0018,6034) FD DopplerCorrectionAngle 1 (0018,6036) FD SteeringAngle 1 (0018,6038) UL DopplerSampleVolumeXPositionRetired 1 (0018,6039) SL DopplerSampleVolumeXPosition 1 (0018,603A) UL DopplerSampleVolumeYPositionRetired 1 (0018,603B) SL DopplerSampleVolumeYPosition 1 (0018,603C) UL TMLinePositionXRetired 1 (0018,603D) SL TMLinePositionX 1 (0018,603E) UL TMLinePositionYRetired 1 (0018,603F) SL TMLinePositionY 1 (0018,6040) UL TMLinePositionXRetired 1 (0018,6041) SL TMLinePositionX 1 (0018,6042) UL TMLinePositionYRetired 1 (0018,6043) SL TMLinePositionY 1 (0018,6044) US PixelComponentOrganization 1 (0018,6046) UL PixelComponentMask 1 (0018,6048) UL PixelComponentRangeStart 1 (0018,604A) UL PixelComponentRangeStop 1 (0018,604C) US PixelComponentPhysicalUnits 1 (0018,604E) US PixelComponentDataType 1 (0018,6050) UL NumberOfTableBreakPoints 1 (0018,6052) UL TableOfXBreakPoints 1-n (0018,6054) FD TableOfYBreakPoints 1-n (0018,6056) UL NumberOfTableEntries 1 (0018,6058) UL TableOfPixelValues 1-n (0018,605A) FL TableOfParameterValues 1-n (0018,6060) FL RWaveTimeVector 1-n (0018,7000) CS DetectorConditionsNominalFlag 1 (0018,7001) DS DetectorTemperature 1 (0018,7004) CS DetectorType 1 (0018,7005) CS DetectorConfiguration 1 (0018,7006) LT DetectorDescription 1 (0018,7008) LT DetectorMode 1 (0018,700A) SH DetectorID 1 (0018,700C) DA DateOfLastDetectorCalibration 1 (0018,700E) TM TimeOfLastDetectorCalibration 1 (0018,7010) IS ExposuresOnDetectorSinceLastCalibration 1 (0018,7011) IS ExposuresOnDetectorSinceManufactured 1 (0018,7012) DS DetectorTimeSinceLastExposure 1 (0018,7014) DS DetectorActiveTime 1 (0018,7016) DS DetectorActivationOffsetFromExposure 1 (0018,701A) DS DetectorBinning 2 (0018,7020) DS DetectorElementPhysicalSize 2 (0018,7022) DS DetectorElementSpacing 2 (0018,7024) CS DetectorActiveShape 1 (0018,7026) DS DetectorActiveDimensions 1-2 (0018,7028) DS DetectorActiveOrigin 2 (0018,702A) LO DetectorManufacturerName 1 (0018,702B) LO DetectorManufacturerModelName 1 (0018,7030) DS FieldOfViewOrigin 2 (0018,7032) DS FieldOfViewRotation 1 (0018,7034) CS FieldOfViewHorizontalFlip 1 (0018,7036) FL PixelDataAreaOriginRelativeToFOV 2 (0018,7038) FL PixelDataAreaRotationAngleRelativeToFOV 1 (0018,7040) LT GridAbsorbingMaterial 1 (0018,7041) LT GridSpacingMaterial 1 (0018,7042) DS GridThickness 1 (0018,7044) DS GridPitch 1 (0018,7046) IS GridAspectRatio 2 (0018,7048) DS GridPeriod 1 (0018,704C) DS GridFocalDistance 1 (0018,7050) CS FilterMaterial 1-n (0018,7052) DS FilterThicknessMinimum 1-n (0018,7054) DS FilterThicknessMaximum 1-n (0018,7056) FL FilterBeamPathLengthMinimum 1-n (0018,7058) FL FilterBeamPathLengthMaximum 1-n (0018,7060) CS ExposureControlMode 1 (0018,7062) LT ExposureControlModeDescription 1 (0018,7064) CS ExposureStatus 1 (0018,7065) DS PhototimerSetting 1 (0018,8150) DS ExposureTimeInS 1 (0018,8151) DS XRayTubeCurrentInA 1 (0018,9004) CS ContentQualification 1 (0018,9005) SH PulseSequenceName 1 (0018,9006) SQ MRImagingModifierSequence 1 (0018,9008) CS EchoPulseSequence 1 (0018,9009) CS InversionRecovery 1 (0018,9010) CS FlowCompensation 1 (0018,9011) CS MultipleSpinEcho 1 (0018,9012) CS MultiplanarExcitation 1 (0018,9014) CS PhaseContrast 1 (0018,9015) CS TimeOfFlightContrast 1 (0018,9016) CS Spoiling 1 (0018,9017) CS SteadyStatePulseSequence 1 (0018,9018) CS EchoPlanarPulseSequence 1 (0018,9019) FD TagAngleFirstAxis 1 (0018,9020) CS MagnetizationTransfer 1 (0018,9021) CS TPreparation 1 (0018,9022) CS BloodSignalNulling 1 (0018,9024) CS SaturationRecovery 1 (0018,9025) CS SpectrallySelectedSuppression 1 (0018,9026) CS SpectrallySelectedExcitation 1 (0018,9027) CS SpatialPresaturation 1 (0018,9028) CS Tagging 1 (0018,9029) CS OversamplingPhase 1 (0018,9030) FD TagSpacingFirstDimension 1 (0018,9032) CS GeometryOfKSpaceTraversal 1 (0018,9033) CS SegmentedKSpaceTraversal 1 (0018,9034) CS RectilinearPhaseEncodeReordering 1 (0018,9035) FD TagThickness 1 (0018,9036) CS PartialFourierDirection 1 (0018,9037) CS CardiacSynchronizationTechnique 1 (0018,9041) LO ReceiveCoilManufacturerName 1 (0018,9042) SQ MRReceiveCoilSequence 1 (0018,9043) CS ReceiveCoilType 1 (0018,9044) CS QuadratureReceiveCoil 1 (0018,9045) SQ MultiCoilDefinitionSequence 1 (0018,9046) LO MultiCoilConfiguration 1 (0018,9047) SH MultiCoilElementName 1 (0018,9048) CS MultiCoilElementUsed 1 (0018,9049) SQ MRTransmitCoilSequence 1 (0018,9050) LO TransmitCoilManufacturerName 1 (0018,9051) CS TransmitCoilType 1 (0018,9052) FD SpectralWidth 1-2 (0018,9053) FD ChemicalShiftReference 1-2 (0018,9054) CS VolumeLocalizationTechnique 1 (0018,9058) US MRAcquisitionFrequencyEncodingSteps 1 (0018,9059) CS Decoupling 1 (0018,9060) CS DecoupledNucleus 1-2 (0018,9061) FD DecouplingFrequency 1-2 (0018,9062) CS DecouplingMethod 1 (0018,9063) FD DecouplingChemicalShiftReference 1-2 (0018,9064) CS kspaceFiltering 1 (0018,9065) CS TimeDomainFiltering 1-2 (0018,9066) US NumberOfZeroFills 1-2 (0018,9067) CS BaselineCorrection 1 (0018,9069) FD ParallelReductionFactorInplane 1 (0018,9070) FD CardiacRRIntervalSpecified 1 (0018,9073) FD AcquisitionDuration 1 (0018,9074) DT FrameAcquisitionDateTime 1 (0018,9075) CS DiffusionDirectionality 1 (0018,9076) SQ DiffusionGradientDirectionSequence 1 (0018,9077) CS ParallelAcquisition 1 (0018,9078) CS ParallelAcquisitionTechnique 1 (0018,9079) FD InversionTimes 1-n (0018,9080) ST MetaboliteMapDescription 1 (0018,9081) CS PartialFourier 1 (0018,9082) FD EffectiveEchoTime 1 (0018,9083) SQ MetaboliteMapCodeSequence 1 (0018,9084) SQ ChemicalShiftSequence 1 (0018,9085) CS CardiacSignalSource 1 (0018,9087) FD DiffusionBvalue 1 (0018,9089) FD DiffusionGradientOrientation 3 (0018,9090) FD VelocityEncodingDirection 3 (0018,9091) FD VelocityEncodingMinimumValue 1 (0018,9092) SQ VelocityEncodingAcquisitionSequence 1 (0018,9093) US NumberOfKSpaceTrajectories 1 (0018,9094) CS CoverageOfKSpace 1 (0018,9095) UL SpectroscopyAcquisitionPhaseRows 1 (0018,9096) FD ParallelReductionFactorInplaneRetired 1 (0018,9098) FD TransmitterFrequency 1-2 (0018,9100) CS ResonantNucleus 1-2 (0018,9101) CS FrequencyCorrection 1 (0018,9103) SQ MRSpectroscopyFOVGeometrySequence 1 (0018,9104) FD SlabThickness 1 (0018,9105) FD SlabOrientation 3 (0018,9106) FD MidSlabPosition 3 (0018,9107) SQ MRSpatialSaturationSequence 1 (0018,9112) SQ MRTimingAndRelatedParametersSequence 1 (0018,9114) SQ MREchoSequence 1 (0018,9115) SQ MRModifierSequence 1 (0018,9117) SQ MRDiffusionSequence 1 (0018,9118) SQ CardiacSynchronizationSequence 1 (0018,9119) SQ MRAveragesSequence 1 (0018,9125) SQ MRFOVGeometrySequence 1 (0018,9126) SQ VolumeLocalizationSequence 1 (0018,9127) UL SpectroscopyAcquisitionDataColumns 1 (0018,9147) CS DiffusionAnisotropyType 1 (0018,9151) DT FrameReferenceDateTime 1 (0018,9152) SQ MRMetaboliteMapSequence 1 (0018,9155) FD ParallelReductionFactorOutofplane 1 (0018,9159) UL SpectroscopyAcquisitionOutofplanePhaseSteps 1 (0018,9166) CS BulkMotionStatus 1 (0018,9168) FD ParallelReductionFactorSecondInplane 1 (0018,9169) CS CardiacBeatRejectionTechnique 1 (0018,9170) CS RespiratoryMotionCompensationTechnique 1 (0018,9171) CS RespiratorySignalSource 1 (0018,9172) CS BulkMotionCompensationTechnique 1 (0018,9173) CS BulkMotionSignalSource 1 (0018,9174) CS ApplicableSafetyStandardAgency 1 (0018,9175) LO ApplicableSafetyStandardDescription 1 (0018,9176) SQ OperatingModeSequence 1 (0018,9177) CS OperatingModeType 1 (0018,9178) CS OperatingMode 1 (0018,9179) CS SpecificAbsorptionRateDefinition 1 (0018,9180) CS GradientOutputType 1 (0018,9181) FD SpecificAbsorptionRateValue 1 (0018,9182) FD GradientOutput 1 (0018,9183) CS FlowCompensationDirection 1 (0018,9184) FD TaggingDelay 1 (0018,9185) ST RespiratoryMotionCompensationTechniqueDescription 1 (0018,9186) SH RespiratorySignalSourceID 1 (0018,9195) FD ChemicalShiftMinimumIntegrationLimitInHz 1 (0018,9196) FD ChemicalShiftMaximumIntegrationLimitInHz 1 (0018,9197) SQ MRVelocityEncodingSequence 1 (0018,9198) CS FirstOrderPhaseCorrection 1 (0018,9199) CS WaterReferencedPhaseCorrection 1 (0018,9200) CS MRSpectroscopyAcquisitionType 1 (0018,9214) CS RespiratoryCyclePosition 1 (0018,9217) FD VelocityEncodingMaximumValue 1 (0018,9218) FD TagSpacingSecondDimension 1 (0018,9219) SS TagAngleSecondAxis 1 (0018,9220) FD FrameAcquisitionDuration 1 (0018,9226) SQ MRImageFrameTypeSequence 1 (0018,9227) SQ MRSpectroscopyFrameTypeSequence 1 (0018,9231) US MRAcquisitionPhaseEncodingStepsInplane 1 (0018,9232) US MRAcquisitionPhaseEncodingStepsOutofplane 1 (0018,9234) UL SpectroscopyAcquisitionPhaseColumns 1 (0018,9236) CS CardiacCyclePosition 1 (0018,9239) SQ SpecificAbsorptionRateSequence 1 (0018,9240) US RFEchoTrainLength 1 (0018,9241) US GradientEchoTrainLength 1 (0018,9250) CS ArterialSpinLabelingContrast 1 (0018,9251) SQ MRArterialSpinLabelingSequence 1 (0018,9252) LO ASLTechniqueDescription 1 (0018,9253) US ASLSlabNumber 1 (0018,9254) FD ASLSlabThickness 1 (0018,9255) FD ASLSlabOrientation 3 (0018,9256) FD ASLMidSlabPosition 3 (0018,9257) CS ASLContext 1 (0018,9258) UL ASLPulseTrainDuration 1 (0018,9259) CS ASLCrusherFlag 1 (0018,925A) FD ASLCrusherFlow 1 (0018,925B) LO ASLCrusherDescription 1 (0018,925C) CS ASLBolusCutoffFlag 1 (0018,925D) SQ ASLBolusCutoffTimingSequence 1 (0018,925E) LO ASLBolusCutoffTechnique 1 (0018,925F) UL ASLBolusCutoffDelayTime 1 (0018,9260) SQ ASLSlabSequence 1 (0018,9295) FD ChemicalShiftMinimumIntegrationLimitInPpm 1 (0018,9296) FD ChemicalShiftMaximumIntegrationLimitInPpm 1 (0018,9301) SQ CTAcquisitionTypeSequence 1 (0018,9302) CS AcquisitionType 1 (0018,9303) FD TubeAngle 1 (0018,9304) SQ CTAcquisitionDetailsSequence 1 (0018,9305) FD RevolutionTime 1 (0018,9306) FD SingleCollimationWidth 1 (0018,9307) FD TotalCollimationWidth 1 (0018,9308) SQ CTTableDynamicsSequence 1 (0018,9309) FD TableSpeed 1 (0018,9310) FD TableFeedPerRotation 1 (0018,9311) FD SpiralPitchFactor 1 (0018,9312) SQ CTGeometrySequence 1 (0018,9313) FD DataCollectionCenterPatient 3 (0018,9314) SQ CTReconstructionSequence 1 (0018,9315) CS ReconstructionAlgorithm 1 (0018,9316) CS ConvolutionKernelGroup 1 (0018,9317) FD ReconstructionFieldOfView 2 (0018,9318) FD ReconstructionTargetCenterPatient 3 (0018,9319) FD ReconstructionAngle 1 (0018,9320) SH ImageFilter 1 (0018,9321) SQ CTExposureSequence 1 (0018,9322) FD ReconstructionPixelSpacing 2 (0018,9323) CS ExposureModulationType 1 (0018,9324) FD EstimatedDoseSaving 1 (0018,9325) SQ CTXRayDetailsSequence 1 (0018,9326) SQ CTPositionSequence 1 (0018,9327) FD TablePosition 1 (0018,9328) FD ExposureTimeInMs 1 (0018,9329) SQ CTImageFrameTypeSequence 1 (0018,9330) FD XRayTubeCurrentInMA 1 (0018,9332) FD ExposureInMAs 1 (0018,9333) CS ConstantVolumeFlag 1 (0018,9334) CS FluoroscopyFlag 1 (0018,9335) FD DistanceSourceToDataCollectionCenter 1 (0018,9337) US ContrastBolusAgentNumber 1 (0018,9338) SQ ContrastBolusIngredientCodeSequence 1 (0018,9340) SQ ContrastAdministrationProfileSequence 1 (0018,9341) SQ ContrastBolusUsageSequence 1 (0018,9342) CS ContrastBolusAgentAdministered 1 (0018,9343) CS ContrastBolusAgentDetected 1 (0018,9344) CS ContrastBolusAgentPhase 1 (0018,9345) FD CTDIvol 1 (0018,9346) SQ CTDIPhantomTypeCodeSequence 1 (0018,9351) FL CalciumScoringMassFactorPatient 1 (0018,9352) FL CalciumScoringMassFactorDevice 3 (0018,9353) FL EnergyWeightingFactor 1 (0018,9360) SQ CTAdditionalXRaySourceSequence 1 (0018,9401) SQ ProjectionPixelCalibrationSequence 1 (0018,9402) FL DistanceSourceToIsocenter 1 (0018,9403) FL DistanceObjectToTableTop 1 (0018,9404) FL ObjectPixelSpacingInCenterOfBeam 2 (0018,9405) SQ PositionerPositionSequence 1 (0018,9406) SQ TablePositionSequence 1 (0018,9407) SQ CollimatorShapeSequence 1 (0018,9410) CS PlanesInAcquisition 1 (0018,9412) SQ XAXRFFrameCharacteristicsSequence 1 (0018,9417) SQ FrameAcquisitionSequence 1 (0018,9420) CS XRayReceptorType 1 (0018,9423) LO AcquisitionProtocolName 1 (0018,9424) LT AcquisitionProtocolDescription 1 (0018,9425) CS ContrastBolusIngredientOpaque 1 (0018,9426) FL DistanceReceptorPlaneToDetectorHousing 1 (0018,9427) CS IntensifierActiveShape 1 (0018,9428) FL IntensifierActiveDimensions 1-2 (0018,9429) FL PhysicalDetectorSize 2 (0018,9430) FL PositionOfIsocenterProjection 2 (0018,9432) SQ FieldOfViewSequence 1 (0018,9433) LO FieldOfViewDescription 1 (0018,9434) SQ ExposureControlSensingRegionsSequence 1 (0018,9435) CS ExposureControlSensingRegionShape 1 (0018,9436) SS ExposureControlSensingRegionLeftVerticalEdge 1 (0018,9437) SS ExposureControlSensingRegionRightVerticalEdge 1 (0018,9438) SS ExposureControlSensingRegionUpperHorizontalEdge 1 (0018,9439) SS ExposureControlSensingRegionLowerHorizontalEdge 1 (0018,9440) SS CenterOfCircularExposureControlSensingRegion 2 (0018,9441) US RadiusOfCircularExposureControlSensingRegion 1 (0018,9442) SS VerticesOfThePolygonalExposureControlSensingRegion 2-n (0018,9447) FL ColumnAngulationPatient 1 (0018,9449) FL BeamAngle 1 (0018,9451) SQ FrameDetectorParametersSequence 1 (0018,9452) FL CalculatedAnatomyThickness 1 (0018,9455) SQ CalibrationSequence 1 (0018,9456) SQ ObjectThicknessSequence 1 (0018,9457) CS PlaneIdentification 1 (0018,9461) FL FieldOfViewDimensionsInFloat 1-2 (0018,9462) SQ IsocenterReferenceSystemSequence 1 (0018,9463) FL PositionerIsocenterPrimaryAngle 1 (0018,9464) FL PositionerIsocenterSecondaryAngle 1 (0018,9465) FL PositionerIsocenterDetectorRotationAngle 1 (0018,9466) FL TableXPositionToIsocenter 1 (0018,9467) FL TableYPositionToIsocenter 1 (0018,9468) FL TableZPositionToIsocenter 1 (0018,9469) FL TableHorizontalRotationAngle 1 (0018,9470) FL TableHeadTiltAngle 1 (0018,9471) FL TableCradleTiltAngle 1 (0018,9472) SQ FrameDisplayShutterSequence 1 (0018,9473) FL AcquiredImageAreaDoseProduct 1 (0018,9474) CS CarmPositionerTabletopRelationship 1 (0018,9476) SQ XRayGeometrySequence 1 (0018,9477) SQ IrradiationEventIdentificationSequence 1 (0018,9504) SQ XRayDFrameTypeSequence 1 (0018,9506) SQ ContributingSourcesSequence 1 (0018,9507) SQ XRayDAcquisitionSequence 1 (0018,9508) FL PrimaryPositionerScanArc 1 (0018,9509) FL SecondaryPositionerScanArc 1 (0018,9510) FL PrimaryPositionerScanStartAngle 1 (0018,9511) FL SecondaryPositionerScanStartAngle 1 (0018,9514) FL PrimaryPositionerIncrement 1 (0018,9515) FL SecondaryPositionerIncrement 1 (0018,9516) DT StartAcquisitionDateTime 1 (0018,9517) DT EndAcquisitionDateTime 1 (0018,9524) LO ApplicationName 1 (0018,9525) LO ApplicationVersion 1 (0018,9526) LO ApplicationManufacturer 1 (0018,9527) CS AlgorithmType 1 (0018,9528) LO AlgorithmDescription 1 (0018,9530) SQ XRayDReconstructionSequence 1 (0018,9531) LO ReconstructionDescription 1 (0018,9538) SQ PerProjectionAcquisitionSequence 1 (0018,9601) SQ DiffusionBmatrixSequence 1 (0018,9602) FD DiffusionBvalueXX 1 (0018,9603) FD DiffusionBvalueXY 1 (0018,9604) FD DiffusionBvalueXZ 1 (0018,9605) FD DiffusionBvalueYY 1 (0018,9606) FD DiffusionBvalueYZ 1 (0018,9607) FD DiffusionBvalueZZ 1 (0018,9701) DT DecayCorrectionDateTime 1 (0018,9715) FD StartDensityThreshold 1 (0018,9716) FD StartRelativeDensityDifferenceThreshold 1 (0018,9717) FD StartCardiacTriggerCountThreshold 1 (0018,9718) FD StartRespiratoryTriggerCountThreshold 1 (0018,9719) FD TerminationCountsThreshold 1 (0018,9720) FD TerminationDensityThreshold 1 (0018,9721) FD TerminationRelativeDensityThreshold 1 (0018,9722) FD TerminationTimeThreshold 1 (0018,9723) FD TerminationCardiacTriggerCountThreshold 1 (0018,9724) FD TerminationRespiratoryTriggerCountThreshold 1 (0018,9725) CS DetectorGeometry 1 (0018,9726) FD TransverseDetectorSeparation 1 (0018,9727) FD AxialDetectorDimension 1 (0018,9729) US RadiopharmaceuticalAgentNumber 1 (0018,9732) SQ PETFrameAcquisitionSequence 1 (0018,9733) SQ PETDetectorMotionDetailsSequence 1 (0018,9734) SQ PETTableDynamicsSequence 1 (0018,9735) SQ PETPositionSequence 1 (0018,9736) SQ PETFrameCorrectionFactorsSequence 1 (0018,9737) SQ RadiopharmaceuticalUsageSequence 1 (0018,9738) CS AttenuationCorrectionSource 1 (0018,9739) US NumberOfIterations 1 (0018,9740) US NumberOfSubsets 1 (0018,9749) SQ PETReconstructionSequence 1 (0018,9751) SQ PETFrameTypeSequence 1 (0018,9755) CS TimeOfFlightInformationUsed 1 (0018,9756) CS ReconstructionType 1 (0018,9758) CS DecayCorrected 1 (0018,9759) CS AttenuationCorrected 1 (0018,9760) CS ScatterCorrected 1 (0018,9761) CS DeadTimeCorrected 1 (0018,9762) CS GantryMotionCorrected 1 (0018,9763) CS PatientMotionCorrected 1 (0018,9764) CS CountLossNormalizationCorrected 1 (0018,9765) CS RandomsCorrected 1 (0018,9766) CS NonuniformRadialSamplingCorrected 1 (0018,9767) CS SensitivityCalibrated 1 (0018,9768) CS DetectorNormalizationCorrection 1 (0018,9769) CS IterativeReconstructionMethod 1 (0018,9770) CS AttenuationCorrectionTemporalRelationship 1 (0018,9771) SQ PatientPhysiologicalStateSequence 1 (0018,9772) SQ PatientPhysiologicalStateCodeSequence 1 (0018,9801) FD DepthsOfFocus 1-n (0018,9803) SQ ExcludedIntervalsSequence 1 (0018,9804) DT ExclusionStartDatetime 1 (0018,9805) FD ExclusionDuration 1 (0018,9806) SQ USImageDescriptionSequence 1 (0018,9807) SQ ImageDataTypeSequence 1 (0018,9808) CS DataType 1 (0018,9809) SQ TransducerScanPatternCodeSequence 1 (0018,980B) CS AliasedDataType 1 (0018,980C) CS PositionMeasuringDeviceUsed 1 (0018,980D) SQ TransducerGeometryCodeSequence 1 (0018,980E) SQ TransducerBeamSteeringCodeSequence 1 (0018,980F) SQ TransducerApplicationCodeSequence 1 (0018,A001) SQ ContributingEquipmentSequence 1 (0018,A002) DT ContributionDateTime 1 (0018,A003) ST ContributionDescription 1 (0020,000D) UI StudyInstanceUID 1 (0020,000E) UI SeriesInstanceUID 1 (0020,0010) SH StudyID 1 (0020,0011) IS SeriesNumber 1 (0020,0012) IS AcquisitionNumber 1 (0020,0013) IS InstanceNumber 1 (0020,0014) IS IsotopeNumber 1 (0020,0015) IS PhaseNumber 1 (0020,0016) IS IntervalNumber 1 (0020,0017) IS TimeSlotNumber 1 (0020,0018) IS AngleNumber 1 (0020,0019) IS ItemNumber 1 (0020,0020) CS PatientOrientation 2 (0020,0022) IS OverlayNumber 1 (0020,0024) IS CurveNumber 1 (0020,0026) IS LUTNumber 1 (0020,0030) DS ImagePosition 3 (0020,0032) DS ImagePositionPatient 3 (0020,0035) DS ImageOrientation 6 (0020,0037) DS ImageOrientationPatient 6 (0020,0050) DS Location 1 (0020,0052) UI FrameOfReferenceUID 1 (0020,0060) CS Laterality 1 (0020,0062) CS ImageLaterality 1 (0020,0070) LO ImageGeometryType 1 (0020,0080) CS MaskingImage 1-n (0020,00AA) IS ReportNumber 1 (0020,0100) IS TemporalPositionIdentifier 1 (0020,0105) IS NumberOfTemporalPositions 1 (0020,0110) DS TemporalResolution 1 (0020,0200) UI SynchronizationFrameOfReferenceUID 1 (0020,0242) UI SOPInstanceUIDOfConcatenationSource 1 (0020,1000) IS SeriesInStudy 1 (0020,1001) IS AcquisitionsInSeries 1 (0020,1002) IS ImagesInAcquisition 1 (0020,1003) IS ImagesInSeries 1 (0020,1004) IS AcquisitionsInStudy 1 (0020,1005) IS ImagesInStudy 1 (0020,1020) LO Reference 1-n (0020,1040) LO PositionReferenceIndicator 1 (0020,1041) DS SliceLocation 1 (0020,1070) IS OtherStudyNumbers 1-n (0020,1200) IS NumberOfPatientRelatedStudies 1 (0020,1202) IS NumberOfPatientRelatedSeries 1 (0020,1204) IS NumberOfPatientRelatedInstances 1 (0020,1206) IS NumberOfStudyRelatedSeries 1 (0020,1208) IS NumberOfStudyRelatedInstances 1 (0020,1209) IS NumberOfSeriesRelatedInstances 1 (0020,3100) CS SourceImageIDs 1-n (0020,3101) CS SourceImageIDs 1-n (0020,3102) CS SourceImageIDs 1-n (0020,3103) CS SourceImageIDs 1-n (0020,3104) CS SourceImageIDs 1-n (0020,3105) CS SourceImageIDs 1-n (0020,3106) CS SourceImageIDs 1-n (0020,3107) CS SourceImageIDs 1-n (0020,3108) CS SourceImageIDs 1-n (0020,3109) CS SourceImageIDs 1-n (0020,310A) CS SourceImageIDs 1-n (0020,310B) CS SourceImageIDs 1-n (0020,310C) CS SourceImageIDs 1-n (0020,310D) CS SourceImageIDs 1-n (0020,310E) CS SourceImageIDs 1-n (0020,310F) CS SourceImageIDs 1-n (0020,3110) CS SourceImageIDs 1-n (0020,3111) CS SourceImageIDs 1-n (0020,3112) CS SourceImageIDs 1-n (0020,3113) CS SourceImageIDs 1-n (0020,3114) CS SourceImageIDs 1-n (0020,3115) CS SourceImageIDs 1-n (0020,3116) CS SourceImageIDs 1-n (0020,3117) CS SourceImageIDs 1-n (0020,3118) CS SourceImageIDs 1-n (0020,3119) CS SourceImageIDs 1-n (0020,311A) CS SourceImageIDs 1-n (0020,311B) CS SourceImageIDs 1-n (0020,311C) CS SourceImageIDs 1-n (0020,311D) CS SourceImageIDs 1-n (0020,311E) CS SourceImageIDs 1-n (0020,311F) CS SourceImageIDs 1-n (0020,3120) CS SourceImageIDs 1-n (0020,3121) CS SourceImageIDs 1-n (0020,3122) CS SourceImageIDs 1-n (0020,3123) CS SourceImageIDs 1-n (0020,3124) CS SourceImageIDs 1-n (0020,3125) CS SourceImageIDs 1-n (0020,3126) CS SourceImageIDs 1-n (0020,3127) CS SourceImageIDs 1-n (0020,3128) CS SourceImageIDs 1-n (0020,3129) CS SourceImageIDs 1-n (0020,312A) CS SourceImageIDs 1-n (0020,312B) CS SourceImageIDs 1-n (0020,312C) CS SourceImageIDs 1-n (0020,312D) CS SourceImageIDs 1-n (0020,312E) CS SourceImageIDs 1-n (0020,312F) CS SourceImageIDs 1-n (0020,3130) CS SourceImageIDs 1-n (0020,3131) CS SourceImageIDs 1-n (0020,3132) CS SourceImageIDs 1-n (0020,3133) CS SourceImageIDs 1-n (0020,3134) CS SourceImageIDs 1-n (0020,3135) CS SourceImageIDs 1-n (0020,3136) CS SourceImageIDs 1-n (0020,3137) CS SourceImageIDs 1-n (0020,3138) CS SourceImageIDs 1-n (0020,3139) CS SourceImageIDs 1-n (0020,313A) CS SourceImageIDs 1-n (0020,313B) CS SourceImageIDs 1-n (0020,313C) CS SourceImageIDs 1-n (0020,313D) CS SourceImageIDs 1-n (0020,313E) CS SourceImageIDs 1-n (0020,313F) CS SourceImageIDs 1-n (0020,3140) CS SourceImageIDs 1-n (0020,3141) CS SourceImageIDs 1-n (0020,3142) CS SourceImageIDs 1-n (0020,3143) CS SourceImageIDs 1-n (0020,3144) CS SourceImageIDs 1-n (0020,3145) CS SourceImageIDs 1-n (0020,3146) CS SourceImageIDs 1-n (0020,3147) CS SourceImageIDs 1-n (0020,3148) CS SourceImageIDs 1-n (0020,3149) CS SourceImageIDs 1-n (0020,314A) CS SourceImageIDs 1-n (0020,314B) CS SourceImageIDs 1-n (0020,314C) CS SourceImageIDs 1-n (0020,314D) CS SourceImageIDs 1-n (0020,314E) CS SourceImageIDs 1-n (0020,314F) CS SourceImageIDs 1-n (0020,3150) CS SourceImageIDs 1-n (0020,3151) CS SourceImageIDs 1-n (0020,3152) CS SourceImageIDs 1-n (0020,3153) CS SourceImageIDs 1-n (0020,3154) CS SourceImageIDs 1-n (0020,3155) CS SourceImageIDs 1-n (0020,3156) CS SourceImageIDs 1-n (0020,3157) CS SourceImageIDs 1-n (0020,3158) CS SourceImageIDs 1-n (0020,3159) CS SourceImageIDs 1-n (0020,315A) CS SourceImageIDs 1-n (0020,315B) CS SourceImageIDs 1-n (0020,315C) CS SourceImageIDs 1-n (0020,315D) CS SourceImageIDs 1-n (0020,315E) CS SourceImageIDs 1-n (0020,315F) CS SourceImageIDs 1-n (0020,3160) CS SourceImageIDs 1-n (0020,3161) CS SourceImageIDs 1-n (0020,3162) CS SourceImageIDs 1-n (0020,3163) CS SourceImageIDs 1-n (0020,3164) CS SourceImageIDs 1-n (0020,3165) CS SourceImageIDs 1-n (0020,3166) CS SourceImageIDs 1-n (0020,3167) CS SourceImageIDs 1-n (0020,3168) CS SourceImageIDs 1-n (0020,3169) CS SourceImageIDs 1-n (0020,316A) CS SourceImageIDs 1-n (0020,316B) CS SourceImageIDs 1-n (0020,316C) CS SourceImageIDs 1-n (0020,316D) CS SourceImageIDs 1-n (0020,316E) CS SourceImageIDs 1-n (0020,316F) CS SourceImageIDs 1-n (0020,3170) CS SourceImageIDs 1-n (0020,3171) CS SourceImageIDs 1-n (0020,3172) CS SourceImageIDs 1-n (0020,3173) CS SourceImageIDs 1-n (0020,3174) CS SourceImageIDs 1-n (0020,3175) CS SourceImageIDs 1-n (0020,3176) CS SourceImageIDs 1-n (0020,3177) CS SourceImageIDs 1-n (0020,3178) CS SourceImageIDs 1-n (0020,3179) CS SourceImageIDs 1-n (0020,317A) CS SourceImageIDs 1-n (0020,317B) CS SourceImageIDs 1-n (0020,317C) CS SourceImageIDs 1-n (0020,317D) CS SourceImageIDs 1-n (0020,317E) CS SourceImageIDs 1-n (0020,317F) CS SourceImageIDs 1-n (0020,3180) CS SourceImageIDs 1-n (0020,3181) CS SourceImageIDs 1-n (0020,3182) CS SourceImageIDs 1-n (0020,3183) CS SourceImageIDs 1-n (0020,3184) CS SourceImageIDs 1-n (0020,3185) CS SourceImageIDs 1-n (0020,3186) CS SourceImageIDs 1-n (0020,3187) CS SourceImageIDs 1-n (0020,3188) CS SourceImageIDs 1-n (0020,3189) CS SourceImageIDs 1-n (0020,318A) CS SourceImageIDs 1-n (0020,318B) CS SourceImageIDs 1-n (0020,318C) CS SourceImageIDs 1-n (0020,318D) CS SourceImageIDs 1-n (0020,318E) CS SourceImageIDs 1-n (0020,318F) CS SourceImageIDs 1-n (0020,3190) CS SourceImageIDs 1-n (0020,3191) CS SourceImageIDs 1-n (0020,3192) CS SourceImageIDs 1-n (0020,3193) CS SourceImageIDs 1-n (0020,3194) CS SourceImageIDs 1-n (0020,3195) CS SourceImageIDs 1-n (0020,3196) CS SourceImageIDs 1-n (0020,3197) CS SourceImageIDs 1-n (0020,3198) CS SourceImageIDs 1-n (0020,3199) CS SourceImageIDs 1-n (0020,319A) CS SourceImageIDs 1-n (0020,319B) CS SourceImageIDs 1-n (0020,319C) CS SourceImageIDs 1-n (0020,319D) CS SourceImageIDs 1-n (0020,319E) CS SourceImageIDs 1-n (0020,319F) CS SourceImageIDs 1-n (0020,31A0) CS SourceImageIDs 1-n (0020,31A1) CS SourceImageIDs 1-n (0020,31A2) CS SourceImageIDs 1-n (0020,31A3) CS SourceImageIDs 1-n (0020,31A4) CS SourceImageIDs 1-n (0020,31A5) CS SourceImageIDs 1-n (0020,31A6) CS SourceImageIDs 1-n (0020,31A7) CS SourceImageIDs 1-n (0020,31A8) CS SourceImageIDs 1-n (0020,31A9) CS SourceImageIDs 1-n (0020,31AA) CS SourceImageIDs 1-n (0020,31AB) CS SourceImageIDs 1-n (0020,31AC) CS SourceImageIDs 1-n (0020,31AD) CS SourceImageIDs 1-n (0020,31AE) CS SourceImageIDs 1-n (0020,31AF) CS SourceImageIDs 1-n (0020,31B0) CS SourceImageIDs 1-n (0020,31B1) CS SourceImageIDs 1-n (0020,31B2) CS SourceImageIDs 1-n (0020,31B3) CS SourceImageIDs 1-n (0020,31B4) CS SourceImageIDs 1-n (0020,31B5) CS SourceImageIDs 1-n (0020,31B6) CS SourceImageIDs 1-n (0020,31B7) CS SourceImageIDs 1-n (0020,31B8) CS SourceImageIDs 1-n (0020,31B9) CS SourceImageIDs 1-n (0020,31BA) CS SourceImageIDs 1-n (0020,31BB) CS SourceImageIDs 1-n (0020,31BC) CS SourceImageIDs 1-n (0020,31BD) CS SourceImageIDs 1-n (0020,31BE) CS SourceImageIDs 1-n (0020,31BF) CS SourceImageIDs 1-n (0020,31C0) CS SourceImageIDs 1-n (0020,31C1) CS SourceImageIDs 1-n (0020,31C2) CS SourceImageIDs 1-n (0020,31C3) CS SourceImageIDs 1-n (0020,31C4) CS SourceImageIDs 1-n (0020,31C5) CS SourceImageIDs 1-n (0020,31C6) CS SourceImageIDs 1-n (0020,31C7) CS SourceImageIDs 1-n (0020,31C8) CS SourceImageIDs 1-n (0020,31C9) CS SourceImageIDs 1-n (0020,31CA) CS SourceImageIDs 1-n (0020,31CB) CS SourceImageIDs 1-n (0020,31CC) CS SourceImageIDs 1-n (0020,31CD) CS SourceImageIDs 1-n (0020,31CE) CS SourceImageIDs 1-n (0020,31CF) CS SourceImageIDs 1-n (0020,31D0) CS SourceImageIDs 1-n (0020,31D1) CS SourceImageIDs 1-n (0020,31D2) CS SourceImageIDs 1-n (0020,31D3) CS SourceImageIDs 1-n (0020,31D4) CS SourceImageIDs 1-n (0020,31D5) CS SourceImageIDs 1-n (0020,31D6) CS SourceImageIDs 1-n (0020,31D7) CS SourceImageIDs 1-n (0020,31D8) CS SourceImageIDs 1-n (0020,31D9) CS SourceImageIDs 1-n (0020,31DA) CS SourceImageIDs 1-n (0020,31DB) CS SourceImageIDs 1-n (0020,31DC) CS SourceImageIDs 1-n (0020,31DD) CS SourceImageIDs 1-n (0020,31DE) CS SourceImageIDs 1-n (0020,31DF) CS SourceImageIDs 1-n (0020,31E0) CS SourceImageIDs 1-n (0020,31E1) CS SourceImageIDs 1-n (0020,31E2) CS SourceImageIDs 1-n (0020,31E3) CS SourceImageIDs 1-n (0020,31E4) CS SourceImageIDs 1-n (0020,31E5) CS SourceImageIDs 1-n (0020,31E6) CS SourceImageIDs 1-n (0020,31E7) CS SourceImageIDs 1-n (0020,31E8) CS SourceImageIDs 1-n (0020,31E9) CS SourceImageIDs 1-n (0020,31EA) CS SourceImageIDs 1-n (0020,31EB) CS SourceImageIDs 1-n (0020,31EC) CS SourceImageIDs 1-n (0020,31ED) CS SourceImageIDs 1-n (0020,31EE) CS SourceImageIDs 1-n (0020,31EF) CS SourceImageIDs 1-n (0020,31F0) CS SourceImageIDs 1-n (0020,31F1) CS SourceImageIDs 1-n (0020,31F2) CS SourceImageIDs 1-n (0020,31F3) CS SourceImageIDs 1-n (0020,31F4) CS SourceImageIDs 1-n (0020,31F5) CS SourceImageIDs 1-n (0020,31F6) CS SourceImageIDs 1-n (0020,31F7) CS SourceImageIDs 1-n (0020,31F8) CS SourceImageIDs 1-n (0020,31F9) CS SourceImageIDs 1-n (0020,31FA) CS SourceImageIDs 1-n (0020,31FB) CS SourceImageIDs 1-n (0020,31FC) CS SourceImageIDs 1-n (0020,31FD) CS SourceImageIDs 1-n (0020,31FE) CS SourceImageIDs 1-n (0020,31FF) CS SourceImageIDs 1-n (0020,3401) CS ModifyingDeviceID 1 (0020,3402) CS ModifiedImageID 1 (0020,3403) DA ModifiedImageDate 1 (0020,3404) LO ModifyingDeviceManufacturer 1 (0020,3405) TM ModifiedImageTime 1 (0020,3406) LO ModifiedImageDescription 1 (0020,4000) LT ImageComments 1 (0020,5000) AT OriginalImageIdentification 1-n (0020,5002) LO OriginalImageIdentificationNomenclature 1-n (0020,9056) SH StackID 1 (0020,9057) UL InStackPositionNumber 1 (0020,9071) SQ FrameAnatomySequence 1 (0020,9072) CS FrameLaterality 1 (0020,9111) SQ FrameContentSequence 1 (0020,9113) SQ PlanePositionSequence 1 (0020,9116) SQ PlaneOrientationSequence 1 (0020,9128) UL TemporalPositionIndex 1 (0020,9153) FD NominalCardiacTriggerDelayTime 1 (0020,9154) FL NominalCardiacTriggerTimePriorToRPeak 1 (0020,9155) FL ActualCardiacTriggerTimePriorToRPeak 1 (0020,9156) US FrameAcquisitionNumber 1 (0020,9157) UL DimensionIndexValues 1-n (0020,9158) LT FrameComments 1 (0020,9161) UI ConcatenationUID 1 (0020,9162) US InconcatenationNumber 1 (0020,9163) US InconcatenationTotalNumber 1 (0020,9164) UI DimensionOrganizationUID 1 (0020,9165) AT DimensionIndexPointer 1 (0020,9167) AT FunctionalGroupPointer 1 (0020,9213) LO DimensionIndexPrivateCreator 1 (0020,9221) SQ DimensionOrganizationSequence 1 (0020,9222) SQ DimensionIndexSequence 1 (0020,9228) UL ConcatenationFrameOffsetNumber 1 (0020,9238) LO FunctionalGroupPrivateCreator 1 (0020,9241) FL NominalPercentageOfCardiacPhase 1 (0020,9245) FL NominalPercentageOfRespiratoryPhase 1 (0020,9246) FL StartingRespiratoryAmplitude 1 (0020,9247) CS StartingRespiratoryPhase 1 (0020,9248) FL EndingRespiratoryAmplitude 1 (0020,9249) CS EndingRespiratoryPhase 1 (0020,9250) CS RespiratoryTriggerType 1 (0020,9251) FD RRIntervalTimeNominal 1 (0020,9252) FD ActualCardiacTriggerDelayTime 1 (0020,9253) SQ RespiratorySynchronizationSequence 1 (0020,9254) FD RespiratoryIntervalTime 1 (0020,9255) FD NominalRespiratoryTriggerDelayTime 1 (0020,9256) FD RespiratoryTriggerDelayThreshold 1 (0020,9257) FD ActualRespiratoryTriggerDelayTime 1 (0020,9301) FD ImagePositionVolume 3 (0020,9302) FD ImageOrientationVolume 6 (0020,9307) CS UltrasoundAcquisitionGeometry 1 (0020,9308) FD ApexPosition 3 (0020,9309) FD VolumeToTransducerMappingMatrix 16 (0020,930A) FD VolumeToTableMappingMatrix 16 (0020,930C) CS PatientFrameOfReferenceSource 1 (0020,930D) FD TemporalPositionTimeOffset 1 (0020,930E) SQ PlanePositionVolumeSequence 1 (0020,930F) SQ PlaneOrientationVolumeSequence 1 (0020,9310) SQ TemporalPositionSequence 1 (0020,9311) CS DimensionOrganizationType 1 (0020,9312) UI VolumeFrameOfReferenceUID 1 (0020,9313) UI TableFrameOfReferenceUID 1 (0020,9421) LO DimensionDescriptionLabel 1 (0020,9450) SQ PatientOrientationInFrameSequence 1 (0020,9453) LO FrameLabel 1 (0020,9518) US AcquisitionIndex 1-n (0020,9529) SQ ContributingSOPInstancesReferenceSequence 1 (0020,9536) US ReconstructionIndex 1 (0022,0001) US LightPathFilterPassThroughWavelength 1 (0022,0002) US LightPathFilterPassBand 2 (0022,0003) US ImagePathFilterPassThroughWavelength 1 (0022,0004) US ImagePathFilterPassBand 2 (0022,0005) CS PatientEyeMovementCommanded 1 (0022,0006) SQ PatientEyeMovementCommandCodeSequence 1 (0022,0007) FL SphericalLensPower 1 (0022,0008) FL CylinderLensPower 1 (0022,0009) FL CylinderAxis 1 (0022,000A) FL EmmetropicMagnification 1 (0022,000B) FL IntraOcularPressure 1 (0022,000C) FL HorizontalFieldOfView 1 (0022,000D) CS PupilDilated 1 (0022,000E) FL DegreeOfDilation 1 (0022,0010) FL StereoBaselineAngle 1 (0022,0011) FL StereoBaselineDisplacement 1 (0022,0012) FL StereoHorizontalPixelOffset 1 (0022,0013) FL StereoVerticalPixelOffset 1 (0022,0014) FL StereoRotation 1 (0022,0015) SQ AcquisitionDeviceTypeCodeSequence 1 (0022,0016) SQ IlluminationTypeCodeSequence 1 (0022,0017) SQ LightPathFilterTypeStackCodeSequence 1 (0022,0018) SQ ImagePathFilterTypeStackCodeSequence 1 (0022,0019) SQ LensesCodeSequence 1 (0022,001A) SQ ChannelDescriptionCodeSequence 1 (0022,001B) SQ RefractiveStateSequence 1 (0022,001C) SQ MydriaticAgentCodeSequence 1 (0022,001D) SQ RelativeImagePositionCodeSequence 1 (0022,001E) FL CameraAngleOfView 1 (0022,0020) SQ StereoPairsSequence 1 (0022,0021) SQ LeftImageSequence 1 (0022,0022) SQ RightImageSequence 1 (0022,0030) FL AxialLengthOfTheEye 1 (0022,0031) SQ OphthalmicFrameLocationSequence 1 (0022,0032) FL ReferenceCoordinates 2-2n (0022,0035) FL DepthSpatialResolution 1 (0022,0036) FL MaximumDepthDistortion 1 (0022,0037) FL AlongscanSpatialResolution 1 (0022,0038) FL MaximumAlongscanDistortion 1 (0022,0039) CS OphthalmicImageOrientation 1 (0022,0041) FL DepthOfTransverseImage 1 (0022,0042) SQ MydriaticAgentConcentrationUnitsSequence 1 (0022,0048) FL AcrossscanSpatialResolution 1 (0022,0049) FL MaximumAcrossscanDistortion 1 (0022,004E) DS MydriaticAgentConcentration 1 (0022,0055) FL IlluminationWaveLength 1 (0022,0056) FL IlluminationPower 1 (0022,0057) FL IlluminationBandwidth 1 (0022,0058) SQ MydriaticAgentSequence 1 (0022,1007) SQ OphthalmicAxialMeasurementsRightEyeSequence 1 (0022,1008) SQ OphthalmicAxialMeasurementsLeftEyeSequence 1 (0022,1009) CS OphthalmicAxialMeasurementsDeviceType 1 (0022,1010) CS OphthalmicAxialLengthMeasurementsType 1 (0022,1012) SQ OphthalmicAxialLengthSequence 1 (0022,1019) FL OphthalmicAxialLength 1 (0022,1024) SQ LensStatusCodeSequence 1 (0022,1025) SQ VitreousStatusCodeSequence 1 (0022,1028) SQ IOLFormulaCodeSequence 1 (0022,1029) LO IOLFormulaDetail 1 (0022,1033) FL KeratometerIndex 1 (0022,1035) SQ SourceOfOphthalmicAxialLengthCodeSequence 1 (0022,1037) FL TargetRefraction 1 (0022,1039) CS RefractiveProcedureOccurred 1 (0022,1040) SQ RefractiveSurgeryTypeCodeSequence 1 (0022,1044) SQ OphthalmicUltrasoundMethodCodeSequence 1 (0022,1050) SQ OphthalmicAxialLengthMeasurementsSequence 1 (0022,1053) FL IOLPower 1 (0022,1054) FL PredictedRefractiveError 1 (0022,1059) FL OphthalmicAxialLengthVelocity 1 (0022,1065) LO LensStatusDescription 1 (0022,1066) LO VitreousStatusDescription 1 (0022,1090) SQ IOLPowerSequence 1 (0022,1092) SQ LensConstantSequence 1 (0022,1093) LO IOLManufacturer 1 (0022,1094) LO LensConstantDescription 1 (0022,1095) LO ImplantName 1 (0022,1096) SQ KeratometryMeasurementTypeCodeSequence 1 (0022,1097) LO ImplantPartNumber 1 (0022,1100) SQ ReferencedOphthalmicAxialMeasurementsSequence 1 (0022,1101) SQ OphthalmicAxialLengthMeasurementsSegmentNameCodeSequence 1 (0022,1103) SQ RefractiveErrorBeforeRefractiveSurgeryCodeSequence 1 (0022,1121) FL IOLPowerForExactEmmetropia 1 (0022,1122) FL IOLPowerForExactTargetRefraction 1 (0022,1125) SQ AnteriorChamberDepthDefinitionCodeSequence 1 (0022,1127) SQ LensThicknessSequence 1 (0022,1128) SQ AnteriorChamberDepthSequence 1 (0022,1130) FL LensThickness 1 (0022,1131) FL AnteriorChamberDepth 1 (0022,1132) SQ SourceOfLensThicknessDataCodeSequence 1 (0022,1133) SQ SourceOfAnteriorChamberDepthDataCodeSequence 1 (0022,1134) SQ SourceOfRefractiveMeasurementsSequence 1 (0022,1135) SQ SourceOfRefractiveMeasurementsCodeSequence 1 (0022,1140) CS OphthalmicAxialLengthMeasurementModified 1 (0022,1150) SQ OphthalmicAxialLengthDataSourceCodeSequence 1 (0022,1153) SQ OphthalmicAxialLengthAcquisitionMethodCodeSequence 1 (0022,1155) FL SignalToNoiseRatio 1 (0022,1159) LO OphthalmicAxialLengthDataSourceDescription 1 (0022,1210) SQ OphthalmicAxialLengthMeasurementsTotalLengthSequence 1 (0022,1211) SQ OphthalmicAxialLengthMeasurementsSegmentalLengthSequence 1 (0022,1212) SQ OphthalmicAxialLengthMeasurementsLengthSummationSequence 1 (0022,1220) SQ UltrasoundOphthalmicAxialLengthMeasurementsSequence 1 (0022,1225) SQ OpticalOphthalmicAxialLengthMeasurementsSequence 1 (0022,1230) SQ UltrasoundSelectedOphthalmicAxialLengthSequence 1 (0022,1250) SQ OphthalmicAxialLengthSelectionMethodCodeSequence 1 (0022,1255) SQ OpticalSelectedOphthalmicAxialLengthSequence 1 (0022,1257) SQ SelectedSegmentalOphthalmicAxialLengthSequence 1 (0022,1260) SQ SelectedTotalOphthalmicAxialLengthSequence 1 (0022,1262) SQ OphthalmicAxialLengthQualityMetricSequence 1 (0022,1273) LO OphthalmicAxialLengthQualityMetricTypeDescription 1 (0022,1300) SQ IntraocularLensCalculationsRightEyeSequence 1 (0022,1310) SQ IntraocularLensCalculationsLeftEyeSequence 1 (0022,1330) SQ ReferencedOphthalmicAxialLengthMeasurementQCImageSequence 1 (0024,0010) FL VisualFieldHorizontalExtent 1 (0024,0011) FL VisualFieldVerticalExtent 1 (0024,0012) CS VisualFieldShape 1 (0024,0016) SQ ScreeningTestModeCodeSequence 1 (0024,0018) FL MaximumStimulusLuminance 1 (0024,0020) FL BackgroundLuminance 1 (0024,0021) SQ StimulusColorCodeSequence 1 (0024,0024) SQ BackgroundIlluminationColorCodeSequence 1 (0024,0025) FL StimulusArea 1 (0024,0028) FL StimulusPresentationTime 1 (0024,0032) SQ FixationSequence 1 (0024,0033) SQ FixationMonitoringCodeSequence 1 (0024,0034) SQ VisualFieldCatchTrialSequence 1 (0024,0035) US FixationCheckedQuantity 1 (0024,0036) US PatientNotProperlyFixatedQuantity 1 (0024,0037) CS PresentedVisualStimuliDataFlag 1 (0024,0038) US NumberOfVisualStimuli 1 (0024,0039) CS ExcessiveFixationLossesDataFlag 1 (0024,0040) CS ExcessiveFixationLosses 1 (0024,0042) US StimuliRetestingQuantity 1 (0024,0044) LT CommentsOnPatientPerformanceOfVisualField 1 (0024,0045) CS FalseNegativesEstimateFlag 1 (0024,0046) FL FalseNegativesEstimate 1 (0024,0048) US NegativeCatchTrialsQuantity 1 (0024,0050) US FalseNegativesQuantity 1 (0024,0051) CS ExcessiveFalseNegativesDataFlag 1 (0024,0052) CS ExcessiveFalseNegatives 1 (0024,0053) CS FalsePositivesEstimateFlag 1 (0024,0054) FL FalsePositivesEstimate 1 (0024,0055) CS CatchTrialsDataFlag 1 (0024,0056) US PositiveCatchTrialsQuantity 1 (0024,0057) CS TestPointNormalsDataFlag 1 (0024,0058) SQ TestPointNormalsSequence 1 (0024,0059) CS GlobalDeviationProbabilityNormalsFlag 1 (0024,0060) US FalsePositivesQuantity 1 (0024,0061) CS ExcessiveFalsePositivesDataFlag 1 (0024,0062) CS ExcessiveFalsePositives 1 (0024,0063) CS VisualFieldTestNormalsFlag 1 (0024,0064) SQ ResultsNormalsSequence 1 (0024,0065) SQ AgeCorrectedSensitivityDeviationAlgorithmSequence 1 (0024,0066) FL GlobalDeviationFromNormal 1 (0024,0067) SQ GeneralizedDefectSensitivityDeviationAlgorithmSequence 1 (0024,0068) FL LocalizedDeviationFromNormal 1 (0024,0069) LO PatientReliabilityIndicator 1 (0024,0070) FL VisualFieldMeanSensitivity 1 (0024,0071) FL GlobalDeviationProbability 1 (0024,0072) CS LocalDeviationProbabilityNormalsFlag 1 (0024,0073) FL LocalizedDeviationProbability 1 (0024,0074) CS ShortTermFluctuationCalculated 1 (0024,0075) FL ShortTermFluctuation 1 (0024,0076) CS ShortTermFluctuationProbabilityCalculated 1 (0024,0077) FL ShortTermFluctuationProbability 1 (0024,0078) CS CorrectedLocalizedDeviationFromNormalCalculated 1 (0024,0079) FL CorrectedLocalizedDeviationFromNormal 1 (0024,0080) CS CorrectedLocalizedDeviationFromNormalProbabilityCalculated 1 (0024,0081) FL CorrectedLocalizedDeviationFromNormalProbability 1 (0024,0083) SQ GlobalDeviationProbabilitySequence 1 (0024,0085) SQ LocalizedDeviationProbabilitySequence 1 (0024,0086) CS FovealSensitivityMeasured 1 (0024,0087) FL FovealSensitivity 1 (0024,0088) FL VisualFieldTestDuration 1 (0024,0089) SQ VisualFieldTestPointSequence 1 (0024,0090) FL VisualFieldTestPointXCoordinate 1 (0024,0091) FL VisualFieldTestPointYCoordinate 1 (0024,0092) FL AgeCorrectedSensitivityDeviationValue 1 (0024,0093) CS StimulusResults 1 (0024,0094) FL SensitivityValue 1 (0024,0095) CS RetestStimulusSeen 1 (0024,0096) FL RetestSensitivityValue 1 (0024,0097) SQ VisualFieldTestPointNormalsSequence 1 (0024,0098) FL QuantifiedDefect 1 (0024,0100) FL AgeCorrectedSensitivityDeviationProbabilityValue 1 (0024,0102) CS GeneralizedDefectCorrectedSensitivityDeviationFlag 1 (0024,0103) FL GeneralizedDefectCorrectedSensitivityDeviationValue 1 (0024,0104) FL GeneralizedDefectCorrectedSensitivityDeviationProbabilityValue 1 (0024,0105) FL MinimumSensitivityValue 1 (0024,0106) CS BlindSpotLocalized 1 (0024,0107) FL BlindSpotXCoordinate 1 (0024,0108) FL BlindSpotYCoordinate 1 (0024,0110) SQ VisualAcuityMeasurementSequence 1 (0024,0112) SQ RefractiveParametersUsedOnPatientSequence 1 (0024,0113) CS MeasurementLaterality 1 (0024,0114) SQ OphthalmicPatientClinicalInformationLeftEyeSequence 1 (0024,0115) SQ OphthalmicPatientClinicalInformationRightEyeSequence 1 (0024,0117) CS FovealPointNormativeDataFlag 1 (0024,0118) FL FovealPointProbabilityValue 1 (0024,0120) CS ScreeningBaselineMeasured 1 (0024,0122) SQ ScreeningBaselineMeasuredSequence 1 (0024,0124) CS ScreeningBaselineType 1 (0024,0126) FL ScreeningBaselineValue 1 (0024,0202) LO AlgorithmSource 1 (0024,0306) LO DataSetName 1 (0024,0307) LO DataSetVersion 1 (0024,0308) LO DataSetSource 1 (0024,0309) LO DataSetDescription 1 (0024,0317) SQ VisualFieldTestReliabilityGlobalIndexSequence 1 (0024,0320) SQ VisualFieldGlobalResultsIndexSequence 1 (0024,0325) SQ DataObservationSequence 1 (0024,0338) CS IndexNormalsFlag 1 (0024,0341) FL IndexProbability 1 (0024,0344) SQ IndexProbabilitySequence 1 (0028,0002) US SamplesPerPixel 1 (0028,0003) US SamplesPerPixelUsed 1 (0028,0004) CS PhotometricInterpretation 1 (0028,0005) US ImageDimensions 1 (0028,0006) US PlanarConfiguration 1 (0028,0008) IS NumberOfFrames 1 (0028,0009) AT FrameIncrementPointer 1-n (0028,000A) AT FrameDimensionPointer 1-n (0028,0010) US Rows 1 (0028,0011) US Columns 1 (0028,0012) US Planes 1 (0028,0014) US UltrasoundColorDataPresent 1 (0028,0030) DS PixelSpacing 2 (0028,0031) DS ZoomFactor 2 (0028,0032) DS ZoomCenter 2 (0028,0034) IS PixelAspectRatio 2 (0028,0040) CS ImageFormat 1 (0028,0050) LO ManipulatedImage 1-n (0028,0051) CS CorrectedImage 1-n (0028,005F) LO CompressionRecognitionCode 1 (0028,0060) CS CompressionCode 1 (0028,0061) SH CompressionOriginator 1 (0028,0062) LO CompressionLabel 1 (0028,0063) SH CompressionDescription 1 (0028,0065) CS CompressionSequence 1-n (0028,0066) AT CompressionStepPointers 1-n (0028,0068) US RepeatInterval 1 (0028,0069) US BitsGrouped 1 (0028,0070) US PerimeterTable 1-n (0028,0071) US/SS PerimeterValue 1 (0028,0080) US PredictorRows 1 (0028,0081) US PredictorColumns 1 (0028,0082) US PredictorConstants 1-n (0028,0090) CS BlockedPixels 1 (0028,0091) US BlockRows 1 (0028,0092) US BlockColumns 1 (0028,0093) US RowOverlap 1 (0028,0094) US ColumnOverlap 1 (0028,0100) US BitsAllocated 1 (0028,0101) US BitsStored 1 (0028,0102) US HighBit 1 (0028,0103) US PixelRepresentation 1 (0028,0104) US/SS SmallestValidPixelValue 1 (0028,0105) US/SS LargestValidPixelValue 1 (0028,0106) US/SS SmallestImagePixelValue 1 (0028,0107) US/SS LargestImagePixelValue 1 (0028,0108) US/SS SmallestPixelValueInSeries 1 (0028,0109) US/SS LargestPixelValueInSeries 1 (0028,0110) US/SS SmallestImagePixelValueInPlane 1 (0028,0111) US/SS LargestImagePixelValueInPlane 1 (0028,0120) US/SS PixelPaddingValue 1 (0028,0121) US/SS PixelPaddingRangeLimit 1 (0028,0200) US ImageLocation 1 (0028,0300) CS QualityControlImage 1 (0028,0301) CS BurnedInAnnotation 1 (0028,0302) CS RecognizableVisualFeatures 1 (0028,0303) CS LongitudinalTemporalInformationModified 1 (0028,0304) UI ReferencedColorPaletteInstanceUID 1 (0028,0400) LO TransformLabel 1 (0028,0401) LO TransformVersionNumber 1 (0028,0402) US NumberOfTransformSteps 1 (0028,0403) LO SequenceOfCompressedData 1-n (0028,0404) AT DetailsOfCoefficients 1-n (0028,0700) LO DCTLabel 1 (0028,0701) CS DataBlockDescription 1-n (0028,0702) AT DataBlock 1-n (0028,0710) US NormalizationFactorFormat 1 (0028,0720) US ZonalMapNumberFormat 1 (0028,0721) AT ZonalMapLocation 1-n (0028,0722) US ZonalMapFormat 1 (0028,0730) US AdaptiveMapFormat 1 (0028,0740) US CodeNumberFormat 1 (0028,0A02) CS PixelSpacingCalibrationType 1 (0028,0A04) LO PixelSpacingCalibrationDescription 1 (0028,1040) CS PixelIntensityRelationship 1 (0028,1041) SS PixelIntensityRelationshipSign 1 (0028,1050) DS WindowCenter 1-n (0028,1051) DS WindowWidth 1-n (0028,1052) DS RescaleIntercept 1 (0028,1053) DS RescaleSlope 1 (0028,1054) LO RescaleType 1 (0028,1055) LO WindowCenterWidthExplanation 1-n (0028,1056) CS VOILUTFunction 1 (0028,1080) CS GrayScale 1 (0028,1090) CS RecommendedViewingMode 1 (0028,1100) US/SS GrayLookupTableDescriptor 3 (0028,1101) US/SS RedPaletteColorLookupTableDescriptor 3 (0028,1102) US/SS GreenPaletteColorLookupTableDescriptor 3 (0028,1103) US/SS BluePaletteColorLookupTableDescriptor 3 (0028,1104) US AlphaPaletteColorLookupTableDescriptor 3 (0028,1111) US/SS LargeRedPaletteColorLookupTableDescriptor 4 (0028,1112) US/SS LargeGreenPaletteColorLookupTableDescriptor 4 (0028,1113) US/SS LargeBluePaletteColorLookupTableDescriptor 4 (0028,1199) UI PaletteColorLookupTableUID 1 (0028,1200) US/SS GrayLookupTableData 1-n (0028,1201) OW RedPaletteColorLookupTableData 1 (0028,1202) OW GreenPaletteColorLookupTableData 1 (0028,1203) OW BluePaletteColorLookupTableData 1 (0028,1204) OW AlphaPaletteColorLookupTableData 1 (0028,1211) OW LargeRedPaletteColorLookupTableData 1 (0028,1212) OW LargeGreenPaletteColorLookupTableData 1 (0028,1213) OW LargeBluePaletteColorLookupTableData 1 (0028,1214) UI LargePaletteColorLookupTableUID 1 (0028,1221) OW SegmentedRedPaletteColorLookupTableData 1 (0028,1222) OW SegmentedGreenPaletteColorLookupTableData 1 (0028,1223) OW SegmentedBluePaletteColorLookupTableData 1 (0028,1300) CS BreastImplantPresent 1 (0028,1350) CS PartialView 1 (0028,1351) ST PartialViewDescription 1 (0028,1352) SQ PartialViewCodeSequence 1 (0028,135A) CS SpatialLocationsPreserved 1 (0028,1401) SQ DataFrameAssignmentSequence 1 (0028,1402) CS DataPathAssignment 1 (0028,1403) US BitsMappedToColorLookupTable 1 (0028,1404) SQ BlendingLUTSequence 1 (0028,1405) CS BlendingLUTTransferFunction 1 (0028,1406) FD BlendingWeightConstant 1 (0028,1407) US BlendingLookupTableDescriptor 3 (0028,1408) OW BlendingLookupTableData 1 (0028,140B) SQ EnhancedPaletteColorLookupTableSequence 1 (0028,140C) SQ BlendingLUTSequence 1 (0028,140D) CS BlendingLUTTransferFunction 1 (0028,140E) CS DataPathID 1 (0028,140F) CS RGBLUTTransferFunction 1 (0028,1410) CS AlphaLUTTransferFunction 1 (0028,2000) OB ICCProfile 1 (0028,2110) CS LossyImageCompression 1 (0028,2112) DS LossyImageCompressionRatio 1-n (0028,2114) CS LossyImageCompressionMethod 1-n (0028,3000) SQ ModalityLUTSequence 1 (0028,3002) US/SS LUTDescriptor 3 (0028,3003) LO LUTExplanation 1 (0028,3004) LO ModalityLUTType 1 (0028,3006) US/SS LUTData 1-n (0028,3010) SQ VOILUTSequence 1 (0028,3110) SQ SoftcopyVOILUTSequence 1 (0028,4000) LT ImagePresentationComments 1 (0028,5000) SQ BiPlaneAcquisitionSequence 1 (0028,6010) US RepresentativeFrameNumber 1 (0028,6020) US FrameNumbersOfInterestFOI 1-n (0028,6022) LO FrameOfInterestDescription 1-n (0028,6023) CS FrameOfInterestType 1-n (0028,6030) US MaskPointers 1-n (0028,6040) US RWavePointer 1-n (0028,6100) SQ MaskSubtractionSequence 1 (0028,6101) CS MaskOperation 1 (0028,6102) US ApplicableFrameRange 2-2n (0028,6110) US MaskFrameNumbers 1-n (0028,6112) US ContrastFrameAveraging 1 (0028,6114) FL MaskSubpixelShift 2 (0028,6120) SS TIDOffset 1 (0028,6190) ST MaskOperationExplanation 1 (0028,7FE0) UT PixelDataProviderURL 1 (0028,9001) UL DataPointRows 1 (0028,9002) UL DataPointColumns 1 (0028,9003) CS SignalDomainColumns 1 (0028,9099) US LargestMonochromePixelValue 1 (0028,9108) CS DataRepresentation 1 (0028,9110) SQ PixelMeasuresSequence 1 (0028,9132) SQ FrameVOILUTSequence 1 (0028,9145) SQ PixelValueTransformationSequence 1 (0028,9235) CS SignalDomainRows 1 (0028,9411) FL DisplayFilterPercentage 1 (0028,9415) SQ FramePixelShiftSequence 1 (0028,9416) US SubtractionItemID 1 (0028,9422) SQ PixelIntensityRelationshipLUTSequence 1 (0028,9443) SQ FramePixelDataPropertiesSequence 1 (0028,9444) CS GeometricalProperties 1 (0028,9445) FL GeometricMaximumDistortion 1 (0028,9446) CS ImageProcessingApplied 1-n (0028,9454) CS MaskSelectionMode 1 (0028,9474) CS LUTFunction 1 (0028,9478) FL MaskVisibilityPercentage 1 (0028,9501) SQ PixelShiftSequence 1 (0028,9502) SQ RegionPixelShiftSequence 1 (0028,9503) SS VerticesOfTheRegion 2-2n (0028,9505) SQ MultiframePresentationSequence 1 (0028,9506) US PixelShiftFrameRange 2-2n (0028,9507) US LUTFrameRange 2-2n (0028,9520) DS ImageToEquipmentMappingMatrix 16 (0028,9537) CS EquipmentCoordinateSystemIdentification 1 (0032,000A) CS StudyStatusID 1 (0032,000C) CS StudyPriorityID 1 (0032,0012) LO StudyIDIssuer 1 (0032,0032) DA StudyVerifiedDate 1 (0032,0033) TM StudyVerifiedTime 1 (0032,0034) DA StudyReadDate 1 (0032,0035) TM StudyReadTime 1 (0032,1000) DA ScheduledStudyStartDate 1 (0032,1001) TM ScheduledStudyStartTime 1 (0032,1010) DA ScheduledStudyStopDate 1 (0032,1011) TM ScheduledStudyStopTime 1 (0032,1020) LO ScheduledStudyLocation 1 (0032,1021) AE ScheduledStudyLocationAETitle 1-n (0032,1030) LO ReasonForStudy 1 (0032,1031) SQ RequestingPhysicianIdentificationSequence 1 (0032,1032) PN RequestingPhysician 1 (0032,1033) LO RequestingService 1 (0032,1034) SQ RequestingServiceCodeSequence 1 (0032,1040) DA StudyArrivalDate 1 (0032,1041) TM StudyArrivalTime 1 (0032,1050) DA StudyCompletionDate 1 (0032,1051) TM StudyCompletionTime 1 (0032,1055) CS StudyComponentStatusID 1 (0032,1060) LO RequestedProcedureDescription 1 (0032,1064) SQ RequestedProcedureCodeSequence 1 (0032,1070) LO RequestedContrastAgent 1 (0032,4000) LT StudyComments 1 (0038,0004) SQ ReferencedPatientAliasSequence 1 (0038,0008) CS VisitStatusID 1 (0038,0010) LO AdmissionID 1 (0038,0011) LO IssuerOfAdmissionID 1 (0038,0014) SQ IssuerOfAdmissionIDSequence 1 (0038,0016) LO RouteOfAdmissions 1 (0038,001A) DA ScheduledAdmissionDate 1 (0038,001B) TM ScheduledAdmissionTime 1 (0038,001C) DA ScheduledDischargeDate 1 (0038,001D) TM ScheduledDischargeTime 1 (0038,001E) LO ScheduledPatientInstitutionResidence 1 (0038,0020) DA AdmittingDate 1 (0038,0021) TM AdmittingTime 1 (0038,0030) DA DischargeDate 1 (0038,0032) TM DischargeTime 1 (0038,0040) LO DischargeDiagnosisDescription 1 (0038,0044) SQ DischargeDiagnosisCodeSequence 1 (0038,0050) LO SpecialNeeds 1 (0038,0060) LO ServiceEpisodeID 1 (0038,0061) LO IssuerOfServiceEpisodeID 1 (0038,0062) LO ServiceEpisodeDescription 1 (0038,0064) SQ IssuerOfServiceEpisodeIDSequence 1 (0038,0100) SQ PertinentDocumentsSequence 1 (0038,0300) LO CurrentPatientLocation 1 (0038,0400) LO PatientInstitutionResidence 1 (0038,0500) LO PatientState 1 (0038,0502) SQ PatientClinicalTrialParticipationSequence 1 (0038,4000) LT VisitComments 1 (003A,0004) CS WaveformOriginality 1 (003A,0005) US NumberOfWaveformChannels 1 (003A,0010) UL NumberOfWaveformSamples 1 (003A,001A) DS SamplingFrequency 1 (003A,0020) SH MultiplexGroupLabel 1 (003A,0200) SQ ChannelDefinitionSequence 1 (003A,0202) IS WaveformChannelNumber 1 (003A,0203) SH ChannelLabel 1 (003A,0205) CS ChannelStatus 1-n (003A,0208) SQ ChannelSourceSequence 1 (003A,0209) SQ ChannelSourceModifiersSequence 1 (003A,020A) SQ SourceWaveformSequence 1 (003A,020C) LO ChannelDerivationDescription 1 (003A,0210) DS ChannelSensitivity 1 (003A,0211) SQ ChannelSensitivityUnitsSequence 1 (003A,0212) DS ChannelSensitivityCorrectionFactor 1 (003A,0213) DS ChannelBaseline 1 (003A,0214) DS ChannelTimeSkew 1 (003A,0215) DS ChannelSampleSkew 1 (003A,0218) DS ChannelOffset 1 (003A,021A) US WaveformBitsStored 1 (003A,0220) DS FilterLowFrequency 1 (003A,0221) DS FilterHighFrequency 1 (003A,0222) DS NotchFilterFrequency 1 (003A,0223) DS NotchFilterBandwidth 1 (003A,0230) FL WaveformDataDisplayScale 1 (003A,0231) US WaveformDisplayBackgroundCIELabValue 3 (003A,0240) SQ WaveformPresentationGroupSequence 1 (003A,0241) US PresentationGroupNumber 1 (003A,0242) SQ ChannelDisplaySequence 1 (003A,0244) US ChannelRecommendedDisplayCIELabValue 3 (003A,0245) FL ChannelPosition 1 (003A,0246) CS DisplayShadingFlag 1 (003A,0247) FL FractionalChannelDisplayScale 1 (003A,0248) FL AbsoluteChannelDisplayScale 1 (003A,0300) SQ MultiplexedAudioChannelsDescriptionCodeSequence 1 (003A,0301) IS ChannelIdentificationCode 1 (003A,0302) CS ChannelMode 1 (0040,0001) AE ScheduledStationAETitle 1-n (0040,0002) DA ScheduledProcedureStepStartDate 1 (0040,0003) TM ScheduledProcedureStepStartTime 1 (0040,0004) DA ScheduledProcedureStepEndDate 1 (0040,0005) TM ScheduledProcedureStepEndTime 1 (0040,0006) PN ScheduledPerformingPhysicianName 1 (0040,0007) LO ScheduledProcedureStepDescription 1 (0040,0008) SQ ScheduledProtocolCodeSequence 1 (0040,0009) SH ScheduledProcedureStepID 1 (0040,000A) SQ StageCodeSequence 1 (0040,000B) SQ ScheduledPerformingPhysicianIdentificationSequence 1 (0040,0010) SH ScheduledStationName 1-n (0040,0011) SH ScheduledProcedureStepLocation 1 (0040,0012) LO PreMedication 1 (0040,0020) CS ScheduledProcedureStepStatus 1 (0040,0026) SQ OrderPlacerIdentifierSequence 1 (0040,0027) SQ OrderFillerIdentifierSequence 1 (0040,0031) UT LocalNamespaceEntityID 1 (0040,0032) UT UniversalEntityID 1 (0040,0033) CS UniversalEntityIDType 1 (0040,0035) CS IdentifierTypeCode 1 (0040,0036) SQ AssigningFacilitySequence 1 (0040,0039) SQ AssigningJurisdictionCodeSequence 1 (0040,003A) SQ AssigningAgencyOrDepartmentCodeSequence 1 (0040,0100) SQ ScheduledProcedureStepSequence 1 (0040,0220) SQ ReferencedNonImageCompositeSOPInstanceSequence 1 (0040,0241) AE PerformedStationAETitle 1 (0040,0242) SH PerformedStationName 1 (0040,0243) SH PerformedLocation 1 (0040,0244) DA PerformedProcedureStepStartDate 1 (0040,0245) TM PerformedProcedureStepStartTime 1 (0040,0250) DA PerformedProcedureStepEndDate 1 (0040,0251) TM PerformedProcedureStepEndTime 1 (0040,0252) CS PerformedProcedureStepStatus 1 (0040,0253) SH PerformedProcedureStepID 1 (0040,0254) LO PerformedProcedureStepDescription 1 (0040,0255) LO PerformedProcedureTypeDescription 1 (0040,0260) SQ PerformedProtocolCodeSequence 1 (0040,0261) CS PerformedProtocolType 1 (0040,0270) SQ ScheduledStepAttributesSequence 1 (0040,0275) SQ RequestAttributesSequence 1 (0040,0280) ST CommentsOnThePerformedProcedureStep 1 (0040,0281) SQ PerformedProcedureStepDiscontinuationReasonCodeSequence 1 (0040,0293) SQ QuantitySequence 1 (0040,0294) DS Quantity 1 (0040,0295) SQ MeasuringUnitsSequence 1 (0040,0296) SQ BillingItemSequence 1 (0040,0300) US TotalTimeOfFluoroscopy 1 (0040,0301) US TotalNumberOfExposures 1 (0040,0302) US EntranceDose 1 (0040,0303) US ExposedArea 1-2 (0040,0306) DS DistanceSourceToEntrance 1 (0040,0307) DS DistanceSourceToSupport 1 (0040,030E) SQ ExposureDoseSequence 1 (0040,0310) ST CommentsOnRadiationDose 1 (0040,0312) DS XRayOutput 1 (0040,0314) DS HalfValueLayer 1 (0040,0316) DS OrganDose 1 (0040,0318) CS OrganExposed 1 (0040,0320) SQ BillingProcedureStepSequence 1 (0040,0321) SQ FilmConsumptionSequence 1 (0040,0324) SQ BillingSuppliesAndDevicesSequence 1 (0040,0330) SQ ReferencedProcedureStepSequence 1 (0040,0340) SQ PerformedSeriesSequence 1 (0040,0400) LT CommentsOnTheScheduledProcedureStep 1 (0040,0440) SQ ProtocolContextSequence 1 (0040,0441) SQ ContentItemModifierSequence 1 (0040,0500) SQ ScheduledSpecimenSequence 1 (0040,050A) LO SpecimenAccessionNumber 1 (0040,0512) LO ContainerIdentifier 1 (0040,0513) SQ IssuerOfTheContainerIdentifierSequence 1 (0040,0515) SQ AlternateContainerIdentifierSequence 1 (0040,0518) SQ ContainerTypeCodeSequence 1 (0040,051A) LO ContainerDescription 1 (0040,0520) SQ ContainerComponentSequence 1 (0040,0550) SQ SpecimenSequence 1 (0040,0551) LO SpecimenIdentifier 1 (0040,0552) SQ SpecimenDescriptionSequenceTrial 1 (0040,0553) ST SpecimenDescriptionTrial 1 (0040,0554) UI SpecimenUID 1 (0040,0555) SQ AcquisitionContextSequence 1 (0040,0556) ST AcquisitionContextDescription 1 (0040,0560) SQ SpecimenDescriptionSequence 1 (0040,0562) SQ IssuerOfTheSpecimenIdentifierSequence 1 (0040,059A) SQ SpecimenTypeCodeSequence 1 (0040,0600) LO SpecimenShortDescription 1 (0040,0602) UT SpecimenDetailedDescription 1 (0040,0610) SQ SpecimenPreparationSequence 1 (0040,0612) SQ SpecimenPreparationStepContentItemSequence 1 (0040,0620) SQ SpecimenLocalizationContentItemSequence 1 (0040,06FA) LO SlideIdentifier 1 (0040,071A) SQ ImageCenterPointCoordinatesSequence 1 (0040,072A) DS XOffsetInSlideCoordinateSystem 1 (0040,073A) DS YOffsetInSlideCoordinateSystem 1 (0040,074A) DS ZOffsetInSlideCoordinateSystem 1 (0040,08D8) SQ PixelSpacingSequence 1 (0040,08DA) SQ CoordinateSystemAxisCodeSequence 1 (0040,08EA) SQ MeasurementUnitsCodeSequence 1 (0040,09F8) SQ VitalStainCodeSequenceTrial 1 (0040,1001) SH RequestedProcedureID 1 (0040,1002) LO ReasonForTheRequestedProcedure 1 (0040,1003) SH RequestedProcedurePriority 1 (0040,1004) LO PatientTransportArrangements 1 (0040,1005) LO RequestedProcedureLocation 1 (0040,1006) SH PlacerOrderNumberProcedure 1 (0040,1007) SH FillerOrderNumberProcedure 1 (0040,1008) LO ConfidentialityCode 1 (0040,1009) SH ReportingPriority 1 (0040,100A) SQ ReasonForRequestedProcedureCodeSequence 1 (0040,1010) PN NamesOfIntendedRecipientsOfResults 1-n (0040,1011) SQ IntendedRecipientsOfResultsIdentificationSequence 1 (0040,1012) SQ ReasonForPerformedProcedureCodeSequence 1 (0040,1060) LO RequestedProcedureDescriptionTrial 1 (0040,1101) SQ PersonIdentificationCodeSequence 1 (0040,1102) ST PersonAddress 1 (0040,1103) LO PersonTelephoneNumbers 1-n (0040,1400) LT RequestedProcedureComments 1 (0040,2001) LO ReasonForTheImagingServiceRequest 1 (0040,2004) DA IssueDateOfImagingServiceRequest 1 (0040,2005) TM IssueTimeOfImagingServiceRequest 1 (0040,2006) SH PlacerOrderNumberImagingServiceRequestRetired 1 (0040,2007) SH FillerOrderNumberImagingServiceRequestRetired 1 (0040,2008) PN OrderEnteredBy 1 (0040,2009) SH OrderEntererLocation 1 (0040,2010) SH OrderCallbackPhoneNumber 1 (0040,2016) LO PlacerOrderNumberImagingServiceRequest 1 (0040,2017) LO FillerOrderNumberImagingServiceRequest 1 (0040,2400) LT ImagingServiceRequestComments 1 (0040,3001) LO ConfidentialityConstraintOnPatientDataDescription 1 (0040,4001) CS GeneralPurposeScheduledProcedureStepStatus 1 (0040,4002) CS GeneralPurposePerformedProcedureStepStatus 1 (0040,4003) CS GeneralPurposeScheduledProcedureStepPriority 1 (0040,4004) SQ ScheduledProcessingApplicationsCodeSequence 1 (0040,4005) DT ScheduledProcedureStepStartDateTime 1 (0040,4006) CS MultipleCopiesFlag 1 (0040,4007) SQ PerformedProcessingApplicationsCodeSequence 1 (0040,4009) SQ HumanPerformerCodeSequence 1 (0040,4010) DT ScheduledProcedureStepModificationDateTime 1 (0040,4011) DT ExpectedCompletionDateTime 1 (0040,4015) SQ ResultingGeneralPurposePerformedProcedureStepsSequence 1 (0040,4016) SQ ReferencedGeneralPurposeScheduledProcedureStepSequence 1 (0040,4018) SQ ScheduledWorkitemCodeSequence 1 (0040,4019) SQ PerformedWorkitemCodeSequence 1 (0040,4020) CS InputAvailabilityFlag 1 (0040,4021) SQ InputInformationSequence 1 (0040,4022) SQ RelevantInformationSequence 1 (0040,4023) UI ReferencedGeneralPurposeScheduledProcedureStepTransactionUID 1 (0040,4025) SQ ScheduledStationNameCodeSequence 1 (0040,4026) SQ ScheduledStationClassCodeSequence 1 (0040,4027) SQ ScheduledStationGeographicLocationCodeSequence 1 (0040,4028) SQ PerformedStationNameCodeSequence 1 (0040,4029) SQ PerformedStationClassCodeSequence 1 (0040,4030) SQ PerformedStationGeographicLocationCodeSequence 1 (0040,4031) SQ RequestedSubsequentWorkitemCodeSequence 1 (0040,4032) SQ NonDICOMOutputCodeSequence 1 (0040,4033) SQ OutputInformationSequence 1 (0040,4034) SQ ScheduledHumanPerformersSequence 1 (0040,4035) SQ ActualHumanPerformersSequence 1 (0040,4036) LO HumanPerformerOrganization 1 (0040,4037) PN HumanPerformerName 1 (0040,4040) CS RawDataHandling 1 (0040,4041) CS InputReadinessState 1 (0040,4050) DT PerformedProcedureStepStartDateTime 1 (0040,4051) DT PerformedProcedureStepEndDateTime 1 (0040,4052) DT ProcedureStepCancellationDateTime 1 (0040,8302) DS EntranceDoseInMGy 1 (0040,9094) SQ ReferencedImageRealWorldValueMappingSequence 1 (0040,9096) SQ RealWorldValueMappingSequence 1 (0040,9098) SQ PixelValueMappingCodeSequence 1 (0040,9210) SH LUTLabel 1 (0040,9211) US/SS RealWorldValueLastValueMapped 1 (0040,9212) FD RealWorldValueLUTData 1-n (0040,9216) US/SS RealWorldValueFirstValueMapped 1 (0040,9224) FD RealWorldValueIntercept 1 (0040,9225) FD RealWorldValueSlope 1 (0040,A007) CS FindingsFlagTrial 1 (0040,A010) CS RelationshipType 1 (0040,A020) SQ FindingsSequenceTrial 1 (0040,A021) UI FindingsGroupUIDTrial 1 (0040,A022) UI ReferencedFindingsGroupUIDTrial 1 (0040,A023) DA FindingsGroupRecordingDateTrial 1 (0040,A024) TM FindingsGroupRecordingTimeTrial 1 (0040,A026) SQ FindingsSourceCategoryCodeSequenceTrial 1 (0040,A027) LO VerifyingOrganization 1 (0040,A028) SQ DocumentingOrganizationIdentifierCodeSequenceTrial 1 (0040,A030) DT VerificationDateTime 1 (0040,A032) DT ObservationDateTime 1 (0040,A040) CS ValueType 1 (0040,A043) SQ ConceptNameCodeSequence 1 (0040,A047) LO MeasurementPrecisionDescriptionTrial 1 (0040,A050) CS ContinuityOfContent 1 (0040,A057) CS UrgencyOrPriorityAlertsTrial 1-n (0040,A060) LO SequencingIndicatorTrial 1 (0040,A066) SQ DocumentIdentifierCodeSequenceTrial 1 (0040,A067) PN DocumentAuthorTrial 1 (0040,A068) SQ DocumentAuthorIdentifierCodeSequenceTrial 1 (0040,A070) SQ IdentifierCodeSequenceTrial 1 (0040,A073) SQ VerifyingObserverSequence 1 (0040,A074) OB ObjectBinaryIdentifierTrial 1 (0040,A075) PN VerifyingObserverName 1 (0040,A076) SQ DocumentingObserverIdentifierCodeSequenceTrial 1 (0040,A078) SQ AuthorObserverSequence 1 (0040,A07A) SQ ParticipantSequence 1 (0040,A07C) SQ CustodialOrganizationSequence 1 (0040,A080) CS ParticipationType 1 (0040,A082) DT ParticipationDateTime 1 (0040,A084) CS ObserverType 1 (0040,A085) SQ ProcedureIdentifierCodeSequenceTrial 1 (0040,A088) SQ VerifyingObserverIdentificationCodeSequence 1 (0040,A089) OB ObjectDirectoryBinaryIdentifierTrial 1 (0040,A090) SQ EquivalentCDADocumentSequence 1 (0040,A0B0) US ReferencedWaveformChannels 2-2n (0040,A110) DA DateOfDocumentOrVerbalTransactionTrial 1 (0040,A112) TM TimeOfDocumentCreationOrVerbalTransactionTrial 1 (0040,A120) DT DateTime 1 (0040,A121) DA Date 1 (0040,A122) TM Time 1 (0040,A123) PN PersonName 1 (0040,A124) UI UID 1 (0040,A125) CS ReportStatusIDTrial 2 (0040,A130) CS TemporalRangeType 1 (0040,A132) UL ReferencedSamplePositions 1-n (0040,A136) US ReferencedFrameNumbers 1-n (0040,A138) DS ReferencedTimeOffsets 1-n (0040,A13A) DT ReferencedDateTime 1-n (0040,A160) UT TextValue 1 (0040,A167) SQ ObservationCategoryCodeSequenceTrial 1 (0040,A168) SQ ConceptCodeSequence 1 (0040,A16A) ST BibliographicCitationTrial 1 (0040,A170) SQ PurposeOfReferenceCodeSequence 1 (0040,A171) UI ObservationUIDTrial 1 (0040,A172) UI ReferencedObservationUIDTrial 1 (0040,A173) CS ReferencedObservationClassTrial 1 (0040,A174) CS ReferencedObjectObservationClassTrial 1 (0040,A180) US AnnotationGroupNumber 1 (0040,A192) DA ObservationDateTrial 1 (0040,A193) TM ObservationTimeTrial 1 (0040,A194) CS MeasurementAutomationTrial 1 (0040,A195) SQ ModifierCodeSequence 1 (0040,A224) ST IdentificationDescriptionTrial 1 (0040,A290) CS CoordinatesSetGeometricTypeTrial 1 (0040,A296) SQ AlgorithmCodeSequenceTrial 1 (0040,A297) ST AlgorithmDescriptionTrial 1 (0040,A29A) SL PixelCoordinatesSetTrial 2-2n (0040,A300) SQ MeasuredValueSequence 1 (0040,A301) SQ NumericValueQualifierCodeSequence 1 (0040,A307) PN CurrentObserverTrial 1 (0040,A30A) DS NumericValue 1-n (0040,A313) SQ ReferencedAccessionSequenceTrial 1 (0040,A33A) ST ReportStatusCommentTrial 1 (0040,A340) SQ ProcedureContextSequenceTrial 1 (0040,A352) PN VerbalSourceTrial 1 (0040,A353) ST AddressTrial 1 (0040,A354) LO TelephoneNumberTrial 1 (0040,A358) SQ VerbalSourceIdentifierCodeSequenceTrial 1 (0040,A360) SQ PredecessorDocumentsSequence 1 (0040,A370) SQ ReferencedRequestSequence 1 (0040,A372) SQ PerformedProcedureCodeSequence 1 (0040,A375) SQ CurrentRequestedProcedureEvidenceSequence 1 (0040,A380) SQ ReportDetailSequenceTrial 1 (0040,A385) SQ PertinentOtherEvidenceSequence 1 (0040,A390) SQ HLStructuredDocumentReferenceSequence 1 (0040,A402) UI ObservationSubjectUIDTrial 1 (0040,A403) CS ObservationSubjectClassTrial 1 (0040,A404) SQ ObservationSubjectTypeCodeSequenceTrial 1 (0040,A491) CS CompletionFlag 1 (0040,A492) LO CompletionFlagDescription 1 (0040,A493) CS VerificationFlag 1 (0040,A494) CS ArchiveRequested 1 (0040,A496) CS PreliminaryFlag 1 (0040,A504) SQ ContentTemplateSequence 1 (0040,A525) SQ IdenticalDocumentsSequence 1 (0040,A600) CS ObservationSubjectContextFlagTrial 1 (0040,A601) CS ObserverContextFlagTrial 1 (0040,A603) CS ProcedureContextFlagTrial 1 (0040,A730) SQ ContentSequence 1 (0040,A731) SQ RelationshipSequenceTrial 1 (0040,A732) SQ RelationshipTypeCodeSequenceTrial 1 (0040,A744) SQ LanguageCodeSequenceTrial 1 (0040,A992) ST UniformResourceLocatorTrial 1 (0040,B020) SQ WaveformAnnotationSequence 1 (0040,DB00) CS TemplateIdentifier 1 (0040,DB06) DT TemplateVersion 1 (0040,DB07) DT TemplateLocalVersion 1 (0040,DB0B) CS TemplateExtensionFlag 1 (0040,DB0C) UI TemplateExtensionOrganizationUID 1 (0040,DB0D) UI TemplateExtensionCreatorUID 1 (0040,DB73) UL ReferencedContentItemIdentifier 1-n (0040,E001) ST HLInstanceIdentifier 1 (0040,E004) DT HLDocumentEffectiveTime 1 (0040,E006) SQ HLDocumentTypeCodeSequence 1 (0040,E008) SQ DocumentClassCodeSequence 1 (0040,E010) UT RetrieveURI 1 (0040,E011) UI RetrieveLocationUID 1 (0040,E020) CS TypeOfInstances 1 (0040,E021) SQ DICOMRetrievalSequence 1 (0040,E022) SQ DICOMMediaRetrievalSequence 1 (0040,E023) SQ WADORetrievalSequence 1 (0040,E024) SQ XDSRetrievalSequence 1 (0040,E030) UI RepositoryUniqueID 1 (0040,E031) UI HomeCommunityID 1 (0042,0010) ST DocumentTitle 1 (0042,0011) OB EncapsulatedDocument 1 (0042,0012) LO MIMETypeOfEncapsulatedDocument 1 (0042,0013) SQ SourceInstanceSequence 1 (0042,0014) LO ListOfMIMETypes 1-n (0044,0001) ST ProductPackageIdentifier 1 (0044,0002) CS SubstanceAdministrationApproval 1 (0044,0003) LT ApprovalStatusFurtherDescription 1 (0044,0004) DT ApprovalStatusDateTime 1 (0044,0007) SQ ProductTypeCodeSequence 1 (0044,0008) LO ProductName 1-n (0044,0009) LT ProductDescription 1 (0044,000A) LO ProductLotIdentifier 1 (0044,000B) DT ProductExpirationDateTime 1 (0044,0010) DT SubstanceAdministrationDateTime 1 (0044,0011) LO SubstanceAdministrationNotes 1 (0044,0012) LO SubstanceAdministrationDeviceID 1 (0044,0013) SQ ProductParameterSequence 1 (0044,0019) SQ SubstanceAdministrationParameterSequence 1 (0046,0012) LO LensDescription 1 (0046,0014) SQ RightLensSequence 1 (0046,0015) SQ LeftLensSequence 1 (0046,0016) SQ UnspecifiedLateralityLensSequence 1 (0046,0018) SQ CylinderSequence 1 (0046,0028) SQ PrismSequence 1 (0046,0030) FD HorizontalPrismPower 1 (0046,0032) CS HorizontalPrismBase 1 (0046,0034) FD VerticalPrismPower 1 (0046,0036) CS VerticalPrismBase 1 (0046,0038) CS LensSegmentType 1 (0046,0040) FD OpticalTransmittance 1 (0046,0042) FD ChannelWidth 1 (0046,0044) FD PupilSize 1 (0046,0046) FD CornealSize 1 (0046,0050) SQ AutorefractionRightEyeSequence 1 (0046,0052) SQ AutorefractionLeftEyeSequence 1 (0046,0060) FD DistancePupillaryDistance 1 (0046,0062) FD NearPupillaryDistance 1 (0046,0063) FD IntermediatePupillaryDistance 1 (0046,0064) FD OtherPupillaryDistance 1 (0046,0070) SQ KeratometryRightEyeSequence 1 (0046,0071) SQ KeratometryLeftEyeSequence 1 (0046,0074) SQ SteepKeratometricAxisSequence 1 (0046,0075) FD RadiusOfCurvature 1 (0046,0076) FD KeratometricPower 1 (0046,0077) FD KeratometricAxis 1 (0046,0080) SQ FlatKeratometricAxisSequence 1 (0046,0092) CS BackgroundColor 1 (0046,0094) CS Optotype 1 (0046,0095) CS OptotypePresentation 1 (0046,0097) SQ SubjectiveRefractionRightEyeSequence 1 (0046,0098) SQ SubjectiveRefractionLeftEyeSequence 1 (0046,0100) SQ AddNearSequence 1 (0046,0101) SQ AddIntermediateSequence 1 (0046,0102) SQ AddOtherSequence 1 (0046,0104) FD AddPower 1 (0046,0106) FD ViewingDistance 1 (0046,0121) SQ VisualAcuityTypeCodeSequence 1 (0046,0122) SQ VisualAcuityRightEyeSequence 1 (0046,0123) SQ VisualAcuityLeftEyeSequence 1 (0046,0124) SQ VisualAcuityBothEyesOpenSequence 1 (0046,0125) CS ViewingDistanceType 1 (0046,0135) SS VisualAcuityModifiers 2 (0046,0137) FD DecimalVisualAcuity 1 (0046,0139) LO OptotypeDetailedDefinition 1 (0046,0145) SQ ReferencedRefractiveMeasurementsSequence 1 (0046,0146) FD SpherePower 1 (0046,0147) FD CylinderPower 1 (0048,0001) FL ImagedVolumeWidth 1 (0048,0002) FL ImagedVolumeHeight 1 (0048,0003) FL ImagedVolumeDepth 1 (0048,0006) UL TotalPixelMatrixColumns 1 (0048,0007) UL TotalPixelMatrixRows 1 (0048,0008) SQ TotalPixelMatrixOriginSequence 1 (0048,0010) CS SpecimenLabelInImage 1 (0048,0011) CS FocusMethod 1 (0048,0012) CS ExtendedDepthOfField 1 (0048,0013) US NumberOfFocalPlanes 1 (0048,0014) FL DistanceBetweenFocalPlanes 1 (0048,0015) US RecommendedAbsentPixelCIELabValue 3 (0048,0100) SQ IlluminatorTypeCodeSequence 1 (0048,0102) DS ImageOrientationSlide 6 (0048,0105) SQ OpticalPathSequence 1 (0048,0106) SH OpticalPathIdentifier 1 (0048,0107) ST OpticalPathDescription 1 (0048,0108) SQ IlluminationColorCodeSequence 1 (0048,0110) SQ SpecimenReferenceSequence 1 (0048,0111) DS CondenserLensPower 1 (0048,0112) DS ObjectiveLensPower 1 (0048,0113) DS ObjectiveLensNumericalAperture 1 (0048,0120) SQ PaletteColorLookupTableSequence 1 (0048,0200) SQ ReferencedImageNavigationSequence 1 (0048,0201) US TopLeftHandCornerOfLocalizerArea 2 (0048,0202) US BottomRightHandCornerOfLocalizerArea 2 (0048,0207) SQ OpticalPathIdentificationSequence 1 (0048,021A) SQ PlanePositionSlideSequence 1 (0048,021E) SL ColumnPositionInTotalImagePixelMatrix 1 (0048,021F) SL RowPositionInTotalImagePixelMatrix 1 (0048,0301) CS PixelOriginInterpretation 1 (0050,0004) CS CalibrationImage 1 (0050,0010) SQ DeviceSequence 1 (0050,0012) SQ ContainerComponentTypeCodeSequence 1 (0050,0013) FD ContainerComponentThickness 1 (0050,0014) DS DeviceLength 1 (0050,0015) FD ContainerComponentWidth 1 (0050,0016) DS DeviceDiameter 1 (0050,0017) CS DeviceDiameterUnits 1 (0050,0018) DS DeviceVolume 1 (0050,0019) DS InterMarkerDistance 1 (0050,001A) CS ContainerComponentMaterial 1 (0050,001B) LO ContainerComponentID 1 (0050,001C) FD ContainerComponentLength 1 (0050,001D) FD ContainerComponentDiameter 1 (0050,001E) LO ContainerComponentDescription 1 (0050,0020) LO DeviceDescription 1 (0052,0001) FL ContrastBolusIngredientPercentByVolume 1 (0052,0002) FD OCTFocalDistance 1 (0052,0003) FD BeamSpotSize 1 (0052,0004) FD EffectiveRefractiveIndex 1 (0052,0006) CS OCTAcquisitionDomain 1 (0052,0007) FD OCTOpticalCenterWavelength 1 (0052,0008) FD AxialResolution 1 (0052,0009) FD RangingDepth 1 (0052,0011) FD AlineRate 1 (0052,0012) US AlinesPerFrame 1 (0052,0013) FD CatheterRotationalRate 1 (0052,0014) FD AlinePixelSpacing 1 (0052,0016) SQ ModeOfPercutaneousAccessSequence 1 (0052,0025) SQ IntravascularOCTFrameTypeSequence 1 (0052,0026) CS OCTZOffsetApplied 1 (0052,0027) SQ IntravascularFrameContentSequence 1 (0052,0028) FD IntravascularLongitudinalDistance 1 (0052,0029) SQ IntravascularOCTFrameContentSequence 1 (0052,0030) SS OCTZOffsetCorrection 1 (0052,0031) CS CatheterDirectionOfRotation 1 (0052,0033) FD SeamLineLocation 1 (0052,0034) FD FirstAlineLocation 1 (0052,0036) US SeamLineIndex 1 (0052,0038) US NumberOfPaddedAlines 1 (0052,0039) CS InterpolationType 1 (0052,003A) CS RefractiveIndexApplied 1 (0054,0010) US EnergyWindowVector 1-n (0054,0011) US NumberOfEnergyWindows 1 (0054,0012) SQ EnergyWindowInformationSequence 1 (0054,0013) SQ EnergyWindowRangeSequence 1 (0054,0014) DS EnergyWindowLowerLimit 1 (0054,0015) DS EnergyWindowUpperLimit 1 (0054,0016) SQ RadiopharmaceuticalInformationSequence 1 (0054,0017) IS ResidualSyringeCounts 1 (0054,0018) SH EnergyWindowName 1 (0054,0020) US DetectorVector 1-n (0054,0021) US NumberOfDetectors 1 (0054,0022) SQ DetectorInformationSequence 1 (0054,0030) US PhaseVector 1-n (0054,0031) US NumberOfPhases 1 (0054,0032) SQ PhaseInformationSequence 1 (0054,0033) US NumberOfFramesInPhase 1 (0054,0036) IS PhaseDelay 1 (0054,0038) IS PauseBetweenFrames 1 (0054,0039) CS PhaseDescription 1 (0054,0050) US RotationVector 1-n (0054,0051) US NumberOfRotations 1 (0054,0052) SQ RotationInformationSequence 1 (0054,0053) US NumberOfFramesInRotation 1 (0054,0060) US RRIntervalVector 1-n (0054,0061) US NumberOfRRIntervals 1 (0054,0062) SQ GatedInformationSequence 1 (0054,0063) SQ DataInformationSequence 1 (0054,0070) US TimeSlotVector 1-n (0054,0071) US NumberOfTimeSlots 1 (0054,0072) SQ TimeSlotInformationSequence 1 (0054,0073) DS TimeSlotTime 1 (0054,0080) US SliceVector 1-n (0054,0081) US NumberOfSlices 1 (0054,0090) US AngularViewVector 1-n (0054,0100) US TimeSliceVector 1-n (0054,0101) US NumberOfTimeSlices 1 (0054,0200) DS StartAngle 1 (0054,0202) CS TypeOfDetectorMotion 1 (0054,0210) IS TriggerVector 1-n (0054,0211) US NumberOfTriggersInPhase 1 (0054,0220) SQ ViewCodeSequence 1 (0054,0222) SQ ViewModifierCodeSequence 1 (0054,0300) SQ RadionuclideCodeSequence 1 (0054,0302) SQ AdministrationRouteCodeSequence 1 (0054,0304) SQ RadiopharmaceuticalCodeSequence 1 (0054,0306) SQ CalibrationDataSequence 1 (0054,0308) US EnergyWindowNumber 1 (0054,0400) SH ImageID 1 (0054,0410) SQ PatientOrientationCodeSequence 1 (0054,0412) SQ PatientOrientationModifierCodeSequence 1 (0054,0414) SQ PatientGantryRelationshipCodeSequence 1 (0054,0500) CS SliceProgressionDirection 1 (0054,1000) CS SeriesType 2 (0054,1001) CS Units 1 (0054,1002) CS CountsSource 1 (0054,1004) CS ReprojectionMethod 1 (0054,1006) CS SUVType 1 (0054,1100) CS RandomsCorrectionMethod 1 (0054,1101) LO AttenuationCorrectionMethod 1 (0054,1102) CS DecayCorrection 1 (0054,1103) LO ReconstructionMethod 1 (0054,1104) LO DetectorLinesOfResponseUsed 1 (0054,1105) LO ScatterCorrectionMethod 1 (0054,1200) DS AxialAcceptance 1 (0054,1201) IS AxialMash 2 (0054,1202) IS TransverseMash 1 (0054,1203) DS DetectorElementSize 2 (0054,1210) DS CoincidenceWindowWidth 1 (0054,1220) CS SecondaryCountsType 1-n (0054,1300) DS FrameReferenceTime 1 (0054,1310) IS PrimaryPromptsCountsAccumulated 1 (0054,1311) IS SecondaryCountsAccumulated 1-n (0054,1320) DS SliceSensitivityFactor 1 (0054,1321) DS DecayFactor 1 (0054,1322) DS DoseCalibrationFactor 1 (0054,1323) DS ScatterFractionFactor 1 (0054,1324) DS DeadTimeFactor 1 (0054,1330) US ImageIndex 1 (0054,1400) CS CountsIncluded 1-n (0054,1401) CS DeadTimeCorrectionFlag 1 (0060,3000) SQ HistogramSequence 1 (0060,3002) US HistogramNumberOfBins 1 (0060,3004) US/SS HistogramFirstBinValue 1 (0060,3006) US/SS HistogramLastBinValue 1 (0060,3008) US HistogramBinWidth 1 (0060,3010) LO HistogramExplanation 1 (0060,3020) UL HistogramData 1-n (0062,0001) CS SegmentationType 1 (0062,0002) SQ SegmentSequence 1 (0062,0003) SQ SegmentedPropertyCategoryCodeSequence 1 (0062,0004) US SegmentNumber 1 (0062,0005) LO SegmentLabel 1 (0062,0006) ST SegmentDescription 1 (0062,0008) CS SegmentAlgorithmType 1 (0062,0009) LO SegmentAlgorithmName 1 (0062,000A) SQ SegmentIdentificationSequence 1 (0062,000B) US ReferencedSegmentNumber 1-n (0062,000C) US RecommendedDisplayGrayscaleValue 1 (0062,000D) US RecommendedDisplayCIELabValue 3 (0062,000E) US MaximumFractionalValue 1 (0062,000F) SQ SegmentedPropertyTypeCodeSequence 1 (0062,0010) CS SegmentationFractionalType 1 (0064,0002) SQ DeformableRegistrationSequence 1 (0064,0003) UI SourceFrameOfReferenceUID 1 (0064,0005) SQ DeformableRegistrationGridSequence 1 (0064,0007) UL GridDimensions 3 (0064,0008) FD GridResolution 3 (0064,0009) OF VectorGridData 1 (0064,000F) SQ PreDeformationMatrixRegistrationSequence 1 (0064,0010) SQ PostDeformationMatrixRegistrationSequence 1 (0066,0001) UL NumberOfSurfaces 1 (0066,0002) SQ SurfaceSequence 1 (0066,0003) UL SurfaceNumber 1 (0066,0004) LT SurfaceComments 1 (0066,0009) CS SurfaceProcessing 1 (0066,000A) FL SurfaceProcessingRatio 1 (0066,000B) LO SurfaceProcessingDescription 1 (0066,000C) FL RecommendedPresentationOpacity 1 (0066,000D) CS RecommendedPresentationType 1 (0066,000E) CS FiniteVolume 1 (0066,0010) CS Manifold 1 (0066,0011) SQ SurfacePointsSequence 1 (0066,0012) SQ SurfacePointsNormalsSequence 1 (0066,0013) SQ SurfaceMeshPrimitivesSequence 1 (0066,0015) UL NumberOfSurfacePoints 1 (0066,0016) OF PointCoordinatesData 1 (0066,0017) FL PointPositionAccuracy 3 (0066,0018) FL MeanPointDistance 1 (0066,0019) FL MaximumPointDistance 1 (0066,001A) FL PointsBoundingBoxCoordinates 6 (0066,001B) FL AxisOfRotation 3 (0066,001C) FL CenterOfRotation 3 (0066,001E) UL NumberOfVectors 1 (0066,001F) US VectorDimensionality 1 (0066,0020) FL VectorAccuracy 1-n (0066,0021) OF VectorCoordinateData 1 (0066,0023) OW TrianglePointIndexList 1 (0066,0024) OW EdgePointIndexList 1 (0066,0025) OW VertexPointIndexList 1 (0066,0026) SQ TriangleStripSequence 1 (0066,0027) SQ TriangleFanSequence 1 (0066,0028) SQ LineSequence 1 (0066,0029) OW PrimitivePointIndexList 1 (0066,002A) UL SurfaceCount 1 (0066,002B) SQ ReferencedSurfaceSequence 1 (0066,002C) UL ReferencedSurfaceNumber 1 (0066,002D) SQ SegmentSurfaceGenerationAlgorithmIdentificationSequence 1 (0066,002E) SQ SegmentSurfaceSourceInstanceSequence 1 (0066,002F) SQ AlgorithmFamilyCodeSequence 1 (0066,0030) SQ AlgorithmNameCodeSequence 1 (0066,0031) LO AlgorithmVersion 1 (0066,0032) LT AlgorithmParameters 1 (0066,0034) SQ FacetSequence 1 (0066,0035) SQ SurfaceProcessingAlgorithmIdentificationSequence 1 (0066,0036) LO AlgorithmName 1 (0068,6210) LO ImplantSize 1 (0068,6221) LO ImplantTemplateVersion 1 (0068,6222) SQ ReplacedImplantTemplateSequence 1 (0068,6223) CS ImplantType 1 (0068,6224) SQ DerivationImplantTemplateSequence 1 (0068,6225) SQ OriginalImplantTemplateSequence 1 (0068,6226) DT EffectiveDateTime 1 (0068,6230) SQ ImplantTargetAnatomySequence 1 (0068,6260) SQ InformationFromManufacturerSequence 1 (0068,6265) SQ NotificationFromManufacturerSequence 1 (0068,6270) DT InformationIssueDateTime 1 (0068,6280) ST InformationSummary 1 (0068,62A0) SQ ImplantRegulatoryDisapprovalCodeSequence 1 (0068,62A5) FD OverallTemplateSpatialTolerance 1 (0068,62C0) SQ HPGLDocumentSequence 1 (0068,62D0) US HPGLDocumentID 1 (0068,62D5) LO HPGLDocumentLabel 1 (0068,62E0) SQ ViewOrientationCodeSequence 1 (0068,62F0) FD ViewOrientationModifier 9 (0068,62F2) FD HPGLDocumentScaling 1 (0068,6300) OB HPGLDocument 1 (0068,6310) US HPGLContourPenNumber 1 (0068,6320) SQ HPGLPenSequence 1 (0068,6330) US HPGLPenNumber 1 (0068,6340) LO HPGLPenLabel 1 (0068,6345) ST HPGLPenDescription 1 (0068,6346) FD RecommendedRotationPoint 2 (0068,6347) FD BoundingRectangle 4 (0068,6350) US ImplantTemplateDModelSurfaceNumber 1-n (0068,6360) SQ SurfaceModelDescriptionSequence 1 (0068,6380) LO SurfaceModelLabel 1 (0068,6390) FD SurfaceModelScalingFactor 1 (0068,63A0) SQ MaterialsCodeSequence 1 (0068,63A4) SQ CoatingMaterialsCodeSequence 1 (0068,63A8) SQ ImplantTypeCodeSequence 1 (0068,63AC) SQ FixationMethodCodeSequence 1 (0068,63B0) SQ MatingFeatureSetsSequence 1 (0068,63C0) US MatingFeatureSetID 1 (0068,63D0) LO MatingFeatureSetLabel 1 (0068,63E0) SQ MatingFeatureSequence 1 (0068,63F0) US MatingFeatureID 1 (0068,6400) SQ MatingFeatureDegreeOfFreedomSequence 1 (0068,6410) US DegreeOfFreedomID 1 (0068,6420) CS DegreeOfFreedomType 1 (0068,6430) SQ DMatingFeatureCoordinatesSequence 1 (0068,6440) US ReferencedHPGLDocumentID 1 (0068,6450) FD DMatingPoint 2 (0068,6460) FD DMatingAxes 4 (0068,6470) SQ DDegreeOfFreedomSequence 1 (0068,6490) FD DDegreeOfFreedomAxis 3 (0068,64A0) FD RangeOfFreedom 2 (0068,64C0) FD DMatingPoint 3 (0068,64D0) FD DMatingAxes 9 (0068,64F0) FD DDegreeOfFreedomAxis 3 (0068,6500) SQ PlanningLandmarkPointSequence 1 (0068,6510) SQ PlanningLandmarkLineSequence 1 (0068,6520) SQ PlanningLandmarkPlaneSequence 1 (0068,6530) US PlanningLandmarkID 1 (0068,6540) LO PlanningLandmarkDescription 1 (0068,6545) SQ PlanningLandmarkIdentificationCodeSequence 1 (0068,6550) SQ DPointCoordinatesSequence 1 (0068,6560) FD DPointCoordinates 2 (0068,6590) FD DPointCoordinates 3 (0068,65A0) SQ DLineCoordinatesSequence 1 (0068,65B0) FD DLineCoordinates 4 (0068,65D0) FD DLineCoordinates 6 (0068,65E0) SQ DPlaneCoordinatesSequence 1 (0068,65F0) FD DPlaneIntersection 4 (0068,6610) FD DPlaneOrigin 3 (0068,6620) FD DPlaneNormal 3 (0070,0001) SQ GraphicAnnotationSequence 1 (0070,0002) CS GraphicLayer 1 (0070,0003) CS BoundingBoxAnnotationUnits 1 (0070,0004) CS AnchorPointAnnotationUnits 1 (0070,0005) CS GraphicAnnotationUnits 1 (0070,0006) ST UnformattedTextValue 1 (0070,0008) SQ TextObjectSequence 1 (0070,0009) SQ GraphicObjectSequence 1 (0070,0010) FL BoundingBoxTopLeftHandCorner 2 (0070,0011) FL BoundingBoxBottomRightHandCorner 2 (0070,0012) CS BoundingBoxTextHorizontalJustification 1 (0070,0014) FL AnchorPoint 2 (0070,0015) CS AnchorPointVisibility 1 (0070,0020) US GraphicDimensions 1 (0070,0021) US NumberOfGraphicPoints 1 (0070,0022) FL GraphicData 2-n (0070,0023) CS GraphicType 1 (0070,0024) CS GraphicFilled 1 (0070,0040) IS ImageRotationRetired 1 (0070,0041) CS ImageHorizontalFlip 1 (0070,0042) US ImageRotation 1 (0070,0050) US DisplayedAreaTopLeftHandCornerTrial 2 (0070,0051) US DisplayedAreaBottomRightHandCornerTrial 2 (0070,0052) SL DisplayedAreaTopLeftHandCorner 2 (0070,0053) SL DisplayedAreaBottomRightHandCorner 2 (0070,005A) SQ DisplayedAreaSelectionSequence 1 (0070,0060) SQ GraphicLayerSequence 1 (0070,0062) IS GraphicLayerOrder 1 (0070,0066) US GraphicLayerRecommendedDisplayGrayscaleValue 1 (0070,0067) US GraphicLayerRecommendedDisplayRGBValue 3 (0070,0068) LO GraphicLayerDescription 1 (0070,0080) CS ContentLabel 1 (0070,0081) LO ContentDescription 1 (0070,0082) DA PresentationCreationDate 1 (0070,0083) TM PresentationCreationTime 1 (0070,0084) PN ContentCreatorName 1 (0070,0086) SQ ContentCreatorIdentificationCodeSequence 1 (0070,0087) SQ AlternateContentDescriptionSequence 1 (0070,0100) CS PresentationSizeMode 1 (0070,0101) DS PresentationPixelSpacing 2 (0070,0102) IS PresentationPixelAspectRatio 2 (0070,0103) FL PresentationPixelMagnificationRatio 1 (0070,0207) LO GraphicGroupLabel 1 (0070,0208) ST GraphicGroupDescription 1 (0070,0209) SQ CompoundGraphicSequence 1 (0070,0226) UL CompoundGraphicInstanceID 1 (0070,0227) LO FontName 1 (0070,0228) CS FontNameType 1 (0070,0229) LO CSSFontName 1 (0070,0230) FD RotationAngle 1 (0070,0231) SQ TextStyleSequence 1 (0070,0232) SQ LineStyleSequence 1 (0070,0233) SQ FillStyleSequence 1 (0070,0234) SQ GraphicGroupSequence 1 (0070,0241) US TextColorCIELabValue 3 (0070,0242) CS HorizontalAlignment 1 (0070,0243) CS VerticalAlignment 1 (0070,0244) CS ShadowStyle 1 (0070,0245) FL ShadowOffsetX 1 (0070,0246) FL ShadowOffsetY 1 (0070,0247) US ShadowColorCIELabValue 3 (0070,0248) CS Underlined 1 (0070,0249) CS Bold 1 (0070,0250) CS Italic 1 (0070,0251) US PatternOnColorCIELabValue 3 (0070,0252) US PatternOffColorCIELabValue 3 (0070,0253) FL LineThickness 1 (0070,0254) CS LineDashingStyle 1 (0070,0255) UL LinePattern 1 (0070,0256) OB FillPattern 1 (0070,0257) CS FillMode 1 (0070,0258) FL ShadowOpacity 1 (0070,0261) FL GapLength 1 (0070,0262) FL DiameterOfVisibility 1 (0070,0273) FL RotationPoint 2 (0070,0274) CS TickAlignment 1 (0070,0278) CS ShowTickLabel 1 (0070,0279) CS TickLabelAlignment 1 (0070,0282) CS CompoundGraphicUnits 1 (0070,0284) FL PatternOnOpacity 1 (0070,0285) FL PatternOffOpacity 1 (0070,0287) SQ MajorTicksSequence 1 (0070,0288) FL TickPosition 1 (0070,0289) SH TickLabel 1 (0070,0294) CS CompoundGraphicType 1 (0070,0295) UL GraphicGroupID 1 (0070,0306) CS ShapeType 1 (0070,0308) SQ RegistrationSequence 1 (0070,0309) SQ MatrixRegistrationSequence 1 (0070,030A) SQ MatrixSequence 1 (0070,030C) CS FrameOfReferenceTransformationMatrixType 1 (0070,030D) SQ RegistrationTypeCodeSequence 1 (0070,030F) ST FiducialDescription 1 (0070,0310) SH FiducialIdentifier 1 (0070,0311) SQ FiducialIdentifierCodeSequence 1 (0070,0312) FD ContourUncertaintyRadius 1 (0070,0314) SQ UsedFiducialsSequence 1 (0070,0318) SQ GraphicCoordinatesDataSequence 1 (0070,031A) UI FiducialUID 1 (0070,031C) SQ FiducialSetSequence 1 (0070,031E) SQ FiducialSequence 1 (0070,0401) US GraphicLayerRecommendedDisplayCIELabValue 3 (0070,0402) SQ BlendingSequence 1 (0070,0403) FL RelativeOpacity 1 (0070,0404) SQ ReferencedSpatialRegistrationSequence 1 (0070,0405) CS BlendingPosition 1 (0072,0002) SH HangingProtocolName 1 (0072,0004) LO HangingProtocolDescription 1 (0072,0006) CS HangingProtocolLevel 1 (0072,0008) LO HangingProtocolCreator 1 (0072,000A) DT HangingProtocolCreationDateTime 1 (0072,000C) SQ HangingProtocolDefinitionSequence 1 (0072,000E) SQ HangingProtocolUserIdentificationCodeSequence 1 (0072,0010) LO HangingProtocolUserGroupName 1 (0072,0012) SQ SourceHangingProtocolSequence 1 (0072,0014) US NumberOfPriorsReferenced 1 (0072,0020) SQ ImageSetsSequence 1 (0072,0022) SQ ImageSetSelectorSequence 1 (0072,0024) CS ImageSetSelectorUsageFlag 1 (0072,0026) AT SelectorAttribute 1 (0072,0028) US SelectorValueNumber 1 (0072,0030) SQ TimeBasedImageSetsSequence 1 (0072,0032) US ImageSetNumber 1 (0072,0034) CS ImageSetSelectorCategory 1 (0072,0038) US RelativeTime 2 (0072,003A) CS RelativeTimeUnits 1 (0072,003C) SS AbstractPriorValue 2 (0072,003E) SQ AbstractPriorCodeSequence 1 (0072,0040) LO ImageSetLabel 1 (0072,0050) CS SelectorAttributeVR 1 (0072,0052) AT SelectorSequencePointer 1-n (0072,0054) LO SelectorSequencePointerPrivateCreator 1-n (0072,0056) LO SelectorAttributePrivateCreator 1 (0072,0060) AT SelectorATValue 1-n (0072,0062) CS SelectorCSValue 1-n (0072,0064) IS SelectorISValue 1-n (0072,0066) LO SelectorLOValue 1-n (0072,0068) LT SelectorLTValue 1 (0072,006A) PN SelectorPNValue 1-n (0072,006C) SH SelectorSHValue 1-n (0072,006E) ST SelectorSTValue 1 (0072,0070) UT SelectorUTValue 1 (0072,0072) DS SelectorDSValue 1-n (0072,0074) FD SelectorFDValue 1-n (0072,0076) FL SelectorFLValue 1-n (0072,0078) UL SelectorULValue 1-n (0072,007A) US SelectorUSValue 1-n (0072,007C) SL SelectorSLValue 1-n (0072,007E) SS SelectorSSValue 1-n (0072,0080) SQ SelectorCodeSequenceValue 1 (0072,0100) US NumberOfScreens 1 (0072,0102) SQ NominalScreenDefinitionSequence 1 (0072,0104) US NumberOfVerticalPixels 1 (0072,0106) US NumberOfHorizontalPixels 1 (0072,0108) FD DisplayEnvironmentSpatialPosition 4 (0072,010A) US ScreenMinimumGrayscaleBitDepth 1 (0072,010C) US ScreenMinimumColorBitDepth 1 (0072,010E) US ApplicationMaximumRepaintTime 1 (0072,0200) SQ DisplaySetsSequence 1 (0072,0202) US DisplaySetNumber 1 (0072,0203) LO DisplaySetLabel 1 (0072,0204) US DisplaySetPresentationGroup 1 (0072,0206) LO DisplaySetPresentationGroupDescription 1 (0072,0208) CS PartialDataDisplayHandling 1 (0072,0210) SQ SynchronizedScrollingSequence 1 (0072,0212) US DisplaySetScrollingGroup 2-n (0072,0214) SQ NavigationIndicatorSequence 1 (0072,0216) US NavigationDisplaySet 1 (0072,0218) US ReferenceDisplaySets 1-n (0072,0300) SQ ImageBoxesSequence 1 (0072,0302) US ImageBoxNumber 1 (0072,0304) CS ImageBoxLayoutType 1 (0072,0306) US ImageBoxTileHorizontalDimension 1 (0072,0308) US ImageBoxTileVerticalDimension 1 (0072,0310) CS ImageBoxScrollDirection 1 (0072,0312) CS ImageBoxSmallScrollType 1 (0072,0314) US ImageBoxSmallScrollAmount 1 (0072,0316) CS ImageBoxLargeScrollType 1 (0072,0318) US ImageBoxLargeScrollAmount 1 (0072,0320) US ImageBoxOverlapPriority 1 (0072,0330) FD CineRelativeToRealTime 1 (0072,0400) SQ FilterOperationsSequence 1 (0072,0402) CS FilterbyCategory 1 (0072,0404) CS FilterbyAttributePresence 1 (0072,0406) CS FilterbyOperator 1 (0072,0420) US StructuredDisplayBackgroundCIELabValue 3 (0072,0421) US EmptyImageBoxCIELabValue 3 (0072,0422) SQ StructuredDisplayImageBoxSequence 1 (0072,0424) SQ StructuredDisplayTextBoxSequence 1 (0072,0427) SQ ReferencedFirstFrameSequence 1 (0072,0430) SQ ImageBoxSynchronizationSequence 1 (0072,0432) US SynchronizedImageBoxList 2-n (0072,0434) CS TypeOfSynchronization 1 (0072,0500) CS BlendingOperationType 1 (0072,0510) CS ReformattingOperationType 1 (0072,0512) FD ReformattingThickness 1 (0072,0514) FD ReformattingInterval 1 (0072,0516) CS ReformattingOperationInitialViewDirection 1 (0072,0520) CS DRenderingType 1-n (0072,0600) SQ SortingOperationsSequence 1 (0072,0602) CS SortbyCategory 1 (0072,0604) CS SortingDirection 1 (0072,0700) CS DisplaySetPatientOrientation 2 (0072,0702) CS VOIType 1 (0072,0704) CS PseudoColorType 1 (0072,0705) SQ PseudoColorPaletteInstanceReferenceSequence 1 (0072,0706) CS ShowGrayscaleInverted 1 (0072,0710) CS ShowImageTrueSizeFlag 1 (0072,0712) CS ShowGraphicAnnotationFlag 1 (0072,0714) CS ShowPatientDemographicsFlag 1 (0072,0716) CS ShowAcquisitionTechniquesFlag 1 (0072,0717) CS DisplaySetHorizontalJustification 1 (0072,0718) CS DisplaySetVerticalJustification 1 (0074,0120) FD ContinuationStartMeterset 1 (0074,0121) FD ContinuationEndMeterset 1 (0074,1000) CS ProcedureStepState 1 (0074,1002) SQ ProcedureStepProgressInformationSequence 1 (0074,1004) DS ProcedureStepProgress 1 (0074,1006) ST ProcedureStepProgressDescription 1 (0074,1008) SQ ProcedureStepCommunicationsURISequence 1 (0074,100A) ST ContactURI 1 (0074,100C) LO ContactDisplayName 1 (0074,100E) SQ ProcedureStepDiscontinuationReasonCodeSequence 1 (0074,1020) SQ BeamTaskSequence 1 (0074,1022) CS BeamTaskType 1 (0074,1024) IS BeamOrderIndexTrial 1 (0074,1026) FD TableTopVerticalAdjustedPosition 1 (0074,1027) FD TableTopLongitudinalAdjustedPosition 1 (0074,1028) FD TableTopLateralAdjustedPosition 1 (0074,102A) FD PatientSupportAdjustedAngle 1 (0074,102B) FD TableTopEccentricAdjustedAngle 1 (0074,102C) FD TableTopPitchAdjustedAngle 1 (0074,102D) FD TableTopRollAdjustedAngle 1 (0074,1030) SQ DeliveryVerificationImageSequence 1 (0074,1032) CS VerificationImageTiming 1 (0074,1034) CS DoubleExposureFlag 1 (0074,1036) CS DoubleExposureOrdering 1 (0074,1038) DS DoubleExposureMetersetTrial 1 (0074,103A) DS DoubleExposureFieldDeltaTrial 4 (0074,1040) SQ RelatedReferenceRTImageSequence 1 (0074,1042) SQ GeneralMachineVerificationSequence 1 (0074,1044) SQ ConventionalMachineVerificationSequence 1 (0074,1046) SQ IonMachineVerificationSequence 1 (0074,1048) SQ FailedAttributesSequence 1 (0074,104A) SQ OverriddenAttributesSequence 1 (0074,104C) SQ ConventionalControlPointVerificationSequence 1 (0074,104E) SQ IonControlPointVerificationSequence 1 (0074,1050) SQ AttributeOccurrenceSequence 1 (0074,1052) AT AttributeOccurrencePointer 1 (0074,1054) UL AttributeItemSelector 1 (0074,1056) LO AttributeOccurrencePrivateCreator 1 (0074,1057) IS SelectorSequencePointerItems 1-n (0074,1200) CS ScheduledProcedureStepPriority 1 (0074,1202) LO WorklistLabel 1 (0074,1204) LO ProcedureStepLabel 1 (0074,1210) SQ ScheduledProcessingParametersSequence 1 (0074,1212) SQ PerformedProcessingParametersSequence 1 (0074,1216) SQ UnifiedProcedureStepPerformedProcedureSequence 1 (0074,1220) SQ RelatedProcedureStepSequence 1 (0074,1222) LO ProcedureStepRelationshipType 1 (0074,1224) SQ ReplacedProcedureStepSequence 1 (0074,1230) LO DeletionLock 1 (0074,1234) AE ReceivingAE 1 (0074,1236) AE RequestingAE 1 (0074,1238) LT ReasonForCancellation 1 (0074,1242) CS SCPStatus 1 (0074,1244) CS SubscriptionListStatus 1 (0074,1246) CS UnifiedProcedureStepListStatus 1 (0074,1324) UL BeamOrderIndex 1 (0074,1338) FD DoubleExposureMeterset 1 (0074,133A) FD DoubleExposureFieldDelta 4 (0076,0001) LO ImplantAssemblyTemplateName 1 (0076,0003) LO ImplantAssemblyTemplateIssuer 1 (0076,0006) LO ImplantAssemblyTemplateVersion 1 (0076,0008) SQ ReplacedImplantAssemblyTemplateSequence 1 (0076,000A) CS ImplantAssemblyTemplateType 1 (0076,000C) SQ OriginalImplantAssemblyTemplateSequence 1 (0076,000E) SQ DerivationImplantAssemblyTemplateSequence 1 (0076,0010) SQ ImplantAssemblyTemplateTargetAnatomySequence 1 (0076,0020) SQ ProcedureTypeCodeSequence 1 (0076,0030) LO SurgicalTechnique 1 (0076,0032) SQ ComponentTypesSequence 1 (0076,0034) CS ComponentTypeCodeSequence 1 (0076,0036) CS ExclusiveComponentType 1 (0076,0038) CS MandatoryComponentType 1 (0076,0040) SQ ComponentSequence 1 (0076,0055) US ComponentID 1 (0076,0060) SQ ComponentAssemblySequence 1 (0076,0070) US ComponentReferencedID 1 (0076,0080) US ComponentReferencedMatingFeatureSetID 1 (0076,0090) US ComponentReferencedMatingFeatureID 1 (0076,00A0) US ComponentReferencedID 1 (0076,00B0) US ComponentReferencedMatingFeatureSetID 1 (0076,00C0) US ComponentReferencedMatingFeatureID 1 (0078,0001) LO ImplantTemplateGroupName 1 (0078,0010) ST ImplantTemplateGroupDescription 1 (0078,0020) LO ImplantTemplateGroupIssuer 1 (0078,0024) LO ImplantTemplateGroupVersion 1 (0078,0026) SQ ReplacedImplantTemplateGroupSequence 1 (0078,0028) SQ ImplantTemplateGroupTargetAnatomySequence 1 (0078,002A) SQ ImplantTemplateGroupMembersSequence 1 (0078,002E) US ImplantTemplateGroupMemberID 1 (0078,0050) FD DImplantTemplateGroupMemberMatchingPoint 3 (0078,0060) FD DImplantTemplateGroupMemberMatchingAxes 9 (0078,0070) SQ ImplantTemplateGroupMemberMatchingDCoordinatesSequence 1 (0078,0090) FD DImplantTemplateGroupMemberMatchingPoint 2 (0078,00A0) FD DImplantTemplateGroupMemberMatchingAxes 4 (0078,00B0) SQ ImplantTemplateGroupVariationDimensionSequence 1 (0078,00B2) LO ImplantTemplateGroupVariationDimensionName 1 (0078,00B4) SQ ImplantTemplateGroupVariationDimensionRankSequence 1 (0078,00B6) US ReferencedImplantTemplateGroupMemberID 1 (0078,00B8) US ImplantTemplateGroupVariationDimensionRank 1 (0088,0130) SH StorageMediaFilesetID 1 (0088,0140) UI StorageMediaFilesetUID 1 (0088,0200) SQ IconImageSequence 1 (0088,0904) LO TopicTitle 1 (0088,0906) ST TopicSubject 1 (0088,0910) LO TopicAuthor 1 (0088,0912) LO TopicKeywords 1-32 (0100,0410) CS SOPInstanceStatus 1 (0100,0420) DT SOPAuthorizationDateTime 1 (0100,0424) LT SOPAuthorizationComment 1 (0100,0426) LO AuthorizationEquipmentCertificationNumber 1 (0400,0005) US MACIDNumber 1 (0400,0010) UI MACCalculationTransferSyntaxUID 1 (0400,0015) CS MACAlgorithm 1 (0400,0020) AT DataElementsSigned 1-n (0400,0100) UI DigitalSignatureUID 1 (0400,0105) DT DigitalSignatureDateTime 1 (0400,0110) CS CertificateType 1 (0400,0115) OB CertificateOfSigner 1 (0400,0120) OB Signature 1 (0400,0305) CS CertifiedTimestampType 1 (0400,0310) OB CertifiedTimestamp 1 (0400,0401) SQ DigitalSignaturePurposeCodeSequence 1 (0400,0402) SQ ReferencedDigitalSignatureSequence 1 (0400,0403) SQ ReferencedSOPInstanceMACSequence 1 (0400,0404) OB MAC 1 (0400,0500) SQ EncryptedAttributesSequence 1 (0400,0510) UI EncryptedContentTransferSyntaxUID 1 (0400,0520) OB EncryptedContent 1 (0400,0550) SQ ModifiedAttributesSequence 1 (0400,0561) SQ OriginalAttributesSequence 1 (0400,0562) DT AttributeModificationDateTime 1 (0400,0563) LO ModifyingSystem 1 (0400,0564) LO SourceOfPreviousValues 1 (0400,0565) CS ReasonForTheAttributeModification 1 (1010,0001) US ZonalMap 1-n (1010,0002) US ZonalMap 1-n (1010,0003) US ZonalMap 1-n (1010,0004) US ZonalMap 1-n (1010,0005) US ZonalMap 1-n (1010,0006) US ZonalMap 1-n (1010,0007) US ZonalMap 1-n (1010,0008) US ZonalMap 1-n (1010,0009) US ZonalMap 1-n (1010,000A) US ZonalMap 1-n (1010,000B) US ZonalMap 1-n (1010,000C) US ZonalMap 1-n (1010,000D) US ZonalMap 1-n (1010,000E) US ZonalMap 1-n (1010,000F) US ZonalMap 1-n (1010,0010) US ZonalMap 1-n (1010,0011) US ZonalMap 1-n (1010,0012) US ZonalMap 1-n (1010,0013) US ZonalMap 1-n (1010,0014) US ZonalMap 1-n (1010,0015) US ZonalMap 1-n (1010,0016) US ZonalMap 1-n (1010,0017) US ZonalMap 1-n (1010,0018) US ZonalMap 1-n (1010,0019) US ZonalMap 1-n (1010,001A) US ZonalMap 1-n (1010,001B) US ZonalMap 1-n (1010,001C) US ZonalMap 1-n (1010,001D) US ZonalMap 1-n (1010,001E) US ZonalMap 1-n (1010,001F) US ZonalMap 1-n (1010,0020) US ZonalMap 1-n (1010,0021) US ZonalMap 1-n (1010,0022) US ZonalMap 1-n (1010,0023) US ZonalMap 1-n (1010,0024) US ZonalMap 1-n (1010,0025) US ZonalMap 1-n (1010,0026) US ZonalMap 1-n (1010,0027) US ZonalMap 1-n (1010,0028) US ZonalMap 1-n (1010,0029) US ZonalMap 1-n (1010,002A) US ZonalMap 1-n (1010,002B) US ZonalMap 1-n (1010,002C) US ZonalMap 1-n (1010,002D) US ZonalMap 1-n (1010,002E) US ZonalMap 1-n (1010,002F) US ZonalMap 1-n (1010,0030) US ZonalMap 1-n (1010,0031) US ZonalMap 1-n (1010,0032) US ZonalMap 1-n (1010,0033) US ZonalMap 1-n (1010,0034) US ZonalMap 1-n (1010,0035) US ZonalMap 1-n (1010,0036) US ZonalMap 1-n (1010,0037) US ZonalMap 1-n (1010,0038) US ZonalMap 1-n (1010,0039) US ZonalMap 1-n (1010,003A) US ZonalMap 1-n (1010,003B) US ZonalMap 1-n (1010,003C) US ZonalMap 1-n (1010,003D) US ZonalMap 1-n (1010,003E) US ZonalMap 1-n (1010,003F) US ZonalMap 1-n (1010,0040) US ZonalMap 1-n (1010,0041) US ZonalMap 1-n (1010,0042) US ZonalMap 1-n (1010,0043) US ZonalMap 1-n (1010,0044) US ZonalMap 1-n (1010,0045) US ZonalMap 1-n (1010,0046) US ZonalMap 1-n (1010,0047) US ZonalMap 1-n (1010,0048) US ZonalMap 1-n (1010,0049) US ZonalMap 1-n (1010,004A) US ZonalMap 1-n (1010,004B) US ZonalMap 1-n (1010,004C) US ZonalMap 1-n (1010,004D) US ZonalMap 1-n (1010,004E) US ZonalMap 1-n (1010,004F) US ZonalMap 1-n (1010,0050) US ZonalMap 1-n (1010,0051) US ZonalMap 1-n (1010,0052) US ZonalMap 1-n (1010,0053) US ZonalMap 1-n (1010,0054) US ZonalMap 1-n (1010,0055) US ZonalMap 1-n (1010,0056) US ZonalMap 1-n (1010,0057) US ZonalMap 1-n (1010,0058) US ZonalMap 1-n (1010,0059) US ZonalMap 1-n (1010,005A) US ZonalMap 1-n (1010,005B) US ZonalMap 1-n (1010,005C) US ZonalMap 1-n (1010,005D) US ZonalMap 1-n (1010,005E) US ZonalMap 1-n (1010,005F) US ZonalMap 1-n (1010,0060) US ZonalMap 1-n (1010,0061) US ZonalMap 1-n (1010,0062) US ZonalMap 1-n (1010,0063) US ZonalMap 1-n (1010,0064) US ZonalMap 1-n (1010,0065) US ZonalMap 1-n (1010,0066) US ZonalMap 1-n (1010,0067) US ZonalMap 1-n (1010,0068) US ZonalMap 1-n (1010,0069) US ZonalMap 1-n (1010,006A) US ZonalMap 1-n (1010,006B) US ZonalMap 1-n (1010,006C) US ZonalMap 1-n (1010,006D) US ZonalMap 1-n (1010,006E) US ZonalMap 1-n (1010,006F) US ZonalMap 1-n (1010,0070) US ZonalMap 1-n (1010,0071) US ZonalMap 1-n (1010,0072) US ZonalMap 1-n (1010,0073) US ZonalMap 1-n (1010,0074) US ZonalMap 1-n (1010,0075) US ZonalMap 1-n (1010,0076) US ZonalMap 1-n (1010,0077) US ZonalMap 1-n (1010,0078) US ZonalMap 1-n (1010,0079) US ZonalMap 1-n (1010,007A) US ZonalMap 1-n (1010,007B) US ZonalMap 1-n (1010,007C) US ZonalMap 1-n (1010,007D) US ZonalMap 1-n (1010,007E) US ZonalMap 1-n (1010,007F) US ZonalMap 1-n (1010,0080) US ZonalMap 1-n (1010,0081) US ZonalMap 1-n (1010,0082) US ZonalMap 1-n (1010,0083) US ZonalMap 1-n (1010,0084) US ZonalMap 1-n (1010,0085) US ZonalMap 1-n (1010,0086) US ZonalMap 1-n (1010,0087) US ZonalMap 1-n (1010,0088) US ZonalMap 1-n (1010,0089) US ZonalMap 1-n (1010,008A) US ZonalMap 1-n (1010,008B) US ZonalMap 1-n (1010,008C) US ZonalMap 1-n (1010,008D) US ZonalMap 1-n (1010,008E) US ZonalMap 1-n (1010,008F) US ZonalMap 1-n (1010,0090) US ZonalMap 1-n (1010,0091) US ZonalMap 1-n (1010,0092) US ZonalMap 1-n (1010,0093) US ZonalMap 1-n (1010,0094) US ZonalMap 1-n (1010,0095) US ZonalMap 1-n (1010,0096) US ZonalMap 1-n (1010,0097) US ZonalMap 1-n (1010,0098) US ZonalMap 1-n (1010,0099) US ZonalMap 1-n (1010,009A) US ZonalMap 1-n (1010,009B) US ZonalMap 1-n (1010,009C) US ZonalMap 1-n (1010,009D) US ZonalMap 1-n (1010,009E) US ZonalMap 1-n (1010,009F) US ZonalMap 1-n (1010,00A0) US ZonalMap 1-n (1010,00A1) US ZonalMap 1-n (1010,00A2) US ZonalMap 1-n (1010,00A3) US ZonalMap 1-n (1010,00A4) US ZonalMap 1-n (1010,00A5) US ZonalMap 1-n (1010,00A6) US ZonalMap 1-n (1010,00A7) US ZonalMap 1-n (1010,00A8) US ZonalMap 1-n (1010,00A9) US ZonalMap 1-n (1010,00AA) US ZonalMap 1-n (1010,00AB) US ZonalMap 1-n (1010,00AC) US ZonalMap 1-n (1010,00AD) US ZonalMap 1-n (1010,00AE) US ZonalMap 1-n (1010,00AF) US ZonalMap 1-n (1010,00B0) US ZonalMap 1-n (1010,00B1) US ZonalMap 1-n (1010,00B2) US ZonalMap 1-n (1010,00B3) US ZonalMap 1-n (1010,00B4) US ZonalMap 1-n (1010,00B5) US ZonalMap 1-n (1010,00B6) US ZonalMap 1-n (1010,00B7) US ZonalMap 1-n (1010,00B8) US ZonalMap 1-n (1010,00B9) US ZonalMap 1-n (1010,00BA) US ZonalMap 1-n (1010,00BB) US ZonalMap 1-n (1010,00BC) US ZonalMap 1-n (1010,00BD) US ZonalMap 1-n (1010,00BE) US ZonalMap 1-n (1010,00BF) US ZonalMap 1-n (1010,00C0) US ZonalMap 1-n (1010,00C1) US ZonalMap 1-n (1010,00C2) US ZonalMap 1-n (1010,00C3) US ZonalMap 1-n (1010,00C4) US ZonalMap 1-n (1010,00C5) US ZonalMap 1-n (1010,00C6) US ZonalMap 1-n (1010,00C7) US ZonalMap 1-n (1010,00C8) US ZonalMap 1-n (1010,00C9) US ZonalMap 1-n (1010,00CA) US ZonalMap 1-n (1010,00CB) US ZonalMap 1-n (1010,00CC) US ZonalMap 1-n (1010,00CD) US ZonalMap 1-n (1010,00CE) US ZonalMap 1-n (1010,00CF) US ZonalMap 1-n (1010,00D0) US ZonalMap 1-n (1010,00D1) US ZonalMap 1-n (1010,00D2) US ZonalMap 1-n (1010,00D3) US ZonalMap 1-n (1010,00D4) US ZonalMap 1-n (1010,00D5) US ZonalMap 1-n (1010,00D6) US ZonalMap 1-n (1010,00D7) US ZonalMap 1-n (1010,00D8) US ZonalMap 1-n (1010,00D9) US ZonalMap 1-n (1010,00DA) US ZonalMap 1-n (1010,00DB) US ZonalMap 1-n (1010,00DC) US ZonalMap 1-n (1010,00DD) US ZonalMap 1-n (1010,00DE) US ZonalMap 1-n (1010,00DF) US ZonalMap 1-n (1010,00E0) US ZonalMap 1-n (1010,00E1) US ZonalMap 1-n (1010,00E2) US ZonalMap 1-n (1010,00E3) US ZonalMap 1-n (1010,00E4) US ZonalMap 1-n (1010,00E5) US ZonalMap 1-n (1010,00E6) US ZonalMap 1-n (1010,00E7) US ZonalMap 1-n (1010,00E8) US ZonalMap 1-n (1010,00E9) US ZonalMap 1-n (1010,00EA) US ZonalMap 1-n (1010,00EB) US ZonalMap 1-n (1010,00EC) US ZonalMap 1-n (1010,00ED) US ZonalMap 1-n (1010,00EE) US ZonalMap 1-n (1010,00EF) US ZonalMap 1-n (1010,00F0) US ZonalMap 1-n (1010,00F1) US ZonalMap 1-n (1010,00F2) US ZonalMap 1-n (1010,00F3) US ZonalMap 1-n (1010,00F4) US ZonalMap 1-n (1010,00F5) US ZonalMap 1-n (1010,00F6) US ZonalMap 1-n (1010,00F7) US ZonalMap 1-n (1010,00F8) US ZonalMap 1-n (1010,00F9) US ZonalMap 1-n (1010,00FA) US ZonalMap 1-n (1010,00FB) US ZonalMap 1-n (1010,00FC) US ZonalMap 1-n (1010,00FD) US ZonalMap 1-n (1010,00FE) US ZonalMap 1-n (1010,00FF) US ZonalMap 1-n (2000,0010) IS NumberOfCopies 1 (2000,001E) SQ PrinterConfigurationSequence 1 (2000,0020) CS PrintPriority 1 (2000,0030) CS MediumType 1 (2000,0040) CS FilmDestination 1 (2000,0050) LO FilmSessionLabel 1 (2000,0060) IS MemoryAllocation 1 (2000,0061) IS MaximumMemoryAllocation 1 (2000,0062) CS ColorImagePrintingFlag 1 (2000,0063) CS CollationFlag 1 (2000,0065) CS AnnotationFlag 1 (2000,0067) CS ImageOverlayFlag 1 (2000,0069) CS PresentationLUTFlag 1 (2000,006A) CS ImageBoxPresentationLUTFlag 1 (2000,00A0) US MemoryBitDepth 1 (2000,00A1) US PrintingBitDepth 1 (2000,00A2) SQ MediaInstalledSequence 1 (2000,00A4) SQ OtherMediaAvailableSequence 1 (2000,00A8) SQ SupportedImageDisplayFormatsSequence 1 (2000,0500) SQ ReferencedFilmBoxSequence 1 (2000,0510) SQ ReferencedStoredPrintSequence 1 (2010,0010) ST ImageDisplayFormat 1 (2010,0030) CS AnnotationDisplayFormatID 1 (2010,0040) CS FilmOrientation 1 (2010,0050) CS FilmSizeID 1 (2010,0052) CS PrinterResolutionID 1 (2010,0054) CS DefaultPrinterResolutionID 1 (2010,0060) CS MagnificationType 1 (2010,0080) CS SmoothingType 1 (2010,00A6) CS DefaultMagnificationType 1 (2010,00A7) CS OtherMagnificationTypesAvailable 1-n (2010,00A8) CS DefaultSmoothingType 1 (2010,00A9) CS OtherSmoothingTypesAvailable 1-n (2010,0100) CS BorderDensity 1 (2010,0110) CS EmptyImageDensity 1 (2010,0120) US MinDensity 1 (2010,0130) US MaxDensity 1 (2010,0140) CS Trim 1 (2010,0150) ST ConfigurationInformation 1 (2010,0152) LT ConfigurationInformationDescription 1 (2010,0154) IS MaximumCollatedFilms 1 (2010,015E) US Illumination 1 (2010,0160) US ReflectedAmbientLight 1 (2010,0376) DS PrinterPixelSpacing 2 (2010,0500) SQ ReferencedFilmSessionSequence 1 (2010,0510) SQ ReferencedImageBoxSequence 1 (2010,0520) SQ ReferencedBasicAnnotationBoxSequence 1 (2020,0010) US ImageBoxPosition 1 (2020,0020) CS Polarity 1 (2020,0030) DS RequestedImageSize 1 (2020,0040) CS RequestedDecimateCropBehavior 1 (2020,0050) CS RequestedResolutionID 1 (2020,00A0) CS RequestedImageSizeFlag 1 (2020,00A2) CS DecimateCropResult 1 (2020,0110) SQ BasicGrayscaleImageSequence 1 (2020,0111) SQ BasicColorImageSequence 1 (2020,0130) SQ ReferencedImageOverlayBoxSequence 1 (2020,0140) SQ ReferencedVOILUTBoxSequence 1 (2030,0010) US AnnotationPosition 1 (2030,0020) LO TextString 1 (2040,0010) SQ ReferencedOverlayPlaneSequence 1 (2040,0011) US ReferencedOverlayPlaneGroups 1-99 (2040,0020) SQ OverlayPixelDataSequence 1 (2040,0060) CS OverlayMagnificationType 1 (2040,0070) CS OverlaySmoothingType 1 (2040,0072) CS OverlayOrImageMagnification 1 (2040,0074) US MagnifyToNumberOfColumns 1 (2040,0080) CS OverlayForegroundDensity 1 (2040,0082) CS OverlayBackgroundDensity 1 (2040,0090) CS OverlayMode 1 (2040,0100) CS ThresholdDensity 1 (2040,0500) SQ ReferencedImageBoxSequenceRetired 1 (2050,0010) SQ PresentationLUTSequence 1 (2050,0020) CS PresentationLUTShape 1 (2050,0500) SQ ReferencedPresentationLUTSequence 1 (2100,0010) SH PrintJobID 1 (2100,0020) CS ExecutionStatus 1 (2100,0030) CS ExecutionStatusInfo 1 (2100,0040) DA CreationDate 1 (2100,0050) TM CreationTime 1 (2100,0070) AE Originator 1 (2100,0140) AE DestinationAE 1 (2100,0160) SH OwnerID 1 (2100,0170) IS NumberOfFilms 1 (2100,0500) SQ ReferencedPrintJobSequencePullStoredPrint 1 (2110,0010) CS PrinterStatus 1 (2110,0020) CS PrinterStatusInfo 1 (2110,0030) LO PrinterName 1 (2110,0099) SH PrintQueueID 1 (2120,0010) CS QueueStatus 1 (2120,0050) SQ PrintJobDescriptionSequence 1 (2120,0070) SQ ReferencedPrintJobSequence 1 (2130,0010) SQ PrintManagementCapabilitiesSequence 1 (2130,0015) SQ PrinterCharacteristicsSequence 1 (2130,0030) SQ FilmBoxContentSequence 1 (2130,0040) SQ ImageBoxContentSequence 1 (2130,0050) SQ AnnotationContentSequence 1 (2130,0060) SQ ImageOverlayBoxContentSequence 1 (2130,0080) SQ PresentationLUTContentSequence 1 (2130,00A0) SQ ProposedStudySequence 1 (2130,00C0) SQ OriginalImageSequence 1 (2200,0001) CS LabelUsingInformationExtractedFromInstances 1 (2200,0002) UT LabelText 1 (2200,0003) CS LabelStyleSelection 1 (2200,0004) LT MediaDisposition 1 (2200,0005) LT BarcodeValue 1 (2200,0006) CS BarcodeSymbology 1 (2200,0007) CS AllowMediaSplitting 1 (2200,0008) CS IncludeNonDICOMObjects 1 (2200,0009) CS IncludeDisplayApplication 1 (2200,000A) CS PreserveCompositeInstancesAfterMediaCreation 1 (2200,000B) US TotalNumberOfPiecesOfMediaCreated 1 (2200,000C) LO RequestedMediaApplicationProfile 1 (2200,000D) SQ ReferencedStorageMediaSequence 1 (2200,000E) AT FailureAttributes 1-n (2200,000F) CS AllowLossyCompression 1 (2200,0020) CS RequestPriority 1 (3002,0002) SH RTImageLabel 1 (3002,0003) LO RTImageName 1 (3002,0004) ST RTImageDescription 1 (3002,000A) CS ReportedValuesOrigin 1 (3002,000C) CS RTImagePlane 1 (3002,000D) DS XRayImageReceptorTranslation 3 (3002,000E) DS XRayImageReceptorAngle 1 (3002,0010) DS RTImageOrientation 6 (3002,0011) DS ImagePlanePixelSpacing 2 (3002,0012) DS RTImagePosition 2 (3002,0020) SH RadiationMachineName 1 (3002,0022) DS RadiationMachineSAD 1 (3002,0024) DS RadiationMachineSSD 1 (3002,0026) DS RTImageSID 1 (3002,0028) DS SourceToReferenceObjectDistance 1 (3002,0029) IS FractionNumber 1 (3002,0030) SQ ExposureSequence 1 (3002,0032) DS MetersetExposure 1 (3002,0034) DS DiaphragmPosition 4 (3002,0040) SQ FluenceMapSequence 1 (3002,0041) CS FluenceDataSource 1 (3002,0042) DS FluenceDataScale 1 (3002,0050) SQ PrimaryFluenceModeSequence 1 (3002,0051) CS FluenceMode 1 (3002,0052) SH FluenceModeID 1 (3004,0001) CS DVHType 1 (3004,0002) CS DoseUnits 1 (3004,0004) CS DoseType 1 (3004,0006) LO DoseComment 1 (3004,0008) DS NormalizationPoint 3 (3004,000A) CS DoseSummationType 1 (3004,000C) DS GridFrameOffsetVector 2-n (3004,000E) DS DoseGridScaling 1 (3004,0010) SQ RTDoseROISequence 1 (3004,0012) DS DoseValue 1 (3004,0014) CS TissueHeterogeneityCorrection 1-3 (3004,0040) DS DVHNormalizationPoint 3 (3004,0042) DS DVHNormalizationDoseValue 1 (3004,0050) SQ DVHSequence 1 (3004,0052) DS DVHDoseScaling 1 (3004,0054) CS DVHVolumeUnits 1 (3004,0056) IS DVHNumberOfBins 1 (3004,0058) DS DVHData 2-2n (3004,0060) SQ DVHReferencedROISequence 1 (3004,0062) CS DVHROIContributionType 1 (3004,0070) DS DVHMinimumDose 1 (3004,0072) DS DVHMaximumDose 1 (3004,0074) DS DVHMeanDose 1 (3006,0002) SH StructureSetLabel 1 (3006,0004) LO StructureSetName 1 (3006,0006) ST StructureSetDescription 1 (3006,0008) DA StructureSetDate 1 (3006,0009) TM StructureSetTime 1 (3006,0010) SQ ReferencedFrameOfReferenceSequence 1 (3006,0012) SQ RTReferencedStudySequence 1 (3006,0014) SQ RTReferencedSeriesSequence 1 (3006,0016) SQ ContourImageSequence 1 (3006,0020) SQ StructureSetROISequence 1 (3006,0022) IS ROINumber 1 (3006,0024) UI ReferencedFrameOfReferenceUID 1 (3006,0026) LO ROIName 1 (3006,0028) ST ROIDescription 1 (3006,002A) IS ROIDisplayColor 3 (3006,002C) DS ROIVolume 1 (3006,0030) SQ RTRelatedROISequence 1 (3006,0033) CS RTROIRelationship 1 (3006,0036) CS ROIGenerationAlgorithm 1 (3006,0038) LO ROIGenerationDescription 1 (3006,0039) SQ ROIContourSequence 1 (3006,0040) SQ ContourSequence 1 (3006,0042) CS ContourGeometricType 1 (3006,0044) DS ContourSlabThickness 1 (3006,0045) DS ContourOffsetVector 3 (3006,0046) IS NumberOfContourPoints 1 (3006,0048) IS ContourNumber 1 (3006,0049) IS AttachedContours 1-n (3006,0050) DS ContourData 3-3n (3006,0080) SQ RTROIObservationsSequence 1 (3006,0082) IS ObservationNumber 1 (3006,0084) IS ReferencedROINumber 1 (3006,0085) SH ROIObservationLabel 1 (3006,0086) SQ RTROIIdentificationCodeSequence 1 (3006,0088) ST ROIObservationDescription 1 (3006,00A0) SQ RelatedRTROIObservationsSequence 1 (3006,00A4) CS RTROIInterpretedType 1 (3006,00A6) PN ROIInterpreter 1 (3006,00B0) SQ ROIPhysicalPropertiesSequence 1 (3006,00B2) CS ROIPhysicalProperty 1 (3006,00B4) DS ROIPhysicalPropertyValue 1 (3006,00B6) SQ ROIElementalCompositionSequence 1 (3006,00B7) US ROIElementalCompositionAtomicNumber 1 (3006,00B8) FL ROIElementalCompositionAtomicMassFraction 1 (3006,00C0) SQ FrameOfReferenceRelationshipSequence 1 (3006,00C2) UI RelatedFrameOfReferenceUID 1 (3006,00C4) CS FrameOfReferenceTransformationType 1 (3006,00C6) DS FrameOfReferenceTransformationMatrix 16 (3006,00C8) LO FrameOfReferenceTransformationComment 1 (3008,0010) SQ MeasuredDoseReferenceSequence 1 (3008,0012) ST MeasuredDoseDescription 1 (3008,0014) CS MeasuredDoseType 1 (3008,0016) DS MeasuredDoseValue 1 (3008,0020) SQ TreatmentSessionBeamSequence 1 (3008,0021) SQ TreatmentSessionIonBeamSequence 1 (3008,0022) IS CurrentFractionNumber 1 (3008,0024) DA TreatmentControlPointDate 1 (3008,0025) TM TreatmentControlPointTime 1 (3008,002A) CS TreatmentTerminationStatus 1 (3008,002B) SH TreatmentTerminationCode 1 (3008,002C) CS TreatmentVerificationStatus 1 (3008,0030) SQ ReferencedTreatmentRecordSequence 1 (3008,0032) DS SpecifiedPrimaryMeterset 1 (3008,0033) DS SpecifiedSecondaryMeterset 1 (3008,0036) DS DeliveredPrimaryMeterset 1 (3008,0037) DS DeliveredSecondaryMeterset 1 (3008,003A) DS SpecifiedTreatmentTime 1 (3008,003B) DS DeliveredTreatmentTime 1 (3008,0040) SQ ControlPointDeliverySequence 1 (3008,0041) SQ IonControlPointDeliverySequence 1 (3008,0042) DS SpecifiedMeterset 1 (3008,0044) DS DeliveredMeterset 1 (3008,0045) FL MetersetRateSet 1 (3008,0046) FL MetersetRateDelivered 1 (3008,0047) FL ScanSpotMetersetsDelivered 1-n (3008,0048) DS DoseRateDelivered 1 (3008,0050) SQ TreatmentSummaryCalculatedDoseReferenceSequence 1 (3008,0052) DS CumulativeDoseToDoseReference 1 (3008,0054) DA FirstTreatmentDate 1 (3008,0056) DA MostRecentTreatmentDate 1 (3008,005A) IS NumberOfFractionsDelivered 1 (3008,0060) SQ OverrideSequence 1 (3008,0061) AT ParameterSequencePointer 1 (3008,0062) AT OverrideParameterPointer 1 (3008,0063) IS ParameterItemIndex 1 (3008,0064) IS MeasuredDoseReferenceNumber 1 (3008,0065) AT ParameterPointer 1 (3008,0066) ST OverrideReason 1 (3008,0068) SQ CorrectedParameterSequence 1 (3008,006A) FL CorrectionValue 1 (3008,0070) SQ CalculatedDoseReferenceSequence 1 (3008,0072) IS CalculatedDoseReferenceNumber 1 (3008,0074) ST CalculatedDoseReferenceDescription 1 (3008,0076) DS CalculatedDoseReferenceDoseValue 1 (3008,0078) DS StartMeterset 1 (3008,007A) DS EndMeterset 1 (3008,0080) SQ ReferencedMeasuredDoseReferenceSequence 1 (3008,0082) IS ReferencedMeasuredDoseReferenceNumber 1 (3008,0090) SQ ReferencedCalculatedDoseReferenceSequence 1 (3008,0092) IS ReferencedCalculatedDoseReferenceNumber 1 (3008,00A0) SQ BeamLimitingDeviceLeafPairsSequence 1 (3008,00B0) SQ RecordedWedgeSequence 1 (3008,00C0) SQ RecordedCompensatorSequence 1 (3008,00D0) SQ RecordedBlockSequence 1 (3008,00E0) SQ TreatmentSummaryMeasuredDoseReferenceSequence 1 (3008,00F0) SQ RecordedSnoutSequence 1 (3008,00F2) SQ RecordedRangeShifterSequence 1 (3008,00F4) SQ RecordedLateralSpreadingDeviceSequence 1 (3008,00F6) SQ RecordedRangeModulatorSequence 1 (3008,0100) SQ RecordedSourceSequence 1 (3008,0105) LO SourceSerialNumber 1 (3008,0110) SQ TreatmentSessionApplicationSetupSequence 1 (3008,0116) CS ApplicationSetupCheck 1 (3008,0120) SQ RecordedBrachyAccessoryDeviceSequence 1 (3008,0122) IS ReferencedBrachyAccessoryDeviceNumber 1 (3008,0130) SQ RecordedChannelSequence 1 (3008,0132) DS SpecifiedChannelTotalTime 1 (3008,0134) DS DeliveredChannelTotalTime 1 (3008,0136) IS SpecifiedNumberOfPulses 1 (3008,0138) IS DeliveredNumberOfPulses 1 (3008,013A) DS SpecifiedPulseRepetitionInterval 1 (3008,013C) DS DeliveredPulseRepetitionInterval 1 (3008,0140) SQ RecordedSourceApplicatorSequence 1 (3008,0142) IS ReferencedSourceApplicatorNumber 1 (3008,0150) SQ RecordedChannelShieldSequence 1 (3008,0152) IS ReferencedChannelShieldNumber 1 (3008,0160) SQ BrachyControlPointDeliveredSequence 1 (3008,0162) DA SafePositionExitDate 1 (3008,0164) TM SafePositionExitTime 1 (3008,0166) DA SafePositionReturnDate 1 (3008,0168) TM SafePositionReturnTime 1 (3008,0200) CS CurrentTreatmentStatus 1 (3008,0202) ST TreatmentStatusComment 1 (3008,0220) SQ FractionGroupSummarySequence 1 (3008,0223) IS ReferencedFractionNumber 1 (3008,0224) CS FractionGroupType 1 (3008,0230) CS BeamStopperPosition 1 (3008,0240) SQ FractionStatusSummarySequence 1 (3008,0250) DA TreatmentDate 1 (3008,0251) TM TreatmentTime 1 (300A,0002) SH RTPlanLabel 1 (300A,0003) LO RTPlanName 1 (300A,0004) ST RTPlanDescription 1 (300A,0006) DA RTPlanDate 1 (300A,0007) TM RTPlanTime 1 (300A,0009) LO TreatmentProtocols 1-n (300A,000A) CS PlanIntent 1 (300A,000B) LO TreatmentSites 1-n (300A,000C) CS RTPlanGeometry 1 (300A,000E) ST PrescriptionDescription 1 (300A,0010) SQ DoseReferenceSequence 1 (300A,0012) IS DoseReferenceNumber 1 (300A,0013) UI DoseReferenceUID 1 (300A,0014) CS DoseReferenceStructureType 1 (300A,0015) CS NominalBeamEnergyUnit 1 (300A,0016) LO DoseReferenceDescription 1 (300A,0018) DS DoseReferencePointCoordinates 3 (300A,001A) DS NominalPriorDose 1 (300A,0020) CS DoseReferenceType 1 (300A,0021) DS ConstraintWeight 1 (300A,0022) DS DeliveryWarningDose 1 (300A,0023) DS DeliveryMaximumDose 1 (300A,0025) DS TargetMinimumDose 1 (300A,0026) DS TargetPrescriptionDose 1 (300A,0027) DS TargetMaximumDose 1 (300A,0028) DS TargetUnderdoseVolumeFraction 1 (300A,002A) DS OrganAtRiskFullvolumeDose 1 (300A,002B) DS OrganAtRiskLimitDose 1 (300A,002C) DS OrganAtRiskMaximumDose 1 (300A,002D) DS OrganAtRiskOverdoseVolumeFraction 1 (300A,0040) SQ ToleranceTableSequence 1 (300A,0042) IS ToleranceTableNumber 1 (300A,0043) SH ToleranceTableLabel 1 (300A,0044) DS GantryAngleTolerance 1 (300A,0046) DS BeamLimitingDeviceAngleTolerance 1 (300A,0048) SQ BeamLimitingDeviceToleranceSequence 1 (300A,004A) DS BeamLimitingDevicePositionTolerance 1 (300A,004B) FL SnoutPositionTolerance 1 (300A,004C) DS PatientSupportAngleTolerance 1 (300A,004E) DS TableTopEccentricAngleTolerance 1 (300A,004F) FL TableTopPitchAngleTolerance 1 (300A,0050) FL TableTopRollAngleTolerance 1 (300A,0051) DS TableTopVerticalPositionTolerance 1 (300A,0052) DS TableTopLongitudinalPositionTolerance 1 (300A,0053) DS TableTopLateralPositionTolerance 1 (300A,0055) CS RTPlanRelationship 1 (300A,0070) SQ FractionGroupSequence 1 (300A,0071) IS FractionGroupNumber 1 (300A,0072) LO FractionGroupDescription 1 (300A,0078) IS NumberOfFractionsPlanned 1 (300A,0079) IS NumberOfFractionPatternDigitsPerDay 1 (300A,007A) IS RepeatFractionCycleLength 1 (300A,007B) LT FractionPattern 1 (300A,0080) IS NumberOfBeams 1 (300A,0082) DS BeamDoseSpecificationPoint 3 (300A,0084) DS BeamDose 1 (300A,0086) DS BeamMeterset 1 (300A,0088) FL BeamDosePointDepth 1 (300A,0089) FL BeamDosePointEquivalentDepth 1 (300A,008A) FL BeamDosePointSSD 1 (300A,00A0) IS NumberOfBrachyApplicationSetups 1 (300A,00A2) DS BrachyApplicationSetupDoseSpecificationPoint 3 (300A,00A4) DS BrachyApplicationSetupDose 1 (300A,00B0) SQ BeamSequence 1 (300A,00B2) SH TreatmentMachineName 1 (300A,00B3) CS PrimaryDosimeterUnit 1 (300A,00B4) DS SourceAxisDistance 1 (300A,00B6) SQ BeamLimitingDeviceSequence 1 (300A,00B8) CS RTBeamLimitingDeviceType 1 (300A,00BA) DS SourceToBeamLimitingDeviceDistance 1 (300A,00BB) FL IsocenterToBeamLimitingDeviceDistance 1 (300A,00BC) IS NumberOfLeafJawPairs 1 (300A,00BE) DS LeafPositionBoundaries 3-n (300A,00C0) IS BeamNumber 1 (300A,00C2) LO BeamName 1 (300A,00C3) ST BeamDescription 1 (300A,00C4) CS BeamType 1 (300A,00C6) CS RadiationType 1 (300A,00C7) CS HighDoseTechniqueType 1 (300A,00C8) IS ReferenceImageNumber 1 (300A,00CA) SQ PlannedVerificationImageSequence 1 (300A,00CC) LO ImagingDeviceSpecificAcquisitionParameters 1-n (300A,00CE) CS TreatmentDeliveryType 1 (300A,00D0) IS NumberOfWedges 1 (300A,00D1) SQ WedgeSequence 1 (300A,00D2) IS WedgeNumber 1 (300A,00D3) CS WedgeType 1 (300A,00D4) SH WedgeID 1 (300A,00D5) IS WedgeAngle 1 (300A,00D6) DS WedgeFactor 1 (300A,00D7) FL TotalWedgeTrayWaterEquivalentThickness 1 (300A,00D8) DS WedgeOrientation 1 (300A,00D9) FL IsocenterToWedgeTrayDistance 1 (300A,00DA) DS SourceToWedgeTrayDistance 1 (300A,00DB) FL WedgeThinEdgePosition 1 (300A,00DC) SH BolusID 1 (300A,00DD) ST BolusDescription 1 (300A,00E0) IS NumberOfCompensators 1 (300A,00E1) SH MaterialID 1 (300A,00E2) DS TotalCompensatorTrayFactor 1 (300A,00E3) SQ CompensatorSequence 1 (300A,00E4) IS CompensatorNumber 1 (300A,00E5) SH CompensatorID 1 (300A,00E6) DS SourceToCompensatorTrayDistance 1 (300A,00E7) IS CompensatorRows 1 (300A,00E8) IS CompensatorColumns 1 (300A,00E9) DS CompensatorPixelSpacing 2 (300A,00EA) DS CompensatorPosition 2 (300A,00EB) DS CompensatorTransmissionData 1-n (300A,00EC) DS CompensatorThicknessData 1-n (300A,00ED) IS NumberOfBoli 1 (300A,00EE) CS CompensatorType 1 (300A,00F0) IS NumberOfBlocks 1 (300A,00F2) DS TotalBlockTrayFactor 1 (300A,00F3) FL TotalBlockTrayWaterEquivalentThickness 1 (300A,00F4) SQ BlockSequence 1 (300A,00F5) SH BlockTrayID 1 (300A,00F6) DS SourceToBlockTrayDistance 1 (300A,00F7) FL IsocenterToBlockTrayDistance 1 (300A,00F8) CS BlockType 1 (300A,00F9) LO AccessoryCode 1 (300A,00FA) CS BlockDivergence 1 (300A,00FB) CS BlockMountingPosition 1 (300A,00FC) IS BlockNumber 1 (300A,00FE) LO BlockName 1 (300A,0100) DS BlockThickness 1 (300A,0102) DS BlockTransmission 1 (300A,0104) IS BlockNumberOfPoints 1 (300A,0106) DS BlockData 2-2n (300A,0107) SQ ApplicatorSequence 1 (300A,0108) SH ApplicatorID 1 (300A,0109) CS ApplicatorType 1 (300A,010A) LO ApplicatorDescription 1 (300A,010C) DS CumulativeDoseReferenceCoefficient 1 (300A,010E) DS FinalCumulativeMetersetWeight 1 (300A,0110) IS NumberOfControlPoints 1 (300A,0111) SQ ControlPointSequence 1 (300A,0112) IS ControlPointIndex 1 (300A,0114) DS NominalBeamEnergy 1 (300A,0115) DS DoseRateSet 1 (300A,0116) SQ WedgePositionSequence 1 (300A,0118) CS WedgePosition 1 (300A,011A) SQ BeamLimitingDevicePositionSequence 1 (300A,011C) DS LeafJawPositions 2-2n (300A,011E) DS GantryAngle 1 (300A,011F) CS GantryRotationDirection 1 (300A,0120) DS BeamLimitingDeviceAngle 1 (300A,0121) CS BeamLimitingDeviceRotationDirection 1 (300A,0122) DS PatientSupportAngle 1 (300A,0123) CS PatientSupportRotationDirection 1 (300A,0124) DS TableTopEccentricAxisDistance 1 (300A,0125) DS TableTopEccentricAngle 1 (300A,0126) CS TableTopEccentricRotationDirection 1 (300A,0128) DS TableTopVerticalPosition 1 (300A,0129) DS TableTopLongitudinalPosition 1 (300A,012A) DS TableTopLateralPosition 1 (300A,012C) DS IsocenterPosition 3 (300A,012E) DS SurfaceEntryPoint 3 (300A,0130) DS SourceToSurfaceDistance 1 (300A,0134) DS CumulativeMetersetWeight 1 (300A,0140) FL TableTopPitchAngle 1 (300A,0142) CS TableTopPitchRotationDirection 1 (300A,0144) FL TableTopRollAngle 1 (300A,0146) CS TableTopRollRotationDirection 1 (300A,0148) FL HeadFixationAngle 1 (300A,014A) FL GantryPitchAngle 1 (300A,014C) CS GantryPitchRotationDirection 1 (300A,014E) FL GantryPitchAngleTolerance 1 (300A,0180) SQ PatientSetupSequence 1 (300A,0182) IS PatientSetupNumber 1 (300A,0183) LO PatientSetupLabel 1 (300A,0184) LO PatientAdditionalPosition 1 (300A,0190) SQ FixationDeviceSequence 1 (300A,0192) CS FixationDeviceType 1 (300A,0194) SH FixationDeviceLabel 1 (300A,0196) ST FixationDeviceDescription 1 (300A,0198) SH FixationDevicePosition 1 (300A,0199) FL FixationDevicePitchAngle 1 (300A,019A) FL FixationDeviceRollAngle 1 (300A,01A0) SQ ShieldingDeviceSequence 1 (300A,01A2) CS ShieldingDeviceType 1 (300A,01A4) SH ShieldingDeviceLabel 1 (300A,01A6) ST ShieldingDeviceDescription 1 (300A,01A8) SH ShieldingDevicePosition 1 (300A,01B0) CS SetupTechnique 1 (300A,01B2) ST SetupTechniqueDescription 1 (300A,01B4) SQ SetupDeviceSequence 1 (300A,01B6) CS SetupDeviceType 1 (300A,01B8) SH SetupDeviceLabel 1 (300A,01BA) ST SetupDeviceDescription 1 (300A,01BC) DS SetupDeviceParameter 1 (300A,01D0) ST SetupReferenceDescription 1 (300A,01D2) DS TableTopVerticalSetupDisplacement 1 (300A,01D4) DS TableTopLongitudinalSetupDisplacement 1 (300A,01D6) DS TableTopLateralSetupDisplacement 1 (300A,0200) CS BrachyTreatmentTechnique 1 (300A,0202) CS BrachyTreatmentType 1 (300A,0206) SQ TreatmentMachineSequence 1 (300A,0210) SQ SourceSequence 1 (300A,0212) IS SourceNumber 1 (300A,0214) CS SourceType 1 (300A,0216) LO SourceManufacturer 1 (300A,0218) DS ActiveSourceDiameter 1 (300A,021A) DS ActiveSourceLength 1 (300A,0222) DS SourceEncapsulationNominalThickness 1 (300A,0224) DS SourceEncapsulationNominalTransmission 1 (300A,0226) LO SourceIsotopeName 1 (300A,0228) DS SourceIsotopeHalfLife 1 (300A,0229) CS SourceStrengthUnits 1 (300A,022A) DS ReferenceAirKermaRate 1 (300A,022B) DS SourceStrength 1 (300A,022C) DA SourceStrengthReferenceDate 1 (300A,022E) TM SourceStrengthReferenceTime 1 (300A,0230) SQ ApplicationSetupSequence 1 (300A,0232) CS ApplicationSetupType 1 (300A,0234) IS ApplicationSetupNumber 1 (300A,0236) LO ApplicationSetupName 1 (300A,0238) LO ApplicationSetupManufacturer 1 (300A,0240) IS TemplateNumber 1 (300A,0242) SH TemplateType 1 (300A,0244) LO TemplateName 1 (300A,0250) DS TotalReferenceAirKerma 1 (300A,0260) SQ BrachyAccessoryDeviceSequence 1 (300A,0262) IS BrachyAccessoryDeviceNumber 1 (300A,0263) SH BrachyAccessoryDeviceID 1 (300A,0264) CS BrachyAccessoryDeviceType 1 (300A,0266) LO BrachyAccessoryDeviceName 1 (300A,026A) DS BrachyAccessoryDeviceNominalThickness 1 (300A,026C) DS BrachyAccessoryDeviceNominalTransmission 1 (300A,0280) SQ ChannelSequence 1 (300A,0282) IS ChannelNumber 1 (300A,0284) DS ChannelLength 1 (300A,0286) DS ChannelTotalTime 1 (300A,0288) CS SourceMovementType 1 (300A,028A) IS NumberOfPulses 1 (300A,028C) DS PulseRepetitionInterval 1 (300A,0290) IS SourceApplicatorNumber 1 (300A,0291) SH SourceApplicatorID 1 (300A,0292) CS SourceApplicatorType 1 (300A,0294) LO SourceApplicatorName 1 (300A,0296) DS SourceApplicatorLength 1 (300A,0298) LO SourceApplicatorManufacturer 1 (300A,029C) DS SourceApplicatorWallNominalThickness 1 (300A,029E) DS SourceApplicatorWallNominalTransmission 1 (300A,02A0) DS SourceApplicatorStepSize 1 (300A,02A2) IS TransferTubeNumber 1 (300A,02A4) DS TransferTubeLength 1 (300A,02B0) SQ ChannelShieldSequence 1 (300A,02B2) IS ChannelShieldNumber 1 (300A,02B3) SH ChannelShieldID 1 (300A,02B4) LO ChannelShieldName 1 (300A,02B8) DS ChannelShieldNominalThickness 1 (300A,02BA) DS ChannelShieldNominalTransmission 1 (300A,02C8) DS FinalCumulativeTimeWeight 1 (300A,02D0) SQ BrachyControlPointSequence 1 (300A,02D2) DS ControlPointRelativePosition 1 (300A,02D4) DS ControlPointDPosition 3 (300A,02D6) DS CumulativeTimeWeight 1 (300A,02E0) CS CompensatorDivergence 1 (300A,02E1) CS CompensatorMountingPosition 1 (300A,02E2) DS SourceToCompensatorDistance 1-n (300A,02E3) FL TotalCompensatorTrayWaterEquivalentThickness 1 (300A,02E4) FL IsocenterToCompensatorTrayDistance 1 (300A,02E5) FL CompensatorColumnOffset 1 (300A,02E6) FL IsocenterToCompensatorDistances 1-n (300A,02E7) FL CompensatorRelativeStoppingPowerRatio 1 (300A,02E8) FL CompensatorMillingToolDiameter 1 (300A,02EA) SQ IonRangeCompensatorSequence 1 (300A,02EB) LT CompensatorDescription 1 (300A,0302) IS RadiationMassNumber 1 (300A,0304) IS RadiationAtomicNumber 1 (300A,0306) SS RadiationChargeState 1 (300A,0308) CS ScanMode 1 (300A,030A) FL VirtualSourceAxisDistances 2 (300A,030C) SQ SnoutSequence 1 (300A,030D) FL SnoutPosition 1 (300A,030F) SH SnoutID 1 (300A,0312) IS NumberOfRangeShifters 1 (300A,0314) SQ RangeShifterSequence 1 (300A,0316) IS RangeShifterNumber 1 (300A,0318) SH RangeShifterID 1 (300A,0320) CS RangeShifterType 1 (300A,0322) LO RangeShifterDescription 1 (300A,0330) IS NumberOfLateralSpreadingDevices 1 (300A,0332) SQ LateralSpreadingDeviceSequence 1 (300A,0334) IS LateralSpreadingDeviceNumber 1 (300A,0336) SH LateralSpreadingDeviceID 1 (300A,0338) CS LateralSpreadingDeviceType 1 (300A,033A) LO LateralSpreadingDeviceDescription 1 (300A,033C) FL LateralSpreadingDeviceWaterEquivalentThickness 1 (300A,0340) IS NumberOfRangeModulators 1 (300A,0342) SQ RangeModulatorSequence 1 (300A,0344) IS RangeModulatorNumber 1 (300A,0346) SH RangeModulatorID 1 (300A,0348) CS RangeModulatorType 1 (300A,034A) LO RangeModulatorDescription 1 (300A,034C) SH BeamCurrentModulationID 1 (300A,0350) CS PatientSupportType 1 (300A,0352) SH PatientSupportID 1 (300A,0354) LO PatientSupportAccessoryCode 1 (300A,0356) FL FixationLightAzimuthalAngle 1 (300A,0358) FL FixationLightPolarAngle 1 (300A,035A) FL MetersetRate 1 (300A,0360) SQ RangeShifterSettingsSequence 1 (300A,0362) LO RangeShifterSetting 1 (300A,0364) FL IsocenterToRangeShifterDistance 1 (300A,0366) FL RangeShifterWaterEquivalentThickness 1 (300A,0370) SQ LateralSpreadingDeviceSettingsSequence 1 (300A,0372) LO LateralSpreadingDeviceSetting 1 (300A,0374) FL IsocenterToLateralSpreadingDeviceDistance 1 (300A,0380) SQ RangeModulatorSettingsSequence 1 (300A,0382) FL RangeModulatorGatingStartValue 1 (300A,0384) FL RangeModulatorGatingStopValue 1 (300A,0386) FL RangeModulatorGatingStartWaterEquivalentThickness 1 (300A,0388) FL RangeModulatorGatingStopWaterEquivalentThickness 1 (300A,038A) FL IsocenterToRangeModulatorDistance 1 (300A,0390) SH ScanSpotTuneID 1 (300A,0392) IS NumberOfScanSpotPositions 1 (300A,0394) FL ScanSpotPositionMap 1-n (300A,0396) FL ScanSpotMetersetWeights 1-n (300A,0398) FL ScanningSpotSize 2 (300A,039A) IS NumberOfPaintings 1 (300A,03A0) SQ IonToleranceTableSequence 1 (300A,03A2) SQ IonBeamSequence 1 (300A,03A4) SQ IonBeamLimitingDeviceSequence 1 (300A,03A6) SQ IonBlockSequence 1 (300A,03A8) SQ IonControlPointSequence 1 (300A,03AA) SQ IonWedgeSequence 1 (300A,03AC) SQ IonWedgePositionSequence 1 (300A,0401) SQ ReferencedSetupImageSequence 1 (300A,0402) ST SetupImageComment 1 (300A,0410) SQ MotionSynchronizationSequence 1 (300A,0412) FL ControlPointOrientation 3 (300A,0420) SQ GeneralAccessorySequence 1 (300A,0421) SH GeneralAccessoryID 1 (300A,0422) ST GeneralAccessoryDescription 1 (300A,0423) CS GeneralAccessoryType 1 (300A,0424) IS GeneralAccessoryNumber 1 (300A,0431) SQ ApplicatorGeometrySequence 1 (300A,0432) CS ApplicatorApertureShape 1 (300A,0433) FL ApplicatorOpening 1 (300A,0434) FL ApplicatorOpeningX 1 (300A,0435) FL ApplicatorOpeningY 1 (300A,0436) FL SourceToApplicatorMountingPositionDistance 1 (300C,0002) SQ ReferencedRTPlanSequence 1 (300C,0004) SQ ReferencedBeamSequence 1 (300C,0006) IS ReferencedBeamNumber 1 (300C,0007) IS ReferencedReferenceImageNumber 1 (300C,0008) DS StartCumulativeMetersetWeight 1 (300C,0009) DS EndCumulativeMetersetWeight 1 (300C,000A) SQ ReferencedBrachyApplicationSetupSequence 1 (300C,000C) IS ReferencedBrachyApplicationSetupNumber 1 (300C,000E) IS ReferencedSourceNumber 1 (300C,0020) SQ ReferencedFractionGroupSequence 1 (300C,0022) IS ReferencedFractionGroupNumber 1 (300C,0040) SQ ReferencedVerificationImageSequence 1 (300C,0042) SQ ReferencedReferenceImageSequence 1 (300C,0050) SQ ReferencedDoseReferenceSequence 1 (300C,0051) IS ReferencedDoseReferenceNumber 1 (300C,0055) SQ BrachyReferencedDoseReferenceSequence 1 (300C,0060) SQ ReferencedStructureSetSequence 1 (300C,006A) IS ReferencedPatientSetupNumber 1 (300C,0080) SQ ReferencedDoseSequence 1 (300C,00A0) IS ReferencedToleranceTableNumber 1 (300C,00B0) SQ ReferencedBolusSequence 1 (300C,00C0) IS ReferencedWedgeNumber 1 (300C,00D0) IS ReferencedCompensatorNumber 1 (300C,00E0) IS ReferencedBlockNumber 1 (300C,00F0) IS ReferencedControlPointIndex 1 (300C,00F2) SQ ReferencedControlPointSequence 1 (300C,00F4) IS ReferencedStartControlPointIndex 1 (300C,00F6) IS ReferencedStopControlPointIndex 1 (300C,0100) IS ReferencedRangeShifterNumber 1 (300C,0102) IS ReferencedLateralSpreadingDeviceNumber 1 (300C,0104) IS ReferencedRangeModulatorNumber 1 (300E,0002) CS ApprovalStatus 1 (300E,0004) DA ReviewDate 1 (300E,0005) TM ReviewTime 1 (300E,0008) PN ReviewerName 1 (4000,0010) LT Arbitrary 1 (4000,4000) LT TextComments 1 (4008,0040) SH ResultsID 1 (4008,0042) LO ResultsIDIssuer 1 (4008,0050) SQ ReferencedInterpretationSequence 1 (4008,00FF) CS ReportProductionStatusTrial 1 (4008,0100) DA InterpretationRecordedDate 1 (4008,0101) TM InterpretationRecordedTime 1 (4008,0102) PN InterpretationRecorder 1 (4008,0103) LO ReferenceToRecordedSound 1 (4008,0108) DA InterpretationTranscriptionDate 1 (4008,0109) TM InterpretationTranscriptionTime 1 (4008,010A) PN InterpretationTranscriber 1 (4008,010B) ST InterpretationText 1 (4008,010C) PN InterpretationAuthor 1 (4008,0111) SQ InterpretationApproverSequence 1 (4008,0112) DA InterpretationApprovalDate 1 (4008,0113) TM InterpretationApprovalTime 1 (4008,0114) PN PhysicianApprovingInterpretation 1 (4008,0115) LT InterpretationDiagnosisDescription 1 (4008,0117) SQ InterpretationDiagnosisCodeSequence 1 (4008,0118) SQ ResultsDistributionListSequence 1 (4008,0119) PN DistributionName 1 (4008,011A) LO DistributionAddress 1 (4008,0200) SH InterpretationID 1 (4008,0202) LO InterpretationIDIssuer 1 (4008,0210) CS InterpretationTypeID 1 (4008,0212) CS InterpretationStatusID 1 (4008,0300) ST Impressions 1 (4008,4000) ST ResultsComments 1 (4010,0001) CS LowEnergyDetectors 1 (4010,0002) CS HighEnergyDetectors 1 (4010,0004) SQ DetectorGeometrySequence 1 (4010,1001) SQ ThreatROIVoxelSequence 1 (4010,1004) FL ThreatROIBase 3 (4010,1005) FL ThreatROIExtents 3 (4010,1006) OB ThreatROIBitmap 1 (4010,1007) SH RouteSegmentID 1 (4010,1008) CS GantryType 1 (4010,1009) CS OOIOwnerType 1 (4010,100A) SQ RouteSegmentSequence 1 (4010,1010) US PotentialThreatObjectID 1 (4010,1011) SQ ThreatSequence 1 (4010,1012) CS ThreatCategory 1 (4010,1013) LT ThreatCategoryDescription 1 (4010,1014) CS ATDAbilityAssessment 1 (4010,1015) CS ATDAssessmentFlag 1 (4010,1016) FL ATDAssessmentProbability 1 (4010,1017) FL Mass 1 (4010,1018) FL Density 1 (4010,1019) FL ZEffective 1 (4010,101A) SH BoardingPassID 1 (4010,101B) FL CenterOfMass 3 (4010,101C) FL CenterOfPTO 3 (4010,101D) FL BoundingPolygon 6-6n (4010,101E) SH RouteSegmentStartLocationID 1 (4010,101F) SH RouteSegmentEndLocationID 1 (4010,1020) CS RouteSegmentLocationIDType 1 (4010,1021) CS AbortReason 1-n (4010,1023) FL VolumeOfPTO 1 (4010,1024) CS AbortFlag 1 (4010,1025) DT RouteSegmentStartTime 1 (4010,1026) DT RouteSegmentEndTime 1 (4010,1027) CS TDRType 1 (4010,1028) CS InternationalRouteSegment 1 (4010,1029) LO ThreatDetectionAlgorithmAndVersion 1-n (4010,102A) SH AssignedLocation 1 (4010,102B) DT AlarmDecisionTime 1 (4010,1031) CS AlarmDecision 1 (4010,1033) US NumberOfTotalObjects 1 (4010,1034) US NumberOfAlarmObjects 1 (4010,1037) SQ PTORepresentationSequence 1 (4010,1038) SQ ATDAssessmentSequence 1 (4010,1039) CS TIPType 1 (4010,103A) CS DICOSVersion 1 (4010,1041) DT OOIOwnerCreationTime 1 (4010,1042) CS OOIType 1 (4010,1043) FL OOISize 3 (4010,1044) CS AcquisitionStatus 1 (4010,1045) SQ BasisMaterialsCodeSequence 1 (4010,1046) CS PhantomType 1 (4010,1047) SQ OOIOwnerSequence 1 (4010,1048) CS ScanType 1 (4010,1051) LO ItineraryID 1 (4010,1052) SH ItineraryIDType 1 (4010,1053) LO ItineraryIDAssigningAuthority 1 (4010,1054) SH RouteID 1 (4010,1055) SH RouteIDAssigningAuthority 1 (4010,1056) CS InboundArrivalType 1 (4010,1058) SH CarrierID 1 (4010,1059) CS CarrierIDAssigningAuthority 1 (4010,1060) FL SourceOrientation 3 (4010,1061) FL SourcePosition 3 (4010,1062) FL BeltHeight 1 (4010,1064) SQ AlgorithmRoutingCodeSequence 1 (4010,1067) CS TransportClassification 1 (4010,1068) LT OOITypeDescriptor 1 (4010,1069) FL TotalProcessingTime 1 (4010,106C) OB DetectorCalibrationData 1 (4FFE,0001) SQ MACParametersSequence 1 (5000,0005) US CurveDimensions 1 (5000,0010) US NumberOfPoints 1 (5000,0020) CS TypeOfData 1 (5000,0022) LO CurveDescription 1 (5000,0030) SH AxisUnits 1-n (5000,0040) SH AxisLabels 1-n (5000,0103) US DataValueRepresentation 1 (5000,0104) US MinimumCoordinateValue 1-n (5000,0105) US MaximumCoordinateValue 1-n (5000,0106) SH CurveRange 1-n (5000,0110) US CurveDataDescriptor 1-n (5000,0112) US CoordinateStartValue 1-n (5000,0114) US CoordinateStepValue 1-n (5000,1001) CS CurveActivationLayer 1 (5000,2000) US AudioType 1 (5000,2002) US AudioSampleFormat 1 (5000,2004) US NumberOfChannels 1 (5000,2006) UL NumberOfSamples 1 (5000,2008) UL SampleRate 1 (5000,200A) UL TotalTime 1 (5000,200C) OB/OW AudioSampleData 1 (5000,200E) LT AudioComments 1 (5000,2500) LO CurveLabel 1 (5000,2600) SQ CurveReferencedOverlaySequence 1 (5000,2610) US CurveReferencedOverlayGroup 1 (5000,3000) OB/OW CurveData 1 (5002,0005) US CurveDimensions 1 (5002,0010) US NumberOfPoints 1 (5002,0020) CS TypeOfData 1 (5002,0022) LO CurveDescription 1 (5002,0030) SH AxisUnits 1-n (5002,0040) SH AxisLabels 1-n (5002,0103) US DataValueRepresentation 1 (5002,0104) US MinimumCoordinateValue 1-n (5002,0105) US MaximumCoordinateValue 1-n (5002,0106) SH CurveRange 1-n (5002,0110) US CurveDataDescriptor 1-n (5002,0112) US CoordinateStartValue 1-n (5002,0114) US CoordinateStepValue 1-n (5002,1001) CS CurveActivationLayer 1 (5002,2000) US AudioType 1 (5002,2002) US AudioSampleFormat 1 (5002,2004) US NumberOfChannels 1 (5002,2006) UL NumberOfSamples 1 (5002,2008) UL SampleRate 1 (5002,200A) UL TotalTime 1 (5002,200C) OB/OW AudioSampleData 1 (5002,200E) LT AudioComments 1 (5002,2500) LO CurveLabel 1 (5002,2600) SQ CurveReferencedOverlaySequence 1 (5002,2610) US CurveReferencedOverlayGroup 1 (5002,3000) OB/OW CurveData 1 (5004,0005) US CurveDimensions 1 (5004,0010) US NumberOfPoints 1 (5004,0020) CS TypeOfData 1 (5004,0022) LO CurveDescription 1 (5004,0030) SH AxisUnits 1-n (5004,0040) SH AxisLabels 1-n (5004,0103) US DataValueRepresentation 1 (5004,0104) US MinimumCoordinateValue 1-n (5004,0105) US MaximumCoordinateValue 1-n (5004,0106) SH CurveRange 1-n (5004,0110) US CurveDataDescriptor 1-n (5004,0112) US CoordinateStartValue 1-n (5004,0114) US CoordinateStepValue 1-n (5004,1001) CS CurveActivationLayer 1 (5004,2000) US AudioType 1 (5004,2002) US AudioSampleFormat 1 (5004,2004) US NumberOfChannels 1 (5004,2006) UL NumberOfSamples 1 (5004,2008) UL SampleRate 1 (5004,200A) UL TotalTime 1 (5004,200C) OB/OW AudioSampleData 1 (5004,200E) LT AudioComments 1 (5004,2500) LO CurveLabel 1 (5004,2600) SQ CurveReferencedOverlaySequence 1 (5004,2610) US CurveReferencedOverlayGroup 1 (5004,3000) OB/OW CurveData 1 (5006,0005) US CurveDimensions 1 (5006,0010) US NumberOfPoints 1 (5006,0020) CS TypeOfData 1 (5006,0022) LO CurveDescription 1 (5006,0030) SH AxisUnits 1-n (5006,0040) SH AxisLabels 1-n (5006,0103) US DataValueRepresentation 1 (5006,0104) US MinimumCoordinateValue 1-n (5006,0105) US MaximumCoordinateValue 1-n (5006,0106) SH CurveRange 1-n (5006,0110) US CurveDataDescriptor 1-n (5006,0112) US CoordinateStartValue 1-n (5006,0114) US CoordinateStepValue 1-n (5006,1001) CS CurveActivationLayer 1 (5006,2000) US AudioType 1 (5006,2002) US AudioSampleFormat 1 (5006,2004) US NumberOfChannels 1 (5006,2006) UL NumberOfSamples 1 (5006,2008) UL SampleRate 1 (5006,200A) UL TotalTime 1 (5006,200C) OB/OW AudioSampleData 1 (5006,200E) LT AudioComments 1 (5006,2500) LO CurveLabel 1 (5006,2600) SQ CurveReferencedOverlaySequence 1 (5006,2610) US CurveReferencedOverlayGroup 1 (5006,3000) OB/OW CurveData 1 (5008,0005) US CurveDimensions 1 (5008,0010) US NumberOfPoints 1 (5008,0020) CS TypeOfData 1 (5008,0022) LO CurveDescription 1 (5008,0030) SH AxisUnits 1-n (5008,0040) SH AxisLabels 1-n (5008,0103) US DataValueRepresentation 1 (5008,0104) US MinimumCoordinateValue 1-n (5008,0105) US MaximumCoordinateValue 1-n (5008,0106) SH CurveRange 1-n (5008,0110) US CurveDataDescriptor 1-n (5008,0112) US CoordinateStartValue 1-n (5008,0114) US CoordinateStepValue 1-n (5008,1001) CS CurveActivationLayer 1 (5008,2000) US AudioType 1 (5008,2002) US AudioSampleFormat 1 (5008,2004) US NumberOfChannels 1 (5008,2006) UL NumberOfSamples 1 (5008,2008) UL SampleRate 1 (5008,200A) UL TotalTime 1 (5008,200C) OB/OW AudioSampleData 1 (5008,200E) LT AudioComments 1 (5008,2500) LO CurveLabel 1 (5008,2600) SQ CurveReferencedOverlaySequence 1 (5008,2610) US CurveReferencedOverlayGroup 1 (5008,3000) OB/OW CurveData 1 (500A,0005) US CurveDimensions 1 (500A,0010) US NumberOfPoints 1 (500A,0020) CS TypeOfData 1 (500A,0022) LO CurveDescription 1 (500A,0030) SH AxisUnits 1-n (500A,0040) SH AxisLabels 1-n (500A,0103) US DataValueRepresentation 1 (500A,0104) US MinimumCoordinateValue 1-n (500A,0105) US MaximumCoordinateValue 1-n (500A,0106) SH CurveRange 1-n (500A,0110) US CurveDataDescriptor 1-n (500A,0112) US CoordinateStartValue 1-n (500A,0114) US CoordinateStepValue 1-n (500A,1001) CS CurveActivationLayer 1 (500A,2000) US AudioType 1 (500A,2002) US AudioSampleFormat 1 (500A,2004) US NumberOfChannels 1 (500A,2006) UL NumberOfSamples 1 (500A,2008) UL SampleRate 1 (500A,200A) UL TotalTime 1 (500A,200C) OB/OW AudioSampleData 1 (500A,200E) LT AudioComments 1 (500A,2500) LO CurveLabel 1 (500A,2600) SQ CurveReferencedOverlaySequence 1 (500A,2610) US CurveReferencedOverlayGroup 1 (500A,3000) OB/OW CurveData 1 (500C,0005) US CurveDimensions 1 (500C,0010) US NumberOfPoints 1 (500C,0020) CS TypeOfData 1 (500C,0022) LO CurveDescription 1 (500C,0030) SH AxisUnits 1-n (500C,0040) SH AxisLabels 1-n (500C,0103) US DataValueRepresentation 1 (500C,0104) US MinimumCoordinateValue 1-n (500C,0105) US MaximumCoordinateValue 1-n (500C,0106) SH CurveRange 1-n (500C,0110) US CurveDataDescriptor 1-n (500C,0112) US CoordinateStartValue 1-n (500C,0114) US CoordinateStepValue 1-n (500C,1001) CS CurveActivationLayer 1 (500C,2000) US AudioType 1 (500C,2002) US AudioSampleFormat 1 (500C,2004) US NumberOfChannels 1 (500C,2006) UL NumberOfSamples 1 (500C,2008) UL SampleRate 1 (500C,200A) UL TotalTime 1 (500C,200C) OB/OW AudioSampleData 1 (500C,200E) LT AudioComments 1 (500C,2500) LO CurveLabel 1 (500C,2600) SQ CurveReferencedOverlaySequence 1 (500C,2610) US CurveReferencedOverlayGroup 1 (500C,3000) OB/OW CurveData 1 (500E,0005) US CurveDimensions 1 (500E,0010) US NumberOfPoints 1 (500E,0020) CS TypeOfData 1 (500E,0022) LO CurveDescription 1 (500E,0030) SH AxisUnits 1-n (500E,0040) SH AxisLabels 1-n (500E,0103) US DataValueRepresentation 1 (500E,0104) US MinimumCoordinateValue 1-n (500E,0105) US MaximumCoordinateValue 1-n (500E,0106) SH CurveRange 1-n (500E,0110) US CurveDataDescriptor 1-n (500E,0112) US CoordinateStartValue 1-n (500E,0114) US CoordinateStepValue 1-n (500E,1001) CS CurveActivationLayer 1 (500E,2000) US AudioType 1 (500E,2002) US AudioSampleFormat 1 (500E,2004) US NumberOfChannels 1 (500E,2006) UL NumberOfSamples 1 (500E,2008) UL SampleRate 1 (500E,200A) UL TotalTime 1 (500E,200C) OB/OW AudioSampleData 1 (500E,200E) LT AudioComments 1 (500E,2500) LO CurveLabel 1 (500E,2600) SQ CurveReferencedOverlaySequence 1 (500E,2610) US CurveReferencedOverlayGroup 1 (500E,3000) OB/OW CurveData 1 (5010,0005) US CurveDimensions 1 (5010,0010) US NumberOfPoints 1 (5010,0020) CS TypeOfData 1 (5010,0022) LO CurveDescription 1 (5010,0030) SH AxisUnits 1-n (5010,0040) SH AxisLabels 1-n (5010,0103) US DataValueRepresentation 1 (5010,0104) US MinimumCoordinateValue 1-n (5010,0105) US MaximumCoordinateValue 1-n (5010,0106) SH CurveRange 1-n (5010,0110) US CurveDataDescriptor 1-n (5010,0112) US CoordinateStartValue 1-n (5010,0114) US CoordinateStepValue 1-n (5010,1001) CS CurveActivationLayer 1 (5010,2000) US AudioType 1 (5010,2002) US AudioSampleFormat 1 (5010,2004) US NumberOfChannels 1 (5010,2006) UL NumberOfSamples 1 (5010,2008) UL SampleRate 1 (5010,200A) UL TotalTime 1 (5010,200C) OB/OW AudioSampleData 1 (5010,200E) LT AudioComments 1 (5010,2500) LO CurveLabel 1 (5010,2600) SQ CurveReferencedOverlaySequence 1 (5010,2610) US CurveReferencedOverlayGroup 1 (5010,3000) OB/OW CurveData 1 (5012,0005) US CurveDimensions 1 (5012,0010) US NumberOfPoints 1 (5012,0020) CS TypeOfData 1 (5012,0022) LO CurveDescription 1 (5012,0030) SH AxisUnits 1-n (5012,0040) SH AxisLabels 1-n (5012,0103) US DataValueRepresentation 1 (5012,0104) US MinimumCoordinateValue 1-n (5012,0105) US MaximumCoordinateValue 1-n (5012,0106) SH CurveRange 1-n (5012,0110) US CurveDataDescriptor 1-n (5012,0112) US CoordinateStartValue 1-n (5012,0114) US CoordinateStepValue 1-n (5012,1001) CS CurveActivationLayer 1 (5012,2000) US AudioType 1 (5012,2002) US AudioSampleFormat 1 (5012,2004) US NumberOfChannels 1 (5012,2006) UL NumberOfSamples 1 (5012,2008) UL SampleRate 1 (5012,200A) UL TotalTime 1 (5012,200C) OB/OW AudioSampleData 1 (5012,200E) LT AudioComments 1 (5012,2500) LO CurveLabel 1 (5012,2600) SQ CurveReferencedOverlaySequence 1 (5012,2610) US CurveReferencedOverlayGroup 1 (5012,3000) OB/OW CurveData 1 (5014,0005) US CurveDimensions 1 (5014,0010) US NumberOfPoints 1 (5014,0020) CS TypeOfData 1 (5014,0022) LO CurveDescription 1 (5014,0030) SH AxisUnits 1-n (5014,0040) SH AxisLabels 1-n (5014,0103) US DataValueRepresentation 1 (5014,0104) US MinimumCoordinateValue 1-n (5014,0105) US MaximumCoordinateValue 1-n (5014,0106) SH CurveRange 1-n (5014,0110) US CurveDataDescriptor 1-n (5014,0112) US CoordinateStartValue 1-n (5014,0114) US CoordinateStepValue 1-n (5014,1001) CS CurveActivationLayer 1 (5014,2000) US AudioType 1 (5014,2002) US AudioSampleFormat 1 (5014,2004) US NumberOfChannels 1 (5014,2006) UL NumberOfSamples 1 (5014,2008) UL SampleRate 1 (5014,200A) UL TotalTime 1 (5014,200C) OB/OW AudioSampleData 1 (5014,200E) LT AudioComments 1 (5014,2500) LO CurveLabel 1 (5014,2600) SQ CurveReferencedOverlaySequence 1 (5014,2610) US CurveReferencedOverlayGroup 1 (5014,3000) OB/OW CurveData 1 (5016,0005) US CurveDimensions 1 (5016,0010) US NumberOfPoints 1 (5016,0020) CS TypeOfData 1 (5016,0022) LO CurveDescription 1 (5016,0030) SH AxisUnits 1-n (5016,0040) SH AxisLabels 1-n (5016,0103) US DataValueRepresentation 1 (5016,0104) US MinimumCoordinateValue 1-n (5016,0105) US MaximumCoordinateValue 1-n (5016,0106) SH CurveRange 1-n (5016,0110) US CurveDataDescriptor 1-n (5016,0112) US CoordinateStartValue 1-n (5016,0114) US CoordinateStepValue 1-n (5016,1001) CS CurveActivationLayer 1 (5016,2000) US AudioType 1 (5016,2002) US AudioSampleFormat 1 (5016,2004) US NumberOfChannels 1 (5016,2006) UL NumberOfSamples 1 (5016,2008) UL SampleRate 1 (5016,200A) UL TotalTime 1 (5016,200C) OB/OW AudioSampleData 1 (5016,200E) LT AudioComments 1 (5016,2500) LO CurveLabel 1 (5016,2600) SQ CurveReferencedOverlaySequence 1 (5016,2610) US CurveReferencedOverlayGroup 1 (5016,3000) OB/OW CurveData 1 (5018,0005) US CurveDimensions 1 (5018,0010) US NumberOfPoints 1 (5018,0020) CS TypeOfData 1 (5018,0022) LO CurveDescription 1 (5018,0030) SH AxisUnits 1-n (5018,0040) SH AxisLabels 1-n (5018,0103) US DataValueRepresentation 1 (5018,0104) US MinimumCoordinateValue 1-n (5018,0105) US MaximumCoordinateValue 1-n (5018,0106) SH CurveRange 1-n (5018,0110) US CurveDataDescriptor 1-n (5018,0112) US CoordinateStartValue 1-n (5018,0114) US CoordinateStepValue 1-n (5018,1001) CS CurveActivationLayer 1 (5018,2000) US AudioType 1 (5018,2002) US AudioSampleFormat 1 (5018,2004) US NumberOfChannels 1 (5018,2006) UL NumberOfSamples 1 (5018,2008) UL SampleRate 1 (5018,200A) UL TotalTime 1 (5018,200C) OB/OW AudioSampleData 1 (5018,200E) LT AudioComments 1 (5018,2500) LO CurveLabel 1 (5018,2600) SQ CurveReferencedOverlaySequence 1 (5018,2610) US CurveReferencedOverlayGroup 1 (5018,3000) OB/OW CurveData 1 (501A,0005) US CurveDimensions 1 (501A,0010) US NumberOfPoints 1 (501A,0020) CS TypeOfData 1 (501A,0022) LO CurveDescription 1 (501A,0030) SH AxisUnits 1-n (501A,0040) SH AxisLabels 1-n (501A,0103) US DataValueRepresentation 1 (501A,0104) US MinimumCoordinateValue 1-n (501A,0105) US MaximumCoordinateValue 1-n (501A,0106) SH CurveRange 1-n (501A,0110) US CurveDataDescriptor 1-n (501A,0112) US CoordinateStartValue 1-n (501A,0114) US CoordinateStepValue 1-n (501A,1001) CS CurveActivationLayer 1 (501A,2000) US AudioType 1 (501A,2002) US AudioSampleFormat 1 (501A,2004) US NumberOfChannels 1 (501A,2006) UL NumberOfSamples 1 (501A,2008) UL SampleRate 1 (501A,200A) UL TotalTime 1 (501A,200C) OB/OW AudioSampleData 1 (501A,200E) LT AudioComments 1 (501A,2500) LO CurveLabel 1 (501A,2600) SQ CurveReferencedOverlaySequence 1 (501A,2610) US CurveReferencedOverlayGroup 1 (501A,3000) OB/OW CurveData 1 (501C,0005) US CurveDimensions 1 (501C,0010) US NumberOfPoints 1 (501C,0020) CS TypeOfData 1 (501C,0022) LO CurveDescription 1 (501C,0030) SH AxisUnits 1-n (501C,0040) SH AxisLabels 1-n (501C,0103) US DataValueRepresentation 1 (501C,0104) US MinimumCoordinateValue 1-n (501C,0105) US MaximumCoordinateValue 1-n (501C,0106) SH CurveRange 1-n (501C,0110) US CurveDataDescriptor 1-n (501C,0112) US CoordinateStartValue 1-n (501C,0114) US CoordinateStepValue 1-n (501C,1001) CS CurveActivationLayer 1 (501C,2000) US AudioType 1 (501C,2002) US AudioSampleFormat 1 (501C,2004) US NumberOfChannels 1 (501C,2006) UL NumberOfSamples 1 (501C,2008) UL SampleRate 1 (501C,200A) UL TotalTime 1 (501C,200C) OB/OW AudioSampleData 1 (501C,200E) LT AudioComments 1 (501C,2500) LO CurveLabel 1 (501C,2600) SQ CurveReferencedOverlaySequence 1 (501C,2610) US CurveReferencedOverlayGroup 1 (501C,3000) OB/OW CurveData 1 (501E,0005) US CurveDimensions 1 (501E,0010) US NumberOfPoints 1 (501E,0020) CS TypeOfData 1 (501E,0022) LO CurveDescription 1 (501E,0030) SH AxisUnits 1-n (501E,0040) SH AxisLabels 1-n (501E,0103) US DataValueRepresentation 1 (501E,0104) US MinimumCoordinateValue 1-n (501E,0105) US MaximumCoordinateValue 1-n (501E,0106) SH CurveRange 1-n (501E,0110) US CurveDataDescriptor 1-n (501E,0112) US CoordinateStartValue 1-n (501E,0114) US CoordinateStepValue 1-n (501E,1001) CS CurveActivationLayer 1 (501E,2000) US AudioType 1 (501E,2002) US AudioSampleFormat 1 (501E,2004) US NumberOfChannels 1 (501E,2006) UL NumberOfSamples 1 (501E,2008) UL SampleRate 1 (501E,200A) UL TotalTime 1 (501E,200C) OB/OW AudioSampleData 1 (501E,200E) LT AudioComments 1 (501E,2500) LO CurveLabel 1 (501E,2600) SQ CurveReferencedOverlaySequence 1 (501E,2610) US CurveReferencedOverlayGroup 1 (501E,3000) OB/OW CurveData 1 (5020,0005) US CurveDimensions 1 (5020,0010) US NumberOfPoints 1 (5020,0020) CS TypeOfData 1 (5020,0022) LO CurveDescription 1 (5020,0030) SH AxisUnits 1-n (5020,0040) SH AxisLabels 1-n (5020,0103) US DataValueRepresentation 1 (5020,0104) US MinimumCoordinateValue 1-n (5020,0105) US MaximumCoordinateValue 1-n (5020,0106) SH CurveRange 1-n (5020,0110) US CurveDataDescriptor 1-n (5020,0112) US CoordinateStartValue 1-n (5020,0114) US CoordinateStepValue 1-n (5020,1001) CS CurveActivationLayer 1 (5020,2000) US AudioType 1 (5020,2002) US AudioSampleFormat 1 (5020,2004) US NumberOfChannels 1 (5020,2006) UL NumberOfSamples 1 (5020,2008) UL SampleRate 1 (5020,200A) UL TotalTime 1 (5020,200C) OB/OW AudioSampleData 1 (5020,200E) LT AudioComments 1 (5020,2500) LO CurveLabel 1 (5020,2600) SQ CurveReferencedOverlaySequence 1 (5020,2610) US CurveReferencedOverlayGroup 1 (5020,3000) OB/OW CurveData 1 (5022,0005) US CurveDimensions 1 (5022,0010) US NumberOfPoints 1 (5022,0020) CS TypeOfData 1 (5022,0022) LO CurveDescription 1 (5022,0030) SH AxisUnits 1-n (5022,0040) SH AxisLabels 1-n (5022,0103) US DataValueRepresentation 1 (5022,0104) US MinimumCoordinateValue 1-n (5022,0105) US MaximumCoordinateValue 1-n (5022,0106) SH CurveRange 1-n (5022,0110) US CurveDataDescriptor 1-n (5022,0112) US CoordinateStartValue 1-n (5022,0114) US CoordinateStepValue 1-n (5022,1001) CS CurveActivationLayer 1 (5022,2000) US AudioType 1 (5022,2002) US AudioSampleFormat 1 (5022,2004) US NumberOfChannels 1 (5022,2006) UL NumberOfSamples 1 (5022,2008) UL SampleRate 1 (5022,200A) UL TotalTime 1 (5022,200C) OB/OW AudioSampleData 1 (5022,200E) LT AudioComments 1 (5022,2500) LO CurveLabel 1 (5022,2600) SQ CurveReferencedOverlaySequence 1 (5022,2610) US CurveReferencedOverlayGroup 1 (5022,3000) OB/OW CurveData 1 (5024,0005) US CurveDimensions 1 (5024,0010) US NumberOfPoints 1 (5024,0020) CS TypeOfData 1 (5024,0022) LO CurveDescription 1 (5024,0030) SH AxisUnits 1-n (5024,0040) SH AxisLabels 1-n (5024,0103) US DataValueRepresentation 1 (5024,0104) US MinimumCoordinateValue 1-n (5024,0105) US MaximumCoordinateValue 1-n (5024,0106) SH CurveRange 1-n (5024,0110) US CurveDataDescriptor 1-n (5024,0112) US CoordinateStartValue 1-n (5024,0114) US CoordinateStepValue 1-n (5024,1001) CS CurveActivationLayer 1 (5024,2000) US AudioType 1 (5024,2002) US AudioSampleFormat 1 (5024,2004) US NumberOfChannels 1 (5024,2006) UL NumberOfSamples 1 (5024,2008) UL SampleRate 1 (5024,200A) UL TotalTime 1 (5024,200C) OB/OW AudioSampleData 1 (5024,200E) LT AudioComments 1 (5024,2500) LO CurveLabel 1 (5024,2600) SQ CurveReferencedOverlaySequence 1 (5024,2610) US CurveReferencedOverlayGroup 1 (5024,3000) OB/OW CurveData 1 (5026,0005) US CurveDimensions 1 (5026,0010) US NumberOfPoints 1 (5026,0020) CS TypeOfData 1 (5026,0022) LO CurveDescription 1 (5026,0030) SH AxisUnits 1-n (5026,0040) SH AxisLabels 1-n (5026,0103) US DataValueRepresentation 1 (5026,0104) US MinimumCoordinateValue 1-n (5026,0105) US MaximumCoordinateValue 1-n (5026,0106) SH CurveRange 1-n (5026,0110) US CurveDataDescriptor 1-n (5026,0112) US CoordinateStartValue 1-n (5026,0114) US CoordinateStepValue 1-n (5026,1001) CS CurveActivationLayer 1 (5026,2000) US AudioType 1 (5026,2002) US AudioSampleFormat 1 (5026,2004) US NumberOfChannels 1 (5026,2006) UL NumberOfSamples 1 (5026,2008) UL SampleRate 1 (5026,200A) UL TotalTime 1 (5026,200C) OB/OW AudioSampleData 1 (5026,200E) LT AudioComments 1 (5026,2500) LO CurveLabel 1 (5026,2600) SQ CurveReferencedOverlaySequence 1 (5026,2610) US CurveReferencedOverlayGroup 1 (5026,3000) OB/OW CurveData 1 (5028,0005) US CurveDimensions 1 (5028,0010) US NumberOfPoints 1 (5028,0020) CS TypeOfData 1 (5028,0022) LO CurveDescription 1 (5028,0030) SH AxisUnits 1-n (5028,0040) SH AxisLabels 1-n (5028,0103) US DataValueRepresentation 1 (5028,0104) US MinimumCoordinateValue 1-n (5028,0105) US MaximumCoordinateValue 1-n (5028,0106) SH CurveRange 1-n (5028,0110) US CurveDataDescriptor 1-n (5028,0112) US CoordinateStartValue 1-n (5028,0114) US CoordinateStepValue 1-n (5028,1001) CS CurveActivationLayer 1 (5028,2000) US AudioType 1 (5028,2002) US AudioSampleFormat 1 (5028,2004) US NumberOfChannels 1 (5028,2006) UL NumberOfSamples 1 (5028,2008) UL SampleRate 1 (5028,200A) UL TotalTime 1 (5028,200C) OB/OW AudioSampleData 1 (5028,200E) LT AudioComments 1 (5028,2500) LO CurveLabel 1 (5028,2600) SQ CurveReferencedOverlaySequence 1 (5028,2610) US CurveReferencedOverlayGroup 1 (5028,3000) OB/OW CurveData 1 (502A,0005) US CurveDimensions 1 (502A,0010) US NumberOfPoints 1 (502A,0020) CS TypeOfData 1 (502A,0022) LO CurveDescription 1 (502A,0030) SH AxisUnits 1-n (502A,0040) SH AxisLabels 1-n (502A,0103) US DataValueRepresentation 1 (502A,0104) US MinimumCoordinateValue 1-n (502A,0105) US MaximumCoordinateValue 1-n (502A,0106) SH CurveRange 1-n (502A,0110) US CurveDataDescriptor 1-n (502A,0112) US CoordinateStartValue 1-n (502A,0114) US CoordinateStepValue 1-n (502A,1001) CS CurveActivationLayer 1 (502A,2000) US AudioType 1 (502A,2002) US AudioSampleFormat 1 (502A,2004) US NumberOfChannels 1 (502A,2006) UL NumberOfSamples 1 (502A,2008) UL SampleRate 1 (502A,200A) UL TotalTime 1 (502A,200C) OB/OW AudioSampleData 1 (502A,200E) LT AudioComments 1 (502A,2500) LO CurveLabel 1 (502A,2600) SQ CurveReferencedOverlaySequence 1 (502A,2610) US CurveReferencedOverlayGroup 1 (502A,3000) OB/OW CurveData 1 (502C,0005) US CurveDimensions 1 (502C,0010) US NumberOfPoints 1 (502C,0020) CS TypeOfData 1 (502C,0022) LO CurveDescription 1 (502C,0030) SH AxisUnits 1-n (502C,0040) SH AxisLabels 1-n (502C,0103) US DataValueRepresentation 1 (502C,0104) US MinimumCoordinateValue 1-n (502C,0105) US MaximumCoordinateValue 1-n (502C,0106) SH CurveRange 1-n (502C,0110) US CurveDataDescriptor 1-n (502C,0112) US CoordinateStartValue 1-n (502C,0114) US CoordinateStepValue 1-n (502C,1001) CS CurveActivationLayer 1 (502C,2000) US AudioType 1 (502C,2002) US AudioSampleFormat 1 (502C,2004) US NumberOfChannels 1 (502C,2006) UL NumberOfSamples 1 (502C,2008) UL SampleRate 1 (502C,200A) UL TotalTime 1 (502C,200C) OB/OW AudioSampleData 1 (502C,200E) LT AudioComments 1 (502C,2500) LO CurveLabel 1 (502C,2600) SQ CurveReferencedOverlaySequence 1 (502C,2610) US CurveReferencedOverlayGroup 1 (502C,3000) OB/OW CurveData 1 (502E,0005) US CurveDimensions 1 (502E,0010) US NumberOfPoints 1 (502E,0020) CS TypeOfData 1 (502E,0022) LO CurveDescription 1 (502E,0030) SH AxisUnits 1-n (502E,0040) SH AxisLabels 1-n (502E,0103) US DataValueRepresentation 1 (502E,0104) US MinimumCoordinateValue 1-n (502E,0105) US MaximumCoordinateValue 1-n (502E,0106) SH CurveRange 1-n (502E,0110) US CurveDataDescriptor 1-n (502E,0112) US CoordinateStartValue 1-n (502E,0114) US CoordinateStepValue 1-n (502E,1001) CS CurveActivationLayer 1 (502E,2000) US AudioType 1 (502E,2002) US AudioSampleFormat 1 (502E,2004) US NumberOfChannels 1 (502E,2006) UL NumberOfSamples 1 (502E,2008) UL SampleRate 1 (502E,200A) UL TotalTime 1 (502E,200C) OB/OW AudioSampleData 1 (502E,200E) LT AudioComments 1 (502E,2500) LO CurveLabel 1 (502E,2600) SQ CurveReferencedOverlaySequence 1 (502E,2610) US CurveReferencedOverlayGroup 1 (502E,3000) OB/OW CurveData 1 (5030,0005) US CurveDimensions 1 (5030,0010) US NumberOfPoints 1 (5030,0020) CS TypeOfData 1 (5030,0022) LO CurveDescription 1 (5030,0030) SH AxisUnits 1-n (5030,0040) SH AxisLabels 1-n (5030,0103) US DataValueRepresentation 1 (5030,0104) US MinimumCoordinateValue 1-n (5030,0105) US MaximumCoordinateValue 1-n (5030,0106) SH CurveRange 1-n (5030,0110) US CurveDataDescriptor 1-n (5030,0112) US CoordinateStartValue 1-n (5030,0114) US CoordinateStepValue 1-n (5030,1001) CS CurveActivationLayer 1 (5030,2000) US AudioType 1 (5030,2002) US AudioSampleFormat 1 (5030,2004) US NumberOfChannels 1 (5030,2006) UL NumberOfSamples 1 (5030,2008) UL SampleRate 1 (5030,200A) UL TotalTime 1 (5030,200C) OB/OW AudioSampleData 1 (5030,200E) LT AudioComments 1 (5030,2500) LO CurveLabel 1 (5030,2600) SQ CurveReferencedOverlaySequence 1 (5030,2610) US CurveReferencedOverlayGroup 1 (5030,3000) OB/OW CurveData 1 (5032,0005) US CurveDimensions 1 (5032,0010) US NumberOfPoints 1 (5032,0020) CS TypeOfData 1 (5032,0022) LO CurveDescription 1 (5032,0030) SH AxisUnits 1-n (5032,0040) SH AxisLabels 1-n (5032,0103) US DataValueRepresentation 1 (5032,0104) US MinimumCoordinateValue 1-n (5032,0105) US MaximumCoordinateValue 1-n (5032,0106) SH CurveRange 1-n (5032,0110) US CurveDataDescriptor 1-n (5032,0112) US CoordinateStartValue 1-n (5032,0114) US CoordinateStepValue 1-n (5032,1001) CS CurveActivationLayer 1 (5032,2000) US AudioType 1 (5032,2002) US AudioSampleFormat 1 (5032,2004) US NumberOfChannels 1 (5032,2006) UL NumberOfSamples 1 (5032,2008) UL SampleRate 1 (5032,200A) UL TotalTime 1 (5032,200C) OB/OW AudioSampleData 1 (5032,200E) LT AudioComments 1 (5032,2500) LO CurveLabel 1 (5032,2600) SQ CurveReferencedOverlaySequence 1 (5032,2610) US CurveReferencedOverlayGroup 1 (5032,3000) OB/OW CurveData 1 (5034,0005) US CurveDimensions 1 (5034,0010) US NumberOfPoints 1 (5034,0020) CS TypeOfData 1 (5034,0022) LO CurveDescription 1 (5034,0030) SH AxisUnits 1-n (5034,0040) SH AxisLabels 1-n (5034,0103) US DataValueRepresentation 1 (5034,0104) US MinimumCoordinateValue 1-n (5034,0105) US MaximumCoordinateValue 1-n (5034,0106) SH CurveRange 1-n (5034,0110) US CurveDataDescriptor 1-n (5034,0112) US CoordinateStartValue 1-n (5034,0114) US CoordinateStepValue 1-n (5034,1001) CS CurveActivationLayer 1 (5034,2000) US AudioType 1 (5034,2002) US AudioSampleFormat 1 (5034,2004) US NumberOfChannels 1 (5034,2006) UL NumberOfSamples 1 (5034,2008) UL SampleRate 1 (5034,200A) UL TotalTime 1 (5034,200C) OB/OW AudioSampleData 1 (5034,200E) LT AudioComments 1 (5034,2500) LO CurveLabel 1 (5034,2600) SQ CurveReferencedOverlaySequence 1 (5034,2610) US CurveReferencedOverlayGroup 1 (5034,3000) OB/OW CurveData 1 (5036,0005) US CurveDimensions 1 (5036,0010) US NumberOfPoints 1 (5036,0020) CS TypeOfData 1 (5036,0022) LO CurveDescription 1 (5036,0030) SH AxisUnits 1-n (5036,0040) SH AxisLabels 1-n (5036,0103) US DataValueRepresentation 1 (5036,0104) US MinimumCoordinateValue 1-n (5036,0105) US MaximumCoordinateValue 1-n (5036,0106) SH CurveRange 1-n (5036,0110) US CurveDataDescriptor 1-n (5036,0112) US CoordinateStartValue 1-n (5036,0114) US CoordinateStepValue 1-n (5036,1001) CS CurveActivationLayer 1 (5036,2000) US AudioType 1 (5036,2002) US AudioSampleFormat 1 (5036,2004) US NumberOfChannels 1 (5036,2006) UL NumberOfSamples 1 (5036,2008) UL SampleRate 1 (5036,200A) UL TotalTime 1 (5036,200C) OB/OW AudioSampleData 1 (5036,200E) LT AudioComments 1 (5036,2500) LO CurveLabel 1 (5036,2600) SQ CurveReferencedOverlaySequence 1 (5036,2610) US CurveReferencedOverlayGroup 1 (5036,3000) OB/OW CurveData 1 (5038,0005) US CurveDimensions 1 (5038,0010) US NumberOfPoints 1 (5038,0020) CS TypeOfData 1 (5038,0022) LO CurveDescription 1 (5038,0030) SH AxisUnits 1-n (5038,0040) SH AxisLabels 1-n (5038,0103) US DataValueRepresentation 1 (5038,0104) US MinimumCoordinateValue 1-n (5038,0105) US MaximumCoordinateValue 1-n (5038,0106) SH CurveRange 1-n (5038,0110) US CurveDataDescriptor 1-n (5038,0112) US CoordinateStartValue 1-n (5038,0114) US CoordinateStepValue 1-n (5038,1001) CS CurveActivationLayer 1 (5038,2000) US AudioType 1 (5038,2002) US AudioSampleFormat 1 (5038,2004) US NumberOfChannels 1 (5038,2006) UL NumberOfSamples 1 (5038,2008) UL SampleRate 1 (5038,200A) UL TotalTime 1 (5038,200C) OB/OW AudioSampleData 1 (5038,200E) LT AudioComments 1 (5038,2500) LO CurveLabel 1 (5038,2600) SQ CurveReferencedOverlaySequence 1 (5038,2610) US CurveReferencedOverlayGroup 1 (5038,3000) OB/OW CurveData 1 (503A,0005) US CurveDimensions 1 (503A,0010) US NumberOfPoints 1 (503A,0020) CS TypeOfData 1 (503A,0022) LO CurveDescription 1 (503A,0030) SH AxisUnits 1-n (503A,0040) SH AxisLabels 1-n (503A,0103) US DataValueRepresentation 1 (503A,0104) US MinimumCoordinateValue 1-n (503A,0105) US MaximumCoordinateValue 1-n (503A,0106) SH CurveRange 1-n (503A,0110) US CurveDataDescriptor 1-n (503A,0112) US CoordinateStartValue 1-n (503A,0114) US CoordinateStepValue 1-n (503A,1001) CS CurveActivationLayer 1 (503A,2000) US AudioType 1 (503A,2002) US AudioSampleFormat 1 (503A,2004) US NumberOfChannels 1 (503A,2006) UL NumberOfSamples 1 (503A,2008) UL SampleRate 1 (503A,200A) UL TotalTime 1 (503A,200C) OB/OW AudioSampleData 1 (503A,200E) LT AudioComments 1 (503A,2500) LO CurveLabel 1 (503A,2600) SQ CurveReferencedOverlaySequence 1 (503A,2610) US CurveReferencedOverlayGroup 1 (503A,3000) OB/OW CurveData 1 (503C,0005) US CurveDimensions 1 (503C,0010) US NumberOfPoints 1 (503C,0020) CS TypeOfData 1 (503C,0022) LO CurveDescription 1 (503C,0030) SH AxisUnits 1-n (503C,0040) SH AxisLabels 1-n (503C,0103) US DataValueRepresentation 1 (503C,0104) US MinimumCoordinateValue 1-n (503C,0105) US MaximumCoordinateValue 1-n (503C,0106) SH CurveRange 1-n (503C,0110) US CurveDataDescriptor 1-n (503C,0112) US CoordinateStartValue 1-n (503C,0114) US CoordinateStepValue 1-n (503C,1001) CS CurveActivationLayer 1 (503C,2000) US AudioType 1 (503C,2002) US AudioSampleFormat 1 (503C,2004) US NumberOfChannels 1 (503C,2006) UL NumberOfSamples 1 (503C,2008) UL SampleRate 1 (503C,200A) UL TotalTime 1 (503C,200C) OB/OW AudioSampleData 1 (503C,200E) LT AudioComments 1 (503C,2500) LO CurveLabel 1 (503C,2600) SQ CurveReferencedOverlaySequence 1 (503C,2610) US CurveReferencedOverlayGroup 1 (503C,3000) OB/OW CurveData 1 (503E,0005) US CurveDimensions 1 (503E,0010) US NumberOfPoints 1 (503E,0020) CS TypeOfData 1 (503E,0022) LO CurveDescription 1 (503E,0030) SH AxisUnits 1-n (503E,0040) SH AxisLabels 1-n (503E,0103) US DataValueRepresentation 1 (503E,0104) US MinimumCoordinateValue 1-n (503E,0105) US MaximumCoordinateValue 1-n (503E,0106) SH CurveRange 1-n (503E,0110) US CurveDataDescriptor 1-n (503E,0112) US CoordinateStartValue 1-n (503E,0114) US CoordinateStepValue 1-n (503E,1001) CS CurveActivationLayer 1 (503E,2000) US AudioType 1 (503E,2002) US AudioSampleFormat 1 (503E,2004) US NumberOfChannels 1 (503E,2006) UL NumberOfSamples 1 (503E,2008) UL SampleRate 1 (503E,200A) UL TotalTime 1 (503E,200C) OB/OW AudioSampleData 1 (503E,200E) LT AudioComments 1 (503E,2500) LO CurveLabel 1 (503E,2600) SQ CurveReferencedOverlaySequence 1 (503E,2610) US CurveReferencedOverlayGroup 1 (503E,3000) OB/OW CurveData 1 (5040,0005) US CurveDimensions 1 (5040,0010) US NumberOfPoints 1 (5040,0020) CS TypeOfData 1 (5040,0022) LO CurveDescription 1 (5040,0030) SH AxisUnits 1-n (5040,0040) SH AxisLabels 1-n (5040,0103) US DataValueRepresentation 1 (5040,0104) US MinimumCoordinateValue 1-n (5040,0105) US MaximumCoordinateValue 1-n (5040,0106) SH CurveRange 1-n (5040,0110) US CurveDataDescriptor 1-n (5040,0112) US CoordinateStartValue 1-n (5040,0114) US CoordinateStepValue 1-n (5040,1001) CS CurveActivationLayer 1 (5040,2000) US AudioType 1 (5040,2002) US AudioSampleFormat 1 (5040,2004) US NumberOfChannels 1 (5040,2006) UL NumberOfSamples 1 (5040,2008) UL SampleRate 1 (5040,200A) UL TotalTime 1 (5040,200C) OB/OW AudioSampleData 1 (5040,200E) LT AudioComments 1 (5040,2500) LO CurveLabel 1 (5040,2600) SQ CurveReferencedOverlaySequence 1 (5040,2610) US CurveReferencedOverlayGroup 1 (5040,3000) OB/OW CurveData 1 (5042,0005) US CurveDimensions 1 (5042,0010) US NumberOfPoints 1 (5042,0020) CS TypeOfData 1 (5042,0022) LO CurveDescription 1 (5042,0030) SH AxisUnits 1-n (5042,0040) SH AxisLabels 1-n (5042,0103) US DataValueRepresentation 1 (5042,0104) US MinimumCoordinateValue 1-n (5042,0105) US MaximumCoordinateValue 1-n (5042,0106) SH CurveRange 1-n (5042,0110) US CurveDataDescriptor 1-n (5042,0112) US CoordinateStartValue 1-n (5042,0114) US CoordinateStepValue 1-n (5042,1001) CS CurveActivationLayer 1 (5042,2000) US AudioType 1 (5042,2002) US AudioSampleFormat 1 (5042,2004) US NumberOfChannels 1 (5042,2006) UL NumberOfSamples 1 (5042,2008) UL SampleRate 1 (5042,200A) UL TotalTime 1 (5042,200C) OB/OW AudioSampleData 1 (5042,200E) LT AudioComments 1 (5042,2500) LO CurveLabel 1 (5042,2600) SQ CurveReferencedOverlaySequence 1 (5042,2610) US CurveReferencedOverlayGroup 1 (5042,3000) OB/OW CurveData 1 (5044,0005) US CurveDimensions 1 (5044,0010) US NumberOfPoints 1 (5044,0020) CS TypeOfData 1 (5044,0022) LO CurveDescription 1 (5044,0030) SH AxisUnits 1-n (5044,0040) SH AxisLabels 1-n (5044,0103) US DataValueRepresentation 1 (5044,0104) US MinimumCoordinateValue 1-n (5044,0105) US MaximumCoordinateValue 1-n (5044,0106) SH CurveRange 1-n (5044,0110) US CurveDataDescriptor 1-n (5044,0112) US CoordinateStartValue 1-n (5044,0114) US CoordinateStepValue 1-n (5044,1001) CS CurveActivationLayer 1 (5044,2000) US AudioType 1 (5044,2002) US AudioSampleFormat 1 (5044,2004) US NumberOfChannels 1 (5044,2006) UL NumberOfSamples 1 (5044,2008) UL SampleRate 1 (5044,200A) UL TotalTime 1 (5044,200C) OB/OW AudioSampleData 1 (5044,200E) LT AudioComments 1 (5044,2500) LO CurveLabel 1 (5044,2600) SQ CurveReferencedOverlaySequence 1 (5044,2610) US CurveReferencedOverlayGroup 1 (5044,3000) OB/OW CurveData 1 (5046,0005) US CurveDimensions 1 (5046,0010) US NumberOfPoints 1 (5046,0020) CS TypeOfData 1 (5046,0022) LO CurveDescription 1 (5046,0030) SH AxisUnits 1-n (5046,0040) SH AxisLabels 1-n (5046,0103) US DataValueRepresentation 1 (5046,0104) US MinimumCoordinateValue 1-n (5046,0105) US MaximumCoordinateValue 1-n (5046,0106) SH CurveRange 1-n (5046,0110) US CurveDataDescriptor 1-n (5046,0112) US CoordinateStartValue 1-n (5046,0114) US CoordinateStepValue 1-n (5046,1001) CS CurveActivationLayer 1 (5046,2000) US AudioType 1 (5046,2002) US AudioSampleFormat 1 (5046,2004) US NumberOfChannels 1 (5046,2006) UL NumberOfSamples 1 (5046,2008) UL SampleRate 1 (5046,200A) UL TotalTime 1 (5046,200C) OB/OW AudioSampleData 1 (5046,200E) LT AudioComments 1 (5046,2500) LO CurveLabel 1 (5046,2600) SQ CurveReferencedOverlaySequence 1 (5046,2610) US CurveReferencedOverlayGroup 1 (5046,3000) OB/OW CurveData 1 (5048,0005) US CurveDimensions 1 (5048,0010) US NumberOfPoints 1 (5048,0020) CS TypeOfData 1 (5048,0022) LO CurveDescription 1 (5048,0030) SH AxisUnits 1-n (5048,0040) SH AxisLabels 1-n (5048,0103) US DataValueRepresentation 1 (5048,0104) US MinimumCoordinateValue 1-n (5048,0105) US MaximumCoordinateValue 1-n (5048,0106) SH CurveRange 1-n (5048,0110) US CurveDataDescriptor 1-n (5048,0112) US CoordinateStartValue 1-n (5048,0114) US CoordinateStepValue 1-n (5048,1001) CS CurveActivationLayer 1 (5048,2000) US AudioType 1 (5048,2002) US AudioSampleFormat 1 (5048,2004) US NumberOfChannels 1 (5048,2006) UL NumberOfSamples 1 (5048,2008) UL SampleRate 1 (5048,200A) UL TotalTime 1 (5048,200C) OB/OW AudioSampleData 1 (5048,200E) LT AudioComments 1 (5048,2500) LO CurveLabel 1 (5048,2600) SQ CurveReferencedOverlaySequence 1 (5048,2610) US CurveReferencedOverlayGroup 1 (5048,3000) OB/OW CurveData 1 (504A,0005) US CurveDimensions 1 (504A,0010) US NumberOfPoints 1 (504A,0020) CS TypeOfData 1 (504A,0022) LO CurveDescription 1 (504A,0030) SH AxisUnits 1-n (504A,0040) SH AxisLabels 1-n (504A,0103) US DataValueRepresentation 1 (504A,0104) US MinimumCoordinateValue 1-n (504A,0105) US MaximumCoordinateValue 1-n (504A,0106) SH CurveRange 1-n (504A,0110) US CurveDataDescriptor 1-n (504A,0112) US CoordinateStartValue 1-n (504A,0114) US CoordinateStepValue 1-n (504A,1001) CS CurveActivationLayer 1 (504A,2000) US AudioType 1 (504A,2002) US AudioSampleFormat 1 (504A,2004) US NumberOfChannels 1 (504A,2006) UL NumberOfSamples 1 (504A,2008) UL SampleRate 1 (504A,200A) UL TotalTime 1 (504A,200C) OB/OW AudioSampleData 1 (504A,200E) LT AudioComments 1 (504A,2500) LO CurveLabel 1 (504A,2600) SQ CurveReferencedOverlaySequence 1 (504A,2610) US CurveReferencedOverlayGroup 1 (504A,3000) OB/OW CurveData 1 (504C,0005) US CurveDimensions 1 (504C,0010) US NumberOfPoints 1 (504C,0020) CS TypeOfData 1 (504C,0022) LO CurveDescription 1 (504C,0030) SH AxisUnits 1-n (504C,0040) SH AxisLabels 1-n (504C,0103) US DataValueRepresentation 1 (504C,0104) US MinimumCoordinateValue 1-n (504C,0105) US MaximumCoordinateValue 1-n (504C,0106) SH CurveRange 1-n (504C,0110) US CurveDataDescriptor 1-n (504C,0112) US CoordinateStartValue 1-n (504C,0114) US CoordinateStepValue 1-n (504C,1001) CS CurveActivationLayer 1 (504C,2000) US AudioType 1 (504C,2002) US AudioSampleFormat 1 (504C,2004) US NumberOfChannels 1 (504C,2006) UL NumberOfSamples 1 (504C,2008) UL SampleRate 1 (504C,200A) UL TotalTime 1 (504C,200C) OB/OW AudioSampleData 1 (504C,200E) LT AudioComments 1 (504C,2500) LO CurveLabel 1 (504C,2600) SQ CurveReferencedOverlaySequence 1 (504C,2610) US CurveReferencedOverlayGroup 1 (504C,3000) OB/OW CurveData 1 (504E,0005) US CurveDimensions 1 (504E,0010) US NumberOfPoints 1 (504E,0020) CS TypeOfData 1 (504E,0022) LO CurveDescription 1 (504E,0030) SH AxisUnits 1-n (504E,0040) SH AxisLabels 1-n (504E,0103) US DataValueRepresentation 1 (504E,0104) US MinimumCoordinateValue 1-n (504E,0105) US MaximumCoordinateValue 1-n (504E,0106) SH CurveRange 1-n (504E,0110) US CurveDataDescriptor 1-n (504E,0112) US CoordinateStartValue 1-n (504E,0114) US CoordinateStepValue 1-n (504E,1001) CS CurveActivationLayer 1 (504E,2000) US AudioType 1 (504E,2002) US AudioSampleFormat 1 (504E,2004) US NumberOfChannels 1 (504E,2006) UL NumberOfSamples 1 (504E,2008) UL SampleRate 1 (504E,200A) UL TotalTime 1 (504E,200C) OB/OW AudioSampleData 1 (504E,200E) LT AudioComments 1 (504E,2500) LO CurveLabel 1 (504E,2600) SQ CurveReferencedOverlaySequence 1 (504E,2610) US CurveReferencedOverlayGroup 1 (504E,3000) OB/OW CurveData 1 (5050,0005) US CurveDimensions 1 (5050,0010) US NumberOfPoints 1 (5050,0020) CS TypeOfData 1 (5050,0022) LO CurveDescription 1 (5050,0030) SH AxisUnits 1-n (5050,0040) SH AxisLabels 1-n (5050,0103) US DataValueRepresentation 1 (5050,0104) US MinimumCoordinateValue 1-n (5050,0105) US MaximumCoordinateValue 1-n (5050,0106) SH CurveRange 1-n (5050,0110) US CurveDataDescriptor 1-n (5050,0112) US CoordinateStartValue 1-n (5050,0114) US CoordinateStepValue 1-n (5050,1001) CS CurveActivationLayer 1 (5050,2000) US AudioType 1 (5050,2002) US AudioSampleFormat 1 (5050,2004) US NumberOfChannels 1 (5050,2006) UL NumberOfSamples 1 (5050,2008) UL SampleRate 1 (5050,200A) UL TotalTime 1 (5050,200C) OB/OW AudioSampleData 1 (5050,200E) LT AudioComments 1 (5050,2500) LO CurveLabel 1 (5050,2600) SQ CurveReferencedOverlaySequence 1 (5050,2610) US CurveReferencedOverlayGroup 1 (5050,3000) OB/OW CurveData 1 (5052,0005) US CurveDimensions 1 (5052,0010) US NumberOfPoints 1 (5052,0020) CS TypeOfData 1 (5052,0022) LO CurveDescription 1 (5052,0030) SH AxisUnits 1-n (5052,0040) SH AxisLabels 1-n (5052,0103) US DataValueRepresentation 1 (5052,0104) US MinimumCoordinateValue 1-n (5052,0105) US MaximumCoordinateValue 1-n (5052,0106) SH CurveRange 1-n (5052,0110) US CurveDataDescriptor 1-n (5052,0112) US CoordinateStartValue 1-n (5052,0114) US CoordinateStepValue 1-n (5052,1001) CS CurveActivationLayer 1 (5052,2000) US AudioType 1 (5052,2002) US AudioSampleFormat 1 (5052,2004) US NumberOfChannels 1 (5052,2006) UL NumberOfSamples 1 (5052,2008) UL SampleRate 1 (5052,200A) UL TotalTime 1 (5052,200C) OB/OW AudioSampleData 1 (5052,200E) LT AudioComments 1 (5052,2500) LO CurveLabel 1 (5052,2600) SQ CurveReferencedOverlaySequence 1 (5052,2610) US CurveReferencedOverlayGroup 1 (5052,3000) OB/OW CurveData 1 (5054,0005) US CurveDimensions 1 (5054,0010) US NumberOfPoints 1 (5054,0020) CS TypeOfData 1 (5054,0022) LO CurveDescription 1 (5054,0030) SH AxisUnits 1-n (5054,0040) SH AxisLabels 1-n (5054,0103) US DataValueRepresentation 1 (5054,0104) US MinimumCoordinateValue 1-n (5054,0105) US MaximumCoordinateValue 1-n (5054,0106) SH CurveRange 1-n (5054,0110) US CurveDataDescriptor 1-n (5054,0112) US CoordinateStartValue 1-n (5054,0114) US CoordinateStepValue 1-n (5054,1001) CS CurveActivationLayer 1 (5054,2000) US AudioType 1 (5054,2002) US AudioSampleFormat 1 (5054,2004) US NumberOfChannels 1 (5054,2006) UL NumberOfSamples 1 (5054,2008) UL SampleRate 1 (5054,200A) UL TotalTime 1 (5054,200C) OB/OW AudioSampleData 1 (5054,200E) LT AudioComments 1 (5054,2500) LO CurveLabel 1 (5054,2600) SQ CurveReferencedOverlaySequence 1 (5054,2610) US CurveReferencedOverlayGroup 1 (5054,3000) OB/OW CurveData 1 (5056,0005) US CurveDimensions 1 (5056,0010) US NumberOfPoints 1 (5056,0020) CS TypeOfData 1 (5056,0022) LO CurveDescription 1 (5056,0030) SH AxisUnits 1-n (5056,0040) SH AxisLabels 1-n (5056,0103) US DataValueRepresentation 1 (5056,0104) US MinimumCoordinateValue 1-n (5056,0105) US MaximumCoordinateValue 1-n (5056,0106) SH CurveRange 1-n (5056,0110) US CurveDataDescriptor 1-n (5056,0112) US CoordinateStartValue 1-n (5056,0114) US CoordinateStepValue 1-n (5056,1001) CS CurveActivationLayer 1 (5056,2000) US AudioType 1 (5056,2002) US AudioSampleFormat 1 (5056,2004) US NumberOfChannels 1 (5056,2006) UL NumberOfSamples 1 (5056,2008) UL SampleRate 1 (5056,200A) UL TotalTime 1 (5056,200C) OB/OW AudioSampleData 1 (5056,200E) LT AudioComments 1 (5056,2500) LO CurveLabel 1 (5056,2600) SQ CurveReferencedOverlaySequence 1 (5056,2610) US CurveReferencedOverlayGroup 1 (5056,3000) OB/OW CurveData 1 (5058,0005) US CurveDimensions 1 (5058,0010) US NumberOfPoints 1 (5058,0020) CS TypeOfData 1 (5058,0022) LO CurveDescription 1 (5058,0030) SH AxisUnits 1-n (5058,0040) SH AxisLabels 1-n (5058,0103) US DataValueRepresentation 1 (5058,0104) US MinimumCoordinateValue 1-n (5058,0105) US MaximumCoordinateValue 1-n (5058,0106) SH CurveRange 1-n (5058,0110) US CurveDataDescriptor 1-n (5058,0112) US CoordinateStartValue 1-n (5058,0114) US CoordinateStepValue 1-n (5058,1001) CS CurveActivationLayer 1 (5058,2000) US AudioType 1 (5058,2002) US AudioSampleFormat 1 (5058,2004) US NumberOfChannels 1 (5058,2006) UL NumberOfSamples 1 (5058,2008) UL SampleRate 1 (5058,200A) UL TotalTime 1 (5058,200C) OB/OW AudioSampleData 1 (5058,200E) LT AudioComments 1 (5058,2500) LO CurveLabel 1 (5058,2600) SQ CurveReferencedOverlaySequence 1 (5058,2610) US CurveReferencedOverlayGroup 1 (5058,3000) OB/OW CurveData 1 (505A,0005) US CurveDimensions 1 (505A,0010) US NumberOfPoints 1 (505A,0020) CS TypeOfData 1 (505A,0022) LO CurveDescription 1 (505A,0030) SH AxisUnits 1-n (505A,0040) SH AxisLabels 1-n (505A,0103) US DataValueRepresentation 1 (505A,0104) US MinimumCoordinateValue 1-n (505A,0105) US MaximumCoordinateValue 1-n (505A,0106) SH CurveRange 1-n (505A,0110) US CurveDataDescriptor 1-n (505A,0112) US CoordinateStartValue 1-n (505A,0114) US CoordinateStepValue 1-n (505A,1001) CS CurveActivationLayer 1 (505A,2000) US AudioType 1 (505A,2002) US AudioSampleFormat 1 (505A,2004) US NumberOfChannels 1 (505A,2006) UL NumberOfSamples 1 (505A,2008) UL SampleRate 1 (505A,200A) UL TotalTime 1 (505A,200C) OB/OW AudioSampleData 1 (505A,200E) LT AudioComments 1 (505A,2500) LO CurveLabel 1 (505A,2600) SQ CurveReferencedOverlaySequence 1 (505A,2610) US CurveReferencedOverlayGroup 1 (505A,3000) OB/OW CurveData 1 (505C,0005) US CurveDimensions 1 (505C,0010) US NumberOfPoints 1 (505C,0020) CS TypeOfData 1 (505C,0022) LO CurveDescription 1 (505C,0030) SH AxisUnits 1-n (505C,0040) SH AxisLabels 1-n (505C,0103) US DataValueRepresentation 1 (505C,0104) US MinimumCoordinateValue 1-n (505C,0105) US MaximumCoordinateValue 1-n (505C,0106) SH CurveRange 1-n (505C,0110) US CurveDataDescriptor 1-n (505C,0112) US CoordinateStartValue 1-n (505C,0114) US CoordinateStepValue 1-n (505C,1001) CS CurveActivationLayer 1 (505C,2000) US AudioType 1 (505C,2002) US AudioSampleFormat 1 (505C,2004) US NumberOfChannels 1 (505C,2006) UL NumberOfSamples 1 (505C,2008) UL SampleRate 1 (505C,200A) UL TotalTime 1 (505C,200C) OB/OW AudioSampleData 1 (505C,200E) LT AudioComments 1 (505C,2500) LO CurveLabel 1 (505C,2600) SQ CurveReferencedOverlaySequence 1 (505C,2610) US CurveReferencedOverlayGroup 1 (505C,3000) OB/OW CurveData 1 (505E,0005) US CurveDimensions 1 (505E,0010) US NumberOfPoints 1 (505E,0020) CS TypeOfData 1 (505E,0022) LO CurveDescription 1 (505E,0030) SH AxisUnits 1-n (505E,0040) SH AxisLabels 1-n (505E,0103) US DataValueRepresentation 1 (505E,0104) US MinimumCoordinateValue 1-n (505E,0105) US MaximumCoordinateValue 1-n (505E,0106) SH CurveRange 1-n (505E,0110) US CurveDataDescriptor 1-n (505E,0112) US CoordinateStartValue 1-n (505E,0114) US CoordinateStepValue 1-n (505E,1001) CS CurveActivationLayer 1 (505E,2000) US AudioType 1 (505E,2002) US AudioSampleFormat 1 (505E,2004) US NumberOfChannels 1 (505E,2006) UL NumberOfSamples 1 (505E,2008) UL SampleRate 1 (505E,200A) UL TotalTime 1 (505E,200C) OB/OW AudioSampleData 1 (505E,200E) LT AudioComments 1 (505E,2500) LO CurveLabel 1 (505E,2600) SQ CurveReferencedOverlaySequence 1 (505E,2610) US CurveReferencedOverlayGroup 1 (505E,3000) OB/OW CurveData 1 (5060,0005) US CurveDimensions 1 (5060,0010) US NumberOfPoints 1 (5060,0020) CS TypeOfData 1 (5060,0022) LO CurveDescription 1 (5060,0030) SH AxisUnits 1-n (5060,0040) SH AxisLabels 1-n (5060,0103) US DataValueRepresentation 1 (5060,0104) US MinimumCoordinateValue 1-n (5060,0105) US MaximumCoordinateValue 1-n (5060,0106) SH CurveRange 1-n (5060,0110) US CurveDataDescriptor 1-n (5060,0112) US CoordinateStartValue 1-n (5060,0114) US CoordinateStepValue 1-n (5060,1001) CS CurveActivationLayer 1 (5060,2000) US AudioType 1 (5060,2002) US AudioSampleFormat 1 (5060,2004) US NumberOfChannels 1 (5060,2006) UL NumberOfSamples 1 (5060,2008) UL SampleRate 1 (5060,200A) UL TotalTime 1 (5060,200C) OB/OW AudioSampleData 1 (5060,200E) LT AudioComments 1 (5060,2500) LO CurveLabel 1 (5060,2600) SQ CurveReferencedOverlaySequence 1 (5060,2610) US CurveReferencedOverlayGroup 1 (5060,3000) OB/OW CurveData 1 (5062,0005) US CurveDimensions 1 (5062,0010) US NumberOfPoints 1 (5062,0020) CS TypeOfData 1 (5062,0022) LO CurveDescription 1 (5062,0030) SH AxisUnits 1-n (5062,0040) SH AxisLabels 1-n (5062,0103) US DataValueRepresentation 1 (5062,0104) US MinimumCoordinateValue 1-n (5062,0105) US MaximumCoordinateValue 1-n (5062,0106) SH CurveRange 1-n (5062,0110) US CurveDataDescriptor 1-n (5062,0112) US CoordinateStartValue 1-n (5062,0114) US CoordinateStepValue 1-n (5062,1001) CS CurveActivationLayer 1 (5062,2000) US AudioType 1 (5062,2002) US AudioSampleFormat 1 (5062,2004) US NumberOfChannels 1 (5062,2006) UL NumberOfSamples 1 (5062,2008) UL SampleRate 1 (5062,200A) UL TotalTime 1 (5062,200C) OB/OW AudioSampleData 1 (5062,200E) LT AudioComments 1 (5062,2500) LO CurveLabel 1 (5062,2600) SQ CurveReferencedOverlaySequence 1 (5062,2610) US CurveReferencedOverlayGroup 1 (5062,3000) OB/OW CurveData 1 (5064,0005) US CurveDimensions 1 (5064,0010) US NumberOfPoints 1 (5064,0020) CS TypeOfData 1 (5064,0022) LO CurveDescription 1 (5064,0030) SH AxisUnits 1-n (5064,0040) SH AxisLabels 1-n (5064,0103) US DataValueRepresentation 1 (5064,0104) US MinimumCoordinateValue 1-n (5064,0105) US MaximumCoordinateValue 1-n (5064,0106) SH CurveRange 1-n (5064,0110) US CurveDataDescriptor 1-n (5064,0112) US CoordinateStartValue 1-n (5064,0114) US CoordinateStepValue 1-n (5064,1001) CS CurveActivationLayer 1 (5064,2000) US AudioType 1 (5064,2002) US AudioSampleFormat 1 (5064,2004) US NumberOfChannels 1 (5064,2006) UL NumberOfSamples 1 (5064,2008) UL SampleRate 1 (5064,200A) UL TotalTime 1 (5064,200C) OB/OW AudioSampleData 1 (5064,200E) LT AudioComments 1 (5064,2500) LO CurveLabel 1 (5064,2600) SQ CurveReferencedOverlaySequence 1 (5064,2610) US CurveReferencedOverlayGroup 1 (5064,3000) OB/OW CurveData 1 (5066,0005) US CurveDimensions 1 (5066,0010) US NumberOfPoints 1 (5066,0020) CS TypeOfData 1 (5066,0022) LO CurveDescription 1 (5066,0030) SH AxisUnits 1-n (5066,0040) SH AxisLabels 1-n (5066,0103) US DataValueRepresentation 1 (5066,0104) US MinimumCoordinateValue 1-n (5066,0105) US MaximumCoordinateValue 1-n (5066,0106) SH CurveRange 1-n (5066,0110) US CurveDataDescriptor 1-n (5066,0112) US CoordinateStartValue 1-n (5066,0114) US CoordinateStepValue 1-n (5066,1001) CS CurveActivationLayer 1 (5066,2000) US AudioType 1 (5066,2002) US AudioSampleFormat 1 (5066,2004) US NumberOfChannels 1 (5066,2006) UL NumberOfSamples 1 (5066,2008) UL SampleRate 1 (5066,200A) UL TotalTime 1 (5066,200C) OB/OW AudioSampleData 1 (5066,200E) LT AudioComments 1 (5066,2500) LO CurveLabel 1 (5066,2600) SQ CurveReferencedOverlaySequence 1 (5066,2610) US CurveReferencedOverlayGroup 1 (5066,3000) OB/OW CurveData 1 (5068,0005) US CurveDimensions 1 (5068,0010) US NumberOfPoints 1 (5068,0020) CS TypeOfData 1 (5068,0022) LO CurveDescription 1 (5068,0030) SH AxisUnits 1-n (5068,0040) SH AxisLabels 1-n (5068,0103) US DataValueRepresentation 1 (5068,0104) US MinimumCoordinateValue 1-n (5068,0105) US MaximumCoordinateValue 1-n (5068,0106) SH CurveRange 1-n (5068,0110) US CurveDataDescriptor 1-n (5068,0112) US CoordinateStartValue 1-n (5068,0114) US CoordinateStepValue 1-n (5068,1001) CS CurveActivationLayer 1 (5068,2000) US AudioType 1 (5068,2002) US AudioSampleFormat 1 (5068,2004) US NumberOfChannels 1 (5068,2006) UL NumberOfSamples 1 (5068,2008) UL SampleRate 1 (5068,200A) UL TotalTime 1 (5068,200C) OB/OW AudioSampleData 1 (5068,200E) LT AudioComments 1 (5068,2500) LO CurveLabel 1 (5068,2600) SQ CurveReferencedOverlaySequence 1 (5068,2610) US CurveReferencedOverlayGroup 1 (5068,3000) OB/OW CurveData 1 (506A,0005) US CurveDimensions 1 (506A,0010) US NumberOfPoints 1 (506A,0020) CS TypeOfData 1 (506A,0022) LO CurveDescription 1 (506A,0030) SH AxisUnits 1-n (506A,0040) SH AxisLabels 1-n (506A,0103) US DataValueRepresentation 1 (506A,0104) US MinimumCoordinateValue 1-n (506A,0105) US MaximumCoordinateValue 1-n (506A,0106) SH CurveRange 1-n (506A,0110) US CurveDataDescriptor 1-n (506A,0112) US CoordinateStartValue 1-n (506A,0114) US CoordinateStepValue 1-n (506A,1001) CS CurveActivationLayer 1 (506A,2000) US AudioType 1 (506A,2002) US AudioSampleFormat 1 (506A,2004) US NumberOfChannels 1 (506A,2006) UL NumberOfSamples 1 (506A,2008) UL SampleRate 1 (506A,200A) UL TotalTime 1 (506A,200C) OB/OW AudioSampleData 1 (506A,200E) LT AudioComments 1 (506A,2500) LO CurveLabel 1 (506A,2600) SQ CurveReferencedOverlaySequence 1 (506A,2610) US CurveReferencedOverlayGroup 1 (506A,3000) OB/OW CurveData 1 (506C,0005) US CurveDimensions 1 (506C,0010) US NumberOfPoints 1 (506C,0020) CS TypeOfData 1 (506C,0022) LO CurveDescription 1 (506C,0030) SH AxisUnits 1-n (506C,0040) SH AxisLabels 1-n (506C,0103) US DataValueRepresentation 1 (506C,0104) US MinimumCoordinateValue 1-n (506C,0105) US MaximumCoordinateValue 1-n (506C,0106) SH CurveRange 1-n (506C,0110) US CurveDataDescriptor 1-n (506C,0112) US CoordinateStartValue 1-n (506C,0114) US CoordinateStepValue 1-n (506C,1001) CS CurveActivationLayer 1 (506C,2000) US AudioType 1 (506C,2002) US AudioSampleFormat 1 (506C,2004) US NumberOfChannels 1 (506C,2006) UL NumberOfSamples 1 (506C,2008) UL SampleRate 1 (506C,200A) UL TotalTime 1 (506C,200C) OB/OW AudioSampleData 1 (506C,200E) LT AudioComments 1 (506C,2500) LO CurveLabel 1 (506C,2600) SQ CurveReferencedOverlaySequence 1 (506C,2610) US CurveReferencedOverlayGroup 1 (506C,3000) OB/OW CurveData 1 (506E,0005) US CurveDimensions 1 (506E,0010) US NumberOfPoints 1 (506E,0020) CS TypeOfData 1 (506E,0022) LO CurveDescription 1 (506E,0030) SH AxisUnits 1-n (506E,0040) SH AxisLabels 1-n (506E,0103) US DataValueRepresentation 1 (506E,0104) US MinimumCoordinateValue 1-n (506E,0105) US MaximumCoordinateValue 1-n (506E,0106) SH CurveRange 1-n (506E,0110) US CurveDataDescriptor 1-n (506E,0112) US CoordinateStartValue 1-n (506E,0114) US CoordinateStepValue 1-n (506E,1001) CS CurveActivationLayer 1 (506E,2000) US AudioType 1 (506E,2002) US AudioSampleFormat 1 (506E,2004) US NumberOfChannels 1 (506E,2006) UL NumberOfSamples 1 (506E,2008) UL SampleRate 1 (506E,200A) UL TotalTime 1 (506E,200C) OB/OW AudioSampleData 1 (506E,200E) LT AudioComments 1 (506E,2500) LO CurveLabel 1 (506E,2600) SQ CurveReferencedOverlaySequence 1 (506E,2610) US CurveReferencedOverlayGroup 1 (506E,3000) OB/OW CurveData 1 (5070,0005) US CurveDimensions 1 (5070,0010) US NumberOfPoints 1 (5070,0020) CS TypeOfData 1 (5070,0022) LO CurveDescription 1 (5070,0030) SH AxisUnits 1-n (5070,0040) SH AxisLabels 1-n (5070,0103) US DataValueRepresentation 1 (5070,0104) US MinimumCoordinateValue 1-n (5070,0105) US MaximumCoordinateValue 1-n (5070,0106) SH CurveRange 1-n (5070,0110) US CurveDataDescriptor 1-n (5070,0112) US CoordinateStartValue 1-n (5070,0114) US CoordinateStepValue 1-n (5070,1001) CS CurveActivationLayer 1 (5070,2000) US AudioType 1 (5070,2002) US AudioSampleFormat 1 (5070,2004) US NumberOfChannels 1 (5070,2006) UL NumberOfSamples 1 (5070,2008) UL SampleRate 1 (5070,200A) UL TotalTime 1 (5070,200C) OB/OW AudioSampleData 1 (5070,200E) LT AudioComments 1 (5070,2500) LO CurveLabel 1 (5070,2600) SQ CurveReferencedOverlaySequence 1 (5070,2610) US CurveReferencedOverlayGroup 1 (5070,3000) OB/OW CurveData 1 (5072,0005) US CurveDimensions 1 (5072,0010) US NumberOfPoints 1 (5072,0020) CS TypeOfData 1 (5072,0022) LO CurveDescription 1 (5072,0030) SH AxisUnits 1-n (5072,0040) SH AxisLabels 1-n (5072,0103) US DataValueRepresentation 1 (5072,0104) US MinimumCoordinateValue 1-n (5072,0105) US MaximumCoordinateValue 1-n (5072,0106) SH CurveRange 1-n (5072,0110) US CurveDataDescriptor 1-n (5072,0112) US CoordinateStartValue 1-n (5072,0114) US CoordinateStepValue 1-n (5072,1001) CS CurveActivationLayer 1 (5072,2000) US AudioType 1 (5072,2002) US AudioSampleFormat 1 (5072,2004) US NumberOfChannels 1 (5072,2006) UL NumberOfSamples 1 (5072,2008) UL SampleRate 1 (5072,200A) UL TotalTime 1 (5072,200C) OB/OW AudioSampleData 1 (5072,200E) LT AudioComments 1 (5072,2500) LO CurveLabel 1 (5072,2600) SQ CurveReferencedOverlaySequence 1 (5072,2610) US CurveReferencedOverlayGroup 1 (5072,3000) OB/OW CurveData 1 (5074,0005) US CurveDimensions 1 (5074,0010) US NumberOfPoints 1 (5074,0020) CS TypeOfData 1 (5074,0022) LO CurveDescription 1 (5074,0030) SH AxisUnits 1-n (5074,0040) SH AxisLabels 1-n (5074,0103) US DataValueRepresentation 1 (5074,0104) US MinimumCoordinateValue 1-n (5074,0105) US MaximumCoordinateValue 1-n (5074,0106) SH CurveRange 1-n (5074,0110) US CurveDataDescriptor 1-n (5074,0112) US CoordinateStartValue 1-n (5074,0114) US CoordinateStepValue 1-n (5074,1001) CS CurveActivationLayer 1 (5074,2000) US AudioType 1 (5074,2002) US AudioSampleFormat 1 (5074,2004) US NumberOfChannels 1 (5074,2006) UL NumberOfSamples 1 (5074,2008) UL SampleRate 1 (5074,200A) UL TotalTime 1 (5074,200C) OB/OW AudioSampleData 1 (5074,200E) LT AudioComments 1 (5074,2500) LO CurveLabel 1 (5074,2600) SQ CurveReferencedOverlaySequence 1 (5074,2610) US CurveReferencedOverlayGroup 1 (5074,3000) OB/OW CurveData 1 (5076,0005) US CurveDimensions 1 (5076,0010) US NumberOfPoints 1 (5076,0020) CS TypeOfData 1 (5076,0022) LO CurveDescription 1 (5076,0030) SH AxisUnits 1-n (5076,0040) SH AxisLabels 1-n (5076,0103) US DataValueRepresentation 1 (5076,0104) US MinimumCoordinateValue 1-n (5076,0105) US MaximumCoordinateValue 1-n (5076,0106) SH CurveRange 1-n (5076,0110) US CurveDataDescriptor 1-n (5076,0112) US CoordinateStartValue 1-n (5076,0114) US CoordinateStepValue 1-n (5076,1001) CS CurveActivationLayer 1 (5076,2000) US AudioType 1 (5076,2002) US AudioSampleFormat 1 (5076,2004) US NumberOfChannels 1 (5076,2006) UL NumberOfSamples 1 (5076,2008) UL SampleRate 1 (5076,200A) UL TotalTime 1 (5076,200C) OB/OW AudioSampleData 1 (5076,200E) LT AudioComments 1 (5076,2500) LO CurveLabel 1 (5076,2600) SQ CurveReferencedOverlaySequence 1 (5076,2610) US CurveReferencedOverlayGroup 1 (5076,3000) OB/OW CurveData 1 (5078,0005) US CurveDimensions 1 (5078,0010) US NumberOfPoints 1 (5078,0020) CS TypeOfData 1 (5078,0022) LO CurveDescription 1 (5078,0030) SH AxisUnits 1-n (5078,0040) SH AxisLabels 1-n (5078,0103) US DataValueRepresentation 1 (5078,0104) US MinimumCoordinateValue 1-n (5078,0105) US MaximumCoordinateValue 1-n (5078,0106) SH CurveRange 1-n (5078,0110) US CurveDataDescriptor 1-n (5078,0112) US CoordinateStartValue 1-n (5078,0114) US CoordinateStepValue 1-n (5078,1001) CS CurveActivationLayer 1 (5078,2000) US AudioType 1 (5078,2002) US AudioSampleFormat 1 (5078,2004) US NumberOfChannels 1 (5078,2006) UL NumberOfSamples 1 (5078,2008) UL SampleRate 1 (5078,200A) UL TotalTime 1 (5078,200C) OB/OW AudioSampleData 1 (5078,200E) LT AudioComments 1 (5078,2500) LO CurveLabel 1 (5078,2600) SQ CurveReferencedOverlaySequence 1 (5078,2610) US CurveReferencedOverlayGroup 1 (5078,3000) OB/OW CurveData 1 (507A,0005) US CurveDimensions 1 (507A,0010) US NumberOfPoints 1 (507A,0020) CS TypeOfData 1 (507A,0022) LO CurveDescription 1 (507A,0030) SH AxisUnits 1-n (507A,0040) SH AxisLabels 1-n (507A,0103) US DataValueRepresentation 1 (507A,0104) US MinimumCoordinateValue 1-n (507A,0105) US MaximumCoordinateValue 1-n (507A,0106) SH CurveRange 1-n (507A,0110) US CurveDataDescriptor 1-n (507A,0112) US CoordinateStartValue 1-n (507A,0114) US CoordinateStepValue 1-n (507A,1001) CS CurveActivationLayer 1 (507A,2000) US AudioType 1 (507A,2002) US AudioSampleFormat 1 (507A,2004) US NumberOfChannels 1 (507A,2006) UL NumberOfSamples 1 (507A,2008) UL SampleRate 1 (507A,200A) UL TotalTime 1 (507A,200C) OB/OW AudioSampleData 1 (507A,200E) LT AudioComments 1 (507A,2500) LO CurveLabel 1 (507A,2600) SQ CurveReferencedOverlaySequence 1 (507A,2610) US CurveReferencedOverlayGroup 1 (507A,3000) OB/OW CurveData 1 (507C,0005) US CurveDimensions 1 (507C,0010) US NumberOfPoints 1 (507C,0020) CS TypeOfData 1 (507C,0022) LO CurveDescription 1 (507C,0030) SH AxisUnits 1-n (507C,0040) SH AxisLabels 1-n (507C,0103) US DataValueRepresentation 1 (507C,0104) US MinimumCoordinateValue 1-n (507C,0105) US MaximumCoordinateValue 1-n (507C,0106) SH CurveRange 1-n (507C,0110) US CurveDataDescriptor 1-n (507C,0112) US CoordinateStartValue 1-n (507C,0114) US CoordinateStepValue 1-n (507C,1001) CS CurveActivationLayer 1 (507C,2000) US AudioType 1 (507C,2002) US AudioSampleFormat 1 (507C,2004) US NumberOfChannels 1 (507C,2006) UL NumberOfSamples 1 (507C,2008) UL SampleRate 1 (507C,200A) UL TotalTime 1 (507C,200C) OB/OW AudioSampleData 1 (507C,200E) LT AudioComments 1 (507C,2500) LO CurveLabel 1 (507C,2600) SQ CurveReferencedOverlaySequence 1 (507C,2610) US CurveReferencedOverlayGroup 1 (507C,3000) OB/OW CurveData 1 (507E,0005) US CurveDimensions 1 (507E,0010) US NumberOfPoints 1 (507E,0020) CS TypeOfData 1 (507E,0022) LO CurveDescription 1 (507E,0030) SH AxisUnits 1-n (507E,0040) SH AxisLabels 1-n (507E,0103) US DataValueRepresentation 1 (507E,0104) US MinimumCoordinateValue 1-n (507E,0105) US MaximumCoordinateValue 1-n (507E,0106) SH CurveRange 1-n (507E,0110) US CurveDataDescriptor 1-n (507E,0112) US CoordinateStartValue 1-n (507E,0114) US CoordinateStepValue 1-n (507E,1001) CS CurveActivationLayer 1 (507E,2000) US AudioType 1 (507E,2002) US AudioSampleFormat 1 (507E,2004) US NumberOfChannels 1 (507E,2006) UL NumberOfSamples 1 (507E,2008) UL SampleRate 1 (507E,200A) UL TotalTime 1 (507E,200C) OB/OW AudioSampleData 1 (507E,200E) LT AudioComments 1 (507E,2500) LO CurveLabel 1 (507E,2600) SQ CurveReferencedOverlaySequence 1 (507E,2610) US CurveReferencedOverlayGroup 1 (507E,3000) OB/OW CurveData 1 (5080,0005) US CurveDimensions 1 (5080,0010) US NumberOfPoints 1 (5080,0020) CS TypeOfData 1 (5080,0022) LO CurveDescription 1 (5080,0030) SH AxisUnits 1-n (5080,0040) SH AxisLabels 1-n (5080,0103) US DataValueRepresentation 1 (5080,0104) US MinimumCoordinateValue 1-n (5080,0105) US MaximumCoordinateValue 1-n (5080,0106) SH CurveRange 1-n (5080,0110) US CurveDataDescriptor 1-n (5080,0112) US CoordinateStartValue 1-n (5080,0114) US CoordinateStepValue 1-n (5080,1001) CS CurveActivationLayer 1 (5080,2000) US AudioType 1 (5080,2002) US AudioSampleFormat 1 (5080,2004) US NumberOfChannels 1 (5080,2006) UL NumberOfSamples 1 (5080,2008) UL SampleRate 1 (5080,200A) UL TotalTime 1 (5080,200C) OB/OW AudioSampleData 1 (5080,200E) LT AudioComments 1 (5080,2500) LO CurveLabel 1 (5080,2600) SQ CurveReferencedOverlaySequence 1 (5080,2610) US CurveReferencedOverlayGroup 1 (5080,3000) OB/OW CurveData 1 (5082,0005) US CurveDimensions 1 (5082,0010) US NumberOfPoints 1 (5082,0020) CS TypeOfData 1 (5082,0022) LO CurveDescription 1 (5082,0030) SH AxisUnits 1-n (5082,0040) SH AxisLabels 1-n (5082,0103) US DataValueRepresentation 1 (5082,0104) US MinimumCoordinateValue 1-n (5082,0105) US MaximumCoordinateValue 1-n (5082,0106) SH CurveRange 1-n (5082,0110) US CurveDataDescriptor 1-n (5082,0112) US CoordinateStartValue 1-n (5082,0114) US CoordinateStepValue 1-n (5082,1001) CS CurveActivationLayer 1 (5082,2000) US AudioType 1 (5082,2002) US AudioSampleFormat 1 (5082,2004) US NumberOfChannels 1 (5082,2006) UL NumberOfSamples 1 (5082,2008) UL SampleRate 1 (5082,200A) UL TotalTime 1 (5082,200C) OB/OW AudioSampleData 1 (5082,200E) LT AudioComments 1 (5082,2500) LO CurveLabel 1 (5082,2600) SQ CurveReferencedOverlaySequence 1 (5082,2610) US CurveReferencedOverlayGroup 1 (5082,3000) OB/OW CurveData 1 (5084,0005) US CurveDimensions 1 (5084,0010) US NumberOfPoints 1 (5084,0020) CS TypeOfData 1 (5084,0022) LO CurveDescription 1 (5084,0030) SH AxisUnits 1-n (5084,0040) SH AxisLabels 1-n (5084,0103) US DataValueRepresentation 1 (5084,0104) US MinimumCoordinateValue 1-n (5084,0105) US MaximumCoordinateValue 1-n (5084,0106) SH CurveRange 1-n (5084,0110) US CurveDataDescriptor 1-n (5084,0112) US CoordinateStartValue 1-n (5084,0114) US CoordinateStepValue 1-n (5084,1001) CS CurveActivationLayer 1 (5084,2000) US AudioType 1 (5084,2002) US AudioSampleFormat 1 (5084,2004) US NumberOfChannels 1 (5084,2006) UL NumberOfSamples 1 (5084,2008) UL SampleRate 1 (5084,200A) UL TotalTime 1 (5084,200C) OB/OW AudioSampleData 1 (5084,200E) LT AudioComments 1 (5084,2500) LO CurveLabel 1 (5084,2600) SQ CurveReferencedOverlaySequence 1 (5084,2610) US CurveReferencedOverlayGroup 1 (5084,3000) OB/OW CurveData 1 (5086,0005) US CurveDimensions 1 (5086,0010) US NumberOfPoints 1 (5086,0020) CS TypeOfData 1 (5086,0022) LO CurveDescription 1 (5086,0030) SH AxisUnits 1-n (5086,0040) SH AxisLabels 1-n (5086,0103) US DataValueRepresentation 1 (5086,0104) US MinimumCoordinateValue 1-n (5086,0105) US MaximumCoordinateValue 1-n (5086,0106) SH CurveRange 1-n (5086,0110) US CurveDataDescriptor 1-n (5086,0112) US CoordinateStartValue 1-n (5086,0114) US CoordinateStepValue 1-n (5086,1001) CS CurveActivationLayer 1 (5086,2000) US AudioType 1 (5086,2002) US AudioSampleFormat 1 (5086,2004) US NumberOfChannels 1 (5086,2006) UL NumberOfSamples 1 (5086,2008) UL SampleRate 1 (5086,200A) UL TotalTime 1 (5086,200C) OB/OW AudioSampleData 1 (5086,200E) LT AudioComments 1 (5086,2500) LO CurveLabel 1 (5086,2600) SQ CurveReferencedOverlaySequence 1 (5086,2610) US CurveReferencedOverlayGroup 1 (5086,3000) OB/OW CurveData 1 (5088,0005) US CurveDimensions 1 (5088,0010) US NumberOfPoints 1 (5088,0020) CS TypeOfData 1 (5088,0022) LO CurveDescription 1 (5088,0030) SH AxisUnits 1-n (5088,0040) SH AxisLabels 1-n (5088,0103) US DataValueRepresentation 1 (5088,0104) US MinimumCoordinateValue 1-n (5088,0105) US MaximumCoordinateValue 1-n (5088,0106) SH CurveRange 1-n (5088,0110) US CurveDataDescriptor 1-n (5088,0112) US CoordinateStartValue 1-n (5088,0114) US CoordinateStepValue 1-n (5088,1001) CS CurveActivationLayer 1 (5088,2000) US AudioType 1 (5088,2002) US AudioSampleFormat 1 (5088,2004) US NumberOfChannels 1 (5088,2006) UL NumberOfSamples 1 (5088,2008) UL SampleRate 1 (5088,200A) UL TotalTime 1 (5088,200C) OB/OW AudioSampleData 1 (5088,200E) LT AudioComments 1 (5088,2500) LO CurveLabel 1 (5088,2600) SQ CurveReferencedOverlaySequence 1 (5088,2610) US CurveReferencedOverlayGroup 1 (5088,3000) OB/OW CurveData 1 (508A,0005) US CurveDimensions 1 (508A,0010) US NumberOfPoints 1 (508A,0020) CS TypeOfData 1 (508A,0022) LO CurveDescription 1 (508A,0030) SH AxisUnits 1-n (508A,0040) SH AxisLabels 1-n (508A,0103) US DataValueRepresentation 1 (508A,0104) US MinimumCoordinateValue 1-n (508A,0105) US MaximumCoordinateValue 1-n (508A,0106) SH CurveRange 1-n (508A,0110) US CurveDataDescriptor 1-n (508A,0112) US CoordinateStartValue 1-n (508A,0114) US CoordinateStepValue 1-n (508A,1001) CS CurveActivationLayer 1 (508A,2000) US AudioType 1 (508A,2002) US AudioSampleFormat 1 (508A,2004) US NumberOfChannels 1 (508A,2006) UL NumberOfSamples 1 (508A,2008) UL SampleRate 1 (508A,200A) UL TotalTime 1 (508A,200C) OB/OW AudioSampleData 1 (508A,200E) LT AudioComments 1 (508A,2500) LO CurveLabel 1 (508A,2600) SQ CurveReferencedOverlaySequence 1 (508A,2610) US CurveReferencedOverlayGroup 1 (508A,3000) OB/OW CurveData 1 (508C,0005) US CurveDimensions 1 (508C,0010) US NumberOfPoints 1 (508C,0020) CS TypeOfData 1 (508C,0022) LO CurveDescription 1 (508C,0030) SH AxisUnits 1-n (508C,0040) SH AxisLabels 1-n (508C,0103) US DataValueRepresentation 1 (508C,0104) US MinimumCoordinateValue 1-n (508C,0105) US MaximumCoordinateValue 1-n (508C,0106) SH CurveRange 1-n (508C,0110) US CurveDataDescriptor 1-n (508C,0112) US CoordinateStartValue 1-n (508C,0114) US CoordinateStepValue 1-n (508C,1001) CS CurveActivationLayer 1 (508C,2000) US AudioType 1 (508C,2002) US AudioSampleFormat 1 (508C,2004) US NumberOfChannels 1 (508C,2006) UL NumberOfSamples 1 (508C,2008) UL SampleRate 1 (508C,200A) UL TotalTime 1 (508C,200C) OB/OW AudioSampleData 1 (508C,200E) LT AudioComments 1 (508C,2500) LO CurveLabel 1 (508C,2600) SQ CurveReferencedOverlaySequence 1 (508C,2610) US CurveReferencedOverlayGroup 1 (508C,3000) OB/OW CurveData 1 (508E,0005) US CurveDimensions 1 (508E,0010) US NumberOfPoints 1 (508E,0020) CS TypeOfData 1 (508E,0022) LO CurveDescription 1 (508E,0030) SH AxisUnits 1-n (508E,0040) SH AxisLabels 1-n (508E,0103) US DataValueRepresentation 1 (508E,0104) US MinimumCoordinateValue 1-n (508E,0105) US MaximumCoordinateValue 1-n (508E,0106) SH CurveRange 1-n (508E,0110) US CurveDataDescriptor 1-n (508E,0112) US CoordinateStartValue 1-n (508E,0114) US CoordinateStepValue 1-n (508E,1001) CS CurveActivationLayer 1 (508E,2000) US AudioType 1 (508E,2002) US AudioSampleFormat 1 (508E,2004) US NumberOfChannels 1 (508E,2006) UL NumberOfSamples 1 (508E,2008) UL SampleRate 1 (508E,200A) UL TotalTime 1 (508E,200C) OB/OW AudioSampleData 1 (508E,200E) LT AudioComments 1 (508E,2500) LO CurveLabel 1 (508E,2600) SQ CurveReferencedOverlaySequence 1 (508E,2610) US CurveReferencedOverlayGroup 1 (508E,3000) OB/OW CurveData 1 (5090,0005) US CurveDimensions 1 (5090,0010) US NumberOfPoints 1 (5090,0020) CS TypeOfData 1 (5090,0022) LO CurveDescription 1 (5090,0030) SH AxisUnits 1-n (5090,0040) SH AxisLabels 1-n (5090,0103) US DataValueRepresentation 1 (5090,0104) US MinimumCoordinateValue 1-n (5090,0105) US MaximumCoordinateValue 1-n (5090,0106) SH CurveRange 1-n (5090,0110) US CurveDataDescriptor 1-n (5090,0112) US CoordinateStartValue 1-n (5090,0114) US CoordinateStepValue 1-n (5090,1001) CS CurveActivationLayer 1 (5090,2000) US AudioType 1 (5090,2002) US AudioSampleFormat 1 (5090,2004) US NumberOfChannels 1 (5090,2006) UL NumberOfSamples 1 (5090,2008) UL SampleRate 1 (5090,200A) UL TotalTime 1 (5090,200C) OB/OW AudioSampleData 1 (5090,200E) LT AudioComments 1 (5090,2500) LO CurveLabel 1 (5090,2600) SQ CurveReferencedOverlaySequence 1 (5090,2610) US CurveReferencedOverlayGroup 1 (5090,3000) OB/OW CurveData 1 (5092,0005) US CurveDimensions 1 (5092,0010) US NumberOfPoints 1 (5092,0020) CS TypeOfData 1 (5092,0022) LO CurveDescription 1 (5092,0030) SH AxisUnits 1-n (5092,0040) SH AxisLabels 1-n (5092,0103) US DataValueRepresentation 1 (5092,0104) US MinimumCoordinateValue 1-n (5092,0105) US MaximumCoordinateValue 1-n (5092,0106) SH CurveRange 1-n (5092,0110) US CurveDataDescriptor 1-n (5092,0112) US CoordinateStartValue 1-n (5092,0114) US CoordinateStepValue 1-n (5092,1001) CS CurveActivationLayer 1 (5092,2000) US AudioType 1 (5092,2002) US AudioSampleFormat 1 (5092,2004) US NumberOfChannels 1 (5092,2006) UL NumberOfSamples 1 (5092,2008) UL SampleRate 1 (5092,200A) UL TotalTime 1 (5092,200C) OB/OW AudioSampleData 1 (5092,200E) LT AudioComments 1 (5092,2500) LO CurveLabel 1 (5092,2600) SQ CurveReferencedOverlaySequence 1 (5092,2610) US CurveReferencedOverlayGroup 1 (5092,3000) OB/OW CurveData 1 (5094,0005) US CurveDimensions 1 (5094,0010) US NumberOfPoints 1 (5094,0020) CS TypeOfData 1 (5094,0022) LO CurveDescription 1 (5094,0030) SH AxisUnits 1-n (5094,0040) SH AxisLabels 1-n (5094,0103) US DataValueRepresentation 1 (5094,0104) US MinimumCoordinateValue 1-n (5094,0105) US MaximumCoordinateValue 1-n (5094,0106) SH CurveRange 1-n (5094,0110) US CurveDataDescriptor 1-n (5094,0112) US CoordinateStartValue 1-n (5094,0114) US CoordinateStepValue 1-n (5094,1001) CS CurveActivationLayer 1 (5094,2000) US AudioType 1 (5094,2002) US AudioSampleFormat 1 (5094,2004) US NumberOfChannels 1 (5094,2006) UL NumberOfSamples 1 (5094,2008) UL SampleRate 1 (5094,200A) UL TotalTime 1 (5094,200C) OB/OW AudioSampleData 1 (5094,200E) LT AudioComments 1 (5094,2500) LO CurveLabel 1 (5094,2600) SQ CurveReferencedOverlaySequence 1 (5094,2610) US CurveReferencedOverlayGroup 1 (5094,3000) OB/OW CurveData 1 (5096,0005) US CurveDimensions 1 (5096,0010) US NumberOfPoints 1 (5096,0020) CS TypeOfData 1 (5096,0022) LO CurveDescription 1 (5096,0030) SH AxisUnits 1-n (5096,0040) SH AxisLabels 1-n (5096,0103) US DataValueRepresentation 1 (5096,0104) US MinimumCoordinateValue 1-n (5096,0105) US MaximumCoordinateValue 1-n (5096,0106) SH CurveRange 1-n (5096,0110) US CurveDataDescriptor 1-n (5096,0112) US CoordinateStartValue 1-n (5096,0114) US CoordinateStepValue 1-n (5096,1001) CS CurveActivationLayer 1 (5096,2000) US AudioType 1 (5096,2002) US AudioSampleFormat 1 (5096,2004) US NumberOfChannels 1 (5096,2006) UL NumberOfSamples 1 (5096,2008) UL SampleRate 1 (5096,200A) UL TotalTime 1 (5096,200C) OB/OW AudioSampleData 1 (5096,200E) LT AudioComments 1 (5096,2500) LO CurveLabel 1 (5096,2600) SQ CurveReferencedOverlaySequence 1 (5096,2610) US CurveReferencedOverlayGroup 1 (5096,3000) OB/OW CurveData 1 (5098,0005) US CurveDimensions 1 (5098,0010) US NumberOfPoints 1 (5098,0020) CS TypeOfData 1 (5098,0022) LO CurveDescription 1 (5098,0030) SH AxisUnits 1-n (5098,0040) SH AxisLabels 1-n (5098,0103) US DataValueRepresentation 1 (5098,0104) US MinimumCoordinateValue 1-n (5098,0105) US MaximumCoordinateValue 1-n (5098,0106) SH CurveRange 1-n (5098,0110) US CurveDataDescriptor 1-n (5098,0112) US CoordinateStartValue 1-n (5098,0114) US CoordinateStepValue 1-n (5098,1001) CS CurveActivationLayer 1 (5098,2000) US AudioType 1 (5098,2002) US AudioSampleFormat 1 (5098,2004) US NumberOfChannels 1 (5098,2006) UL NumberOfSamples 1 (5098,2008) UL SampleRate 1 (5098,200A) UL TotalTime 1 (5098,200C) OB/OW AudioSampleData 1 (5098,200E) LT AudioComments 1 (5098,2500) LO CurveLabel 1 (5098,2600) SQ CurveReferencedOverlaySequence 1 (5098,2610) US CurveReferencedOverlayGroup 1 (5098,3000) OB/OW CurveData 1 (509A,0005) US CurveDimensions 1 (509A,0010) US NumberOfPoints 1 (509A,0020) CS TypeOfData 1 (509A,0022) LO CurveDescription 1 (509A,0030) SH AxisUnits 1-n (509A,0040) SH AxisLabels 1-n (509A,0103) US DataValueRepresentation 1 (509A,0104) US MinimumCoordinateValue 1-n (509A,0105) US MaximumCoordinateValue 1-n (509A,0106) SH CurveRange 1-n (509A,0110) US CurveDataDescriptor 1-n (509A,0112) US CoordinateStartValue 1-n (509A,0114) US CoordinateStepValue 1-n (509A,1001) CS CurveActivationLayer 1 (509A,2000) US AudioType 1 (509A,2002) US AudioSampleFormat 1 (509A,2004) US NumberOfChannels 1 (509A,2006) UL NumberOfSamples 1 (509A,2008) UL SampleRate 1 (509A,200A) UL TotalTime 1 (509A,200C) OB/OW AudioSampleData 1 (509A,200E) LT AudioComments 1 (509A,2500) LO CurveLabel 1 (509A,2600) SQ CurveReferencedOverlaySequence 1 (509A,2610) US CurveReferencedOverlayGroup 1 (509A,3000) OB/OW CurveData 1 (509C,0005) US CurveDimensions 1 (509C,0010) US NumberOfPoints 1 (509C,0020) CS TypeOfData 1 (509C,0022) LO CurveDescription 1 (509C,0030) SH AxisUnits 1-n (509C,0040) SH AxisLabels 1-n (509C,0103) US DataValueRepresentation 1 (509C,0104) US MinimumCoordinateValue 1-n (509C,0105) US MaximumCoordinateValue 1-n (509C,0106) SH CurveRange 1-n (509C,0110) US CurveDataDescriptor 1-n (509C,0112) US CoordinateStartValue 1-n (509C,0114) US CoordinateStepValue 1-n (509C,1001) CS CurveActivationLayer 1 (509C,2000) US AudioType 1 (509C,2002) US AudioSampleFormat 1 (509C,2004) US NumberOfChannels 1 (509C,2006) UL NumberOfSamples 1 (509C,2008) UL SampleRate 1 (509C,200A) UL TotalTime 1 (509C,200C) OB/OW AudioSampleData 1 (509C,200E) LT AudioComments 1 (509C,2500) LO CurveLabel 1 (509C,2600) SQ CurveReferencedOverlaySequence 1 (509C,2610) US CurveReferencedOverlayGroup 1 (509C,3000) OB/OW CurveData 1 (509E,0005) US CurveDimensions 1 (509E,0010) US NumberOfPoints 1 (509E,0020) CS TypeOfData 1 (509E,0022) LO CurveDescription 1 (509E,0030) SH AxisUnits 1-n (509E,0040) SH AxisLabels 1-n (509E,0103) US DataValueRepresentation 1 (509E,0104) US MinimumCoordinateValue 1-n (509E,0105) US MaximumCoordinateValue 1-n (509E,0106) SH CurveRange 1-n (509E,0110) US CurveDataDescriptor 1-n (509E,0112) US CoordinateStartValue 1-n (509E,0114) US CoordinateStepValue 1-n (509E,1001) CS CurveActivationLayer 1 (509E,2000) US AudioType 1 (509E,2002) US AudioSampleFormat 1 (509E,2004) US NumberOfChannels 1 (509E,2006) UL NumberOfSamples 1 (509E,2008) UL SampleRate 1 (509E,200A) UL TotalTime 1 (509E,200C) OB/OW AudioSampleData 1 (509E,200E) LT AudioComments 1 (509E,2500) LO CurveLabel 1 (509E,2600) SQ CurveReferencedOverlaySequence 1 (509E,2610) US CurveReferencedOverlayGroup 1 (509E,3000) OB/OW CurveData 1 (50A0,0005) US CurveDimensions 1 (50A0,0010) US NumberOfPoints 1 (50A0,0020) CS TypeOfData 1 (50A0,0022) LO CurveDescription 1 (50A0,0030) SH AxisUnits 1-n (50A0,0040) SH AxisLabels 1-n (50A0,0103) US DataValueRepresentation 1 (50A0,0104) US MinimumCoordinateValue 1-n (50A0,0105) US MaximumCoordinateValue 1-n (50A0,0106) SH CurveRange 1-n (50A0,0110) US CurveDataDescriptor 1-n (50A0,0112) US CoordinateStartValue 1-n (50A0,0114) US CoordinateStepValue 1-n (50A0,1001) CS CurveActivationLayer 1 (50A0,2000) US AudioType 1 (50A0,2002) US AudioSampleFormat 1 (50A0,2004) US NumberOfChannels 1 (50A0,2006) UL NumberOfSamples 1 (50A0,2008) UL SampleRate 1 (50A0,200A) UL TotalTime 1 (50A0,200C) OB/OW AudioSampleData 1 (50A0,200E) LT AudioComments 1 (50A0,2500) LO CurveLabel 1 (50A0,2600) SQ CurveReferencedOverlaySequence 1 (50A0,2610) US CurveReferencedOverlayGroup 1 (50A0,3000) OB/OW CurveData 1 (50A2,0005) US CurveDimensions 1 (50A2,0010) US NumberOfPoints 1 (50A2,0020) CS TypeOfData 1 (50A2,0022) LO CurveDescription 1 (50A2,0030) SH AxisUnits 1-n (50A2,0040) SH AxisLabels 1-n (50A2,0103) US DataValueRepresentation 1 (50A2,0104) US MinimumCoordinateValue 1-n (50A2,0105) US MaximumCoordinateValue 1-n (50A2,0106) SH CurveRange 1-n (50A2,0110) US CurveDataDescriptor 1-n (50A2,0112) US CoordinateStartValue 1-n (50A2,0114) US CoordinateStepValue 1-n (50A2,1001) CS CurveActivationLayer 1 (50A2,2000) US AudioType 1 (50A2,2002) US AudioSampleFormat 1 (50A2,2004) US NumberOfChannels 1 (50A2,2006) UL NumberOfSamples 1 (50A2,2008) UL SampleRate 1 (50A2,200A) UL TotalTime 1 (50A2,200C) OB/OW AudioSampleData 1 (50A2,200E) LT AudioComments 1 (50A2,2500) LO CurveLabel 1 (50A2,2600) SQ CurveReferencedOverlaySequence 1 (50A2,2610) US CurveReferencedOverlayGroup 1 (50A2,3000) OB/OW CurveData 1 (50A4,0005) US CurveDimensions 1 (50A4,0010) US NumberOfPoints 1 (50A4,0020) CS TypeOfData 1 (50A4,0022) LO CurveDescription 1 (50A4,0030) SH AxisUnits 1-n (50A4,0040) SH AxisLabels 1-n (50A4,0103) US DataValueRepresentation 1 (50A4,0104) US MinimumCoordinateValue 1-n (50A4,0105) US MaximumCoordinateValue 1-n (50A4,0106) SH CurveRange 1-n (50A4,0110) US CurveDataDescriptor 1-n (50A4,0112) US CoordinateStartValue 1-n (50A4,0114) US CoordinateStepValue 1-n (50A4,1001) CS CurveActivationLayer 1 (50A4,2000) US AudioType 1 (50A4,2002) US AudioSampleFormat 1 (50A4,2004) US NumberOfChannels 1 (50A4,2006) UL NumberOfSamples 1 (50A4,2008) UL SampleRate 1 (50A4,200A) UL TotalTime 1 (50A4,200C) OB/OW AudioSampleData 1 (50A4,200E) LT AudioComments 1 (50A4,2500) LO CurveLabel 1 (50A4,2600) SQ CurveReferencedOverlaySequence 1 (50A4,2610) US CurveReferencedOverlayGroup 1 (50A4,3000) OB/OW CurveData 1 (50A6,0005) US CurveDimensions 1 (50A6,0010) US NumberOfPoints 1 (50A6,0020) CS TypeOfData 1 (50A6,0022) LO CurveDescription 1 (50A6,0030) SH AxisUnits 1-n (50A6,0040) SH AxisLabels 1-n (50A6,0103) US DataValueRepresentation 1 (50A6,0104) US MinimumCoordinateValue 1-n (50A6,0105) US MaximumCoordinateValue 1-n (50A6,0106) SH CurveRange 1-n (50A6,0110) US CurveDataDescriptor 1-n (50A6,0112) US CoordinateStartValue 1-n (50A6,0114) US CoordinateStepValue 1-n (50A6,1001) CS CurveActivationLayer 1 (50A6,2000) US AudioType 1 (50A6,2002) US AudioSampleFormat 1 (50A6,2004) US NumberOfChannels 1 (50A6,2006) UL NumberOfSamples 1 (50A6,2008) UL SampleRate 1 (50A6,200A) UL TotalTime 1 (50A6,200C) OB/OW AudioSampleData 1 (50A6,200E) LT AudioComments 1 (50A6,2500) LO CurveLabel 1 (50A6,2600) SQ CurveReferencedOverlaySequence 1 (50A6,2610) US CurveReferencedOverlayGroup 1 (50A6,3000) OB/OW CurveData 1 (50A8,0005) US CurveDimensions 1 (50A8,0010) US NumberOfPoints 1 (50A8,0020) CS TypeOfData 1 (50A8,0022) LO CurveDescription 1 (50A8,0030) SH AxisUnits 1-n (50A8,0040) SH AxisLabels 1-n (50A8,0103) US DataValueRepresentation 1 (50A8,0104) US MinimumCoordinateValue 1-n (50A8,0105) US MaximumCoordinateValue 1-n (50A8,0106) SH CurveRange 1-n (50A8,0110) US CurveDataDescriptor 1-n (50A8,0112) US CoordinateStartValue 1-n (50A8,0114) US CoordinateStepValue 1-n (50A8,1001) CS CurveActivationLayer 1 (50A8,2000) US AudioType 1 (50A8,2002) US AudioSampleFormat 1 (50A8,2004) US NumberOfChannels 1 (50A8,2006) UL NumberOfSamples 1 (50A8,2008) UL SampleRate 1 (50A8,200A) UL TotalTime 1 (50A8,200C) OB/OW AudioSampleData 1 (50A8,200E) LT AudioComments 1 (50A8,2500) LO CurveLabel 1 (50A8,2600) SQ CurveReferencedOverlaySequence 1 (50A8,2610) US CurveReferencedOverlayGroup 1 (50A8,3000) OB/OW CurveData 1 (50AA,0005) US CurveDimensions 1 (50AA,0010) US NumberOfPoints 1 (50AA,0020) CS TypeOfData 1 (50AA,0022) LO CurveDescription 1 (50AA,0030) SH AxisUnits 1-n (50AA,0040) SH AxisLabels 1-n (50AA,0103) US DataValueRepresentation 1 (50AA,0104) US MinimumCoordinateValue 1-n (50AA,0105) US MaximumCoordinateValue 1-n (50AA,0106) SH CurveRange 1-n (50AA,0110) US CurveDataDescriptor 1-n (50AA,0112) US CoordinateStartValue 1-n (50AA,0114) US CoordinateStepValue 1-n (50AA,1001) CS CurveActivationLayer 1 (50AA,2000) US AudioType 1 (50AA,2002) US AudioSampleFormat 1 (50AA,2004) US NumberOfChannels 1 (50AA,2006) UL NumberOfSamples 1 (50AA,2008) UL SampleRate 1 (50AA,200A) UL TotalTime 1 (50AA,200C) OB/OW AudioSampleData 1 (50AA,200E) LT AudioComments 1 (50AA,2500) LO CurveLabel 1 (50AA,2600) SQ CurveReferencedOverlaySequence 1 (50AA,2610) US CurveReferencedOverlayGroup 1 (50AA,3000) OB/OW CurveData 1 (50AC,0005) US CurveDimensions 1 (50AC,0010) US NumberOfPoints 1 (50AC,0020) CS TypeOfData 1 (50AC,0022) LO CurveDescription 1 (50AC,0030) SH AxisUnits 1-n (50AC,0040) SH AxisLabels 1-n (50AC,0103) US DataValueRepresentation 1 (50AC,0104) US MinimumCoordinateValue 1-n (50AC,0105) US MaximumCoordinateValue 1-n (50AC,0106) SH CurveRange 1-n (50AC,0110) US CurveDataDescriptor 1-n (50AC,0112) US CoordinateStartValue 1-n (50AC,0114) US CoordinateStepValue 1-n (50AC,1001) CS CurveActivationLayer 1 (50AC,2000) US AudioType 1 (50AC,2002) US AudioSampleFormat 1 (50AC,2004) US NumberOfChannels 1 (50AC,2006) UL NumberOfSamples 1 (50AC,2008) UL SampleRate 1 (50AC,200A) UL TotalTime 1 (50AC,200C) OB/OW AudioSampleData 1 (50AC,200E) LT AudioComments 1 (50AC,2500) LO CurveLabel 1 (50AC,2600) SQ CurveReferencedOverlaySequence 1 (50AC,2610) US CurveReferencedOverlayGroup 1 (50AC,3000) OB/OW CurveData 1 (50AE,0005) US CurveDimensions 1 (50AE,0010) US NumberOfPoints 1 (50AE,0020) CS TypeOfData 1 (50AE,0022) LO CurveDescription 1 (50AE,0030) SH AxisUnits 1-n (50AE,0040) SH AxisLabels 1-n (50AE,0103) US DataValueRepresentation 1 (50AE,0104) US MinimumCoordinateValue 1-n (50AE,0105) US MaximumCoordinateValue 1-n (50AE,0106) SH CurveRange 1-n (50AE,0110) US CurveDataDescriptor 1-n (50AE,0112) US CoordinateStartValue 1-n (50AE,0114) US CoordinateStepValue 1-n (50AE,1001) CS CurveActivationLayer 1 (50AE,2000) US AudioType 1 (50AE,2002) US AudioSampleFormat 1 (50AE,2004) US NumberOfChannels 1 (50AE,2006) UL NumberOfSamples 1 (50AE,2008) UL SampleRate 1 (50AE,200A) UL TotalTime 1 (50AE,200C) OB/OW AudioSampleData 1 (50AE,200E) LT AudioComments 1 (50AE,2500) LO CurveLabel 1 (50AE,2600) SQ CurveReferencedOverlaySequence 1 (50AE,2610) US CurveReferencedOverlayGroup 1 (50AE,3000) OB/OW CurveData 1 (50B0,0005) US CurveDimensions 1 (50B0,0010) US NumberOfPoints 1 (50B0,0020) CS TypeOfData 1 (50B0,0022) LO CurveDescription 1 (50B0,0030) SH AxisUnits 1-n (50B0,0040) SH AxisLabels 1-n (50B0,0103) US DataValueRepresentation 1 (50B0,0104) US MinimumCoordinateValue 1-n (50B0,0105) US MaximumCoordinateValue 1-n (50B0,0106) SH CurveRange 1-n (50B0,0110) US CurveDataDescriptor 1-n (50B0,0112) US CoordinateStartValue 1-n (50B0,0114) US CoordinateStepValue 1-n (50B0,1001) CS CurveActivationLayer 1 (50B0,2000) US AudioType 1 (50B0,2002) US AudioSampleFormat 1 (50B0,2004) US NumberOfChannels 1 (50B0,2006) UL NumberOfSamples 1 (50B0,2008) UL SampleRate 1 (50B0,200A) UL TotalTime 1 (50B0,200C) OB/OW AudioSampleData 1 (50B0,200E) LT AudioComments 1 (50B0,2500) LO CurveLabel 1 (50B0,2600) SQ CurveReferencedOverlaySequence 1 (50B0,2610) US CurveReferencedOverlayGroup 1 (50B0,3000) OB/OW CurveData 1 (50B2,0005) US CurveDimensions 1 (50B2,0010) US NumberOfPoints 1 (50B2,0020) CS TypeOfData 1 (50B2,0022) LO CurveDescription 1 (50B2,0030) SH AxisUnits 1-n (50B2,0040) SH AxisLabels 1-n (50B2,0103) US DataValueRepresentation 1 (50B2,0104) US MinimumCoordinateValue 1-n (50B2,0105) US MaximumCoordinateValue 1-n (50B2,0106) SH CurveRange 1-n (50B2,0110) US CurveDataDescriptor 1-n (50B2,0112) US CoordinateStartValue 1-n (50B2,0114) US CoordinateStepValue 1-n (50B2,1001) CS CurveActivationLayer 1 (50B2,2000) US AudioType 1 (50B2,2002) US AudioSampleFormat 1 (50B2,2004) US NumberOfChannels 1 (50B2,2006) UL NumberOfSamples 1 (50B2,2008) UL SampleRate 1 (50B2,200A) UL TotalTime 1 (50B2,200C) OB/OW AudioSampleData 1 (50B2,200E) LT AudioComments 1 (50B2,2500) LO CurveLabel 1 (50B2,2600) SQ CurveReferencedOverlaySequence 1 (50B2,2610) US CurveReferencedOverlayGroup 1 (50B2,3000) OB/OW CurveData 1 (50B4,0005) US CurveDimensions 1 (50B4,0010) US NumberOfPoints 1 (50B4,0020) CS TypeOfData 1 (50B4,0022) LO CurveDescription 1 (50B4,0030) SH AxisUnits 1-n (50B4,0040) SH AxisLabels 1-n (50B4,0103) US DataValueRepresentation 1 (50B4,0104) US MinimumCoordinateValue 1-n (50B4,0105) US MaximumCoordinateValue 1-n (50B4,0106) SH CurveRange 1-n (50B4,0110) US CurveDataDescriptor 1-n (50B4,0112) US CoordinateStartValue 1-n (50B4,0114) US CoordinateStepValue 1-n (50B4,1001) CS CurveActivationLayer 1 (50B4,2000) US AudioType 1 (50B4,2002) US AudioSampleFormat 1 (50B4,2004) US NumberOfChannels 1 (50B4,2006) UL NumberOfSamples 1 (50B4,2008) UL SampleRate 1 (50B4,200A) UL TotalTime 1 (50B4,200C) OB/OW AudioSampleData 1 (50B4,200E) LT AudioComments 1 (50B4,2500) LO CurveLabel 1 (50B4,2600) SQ CurveReferencedOverlaySequence 1 (50B4,2610) US CurveReferencedOverlayGroup 1 (50B4,3000) OB/OW CurveData 1 (50B6,0005) US CurveDimensions 1 (50B6,0010) US NumberOfPoints 1 (50B6,0020) CS TypeOfData 1 (50B6,0022) LO CurveDescription 1 (50B6,0030) SH AxisUnits 1-n (50B6,0040) SH AxisLabels 1-n (50B6,0103) US DataValueRepresentation 1 (50B6,0104) US MinimumCoordinateValue 1-n (50B6,0105) US MaximumCoordinateValue 1-n (50B6,0106) SH CurveRange 1-n (50B6,0110) US CurveDataDescriptor 1-n (50B6,0112) US CoordinateStartValue 1-n (50B6,0114) US CoordinateStepValue 1-n (50B6,1001) CS CurveActivationLayer 1 (50B6,2000) US AudioType 1 (50B6,2002) US AudioSampleFormat 1 (50B6,2004) US NumberOfChannels 1 (50B6,2006) UL NumberOfSamples 1 (50B6,2008) UL SampleRate 1 (50B6,200A) UL TotalTime 1 (50B6,200C) OB/OW AudioSampleData 1 (50B6,200E) LT AudioComments 1 (50B6,2500) LO CurveLabel 1 (50B6,2600) SQ CurveReferencedOverlaySequence 1 (50B6,2610) US CurveReferencedOverlayGroup 1 (50B6,3000) OB/OW CurveData 1 (50B8,0005) US CurveDimensions 1 (50B8,0010) US NumberOfPoints 1 (50B8,0020) CS TypeOfData 1 (50B8,0022) LO CurveDescription 1 (50B8,0030) SH AxisUnits 1-n (50B8,0040) SH AxisLabels 1-n (50B8,0103) US DataValueRepresentation 1 (50B8,0104) US MinimumCoordinateValue 1-n (50B8,0105) US MaximumCoordinateValue 1-n (50B8,0106) SH CurveRange 1-n (50B8,0110) US CurveDataDescriptor 1-n (50B8,0112) US CoordinateStartValue 1-n (50B8,0114) US CoordinateStepValue 1-n (50B8,1001) CS CurveActivationLayer 1 (50B8,2000) US AudioType 1 (50B8,2002) US AudioSampleFormat 1 (50B8,2004) US NumberOfChannels 1 (50B8,2006) UL NumberOfSamples 1 (50B8,2008) UL SampleRate 1 (50B8,200A) UL TotalTime 1 (50B8,200C) OB/OW AudioSampleData 1 (50B8,200E) LT AudioComments 1 (50B8,2500) LO CurveLabel 1 (50B8,2600) SQ CurveReferencedOverlaySequence 1 (50B8,2610) US CurveReferencedOverlayGroup 1 (50B8,3000) OB/OW CurveData 1 (50BA,0005) US CurveDimensions 1 (50BA,0010) US NumberOfPoints 1 (50BA,0020) CS TypeOfData 1 (50BA,0022) LO CurveDescription 1 (50BA,0030) SH AxisUnits 1-n (50BA,0040) SH AxisLabels 1-n (50BA,0103) US DataValueRepresentation 1 (50BA,0104) US MinimumCoordinateValue 1-n (50BA,0105) US MaximumCoordinateValue 1-n (50BA,0106) SH CurveRange 1-n (50BA,0110) US CurveDataDescriptor 1-n (50BA,0112) US CoordinateStartValue 1-n (50BA,0114) US CoordinateStepValue 1-n (50BA,1001) CS CurveActivationLayer 1 (50BA,2000) US AudioType 1 (50BA,2002) US AudioSampleFormat 1 (50BA,2004) US NumberOfChannels 1 (50BA,2006) UL NumberOfSamples 1 (50BA,2008) UL SampleRate 1 (50BA,200A) UL TotalTime 1 (50BA,200C) OB/OW AudioSampleData 1 (50BA,200E) LT AudioComments 1 (50BA,2500) LO CurveLabel 1 (50BA,2600) SQ CurveReferencedOverlaySequence 1 (50BA,2610) US CurveReferencedOverlayGroup 1 (50BA,3000) OB/OW CurveData 1 (50BC,0005) US CurveDimensions 1 (50BC,0010) US NumberOfPoints 1 (50BC,0020) CS TypeOfData 1 (50BC,0022) LO CurveDescription 1 (50BC,0030) SH AxisUnits 1-n (50BC,0040) SH AxisLabels 1-n (50BC,0103) US DataValueRepresentation 1 (50BC,0104) US MinimumCoordinateValue 1-n (50BC,0105) US MaximumCoordinateValue 1-n (50BC,0106) SH CurveRange 1-n (50BC,0110) US CurveDataDescriptor 1-n (50BC,0112) US CoordinateStartValue 1-n (50BC,0114) US CoordinateStepValue 1-n (50BC,1001) CS CurveActivationLayer 1 (50BC,2000) US AudioType 1 (50BC,2002) US AudioSampleFormat 1 (50BC,2004) US NumberOfChannels 1 (50BC,2006) UL NumberOfSamples 1 (50BC,2008) UL SampleRate 1 (50BC,200A) UL TotalTime 1 (50BC,200C) OB/OW AudioSampleData 1 (50BC,200E) LT AudioComments 1 (50BC,2500) LO CurveLabel 1 (50BC,2600) SQ CurveReferencedOverlaySequence 1 (50BC,2610) US CurveReferencedOverlayGroup 1 (50BC,3000) OB/OW CurveData 1 (50BE,0005) US CurveDimensions 1 (50BE,0010) US NumberOfPoints 1 (50BE,0020) CS TypeOfData 1 (50BE,0022) LO CurveDescription 1 (50BE,0030) SH AxisUnits 1-n (50BE,0040) SH AxisLabels 1-n (50BE,0103) US DataValueRepresentation 1 (50BE,0104) US MinimumCoordinateValue 1-n (50BE,0105) US MaximumCoordinateValue 1-n (50BE,0106) SH CurveRange 1-n (50BE,0110) US CurveDataDescriptor 1-n (50BE,0112) US CoordinateStartValue 1-n (50BE,0114) US CoordinateStepValue 1-n (50BE,1001) CS CurveActivationLayer 1 (50BE,2000) US AudioType 1 (50BE,2002) US AudioSampleFormat 1 (50BE,2004) US NumberOfChannels 1 (50BE,2006) UL NumberOfSamples 1 (50BE,2008) UL SampleRate 1 (50BE,200A) UL TotalTime 1 (50BE,200C) OB/OW AudioSampleData 1 (50BE,200E) LT AudioComments 1 (50BE,2500) LO CurveLabel 1 (50BE,2600) SQ CurveReferencedOverlaySequence 1 (50BE,2610) US CurveReferencedOverlayGroup 1 (50BE,3000) OB/OW CurveData 1 (50C0,0005) US CurveDimensions 1 (50C0,0010) US NumberOfPoints 1 (50C0,0020) CS TypeOfData 1 (50C0,0022) LO CurveDescription 1 (50C0,0030) SH AxisUnits 1-n (50C0,0040) SH AxisLabels 1-n (50C0,0103) US DataValueRepresentation 1 (50C0,0104) US MinimumCoordinateValue 1-n (50C0,0105) US MaximumCoordinateValue 1-n (50C0,0106) SH CurveRange 1-n (50C0,0110) US CurveDataDescriptor 1-n (50C0,0112) US CoordinateStartValue 1-n (50C0,0114) US CoordinateStepValue 1-n (50C0,1001) CS CurveActivationLayer 1 (50C0,2000) US AudioType 1 (50C0,2002) US AudioSampleFormat 1 (50C0,2004) US NumberOfChannels 1 (50C0,2006) UL NumberOfSamples 1 (50C0,2008) UL SampleRate 1 (50C0,200A) UL TotalTime 1 (50C0,200C) OB/OW AudioSampleData 1 (50C0,200E) LT AudioComments 1 (50C0,2500) LO CurveLabel 1 (50C0,2600) SQ CurveReferencedOverlaySequence 1 (50C0,2610) US CurveReferencedOverlayGroup 1 (50C0,3000) OB/OW CurveData 1 (50C2,0005) US CurveDimensions 1 (50C2,0010) US NumberOfPoints 1 (50C2,0020) CS TypeOfData 1 (50C2,0022) LO CurveDescription 1 (50C2,0030) SH AxisUnits 1-n (50C2,0040) SH AxisLabels 1-n (50C2,0103) US DataValueRepresentation 1 (50C2,0104) US MinimumCoordinateValue 1-n (50C2,0105) US MaximumCoordinateValue 1-n (50C2,0106) SH CurveRange 1-n (50C2,0110) US CurveDataDescriptor 1-n (50C2,0112) US CoordinateStartValue 1-n (50C2,0114) US CoordinateStepValue 1-n (50C2,1001) CS CurveActivationLayer 1 (50C2,2000) US AudioType 1 (50C2,2002) US AudioSampleFormat 1 (50C2,2004) US NumberOfChannels 1 (50C2,2006) UL NumberOfSamples 1 (50C2,2008) UL SampleRate 1 (50C2,200A) UL TotalTime 1 (50C2,200C) OB/OW AudioSampleData 1 (50C2,200E) LT AudioComments 1 (50C2,2500) LO CurveLabel 1 (50C2,2600) SQ CurveReferencedOverlaySequence 1 (50C2,2610) US CurveReferencedOverlayGroup 1 (50C2,3000) OB/OW CurveData 1 (50C4,0005) US CurveDimensions 1 (50C4,0010) US NumberOfPoints 1 (50C4,0020) CS TypeOfData 1 (50C4,0022) LO CurveDescription 1 (50C4,0030) SH AxisUnits 1-n (50C4,0040) SH AxisLabels 1-n (50C4,0103) US DataValueRepresentation 1 (50C4,0104) US MinimumCoordinateValue 1-n (50C4,0105) US MaximumCoordinateValue 1-n (50C4,0106) SH CurveRange 1-n (50C4,0110) US CurveDataDescriptor 1-n (50C4,0112) US CoordinateStartValue 1-n (50C4,0114) US CoordinateStepValue 1-n (50C4,1001) CS CurveActivationLayer 1 (50C4,2000) US AudioType 1 (50C4,2002) US AudioSampleFormat 1 (50C4,2004) US NumberOfChannels 1 (50C4,2006) UL NumberOfSamples 1 (50C4,2008) UL SampleRate 1 (50C4,200A) UL TotalTime 1 (50C4,200C) OB/OW AudioSampleData 1 (50C4,200E) LT AudioComments 1 (50C4,2500) LO CurveLabel 1 (50C4,2600) SQ CurveReferencedOverlaySequence 1 (50C4,2610) US CurveReferencedOverlayGroup 1 (50C4,3000) OB/OW CurveData 1 (50C6,0005) US CurveDimensions 1 (50C6,0010) US NumberOfPoints 1 (50C6,0020) CS TypeOfData 1 (50C6,0022) LO CurveDescription 1 (50C6,0030) SH AxisUnits 1-n (50C6,0040) SH AxisLabels 1-n (50C6,0103) US DataValueRepresentation 1 (50C6,0104) US MinimumCoordinateValue 1-n (50C6,0105) US MaximumCoordinateValue 1-n (50C6,0106) SH CurveRange 1-n (50C6,0110) US CurveDataDescriptor 1-n (50C6,0112) US CoordinateStartValue 1-n (50C6,0114) US CoordinateStepValue 1-n (50C6,1001) CS CurveActivationLayer 1 (50C6,2000) US AudioType 1 (50C6,2002) US AudioSampleFormat 1 (50C6,2004) US NumberOfChannels 1 (50C6,2006) UL NumberOfSamples 1 (50C6,2008) UL SampleRate 1 (50C6,200A) UL TotalTime 1 (50C6,200C) OB/OW AudioSampleData 1 (50C6,200E) LT AudioComments 1 (50C6,2500) LO CurveLabel 1 (50C6,2600) SQ CurveReferencedOverlaySequence 1 (50C6,2610) US CurveReferencedOverlayGroup 1 (50C6,3000) OB/OW CurveData 1 (50C8,0005) US CurveDimensions 1 (50C8,0010) US NumberOfPoints 1 (50C8,0020) CS TypeOfData 1 (50C8,0022) LO CurveDescription 1 (50C8,0030) SH AxisUnits 1-n (50C8,0040) SH AxisLabels 1-n (50C8,0103) US DataValueRepresentation 1 (50C8,0104) US MinimumCoordinateValue 1-n (50C8,0105) US MaximumCoordinateValue 1-n (50C8,0106) SH CurveRange 1-n (50C8,0110) US CurveDataDescriptor 1-n (50C8,0112) US CoordinateStartValue 1-n (50C8,0114) US CoordinateStepValue 1-n (50C8,1001) CS CurveActivationLayer 1 (50C8,2000) US AudioType 1 (50C8,2002) US AudioSampleFormat 1 (50C8,2004) US NumberOfChannels 1 (50C8,2006) UL NumberOfSamples 1 (50C8,2008) UL SampleRate 1 (50C8,200A) UL TotalTime 1 (50C8,200C) OB/OW AudioSampleData 1 (50C8,200E) LT AudioComments 1 (50C8,2500) LO CurveLabel 1 (50C8,2600) SQ CurveReferencedOverlaySequence 1 (50C8,2610) US CurveReferencedOverlayGroup 1 (50C8,3000) OB/OW CurveData 1 (50CA,0005) US CurveDimensions 1 (50CA,0010) US NumberOfPoints 1 (50CA,0020) CS TypeOfData 1 (50CA,0022) LO CurveDescription 1 (50CA,0030) SH AxisUnits 1-n (50CA,0040) SH AxisLabels 1-n (50CA,0103) US DataValueRepresentation 1 (50CA,0104) US MinimumCoordinateValue 1-n (50CA,0105) US MaximumCoordinateValue 1-n (50CA,0106) SH CurveRange 1-n (50CA,0110) US CurveDataDescriptor 1-n (50CA,0112) US CoordinateStartValue 1-n (50CA,0114) US CoordinateStepValue 1-n (50CA,1001) CS CurveActivationLayer 1 (50CA,2000) US AudioType 1 (50CA,2002) US AudioSampleFormat 1 (50CA,2004) US NumberOfChannels 1 (50CA,2006) UL NumberOfSamples 1 (50CA,2008) UL SampleRate 1 (50CA,200A) UL TotalTime 1 (50CA,200C) OB/OW AudioSampleData 1 (50CA,200E) LT AudioComments 1 (50CA,2500) LO CurveLabel 1 (50CA,2600) SQ CurveReferencedOverlaySequence 1 (50CA,2610) US CurveReferencedOverlayGroup 1 (50CA,3000) OB/OW CurveData 1 (50CC,0005) US CurveDimensions 1 (50CC,0010) US NumberOfPoints 1 (50CC,0020) CS TypeOfData 1 (50CC,0022) LO CurveDescription 1 (50CC,0030) SH AxisUnits 1-n (50CC,0040) SH AxisLabels 1-n (50CC,0103) US DataValueRepresentation 1 (50CC,0104) US MinimumCoordinateValue 1-n (50CC,0105) US MaximumCoordinateValue 1-n (50CC,0106) SH CurveRange 1-n (50CC,0110) US CurveDataDescriptor 1-n (50CC,0112) US CoordinateStartValue 1-n (50CC,0114) US CoordinateStepValue 1-n (50CC,1001) CS CurveActivationLayer 1 (50CC,2000) US AudioType 1 (50CC,2002) US AudioSampleFormat 1 (50CC,2004) US NumberOfChannels 1 (50CC,2006) UL NumberOfSamples 1 (50CC,2008) UL SampleRate 1 (50CC,200A) UL TotalTime 1 (50CC,200C) OB/OW AudioSampleData 1 (50CC,200E) LT AudioComments 1 (50CC,2500) LO CurveLabel 1 (50CC,2600) SQ CurveReferencedOverlaySequence 1 (50CC,2610) US CurveReferencedOverlayGroup 1 (50CC,3000) OB/OW CurveData 1 (50CE,0005) US CurveDimensions 1 (50CE,0010) US NumberOfPoints 1 (50CE,0020) CS TypeOfData 1 (50CE,0022) LO CurveDescription 1 (50CE,0030) SH AxisUnits 1-n (50CE,0040) SH AxisLabels 1-n (50CE,0103) US DataValueRepresentation 1 (50CE,0104) US MinimumCoordinateValue 1-n (50CE,0105) US MaximumCoordinateValue 1-n (50CE,0106) SH CurveRange 1-n (50CE,0110) US CurveDataDescriptor 1-n (50CE,0112) US CoordinateStartValue 1-n (50CE,0114) US CoordinateStepValue 1-n (50CE,1001) CS CurveActivationLayer 1 (50CE,2000) US AudioType 1 (50CE,2002) US AudioSampleFormat 1 (50CE,2004) US NumberOfChannels 1 (50CE,2006) UL NumberOfSamples 1 (50CE,2008) UL SampleRate 1 (50CE,200A) UL TotalTime 1 (50CE,200C) OB/OW AudioSampleData 1 (50CE,200E) LT AudioComments 1 (50CE,2500) LO CurveLabel 1 (50CE,2600) SQ CurveReferencedOverlaySequence 1 (50CE,2610) US CurveReferencedOverlayGroup 1 (50CE,3000) OB/OW CurveData 1 (50D0,0005) US CurveDimensions 1 (50D0,0010) US NumberOfPoints 1 (50D0,0020) CS TypeOfData 1 (50D0,0022) LO CurveDescription 1 (50D0,0030) SH AxisUnits 1-n (50D0,0040) SH AxisLabels 1-n (50D0,0103) US DataValueRepresentation 1 (50D0,0104) US MinimumCoordinateValue 1-n (50D0,0105) US MaximumCoordinateValue 1-n (50D0,0106) SH CurveRange 1-n (50D0,0110) US CurveDataDescriptor 1-n (50D0,0112) US CoordinateStartValue 1-n (50D0,0114) US CoordinateStepValue 1-n (50D0,1001) CS CurveActivationLayer 1 (50D0,2000) US AudioType 1 (50D0,2002) US AudioSampleFormat 1 (50D0,2004) US NumberOfChannels 1 (50D0,2006) UL NumberOfSamples 1 (50D0,2008) UL SampleRate 1 (50D0,200A) UL TotalTime 1 (50D0,200C) OB/OW AudioSampleData 1 (50D0,200E) LT AudioComments 1 (50D0,2500) LO CurveLabel 1 (50D0,2600) SQ CurveReferencedOverlaySequence 1 (50D0,2610) US CurveReferencedOverlayGroup 1 (50D0,3000) OB/OW CurveData 1 (50D2,0005) US CurveDimensions 1 (50D2,0010) US NumberOfPoints 1 (50D2,0020) CS TypeOfData 1 (50D2,0022) LO CurveDescription 1 (50D2,0030) SH AxisUnits 1-n (50D2,0040) SH AxisLabels 1-n (50D2,0103) US DataValueRepresentation 1 (50D2,0104) US MinimumCoordinateValue 1-n (50D2,0105) US MaximumCoordinateValue 1-n (50D2,0106) SH CurveRange 1-n (50D2,0110) US CurveDataDescriptor 1-n (50D2,0112) US CoordinateStartValue 1-n (50D2,0114) US CoordinateStepValue 1-n (50D2,1001) CS CurveActivationLayer 1 (50D2,2000) US AudioType 1 (50D2,2002) US AudioSampleFormat 1 (50D2,2004) US NumberOfChannels 1 (50D2,2006) UL NumberOfSamples 1 (50D2,2008) UL SampleRate 1 (50D2,200A) UL TotalTime 1 (50D2,200C) OB/OW AudioSampleData 1 (50D2,200E) LT AudioComments 1 (50D2,2500) LO CurveLabel 1 (50D2,2600) SQ CurveReferencedOverlaySequence 1 (50D2,2610) US CurveReferencedOverlayGroup 1 (50D2,3000) OB/OW CurveData 1 (50D4,0005) US CurveDimensions 1 (50D4,0010) US NumberOfPoints 1 (50D4,0020) CS TypeOfData 1 (50D4,0022) LO CurveDescription 1 (50D4,0030) SH AxisUnits 1-n (50D4,0040) SH AxisLabels 1-n (50D4,0103) US DataValueRepresentation 1 (50D4,0104) US MinimumCoordinateValue 1-n (50D4,0105) US MaximumCoordinateValue 1-n (50D4,0106) SH CurveRange 1-n (50D4,0110) US CurveDataDescriptor 1-n (50D4,0112) US CoordinateStartValue 1-n (50D4,0114) US CoordinateStepValue 1-n (50D4,1001) CS CurveActivationLayer 1 (50D4,2000) US AudioType 1 (50D4,2002) US AudioSampleFormat 1 (50D4,2004) US NumberOfChannels 1 (50D4,2006) UL NumberOfSamples 1 (50D4,2008) UL SampleRate 1 (50D4,200A) UL TotalTime 1 (50D4,200C) OB/OW AudioSampleData 1 (50D4,200E) LT AudioComments 1 (50D4,2500) LO CurveLabel 1 (50D4,2600) SQ CurveReferencedOverlaySequence 1 (50D4,2610) US CurveReferencedOverlayGroup 1 (50D4,3000) OB/OW CurveData 1 (50D6,0005) US CurveDimensions 1 (50D6,0010) US NumberOfPoints 1 (50D6,0020) CS TypeOfData 1 (50D6,0022) LO CurveDescription 1 (50D6,0030) SH AxisUnits 1-n (50D6,0040) SH AxisLabels 1-n (50D6,0103) US DataValueRepresentation 1 (50D6,0104) US MinimumCoordinateValue 1-n (50D6,0105) US MaximumCoordinateValue 1-n (50D6,0106) SH CurveRange 1-n (50D6,0110) US CurveDataDescriptor 1-n (50D6,0112) US CoordinateStartValue 1-n (50D6,0114) US CoordinateStepValue 1-n (50D6,1001) CS CurveActivationLayer 1 (50D6,2000) US AudioType 1 (50D6,2002) US AudioSampleFormat 1 (50D6,2004) US NumberOfChannels 1 (50D6,2006) UL NumberOfSamples 1 (50D6,2008) UL SampleRate 1 (50D6,200A) UL TotalTime 1 (50D6,200C) OB/OW AudioSampleData 1 (50D6,200E) LT AudioComments 1 (50D6,2500) LO CurveLabel 1 (50D6,2600) SQ CurveReferencedOverlaySequence 1 (50D6,2610) US CurveReferencedOverlayGroup 1 (50D6,3000) OB/OW CurveData 1 (50D8,0005) US CurveDimensions 1 (50D8,0010) US NumberOfPoints 1 (50D8,0020) CS TypeOfData 1 (50D8,0022) LO CurveDescription 1 (50D8,0030) SH AxisUnits 1-n (50D8,0040) SH AxisLabels 1-n (50D8,0103) US DataValueRepresentation 1 (50D8,0104) US MinimumCoordinateValue 1-n (50D8,0105) US MaximumCoordinateValue 1-n (50D8,0106) SH CurveRange 1-n (50D8,0110) US CurveDataDescriptor 1-n (50D8,0112) US CoordinateStartValue 1-n (50D8,0114) US CoordinateStepValue 1-n (50D8,1001) CS CurveActivationLayer 1 (50D8,2000) US AudioType 1 (50D8,2002) US AudioSampleFormat 1 (50D8,2004) US NumberOfChannels 1 (50D8,2006) UL NumberOfSamples 1 (50D8,2008) UL SampleRate 1 (50D8,200A) UL TotalTime 1 (50D8,200C) OB/OW AudioSampleData 1 (50D8,200E) LT AudioComments 1 (50D8,2500) LO CurveLabel 1 (50D8,2600) SQ CurveReferencedOverlaySequence 1 (50D8,2610) US CurveReferencedOverlayGroup 1 (50D8,3000) OB/OW CurveData 1 (50DA,0005) US CurveDimensions 1 (50DA,0010) US NumberOfPoints 1 (50DA,0020) CS TypeOfData 1 (50DA,0022) LO CurveDescription 1 (50DA,0030) SH AxisUnits 1-n (50DA,0040) SH AxisLabels 1-n (50DA,0103) US DataValueRepresentation 1 (50DA,0104) US MinimumCoordinateValue 1-n (50DA,0105) US MaximumCoordinateValue 1-n (50DA,0106) SH CurveRange 1-n (50DA,0110) US CurveDataDescriptor 1-n (50DA,0112) US CoordinateStartValue 1-n (50DA,0114) US CoordinateStepValue 1-n (50DA,1001) CS CurveActivationLayer 1 (50DA,2000) US AudioType 1 (50DA,2002) US AudioSampleFormat 1 (50DA,2004) US NumberOfChannels 1 (50DA,2006) UL NumberOfSamples 1 (50DA,2008) UL SampleRate 1 (50DA,200A) UL TotalTime 1 (50DA,200C) OB/OW AudioSampleData 1 (50DA,200E) LT AudioComments 1 (50DA,2500) LO CurveLabel 1 (50DA,2600) SQ CurveReferencedOverlaySequence 1 (50DA,2610) US CurveReferencedOverlayGroup 1 (50DA,3000) OB/OW CurveData 1 (50DC,0005) US CurveDimensions 1 (50DC,0010) US NumberOfPoints 1 (50DC,0020) CS TypeOfData 1 (50DC,0022) LO CurveDescription 1 (50DC,0030) SH AxisUnits 1-n (50DC,0040) SH AxisLabels 1-n (50DC,0103) US DataValueRepresentation 1 (50DC,0104) US MinimumCoordinateValue 1-n (50DC,0105) US MaximumCoordinateValue 1-n (50DC,0106) SH CurveRange 1-n (50DC,0110) US CurveDataDescriptor 1-n (50DC,0112) US CoordinateStartValue 1-n (50DC,0114) US CoordinateStepValue 1-n (50DC,1001) CS CurveActivationLayer 1 (50DC,2000) US AudioType 1 (50DC,2002) US AudioSampleFormat 1 (50DC,2004) US NumberOfChannels 1 (50DC,2006) UL NumberOfSamples 1 (50DC,2008) UL SampleRate 1 (50DC,200A) UL TotalTime 1 (50DC,200C) OB/OW AudioSampleData 1 (50DC,200E) LT AudioComments 1 (50DC,2500) LO CurveLabel 1 (50DC,2600) SQ CurveReferencedOverlaySequence 1 (50DC,2610) US CurveReferencedOverlayGroup 1 (50DC,3000) OB/OW CurveData 1 (50DE,0005) US CurveDimensions 1 (50DE,0010) US NumberOfPoints 1 (50DE,0020) CS TypeOfData 1 (50DE,0022) LO CurveDescription 1 (50DE,0030) SH AxisUnits 1-n (50DE,0040) SH AxisLabels 1-n (50DE,0103) US DataValueRepresentation 1 (50DE,0104) US MinimumCoordinateValue 1-n (50DE,0105) US MaximumCoordinateValue 1-n (50DE,0106) SH CurveRange 1-n (50DE,0110) US CurveDataDescriptor 1-n (50DE,0112) US CoordinateStartValue 1-n (50DE,0114) US CoordinateStepValue 1-n (50DE,1001) CS CurveActivationLayer 1 (50DE,2000) US AudioType 1 (50DE,2002) US AudioSampleFormat 1 (50DE,2004) US NumberOfChannels 1 (50DE,2006) UL NumberOfSamples 1 (50DE,2008) UL SampleRate 1 (50DE,200A) UL TotalTime 1 (50DE,200C) OB/OW AudioSampleData 1 (50DE,200E) LT AudioComments 1 (50DE,2500) LO CurveLabel 1 (50DE,2600) SQ CurveReferencedOverlaySequence 1 (50DE,2610) US CurveReferencedOverlayGroup 1 (50DE,3000) OB/OW CurveData 1 (50E0,0005) US CurveDimensions 1 (50E0,0010) US NumberOfPoints 1 (50E0,0020) CS TypeOfData 1 (50E0,0022) LO CurveDescription 1 (50E0,0030) SH AxisUnits 1-n (50E0,0040) SH AxisLabels 1-n (50E0,0103) US DataValueRepresentation 1 (50E0,0104) US MinimumCoordinateValue 1-n (50E0,0105) US MaximumCoordinateValue 1-n (50E0,0106) SH CurveRange 1-n (50E0,0110) US CurveDataDescriptor 1-n (50E0,0112) US CoordinateStartValue 1-n (50E0,0114) US CoordinateStepValue 1-n (50E0,1001) CS CurveActivationLayer 1 (50E0,2000) US AudioType 1 (50E0,2002) US AudioSampleFormat 1 (50E0,2004) US NumberOfChannels 1 (50E0,2006) UL NumberOfSamples 1 (50E0,2008) UL SampleRate 1 (50E0,200A) UL TotalTime 1 (50E0,200C) OB/OW AudioSampleData 1 (50E0,200E) LT AudioComments 1 (50E0,2500) LO CurveLabel 1 (50E0,2600) SQ CurveReferencedOverlaySequence 1 (50E0,2610) US CurveReferencedOverlayGroup 1 (50E0,3000) OB/OW CurveData 1 (50E2,0005) US CurveDimensions 1 (50E2,0010) US NumberOfPoints 1 (50E2,0020) CS TypeOfData 1 (50E2,0022) LO CurveDescription 1 (50E2,0030) SH AxisUnits 1-n (50E2,0040) SH AxisLabels 1-n (50E2,0103) US DataValueRepresentation 1 (50E2,0104) US MinimumCoordinateValue 1-n (50E2,0105) US MaximumCoordinateValue 1-n (50E2,0106) SH CurveRange 1-n (50E2,0110) US CurveDataDescriptor 1-n (50E2,0112) US CoordinateStartValue 1-n (50E2,0114) US CoordinateStepValue 1-n (50E2,1001) CS CurveActivationLayer 1 (50E2,2000) US AudioType 1 (50E2,2002) US AudioSampleFormat 1 (50E2,2004) US NumberOfChannels 1 (50E2,2006) UL NumberOfSamples 1 (50E2,2008) UL SampleRate 1 (50E2,200A) UL TotalTime 1 (50E2,200C) OB/OW AudioSampleData 1 (50E2,200E) LT AudioComments 1 (50E2,2500) LO CurveLabel 1 (50E2,2600) SQ CurveReferencedOverlaySequence 1 (50E2,2610) US CurveReferencedOverlayGroup 1 (50E2,3000) OB/OW CurveData 1 (50E4,0005) US CurveDimensions 1 (50E4,0010) US NumberOfPoints 1 (50E4,0020) CS TypeOfData 1 (50E4,0022) LO CurveDescription 1 (50E4,0030) SH AxisUnits 1-n (50E4,0040) SH AxisLabels 1-n (50E4,0103) US DataValueRepresentation 1 (50E4,0104) US MinimumCoordinateValue 1-n (50E4,0105) US MaximumCoordinateValue 1-n (50E4,0106) SH CurveRange 1-n (50E4,0110) US CurveDataDescriptor 1-n (50E4,0112) US CoordinateStartValue 1-n (50E4,0114) US CoordinateStepValue 1-n (50E4,1001) CS CurveActivationLayer 1 (50E4,2000) US AudioType 1 (50E4,2002) US AudioSampleFormat 1 (50E4,2004) US NumberOfChannels 1 (50E4,2006) UL NumberOfSamples 1 (50E4,2008) UL SampleRate 1 (50E4,200A) UL TotalTime 1 (50E4,200C) OB/OW AudioSampleData 1 (50E4,200E) LT AudioComments 1 (50E4,2500) LO CurveLabel 1 (50E4,2600) SQ CurveReferencedOverlaySequence 1 (50E4,2610) US CurveReferencedOverlayGroup 1 (50E4,3000) OB/OW CurveData 1 (50E6,0005) US CurveDimensions 1 (50E6,0010) US NumberOfPoints 1 (50E6,0020) CS TypeOfData 1 (50E6,0022) LO CurveDescription 1 (50E6,0030) SH AxisUnits 1-n (50E6,0040) SH AxisLabels 1-n (50E6,0103) US DataValueRepresentation 1 (50E6,0104) US MinimumCoordinateValue 1-n (50E6,0105) US MaximumCoordinateValue 1-n (50E6,0106) SH CurveRange 1-n (50E6,0110) US CurveDataDescriptor 1-n (50E6,0112) US CoordinateStartValue 1-n (50E6,0114) US CoordinateStepValue 1-n (50E6,1001) CS CurveActivationLayer 1 (50E6,2000) US AudioType 1 (50E6,2002) US AudioSampleFormat 1 (50E6,2004) US NumberOfChannels 1 (50E6,2006) UL NumberOfSamples 1 (50E6,2008) UL SampleRate 1 (50E6,200A) UL TotalTime 1 (50E6,200C) OB/OW AudioSampleData 1 (50E6,200E) LT AudioComments 1 (50E6,2500) LO CurveLabel 1 (50E6,2600) SQ CurveReferencedOverlaySequence 1 (50E6,2610) US CurveReferencedOverlayGroup 1 (50E6,3000) OB/OW CurveData 1 (50E8,0005) US CurveDimensions 1 (50E8,0010) US NumberOfPoints 1 (50E8,0020) CS TypeOfData 1 (50E8,0022) LO CurveDescription 1 (50E8,0030) SH AxisUnits 1-n (50E8,0040) SH AxisLabels 1-n (50E8,0103) US DataValueRepresentation 1 (50E8,0104) US MinimumCoordinateValue 1-n (50E8,0105) US MaximumCoordinateValue 1-n (50E8,0106) SH CurveRange 1-n (50E8,0110) US CurveDataDescriptor 1-n (50E8,0112) US CoordinateStartValue 1-n (50E8,0114) US CoordinateStepValue 1-n (50E8,1001) CS CurveActivationLayer 1 (50E8,2000) US AudioType 1 (50E8,2002) US AudioSampleFormat 1 (50E8,2004) US NumberOfChannels 1 (50E8,2006) UL NumberOfSamples 1 (50E8,2008) UL SampleRate 1 (50E8,200A) UL TotalTime 1 (50E8,200C) OB/OW AudioSampleData 1 (50E8,200E) LT AudioComments 1 (50E8,2500) LO CurveLabel 1 (50E8,2600) SQ CurveReferencedOverlaySequence 1 (50E8,2610) US CurveReferencedOverlayGroup 1 (50E8,3000) OB/OW CurveData 1 (50EA,0005) US CurveDimensions 1 (50EA,0010) US NumberOfPoints 1 (50EA,0020) CS TypeOfData 1 (50EA,0022) LO CurveDescription 1 (50EA,0030) SH AxisUnits 1-n (50EA,0040) SH AxisLabels 1-n (50EA,0103) US DataValueRepresentation 1 (50EA,0104) US MinimumCoordinateValue 1-n (50EA,0105) US MaximumCoordinateValue 1-n (50EA,0106) SH CurveRange 1-n (50EA,0110) US CurveDataDescriptor 1-n (50EA,0112) US CoordinateStartValue 1-n (50EA,0114) US CoordinateStepValue 1-n (50EA,1001) CS CurveActivationLayer 1 (50EA,2000) US AudioType 1 (50EA,2002) US AudioSampleFormat 1 (50EA,2004) US NumberOfChannels 1 (50EA,2006) UL NumberOfSamples 1 (50EA,2008) UL SampleRate 1 (50EA,200A) UL TotalTime 1 (50EA,200C) OB/OW AudioSampleData 1 (50EA,200E) LT AudioComments 1 (50EA,2500) LO CurveLabel 1 (50EA,2600) SQ CurveReferencedOverlaySequence 1 (50EA,2610) US CurveReferencedOverlayGroup 1 (50EA,3000) OB/OW CurveData 1 (50EC,0005) US CurveDimensions 1 (50EC,0010) US NumberOfPoints 1 (50EC,0020) CS TypeOfData 1 (50EC,0022) LO CurveDescription 1 (50EC,0030) SH AxisUnits 1-n (50EC,0040) SH AxisLabels 1-n (50EC,0103) US DataValueRepresentation 1 (50EC,0104) US MinimumCoordinateValue 1-n (50EC,0105) US MaximumCoordinateValue 1-n (50EC,0106) SH CurveRange 1-n (50EC,0110) US CurveDataDescriptor 1-n (50EC,0112) US CoordinateStartValue 1-n (50EC,0114) US CoordinateStepValue 1-n (50EC,1001) CS CurveActivationLayer 1 (50EC,2000) US AudioType 1 (50EC,2002) US AudioSampleFormat 1 (50EC,2004) US NumberOfChannels 1 (50EC,2006) UL NumberOfSamples 1 (50EC,2008) UL SampleRate 1 (50EC,200A) UL TotalTime 1 (50EC,200C) OB/OW AudioSampleData 1 (50EC,200E) LT AudioComments 1 (50EC,2500) LO CurveLabel 1 (50EC,2600) SQ CurveReferencedOverlaySequence 1 (50EC,2610) US CurveReferencedOverlayGroup 1 (50EC,3000) OB/OW CurveData 1 (50EE,0005) US CurveDimensions 1 (50EE,0010) US NumberOfPoints 1 (50EE,0020) CS TypeOfData 1 (50EE,0022) LO CurveDescription 1 (50EE,0030) SH AxisUnits 1-n (50EE,0040) SH AxisLabels 1-n (50EE,0103) US DataValueRepresentation 1 (50EE,0104) US MinimumCoordinateValue 1-n (50EE,0105) US MaximumCoordinateValue 1-n (50EE,0106) SH CurveRange 1-n (50EE,0110) US CurveDataDescriptor 1-n (50EE,0112) US CoordinateStartValue 1-n (50EE,0114) US CoordinateStepValue 1-n (50EE,1001) CS CurveActivationLayer 1 (50EE,2000) US AudioType 1 (50EE,2002) US AudioSampleFormat 1 (50EE,2004) US NumberOfChannels 1 (50EE,2006) UL NumberOfSamples 1 (50EE,2008) UL SampleRate 1 (50EE,200A) UL TotalTime 1 (50EE,200C) OB/OW AudioSampleData 1 (50EE,200E) LT AudioComments 1 (50EE,2500) LO CurveLabel 1 (50EE,2600) SQ CurveReferencedOverlaySequence 1 (50EE,2610) US CurveReferencedOverlayGroup 1 (50EE,3000) OB/OW CurveData 1 (50F0,0005) US CurveDimensions 1 (50F0,0010) US NumberOfPoints 1 (50F0,0020) CS TypeOfData 1 (50F0,0022) LO CurveDescription 1 (50F0,0030) SH AxisUnits 1-n (50F0,0040) SH AxisLabels 1-n (50F0,0103) US DataValueRepresentation 1 (50F0,0104) US MinimumCoordinateValue 1-n (50F0,0105) US MaximumCoordinateValue 1-n (50F0,0106) SH CurveRange 1-n (50F0,0110) US CurveDataDescriptor 1-n (50F0,0112) US CoordinateStartValue 1-n (50F0,0114) US CoordinateStepValue 1-n (50F0,1001) CS CurveActivationLayer 1 (50F0,2000) US AudioType 1 (50F0,2002) US AudioSampleFormat 1 (50F0,2004) US NumberOfChannels 1 (50F0,2006) UL NumberOfSamples 1 (50F0,2008) UL SampleRate 1 (50F0,200A) UL TotalTime 1 (50F0,200C) OB/OW AudioSampleData 1 (50F0,200E) LT AudioComments 1 (50F0,2500) LO CurveLabel 1 (50F0,2600) SQ CurveReferencedOverlaySequence 1 (50F0,2610) US CurveReferencedOverlayGroup 1 (50F0,3000) OB/OW CurveData 1 (50F2,0005) US CurveDimensions 1 (50F2,0010) US NumberOfPoints 1 (50F2,0020) CS TypeOfData 1 (50F2,0022) LO CurveDescription 1 (50F2,0030) SH AxisUnits 1-n (50F2,0040) SH AxisLabels 1-n (50F2,0103) US DataValueRepresentation 1 (50F2,0104) US MinimumCoordinateValue 1-n (50F2,0105) US MaximumCoordinateValue 1-n (50F2,0106) SH CurveRange 1-n (50F2,0110) US CurveDataDescriptor 1-n (50F2,0112) US CoordinateStartValue 1-n (50F2,0114) US CoordinateStepValue 1-n (50F2,1001) CS CurveActivationLayer 1 (50F2,2000) US AudioType 1 (50F2,2002) US AudioSampleFormat 1 (50F2,2004) US NumberOfChannels 1 (50F2,2006) UL NumberOfSamples 1 (50F2,2008) UL SampleRate 1 (50F2,200A) UL TotalTime 1 (50F2,200C) OB/OW AudioSampleData 1 (50F2,200E) LT AudioComments 1 (50F2,2500) LO CurveLabel 1 (50F2,2600) SQ CurveReferencedOverlaySequence 1 (50F2,2610) US CurveReferencedOverlayGroup 1 (50F2,3000) OB/OW CurveData 1 (50F4,0005) US CurveDimensions 1 (50F4,0010) US NumberOfPoints 1 (50F4,0020) CS TypeOfData 1 (50F4,0022) LO CurveDescription 1 (50F4,0030) SH AxisUnits 1-n (50F4,0040) SH AxisLabels 1-n (50F4,0103) US DataValueRepresentation 1 (50F4,0104) US MinimumCoordinateValue 1-n (50F4,0105) US MaximumCoordinateValue 1-n (50F4,0106) SH CurveRange 1-n (50F4,0110) US CurveDataDescriptor 1-n (50F4,0112) US CoordinateStartValue 1-n (50F4,0114) US CoordinateStepValue 1-n (50F4,1001) CS CurveActivationLayer 1 (50F4,2000) US AudioType 1 (50F4,2002) US AudioSampleFormat 1 (50F4,2004) US NumberOfChannels 1 (50F4,2006) UL NumberOfSamples 1 (50F4,2008) UL SampleRate 1 (50F4,200A) UL TotalTime 1 (50F4,200C) OB/OW AudioSampleData 1 (50F4,200E) LT AudioComments 1 (50F4,2500) LO CurveLabel 1 (50F4,2600) SQ CurveReferencedOverlaySequence 1 (50F4,2610) US CurveReferencedOverlayGroup 1 (50F4,3000) OB/OW CurveData 1 (50F6,0005) US CurveDimensions 1 (50F6,0010) US NumberOfPoints 1 (50F6,0020) CS TypeOfData 1 (50F6,0022) LO CurveDescription 1 (50F6,0030) SH AxisUnits 1-n (50F6,0040) SH AxisLabels 1-n (50F6,0103) US DataValueRepresentation 1 (50F6,0104) US MinimumCoordinateValue 1-n (50F6,0105) US MaximumCoordinateValue 1-n (50F6,0106) SH CurveRange 1-n (50F6,0110) US CurveDataDescriptor 1-n (50F6,0112) US CoordinateStartValue 1-n (50F6,0114) US CoordinateStepValue 1-n (50F6,1001) CS CurveActivationLayer 1 (50F6,2000) US AudioType 1 (50F6,2002) US AudioSampleFormat 1 (50F6,2004) US NumberOfChannels 1 (50F6,2006) UL NumberOfSamples 1 (50F6,2008) UL SampleRate 1 (50F6,200A) UL TotalTime 1 (50F6,200C) OB/OW AudioSampleData 1 (50F6,200E) LT AudioComments 1 (50F6,2500) LO CurveLabel 1 (50F6,2600) SQ CurveReferencedOverlaySequence 1 (50F6,2610) US CurveReferencedOverlayGroup 1 (50F6,3000) OB/OW CurveData 1 (50F8,0005) US CurveDimensions 1 (50F8,0010) US NumberOfPoints 1 (50F8,0020) CS TypeOfData 1 (50F8,0022) LO CurveDescription 1 (50F8,0030) SH AxisUnits 1-n (50F8,0040) SH AxisLabels 1-n (50F8,0103) US DataValueRepresentation 1 (50F8,0104) US MinimumCoordinateValue 1-n (50F8,0105) US MaximumCoordinateValue 1-n (50F8,0106) SH CurveRange 1-n (50F8,0110) US CurveDataDescriptor 1-n (50F8,0112) US CoordinateStartValue 1-n (50F8,0114) US CoordinateStepValue 1-n (50F8,1001) CS CurveActivationLayer 1 (50F8,2000) US AudioType 1 (50F8,2002) US AudioSampleFormat 1 (50F8,2004) US NumberOfChannels 1 (50F8,2006) UL NumberOfSamples 1 (50F8,2008) UL SampleRate 1 (50F8,200A) UL TotalTime 1 (50F8,200C) OB/OW AudioSampleData 1 (50F8,200E) LT AudioComments 1 (50F8,2500) LO CurveLabel 1 (50F8,2600) SQ CurveReferencedOverlaySequence 1 (50F8,2610) US CurveReferencedOverlayGroup 1 (50F8,3000) OB/OW CurveData 1 (50FA,0005) US CurveDimensions 1 (50FA,0010) US NumberOfPoints 1 (50FA,0020) CS TypeOfData 1 (50FA,0022) LO CurveDescription 1 (50FA,0030) SH AxisUnits 1-n (50FA,0040) SH AxisLabels 1-n (50FA,0103) US DataValueRepresentation 1 (50FA,0104) US MinimumCoordinateValue 1-n (50FA,0105) US MaximumCoordinateValue 1-n (50FA,0106) SH CurveRange 1-n (50FA,0110) US CurveDataDescriptor 1-n (50FA,0112) US CoordinateStartValue 1-n (50FA,0114) US CoordinateStepValue 1-n (50FA,1001) CS CurveActivationLayer 1 (50FA,2000) US AudioType 1 (50FA,2002) US AudioSampleFormat 1 (50FA,2004) US NumberOfChannels 1 (50FA,2006) UL NumberOfSamples 1 (50FA,2008) UL SampleRate 1 (50FA,200A) UL TotalTime 1 (50FA,200C) OB/OW AudioSampleData 1 (50FA,200E) LT AudioComments 1 (50FA,2500) LO CurveLabel 1 (50FA,2600) SQ CurveReferencedOverlaySequence 1 (50FA,2610) US CurveReferencedOverlayGroup 1 (50FA,3000) OB/OW CurveData 1 (50FC,0005) US CurveDimensions 1 (50FC,0010) US NumberOfPoints 1 (50FC,0020) CS TypeOfData 1 (50FC,0022) LO CurveDescription 1 (50FC,0030) SH AxisUnits 1-n (50FC,0040) SH AxisLabels 1-n (50FC,0103) US DataValueRepresentation 1 (50FC,0104) US MinimumCoordinateValue 1-n (50FC,0105) US MaximumCoordinateValue 1-n (50FC,0106) SH CurveRange 1-n (50FC,0110) US CurveDataDescriptor 1-n (50FC,0112) US CoordinateStartValue 1-n (50FC,0114) US CoordinateStepValue 1-n (50FC,1001) CS CurveActivationLayer 1 (50FC,2000) US AudioType 1 (50FC,2002) US AudioSampleFormat 1 (50FC,2004) US NumberOfChannels 1 (50FC,2006) UL NumberOfSamples 1 (50FC,2008) UL SampleRate 1 (50FC,200A) UL TotalTime 1 (50FC,200C) OB/OW AudioSampleData 1 (50FC,200E) LT AudioComments 1 (50FC,2500) LO CurveLabel 1 (50FC,2600) SQ CurveReferencedOverlaySequence 1 (50FC,2610) US CurveReferencedOverlayGroup 1 (50FC,3000) OB/OW CurveData 1 (50FE,0005) US CurveDimensions 1 (50FE,0010) US NumberOfPoints 1 (50FE,0020) CS TypeOfData 1 (50FE,0022) LO CurveDescription 1 (50FE,0030) SH AxisUnits 1-n (50FE,0040) SH AxisLabels 1-n (50FE,0103) US DataValueRepresentation 1 (50FE,0104) US MinimumCoordinateValue 1-n (50FE,0105) US MaximumCoordinateValue 1-n (50FE,0106) SH CurveRange 1-n (50FE,0110) US CurveDataDescriptor 1-n (50FE,0112) US CoordinateStartValue 1-n (50FE,0114) US CoordinateStepValue 1-n (50FE,1001) CS CurveActivationLayer 1 (50FE,2000) US AudioType 1 (50FE,2002) US AudioSampleFormat 1 (50FE,2004) US NumberOfChannels 1 (50FE,2006) UL NumberOfSamples 1 (50FE,2008) UL SampleRate 1 (50FE,200A) UL TotalTime 1 (50FE,200C) OB/OW AudioSampleData 1 (50FE,200E) LT AudioComments 1 (50FE,2500) LO CurveLabel 1 (50FE,2600) SQ CurveReferencedOverlaySequence 1 (50FE,2610) US CurveReferencedOverlayGroup 1 (50FE,3000) OB/OW CurveData 1 (5200,9229) SQ SharedFunctionalGroupsSequence 1 (5200,9230) SQ PerframeFunctionalGroupsSequence 1 (5400,0100) SQ WaveformSequence 1 (5400,0110) OB/OW ChannelMinimumValue 1 (5400,0112) OB/OW ChannelMaximumValue 1 (5400,1004) US WaveformBitsAllocated 1 (5400,1006) CS WaveformSampleInterpretation 1 (5400,100A) OB/OW WaveformPaddingValue 1 (5400,1010) OB/OW WaveformData 1 (5600,0010) OF FirstOrderPhaseCorrectionAngle 1 (5600,0020) OF SpectroscopyData 1 (6000,0010) US OverlayRows 1 (6000,0011) US OverlayColumns 1 (6000,0012) US OverlayPlanes 1 (6000,0015) IS NumberOfFramesInOverlay 1 (6000,0022) LO OverlayDescription 1 (6000,0040) CS OverlayType 1 (6000,0045) LO OverlaySubtype 1 (6000,0050) SS OverlayOrigin 2 (6000,0051) US ImageFrameOrigin 1 (6000,0052) US OverlayPlaneOrigin 1 (6000,0060) CS OverlayCompressionCode 1 (6000,0061) SH OverlayCompressionOriginator 1 (6000,0062) SH OverlayCompressionLabel 1 (6000,0063) CS OverlayCompressionDescription 1 (6000,0066) AT OverlayCompressionStepPointers 1-n (6000,0068) US OverlayRepeatInterval 1 (6000,0069) US OverlayBitsGrouped 1 (6000,0100) US OverlayBitsAllocated 1 (6000,0102) US OverlayBitPosition 1 (6000,0110) CS OverlayFormat 1 (6000,0200) US OverlayLocation 1 (6000,0800) CS OverlayCodeLabel 1-n (6000,0802) US OverlayNumberOfTables 1 (6000,0803) AT OverlayCodeTableLocation 1-n (6000,0804) US OverlayBitsForCodeWord 1 (6000,1001) CS OverlayActivationLayer 1 (6000,1100) US OverlayDescriptorGray 1 (6000,1101) US OverlayDescriptorRed 1 (6000,1102) US OverlayDescriptorGreen 1 (6000,1103) US OverlayDescriptorBlue 1 (6000,1200) US OverlaysGray 1-n (6000,1201) US OverlaysRed 1-n (6000,1202) US OverlaysGreen 1-n (6000,1203) US OverlaysBlue 1-n (6000,1301) IS ROIArea 1 (6000,1302) DS ROIMean 1 (6000,1303) DS ROIStandardDeviation 1 (6000,1500) LO OverlayLabel 1 (6000,3000) OB/OW OverlayData 1 (6000,4000) LT OverlayComments 1 (6002,0010) US OverlayRows 1 (6002,0011) US OverlayColumns 1 (6002,0012) US OverlayPlanes 1 (6002,0015) IS NumberOfFramesInOverlay 1 (6002,0022) LO OverlayDescription 1 (6002,0040) CS OverlayType 1 (6002,0045) LO OverlaySubtype 1 (6002,0050) SS OverlayOrigin 2 (6002,0051) US ImageFrameOrigin 1 (6002,0052) US OverlayPlaneOrigin 1 (6002,0060) CS OverlayCompressionCode 1 (6002,0061) SH OverlayCompressionOriginator 1 (6002,0062) SH OverlayCompressionLabel 1 (6002,0063) CS OverlayCompressionDescription 1 (6002,0066) AT OverlayCompressionStepPointers 1-n (6002,0068) US OverlayRepeatInterval 1 (6002,0069) US OverlayBitsGrouped 1 (6002,0100) US OverlayBitsAllocated 1 (6002,0102) US OverlayBitPosition 1 (6002,0110) CS OverlayFormat 1 (6002,0200) US OverlayLocation 1 (6002,0800) CS OverlayCodeLabel 1-n (6002,0802) US OverlayNumberOfTables 1 (6002,0803) AT OverlayCodeTableLocation 1-n (6002,0804) US OverlayBitsForCodeWord 1 (6002,1001) CS OverlayActivationLayer 1 (6002,1100) US OverlayDescriptorGray 1 (6002,1101) US OverlayDescriptorRed 1 (6002,1102) US OverlayDescriptorGreen 1 (6002,1103) US OverlayDescriptorBlue 1 (6002,1200) US OverlaysGray 1-n (6002,1201) US OverlaysRed 1-n (6002,1202) US OverlaysGreen 1-n (6002,1203) US OverlaysBlue 1-n (6002,1301) IS ROIArea 1 (6002,1302) DS ROIMean 1 (6002,1303) DS ROIStandardDeviation 1 (6002,1500) LO OverlayLabel 1 (6002,3000) OB/OW OverlayData 1 (6002,4000) LT OverlayComments 1 (6004,0010) US OverlayRows 1 (6004,0011) US OverlayColumns 1 (6004,0012) US OverlayPlanes 1 (6004,0015) IS NumberOfFramesInOverlay 1 (6004,0022) LO OverlayDescription 1 (6004,0040) CS OverlayType 1 (6004,0045) LO OverlaySubtype 1 (6004,0050) SS OverlayOrigin 2 (6004,0051) US ImageFrameOrigin 1 (6004,0052) US OverlayPlaneOrigin 1 (6004,0060) CS OverlayCompressionCode 1 (6004,0061) SH OverlayCompressionOriginator 1 (6004,0062) SH OverlayCompressionLabel 1 (6004,0063) CS OverlayCompressionDescription 1 (6004,0066) AT OverlayCompressionStepPointers 1-n (6004,0068) US OverlayRepeatInterval 1 (6004,0069) US OverlayBitsGrouped 1 (6004,0100) US OverlayBitsAllocated 1 (6004,0102) US OverlayBitPosition 1 (6004,0110) CS OverlayFormat 1 (6004,0200) US OverlayLocation 1 (6004,0800) CS OverlayCodeLabel 1-n (6004,0802) US OverlayNumberOfTables 1 (6004,0803) AT OverlayCodeTableLocation 1-n (6004,0804) US OverlayBitsForCodeWord 1 (6004,1001) CS OverlayActivationLayer 1 (6004,1100) US OverlayDescriptorGray 1 (6004,1101) US OverlayDescriptorRed 1 (6004,1102) US OverlayDescriptorGreen 1 (6004,1103) US OverlayDescriptorBlue 1 (6004,1200) US OverlaysGray 1-n (6004,1201) US OverlaysRed 1-n (6004,1202) US OverlaysGreen 1-n (6004,1203) US OverlaysBlue 1-n (6004,1301) IS ROIArea 1 (6004,1302) DS ROIMean 1 (6004,1303) DS ROIStandardDeviation 1 (6004,1500) LO OverlayLabel 1 (6004,3000) OB/OW OverlayData 1 (6004,4000) LT OverlayComments 1 (6006,0010) US OverlayRows 1 (6006,0011) US OverlayColumns 1 (6006,0012) US OverlayPlanes 1 (6006,0015) IS NumberOfFramesInOverlay 1 (6006,0022) LO OverlayDescription 1 (6006,0040) CS OverlayType 1 (6006,0045) LO OverlaySubtype 1 (6006,0050) SS OverlayOrigin 2 (6006,0051) US ImageFrameOrigin 1 (6006,0052) US OverlayPlaneOrigin 1 (6006,0060) CS OverlayCompressionCode 1 (6006,0061) SH OverlayCompressionOriginator 1 (6006,0062) SH OverlayCompressionLabel 1 (6006,0063) CS OverlayCompressionDescription 1 (6006,0066) AT OverlayCompressionStepPointers 1-n (6006,0068) US OverlayRepeatInterval 1 (6006,0069) US OverlayBitsGrouped 1 (6006,0100) US OverlayBitsAllocated 1 (6006,0102) US OverlayBitPosition 1 (6006,0110) CS OverlayFormat 1 (6006,0200) US OverlayLocation 1 (6006,0800) CS OverlayCodeLabel 1-n (6006,0802) US OverlayNumberOfTables 1 (6006,0803) AT OverlayCodeTableLocation 1-n (6006,0804) US OverlayBitsForCodeWord 1 (6006,1001) CS OverlayActivationLayer 1 (6006,1100) US OverlayDescriptorGray 1 (6006,1101) US OverlayDescriptorRed 1 (6006,1102) US OverlayDescriptorGreen 1 (6006,1103) US OverlayDescriptorBlue 1 (6006,1200) US OverlaysGray 1-n (6006,1201) US OverlaysRed 1-n (6006,1202) US OverlaysGreen 1-n (6006,1203) US OverlaysBlue 1-n (6006,1301) IS ROIArea 1 (6006,1302) DS ROIMean 1 (6006,1303) DS ROIStandardDeviation 1 (6006,1500) LO OverlayLabel 1 (6006,3000) OB/OW OverlayData 1 (6006,4000) LT OverlayComments 1 (6008,0010) US OverlayRows 1 (6008,0011) US OverlayColumns 1 (6008,0012) US OverlayPlanes 1 (6008,0015) IS NumberOfFramesInOverlay 1 (6008,0022) LO OverlayDescription 1 (6008,0040) CS OverlayType 1 (6008,0045) LO OverlaySubtype 1 (6008,0050) SS OverlayOrigin 2 (6008,0051) US ImageFrameOrigin 1 (6008,0052) US OverlayPlaneOrigin 1 (6008,0060) CS OverlayCompressionCode 1 (6008,0061) SH OverlayCompressionOriginator 1 (6008,0062) SH OverlayCompressionLabel 1 (6008,0063) CS OverlayCompressionDescription 1 (6008,0066) AT OverlayCompressionStepPointers 1-n (6008,0068) US OverlayRepeatInterval 1 (6008,0069) US OverlayBitsGrouped 1 (6008,0100) US OverlayBitsAllocated 1 (6008,0102) US OverlayBitPosition 1 (6008,0110) CS OverlayFormat 1 (6008,0200) US OverlayLocation 1 (6008,0800) CS OverlayCodeLabel 1-n (6008,0802) US OverlayNumberOfTables 1 (6008,0803) AT OverlayCodeTableLocation 1-n (6008,0804) US OverlayBitsForCodeWord 1 (6008,1001) CS OverlayActivationLayer 1 (6008,1100) US OverlayDescriptorGray 1 (6008,1101) US OverlayDescriptorRed 1 (6008,1102) US OverlayDescriptorGreen 1 (6008,1103) US OverlayDescriptorBlue 1 (6008,1200) US OverlaysGray 1-n (6008,1201) US OverlaysRed 1-n (6008,1202) US OverlaysGreen 1-n (6008,1203) US OverlaysBlue 1-n (6008,1301) IS ROIArea 1 (6008,1302) DS ROIMean 1 (6008,1303) DS ROIStandardDeviation 1 (6008,1500) LO OverlayLabel 1 (6008,3000) OB/OW OverlayData 1 (6008,4000) LT OverlayComments 1 (600A,0010) US OverlayRows 1 (600A,0011) US OverlayColumns 1 (600A,0012) US OverlayPlanes 1 (600A,0015) IS NumberOfFramesInOverlay 1 (600A,0022) LO OverlayDescription 1 (600A,0040) CS OverlayType 1 (600A,0045) LO OverlaySubtype 1 (600A,0050) SS OverlayOrigin 2 (600A,0051) US ImageFrameOrigin 1 (600A,0052) US OverlayPlaneOrigin 1 (600A,0060) CS OverlayCompressionCode 1 (600A,0061) SH OverlayCompressionOriginator 1 (600A,0062) SH OverlayCompressionLabel 1 (600A,0063) CS OverlayCompressionDescription 1 (600A,0066) AT OverlayCompressionStepPointers 1-n (600A,0068) US OverlayRepeatInterval 1 (600A,0069) US OverlayBitsGrouped 1 (600A,0100) US OverlayBitsAllocated 1 (600A,0102) US OverlayBitPosition 1 (600A,0110) CS OverlayFormat 1 (600A,0200) US OverlayLocation 1 (600A,0800) CS OverlayCodeLabel 1-n (600A,0802) US OverlayNumberOfTables 1 (600A,0803) AT OverlayCodeTableLocation 1-n (600A,0804) US OverlayBitsForCodeWord 1 (600A,1001) CS OverlayActivationLayer 1 (600A,1100) US OverlayDescriptorGray 1 (600A,1101) US OverlayDescriptorRed 1 (600A,1102) US OverlayDescriptorGreen 1 (600A,1103) US OverlayDescriptorBlue 1 (600A,1200) US OverlaysGray 1-n (600A,1201) US OverlaysRed 1-n (600A,1202) US OverlaysGreen 1-n (600A,1203) US OverlaysBlue 1-n (600A,1301) IS ROIArea 1 (600A,1302) DS ROIMean 1 (600A,1303) DS ROIStandardDeviation 1 (600A,1500) LO OverlayLabel 1 (600A,3000) OB/OW OverlayData 1 (600A,4000) LT OverlayComments 1 (600C,0010) US OverlayRows 1 (600C,0011) US OverlayColumns 1 (600C,0012) US OverlayPlanes 1 (600C,0015) IS NumberOfFramesInOverlay 1 (600C,0022) LO OverlayDescription 1 (600C,0040) CS OverlayType 1 (600C,0045) LO OverlaySubtype 1 (600C,0050) SS OverlayOrigin 2 (600C,0051) US ImageFrameOrigin 1 (600C,0052) US OverlayPlaneOrigin 1 (600C,0060) CS OverlayCompressionCode 1 (600C,0061) SH OverlayCompressionOriginator 1 (600C,0062) SH OverlayCompressionLabel 1 (600C,0063) CS OverlayCompressionDescription 1 (600C,0066) AT OverlayCompressionStepPointers 1-n (600C,0068) US OverlayRepeatInterval 1 (600C,0069) US OverlayBitsGrouped 1 (600C,0100) US OverlayBitsAllocated 1 (600C,0102) US OverlayBitPosition 1 (600C,0110) CS OverlayFormat 1 (600C,0200) US OverlayLocation 1 (600C,0800) CS OverlayCodeLabel 1-n (600C,0802) US OverlayNumberOfTables 1 (600C,0803) AT OverlayCodeTableLocation 1-n (600C,0804) US OverlayBitsForCodeWord 1 (600C,1001) CS OverlayActivationLayer 1 (600C,1100) US OverlayDescriptorGray 1 (600C,1101) US OverlayDescriptorRed 1 (600C,1102) US OverlayDescriptorGreen 1 (600C,1103) US OverlayDescriptorBlue 1 (600C,1200) US OverlaysGray 1-n (600C,1201) US OverlaysRed 1-n (600C,1202) US OverlaysGreen 1-n (600C,1203) US OverlaysBlue 1-n (600C,1301) IS ROIArea 1 (600C,1302) DS ROIMean 1 (600C,1303) DS ROIStandardDeviation 1 (600C,1500) LO OverlayLabel 1 (600C,3000) OB/OW OverlayData 1 (600C,4000) LT OverlayComments 1 (600E,0010) US OverlayRows 1 (600E,0011) US OverlayColumns 1 (600E,0012) US OverlayPlanes 1 (600E,0015) IS NumberOfFramesInOverlay 1 (600E,0022) LO OverlayDescription 1 (600E,0040) CS OverlayType 1 (600E,0045) LO OverlaySubtype 1 (600E,0050) SS OverlayOrigin 2 (600E,0051) US ImageFrameOrigin 1 (600E,0052) US OverlayPlaneOrigin 1 (600E,0060) CS OverlayCompressionCode 1 (600E,0061) SH OverlayCompressionOriginator 1 (600E,0062) SH OverlayCompressionLabel 1 (600E,0063) CS OverlayCompressionDescription 1 (600E,0066) AT OverlayCompressionStepPointers 1-n (600E,0068) US OverlayRepeatInterval 1 (600E,0069) US OverlayBitsGrouped 1 (600E,0100) US OverlayBitsAllocated 1 (600E,0102) US OverlayBitPosition 1 (600E,0110) CS OverlayFormat 1 (600E,0200) US OverlayLocation 1 (600E,0800) CS OverlayCodeLabel 1-n (600E,0802) US OverlayNumberOfTables 1 (600E,0803) AT OverlayCodeTableLocation 1-n (600E,0804) US OverlayBitsForCodeWord 1 (600E,1001) CS OverlayActivationLayer 1 (600E,1100) US OverlayDescriptorGray 1 (600E,1101) US OverlayDescriptorRed 1 (600E,1102) US OverlayDescriptorGreen 1 (600E,1103) US OverlayDescriptorBlue 1 (600E,1200) US OverlaysGray 1-n (600E,1201) US OverlaysRed 1-n (600E,1202) US OverlaysGreen 1-n (600E,1203) US OverlaysBlue 1-n (600E,1301) IS ROIArea 1 (600E,1302) DS ROIMean 1 (600E,1303) DS ROIStandardDeviation 1 (600E,1500) LO OverlayLabel 1 (600E,3000) OB/OW OverlayData 1 (600E,4000) LT OverlayComments 1 (6010,0010) US OverlayRows 1 (6010,0011) US OverlayColumns 1 (6010,0012) US OverlayPlanes 1 (6010,0015) IS NumberOfFramesInOverlay 1 (6010,0022) LO OverlayDescription 1 (6010,0040) CS OverlayType 1 (6010,0045) LO OverlaySubtype 1 (6010,0050) SS OverlayOrigin 2 (6010,0051) US ImageFrameOrigin 1 (6010,0052) US OverlayPlaneOrigin 1 (6010,0060) CS OverlayCompressionCode 1 (6010,0061) SH OverlayCompressionOriginator 1 (6010,0062) SH OverlayCompressionLabel 1 (6010,0063) CS OverlayCompressionDescription 1 (6010,0066) AT OverlayCompressionStepPointers 1-n (6010,0068) US OverlayRepeatInterval 1 (6010,0069) US OverlayBitsGrouped 1 (6010,0100) US OverlayBitsAllocated 1 (6010,0102) US OverlayBitPosition 1 (6010,0110) CS OverlayFormat 1 (6010,0200) US OverlayLocation 1 (6010,0800) CS OverlayCodeLabel 1-n (6010,0802) US OverlayNumberOfTables 1 (6010,0803) AT OverlayCodeTableLocation 1-n (6010,0804) US OverlayBitsForCodeWord 1 (6010,1001) CS OverlayActivationLayer 1 (6010,1100) US OverlayDescriptorGray 1 (6010,1101) US OverlayDescriptorRed 1 (6010,1102) US OverlayDescriptorGreen 1 (6010,1103) US OverlayDescriptorBlue 1 (6010,1200) US OverlaysGray 1-n (6010,1201) US OverlaysRed 1-n (6010,1202) US OverlaysGreen 1-n (6010,1203) US OverlaysBlue 1-n (6010,1301) IS ROIArea 1 (6010,1302) DS ROIMean 1 (6010,1303) DS ROIStandardDeviation 1 (6010,1500) LO OverlayLabel 1 (6010,3000) OB/OW OverlayData 1 (6010,4000) LT OverlayComments 1 (6012,0010) US OverlayRows 1 (6012,0011) US OverlayColumns 1 (6012,0012) US OverlayPlanes 1 (6012,0015) IS NumberOfFramesInOverlay 1 (6012,0022) LO OverlayDescription 1 (6012,0040) CS OverlayType 1 (6012,0045) LO OverlaySubtype 1 (6012,0050) SS OverlayOrigin 2 (6012,0051) US ImageFrameOrigin 1 (6012,0052) US OverlayPlaneOrigin 1 (6012,0060) CS OverlayCompressionCode 1 (6012,0061) SH OverlayCompressionOriginator 1 (6012,0062) SH OverlayCompressionLabel 1 (6012,0063) CS OverlayCompressionDescription 1 (6012,0066) AT OverlayCompressionStepPointers 1-n (6012,0068) US OverlayRepeatInterval 1 (6012,0069) US OverlayBitsGrouped 1 (6012,0100) US OverlayBitsAllocated 1 (6012,0102) US OverlayBitPosition 1 (6012,0110) CS OverlayFormat 1 (6012,0200) US OverlayLocation 1 (6012,0800) CS OverlayCodeLabel 1-n (6012,0802) US OverlayNumberOfTables 1 (6012,0803) AT OverlayCodeTableLocation 1-n (6012,0804) US OverlayBitsForCodeWord 1 (6012,1001) CS OverlayActivationLayer 1 (6012,1100) US OverlayDescriptorGray 1 (6012,1101) US OverlayDescriptorRed 1 (6012,1102) US OverlayDescriptorGreen 1 (6012,1103) US OverlayDescriptorBlue 1 (6012,1200) US OverlaysGray 1-n (6012,1201) US OverlaysRed 1-n (6012,1202) US OverlaysGreen 1-n (6012,1203) US OverlaysBlue 1-n (6012,1301) IS ROIArea 1 (6012,1302) DS ROIMean 1 (6012,1303) DS ROIStandardDeviation 1 (6012,1500) LO OverlayLabel 1 (6012,3000) OB/OW OverlayData 1 (6012,4000) LT OverlayComments 1 (6014,0010) US OverlayRows 1 (6014,0011) US OverlayColumns 1 (6014,0012) US OverlayPlanes 1 (6014,0015) IS NumberOfFramesInOverlay 1 (6014,0022) LO OverlayDescription 1 (6014,0040) CS OverlayType 1 (6014,0045) LO OverlaySubtype 1 (6014,0050) SS OverlayOrigin 2 (6014,0051) US ImageFrameOrigin 1 (6014,0052) US OverlayPlaneOrigin 1 (6014,0060) CS OverlayCompressionCode 1 (6014,0061) SH OverlayCompressionOriginator 1 (6014,0062) SH OverlayCompressionLabel 1 (6014,0063) CS OverlayCompressionDescription 1 (6014,0066) AT OverlayCompressionStepPointers 1-n (6014,0068) US OverlayRepeatInterval 1 (6014,0069) US OverlayBitsGrouped 1 (6014,0100) US OverlayBitsAllocated 1 (6014,0102) US OverlayBitPosition 1 (6014,0110) CS OverlayFormat 1 (6014,0200) US OverlayLocation 1 (6014,0800) CS OverlayCodeLabel 1-n (6014,0802) US OverlayNumberOfTables 1 (6014,0803) AT OverlayCodeTableLocation 1-n (6014,0804) US OverlayBitsForCodeWord 1 (6014,1001) CS OverlayActivationLayer 1 (6014,1100) US OverlayDescriptorGray 1 (6014,1101) US OverlayDescriptorRed 1 (6014,1102) US OverlayDescriptorGreen 1 (6014,1103) US OverlayDescriptorBlue 1 (6014,1200) US OverlaysGray 1-n (6014,1201) US OverlaysRed 1-n (6014,1202) US OverlaysGreen 1-n (6014,1203) US OverlaysBlue 1-n (6014,1301) IS ROIArea 1 (6014,1302) DS ROIMean 1 (6014,1303) DS ROIStandardDeviation 1 (6014,1500) LO OverlayLabel 1 (6014,3000) OB/OW OverlayData 1 (6014,4000) LT OverlayComments 1 (6016,0010) US OverlayRows 1 (6016,0011) US OverlayColumns 1 (6016,0012) US OverlayPlanes 1 (6016,0015) IS NumberOfFramesInOverlay 1 (6016,0022) LO OverlayDescription 1 (6016,0040) CS OverlayType 1 (6016,0045) LO OverlaySubtype 1 (6016,0050) SS OverlayOrigin 2 (6016,0051) US ImageFrameOrigin 1 (6016,0052) US OverlayPlaneOrigin 1 (6016,0060) CS OverlayCompressionCode 1 (6016,0061) SH OverlayCompressionOriginator 1 (6016,0062) SH OverlayCompressionLabel 1 (6016,0063) CS OverlayCompressionDescription 1 (6016,0066) AT OverlayCompressionStepPointers 1-n (6016,0068) US OverlayRepeatInterval 1 (6016,0069) US OverlayBitsGrouped 1 (6016,0100) US OverlayBitsAllocated 1 (6016,0102) US OverlayBitPosition 1 (6016,0110) CS OverlayFormat 1 (6016,0200) US OverlayLocation 1 (6016,0800) CS OverlayCodeLabel 1-n (6016,0802) US OverlayNumberOfTables 1 (6016,0803) AT OverlayCodeTableLocation 1-n (6016,0804) US OverlayBitsForCodeWord 1 (6016,1001) CS OverlayActivationLayer 1 (6016,1100) US OverlayDescriptorGray 1 (6016,1101) US OverlayDescriptorRed 1 (6016,1102) US OverlayDescriptorGreen 1 (6016,1103) US OverlayDescriptorBlue 1 (6016,1200) US OverlaysGray 1-n (6016,1201) US OverlaysRed 1-n (6016,1202) US OverlaysGreen 1-n (6016,1203) US OverlaysBlue 1-n (6016,1301) IS ROIArea 1 (6016,1302) DS ROIMean 1 (6016,1303) DS ROIStandardDeviation 1 (6016,1500) LO OverlayLabel 1 (6016,3000) OB/OW OverlayData 1 (6016,4000) LT OverlayComments 1 (6018,0010) US OverlayRows 1 (6018,0011) US OverlayColumns 1 (6018,0012) US OverlayPlanes 1 (6018,0015) IS NumberOfFramesInOverlay 1 (6018,0022) LO OverlayDescription 1 (6018,0040) CS OverlayType 1 (6018,0045) LO OverlaySubtype 1 (6018,0050) SS OverlayOrigin 2 (6018,0051) US ImageFrameOrigin 1 (6018,0052) US OverlayPlaneOrigin 1 (6018,0060) CS OverlayCompressionCode 1 (6018,0061) SH OverlayCompressionOriginator 1 (6018,0062) SH OverlayCompressionLabel 1 (6018,0063) CS OverlayCompressionDescription 1 (6018,0066) AT OverlayCompressionStepPointers 1-n (6018,0068) US OverlayRepeatInterval 1 (6018,0069) US OverlayBitsGrouped 1 (6018,0100) US OverlayBitsAllocated 1 (6018,0102) US OverlayBitPosition 1 (6018,0110) CS OverlayFormat 1 (6018,0200) US OverlayLocation 1 (6018,0800) CS OverlayCodeLabel 1-n (6018,0802) US OverlayNumberOfTables 1 (6018,0803) AT OverlayCodeTableLocation 1-n (6018,0804) US OverlayBitsForCodeWord 1 (6018,1001) CS OverlayActivationLayer 1 (6018,1100) US OverlayDescriptorGray 1 (6018,1101) US OverlayDescriptorRed 1 (6018,1102) US OverlayDescriptorGreen 1 (6018,1103) US OverlayDescriptorBlue 1 (6018,1200) US OverlaysGray 1-n (6018,1201) US OverlaysRed 1-n (6018,1202) US OverlaysGreen 1-n (6018,1203) US OverlaysBlue 1-n (6018,1301) IS ROIArea 1 (6018,1302) DS ROIMean 1 (6018,1303) DS ROIStandardDeviation 1 (6018,1500) LO OverlayLabel 1 (6018,3000) OB/OW OverlayData 1 (6018,4000) LT OverlayComments 1 (601A,0010) US OverlayRows 1 (601A,0011) US OverlayColumns 1 (601A,0012) US OverlayPlanes 1 (601A,0015) IS NumberOfFramesInOverlay 1 (601A,0022) LO OverlayDescription 1 (601A,0040) CS OverlayType 1 (601A,0045) LO OverlaySubtype 1 (601A,0050) SS OverlayOrigin 2 (601A,0051) US ImageFrameOrigin 1 (601A,0052) US OverlayPlaneOrigin 1 (601A,0060) CS OverlayCompressionCode 1 (601A,0061) SH OverlayCompressionOriginator 1 (601A,0062) SH OverlayCompressionLabel 1 (601A,0063) CS OverlayCompressionDescription 1 (601A,0066) AT OverlayCompressionStepPointers 1-n (601A,0068) US OverlayRepeatInterval 1 (601A,0069) US OverlayBitsGrouped 1 (601A,0100) US OverlayBitsAllocated 1 (601A,0102) US OverlayBitPosition 1 (601A,0110) CS OverlayFormat 1 (601A,0200) US OverlayLocation 1 (601A,0800) CS OverlayCodeLabel 1-n (601A,0802) US OverlayNumberOfTables 1 (601A,0803) AT OverlayCodeTableLocation 1-n (601A,0804) US OverlayBitsForCodeWord 1 (601A,1001) CS OverlayActivationLayer 1 (601A,1100) US OverlayDescriptorGray 1 (601A,1101) US OverlayDescriptorRed 1 (601A,1102) US OverlayDescriptorGreen 1 (601A,1103) US OverlayDescriptorBlue 1 (601A,1200) US OverlaysGray 1-n (601A,1201) US OverlaysRed 1-n (601A,1202) US OverlaysGreen 1-n (601A,1203) US OverlaysBlue 1-n (601A,1301) IS ROIArea 1 (601A,1302) DS ROIMean 1 (601A,1303) DS ROIStandardDeviation 1 (601A,1500) LO OverlayLabel 1 (601A,3000) OB/OW OverlayData 1 (601A,4000) LT OverlayComments 1 (601C,0010) US OverlayRows 1 (601C,0011) US OverlayColumns 1 (601C,0012) US OverlayPlanes 1 (601C,0015) IS NumberOfFramesInOverlay 1 (601C,0022) LO OverlayDescription 1 (601C,0040) CS OverlayType 1 (601C,0045) LO OverlaySubtype 1 (601C,0050) SS OverlayOrigin 2 (601C,0051) US ImageFrameOrigin 1 (601C,0052) US OverlayPlaneOrigin 1 (601C,0060) CS OverlayCompressionCode 1 (601C,0061) SH OverlayCompressionOriginator 1 (601C,0062) SH OverlayCompressionLabel 1 (601C,0063) CS OverlayCompressionDescription 1 (601C,0066) AT OverlayCompressionStepPointers 1-n (601C,0068) US OverlayRepeatInterval 1 (601C,0069) US OverlayBitsGrouped 1 (601C,0100) US OverlayBitsAllocated 1 (601C,0102) US OverlayBitPosition 1 (601C,0110) CS OverlayFormat 1 (601C,0200) US OverlayLocation 1 (601C,0800) CS OverlayCodeLabel 1-n (601C,0802) US OverlayNumberOfTables 1 (601C,0803) AT OverlayCodeTableLocation 1-n (601C,0804) US OverlayBitsForCodeWord 1 (601C,1001) CS OverlayActivationLayer 1 (601C,1100) US OverlayDescriptorGray 1 (601C,1101) US OverlayDescriptorRed 1 (601C,1102) US OverlayDescriptorGreen 1 (601C,1103) US OverlayDescriptorBlue 1 (601C,1200) US OverlaysGray 1-n (601C,1201) US OverlaysRed 1-n (601C,1202) US OverlaysGreen 1-n (601C,1203) US OverlaysBlue 1-n (601C,1301) IS ROIArea 1 (601C,1302) DS ROIMean 1 (601C,1303) DS ROIStandardDeviation 1 (601C,1500) LO OverlayLabel 1 (601C,3000) OB/OW OverlayData 1 (601C,4000) LT OverlayComments 1 (601E,0010) US OverlayRows 1 (601E,0011) US OverlayColumns 1 (601E,0012) US OverlayPlanes 1 (601E,0015) IS NumberOfFramesInOverlay 1 (601E,0022) LO OverlayDescription 1 (601E,0040) CS OverlayType 1 (601E,0045) LO OverlaySubtype 1 (601E,0050) SS OverlayOrigin 2 (601E,0051) US ImageFrameOrigin 1 (601E,0052) US OverlayPlaneOrigin 1 (601E,0060) CS OverlayCompressionCode 1 (601E,0061) SH OverlayCompressionOriginator 1 (601E,0062) SH OverlayCompressionLabel 1 (601E,0063) CS OverlayCompressionDescription 1 (601E,0066) AT OverlayCompressionStepPointers 1-n (601E,0068) US OverlayRepeatInterval 1 (601E,0069) US OverlayBitsGrouped 1 (601E,0100) US OverlayBitsAllocated 1 (601E,0102) US OverlayBitPosition 1 (601E,0110) CS OverlayFormat 1 (601E,0200) US OverlayLocation 1 (601E,0800) CS OverlayCodeLabel 1-n (601E,0802) US OverlayNumberOfTables 1 (601E,0803) AT OverlayCodeTableLocation 1-n (601E,0804) US OverlayBitsForCodeWord 1 (601E,1001) CS OverlayActivationLayer 1 (601E,1100) US OverlayDescriptorGray 1 (601E,1101) US OverlayDescriptorRed 1 (601E,1102) US OverlayDescriptorGreen 1 (601E,1103) US OverlayDescriptorBlue 1 (601E,1200) US OverlaysGray 1-n (601E,1201) US OverlaysRed 1-n (601E,1202) US OverlaysGreen 1-n (601E,1203) US OverlaysBlue 1-n (601E,1301) IS ROIArea 1 (601E,1302) DS ROIMean 1 (601E,1303) DS ROIStandardDeviation 1 (601E,1500) LO OverlayLabel 1 (601E,3000) OB/OW OverlayData 1 (601E,4000) LT OverlayComments 1 (6020,0010) US OverlayRows 1 (6020,0011) US OverlayColumns 1 (6020,0012) US OverlayPlanes 1 (6020,0015) IS NumberOfFramesInOverlay 1 (6020,0022) LO OverlayDescription 1 (6020,0040) CS OverlayType 1 (6020,0045) LO OverlaySubtype 1 (6020,0050) SS OverlayOrigin 2 (6020,0051) US ImageFrameOrigin 1 (6020,0052) US OverlayPlaneOrigin 1 (6020,0060) CS OverlayCompressionCode 1 (6020,0061) SH OverlayCompressionOriginator 1 (6020,0062) SH OverlayCompressionLabel 1 (6020,0063) CS OverlayCompressionDescription 1 (6020,0066) AT OverlayCompressionStepPointers 1-n (6020,0068) US OverlayRepeatInterval 1 (6020,0069) US OverlayBitsGrouped 1 (6020,0100) US OverlayBitsAllocated 1 (6020,0102) US OverlayBitPosition 1 (6020,0110) CS OverlayFormat 1 (6020,0200) US OverlayLocation 1 (6020,0800) CS OverlayCodeLabel 1-n (6020,0802) US OverlayNumberOfTables 1 (6020,0803) AT OverlayCodeTableLocation 1-n (6020,0804) US OverlayBitsForCodeWord 1 (6020,1001) CS OverlayActivationLayer 1 (6020,1100) US OverlayDescriptorGray 1 (6020,1101) US OverlayDescriptorRed 1 (6020,1102) US OverlayDescriptorGreen 1 (6020,1103) US OverlayDescriptorBlue 1 (6020,1200) US OverlaysGray 1-n (6020,1201) US OverlaysRed 1-n (6020,1202) US OverlaysGreen 1-n (6020,1203) US OverlaysBlue 1-n (6020,1301) IS ROIArea 1 (6020,1302) DS ROIMean 1 (6020,1303) DS ROIStandardDeviation 1 (6020,1500) LO OverlayLabel 1 (6020,3000) OB/OW OverlayData 1 (6020,4000) LT OverlayComments 1 (6022,0010) US OverlayRows 1 (6022,0011) US OverlayColumns 1 (6022,0012) US OverlayPlanes 1 (6022,0015) IS NumberOfFramesInOverlay 1 (6022,0022) LO OverlayDescription 1 (6022,0040) CS OverlayType 1 (6022,0045) LO OverlaySubtype 1 (6022,0050) SS OverlayOrigin 2 (6022,0051) US ImageFrameOrigin 1 (6022,0052) US OverlayPlaneOrigin 1 (6022,0060) CS OverlayCompressionCode 1 (6022,0061) SH OverlayCompressionOriginator 1 (6022,0062) SH OverlayCompressionLabel 1 (6022,0063) CS OverlayCompressionDescription 1 (6022,0066) AT OverlayCompressionStepPointers 1-n (6022,0068) US OverlayRepeatInterval 1 (6022,0069) US OverlayBitsGrouped 1 (6022,0100) US OverlayBitsAllocated 1 (6022,0102) US OverlayBitPosition 1 (6022,0110) CS OverlayFormat 1 (6022,0200) US OverlayLocation 1 (6022,0800) CS OverlayCodeLabel 1-n (6022,0802) US OverlayNumberOfTables 1 (6022,0803) AT OverlayCodeTableLocation 1-n (6022,0804) US OverlayBitsForCodeWord 1 (6022,1001) CS OverlayActivationLayer 1 (6022,1100) US OverlayDescriptorGray 1 (6022,1101) US OverlayDescriptorRed 1 (6022,1102) US OverlayDescriptorGreen 1 (6022,1103) US OverlayDescriptorBlue 1 (6022,1200) US OverlaysGray 1-n (6022,1201) US OverlaysRed 1-n (6022,1202) US OverlaysGreen 1-n (6022,1203) US OverlaysBlue 1-n (6022,1301) IS ROIArea 1 (6022,1302) DS ROIMean 1 (6022,1303) DS ROIStandardDeviation 1 (6022,1500) LO OverlayLabel 1 (6022,3000) OB/OW OverlayData 1 (6022,4000) LT OverlayComments 1 (6024,0010) US OverlayRows 1 (6024,0011) US OverlayColumns 1 (6024,0012) US OverlayPlanes 1 (6024,0015) IS NumberOfFramesInOverlay 1 (6024,0022) LO OverlayDescription 1 (6024,0040) CS OverlayType 1 (6024,0045) LO OverlaySubtype 1 (6024,0050) SS OverlayOrigin 2 (6024,0051) US ImageFrameOrigin 1 (6024,0052) US OverlayPlaneOrigin 1 (6024,0060) CS OverlayCompressionCode 1 (6024,0061) SH OverlayCompressionOriginator 1 (6024,0062) SH OverlayCompressionLabel 1 (6024,0063) CS OverlayCompressionDescription 1 (6024,0066) AT OverlayCompressionStepPointers 1-n (6024,0068) US OverlayRepeatInterval 1 (6024,0069) US OverlayBitsGrouped 1 (6024,0100) US OverlayBitsAllocated 1 (6024,0102) US OverlayBitPosition 1 (6024,0110) CS OverlayFormat 1 (6024,0200) US OverlayLocation 1 (6024,0800) CS OverlayCodeLabel 1-n (6024,0802) US OverlayNumberOfTables 1 (6024,0803) AT OverlayCodeTableLocation 1-n (6024,0804) US OverlayBitsForCodeWord 1 (6024,1001) CS OverlayActivationLayer 1 (6024,1100) US OverlayDescriptorGray 1 (6024,1101) US OverlayDescriptorRed 1 (6024,1102) US OverlayDescriptorGreen 1 (6024,1103) US OverlayDescriptorBlue 1 (6024,1200) US OverlaysGray 1-n (6024,1201) US OverlaysRed 1-n (6024,1202) US OverlaysGreen 1-n (6024,1203) US OverlaysBlue 1-n (6024,1301) IS ROIArea 1 (6024,1302) DS ROIMean 1 (6024,1303) DS ROIStandardDeviation 1 (6024,1500) LO OverlayLabel 1 (6024,3000) OB/OW OverlayData 1 (6024,4000) LT OverlayComments 1 (6026,0010) US OverlayRows 1 (6026,0011) US OverlayColumns 1 (6026,0012) US OverlayPlanes 1 (6026,0015) IS NumberOfFramesInOverlay 1 (6026,0022) LO OverlayDescription 1 (6026,0040) CS OverlayType 1 (6026,0045) LO OverlaySubtype 1 (6026,0050) SS OverlayOrigin 2 (6026,0051) US ImageFrameOrigin 1 (6026,0052) US OverlayPlaneOrigin 1 (6026,0060) CS OverlayCompressionCode 1 (6026,0061) SH OverlayCompressionOriginator 1 (6026,0062) SH OverlayCompressionLabel 1 (6026,0063) CS OverlayCompressionDescription 1 (6026,0066) AT OverlayCompressionStepPointers 1-n (6026,0068) US OverlayRepeatInterval 1 (6026,0069) US OverlayBitsGrouped 1 (6026,0100) US OverlayBitsAllocated 1 (6026,0102) US OverlayBitPosition 1 (6026,0110) CS OverlayFormat 1 (6026,0200) US OverlayLocation 1 (6026,0800) CS OverlayCodeLabel 1-n (6026,0802) US OverlayNumberOfTables 1 (6026,0803) AT OverlayCodeTableLocation 1-n (6026,0804) US OverlayBitsForCodeWord 1 (6026,1001) CS OverlayActivationLayer 1 (6026,1100) US OverlayDescriptorGray 1 (6026,1101) US OverlayDescriptorRed 1 (6026,1102) US OverlayDescriptorGreen 1 (6026,1103) US OverlayDescriptorBlue 1 (6026,1200) US OverlaysGray 1-n (6026,1201) US OverlaysRed 1-n (6026,1202) US OverlaysGreen 1-n (6026,1203) US OverlaysBlue 1-n (6026,1301) IS ROIArea 1 (6026,1302) DS ROIMean 1 (6026,1303) DS ROIStandardDeviation 1 (6026,1500) LO OverlayLabel 1 (6026,3000) OB/OW OverlayData 1 (6026,4000) LT OverlayComments 1 (6028,0010) US OverlayRows 1 (6028,0011) US OverlayColumns 1 (6028,0012) US OverlayPlanes 1 (6028,0015) IS NumberOfFramesInOverlay 1 (6028,0022) LO OverlayDescription 1 (6028,0040) CS OverlayType 1 (6028,0045) LO OverlaySubtype 1 (6028,0050) SS OverlayOrigin 2 (6028,0051) US ImageFrameOrigin 1 (6028,0052) US OverlayPlaneOrigin 1 (6028,0060) CS OverlayCompressionCode 1 (6028,0061) SH OverlayCompressionOriginator 1 (6028,0062) SH OverlayCompressionLabel 1 (6028,0063) CS OverlayCompressionDescription 1 (6028,0066) AT OverlayCompressionStepPointers 1-n (6028,0068) US OverlayRepeatInterval 1 (6028,0069) US OverlayBitsGrouped 1 (6028,0100) US OverlayBitsAllocated 1 (6028,0102) US OverlayBitPosition 1 (6028,0110) CS OverlayFormat 1 (6028,0200) US OverlayLocation 1 (6028,0800) CS OverlayCodeLabel 1-n (6028,0802) US OverlayNumberOfTables 1 (6028,0803) AT OverlayCodeTableLocation 1-n (6028,0804) US OverlayBitsForCodeWord 1 (6028,1001) CS OverlayActivationLayer 1 (6028,1100) US OverlayDescriptorGray 1 (6028,1101) US OverlayDescriptorRed 1 (6028,1102) US OverlayDescriptorGreen 1 (6028,1103) US OverlayDescriptorBlue 1 (6028,1200) US OverlaysGray 1-n (6028,1201) US OverlaysRed 1-n (6028,1202) US OverlaysGreen 1-n (6028,1203) US OverlaysBlue 1-n (6028,1301) IS ROIArea 1 (6028,1302) DS ROIMean 1 (6028,1303) DS ROIStandardDeviation 1 (6028,1500) LO OverlayLabel 1 (6028,3000) OB/OW OverlayData 1 (6028,4000) LT OverlayComments 1 (602A,0010) US OverlayRows 1 (602A,0011) US OverlayColumns 1 (602A,0012) US OverlayPlanes 1 (602A,0015) IS NumberOfFramesInOverlay 1 (602A,0022) LO OverlayDescription 1 (602A,0040) CS OverlayType 1 (602A,0045) LO OverlaySubtype 1 (602A,0050) SS OverlayOrigin 2 (602A,0051) US ImageFrameOrigin 1 (602A,0052) US OverlayPlaneOrigin 1 (602A,0060) CS OverlayCompressionCode 1 (602A,0061) SH OverlayCompressionOriginator 1 (602A,0062) SH OverlayCompressionLabel 1 (602A,0063) CS OverlayCompressionDescription 1 (602A,0066) AT OverlayCompressionStepPointers 1-n (602A,0068) US OverlayRepeatInterval 1 (602A,0069) US OverlayBitsGrouped 1 (602A,0100) US OverlayBitsAllocated 1 (602A,0102) US OverlayBitPosition 1 (602A,0110) CS OverlayFormat 1 (602A,0200) US OverlayLocation 1 (602A,0800) CS OverlayCodeLabel 1-n (602A,0802) US OverlayNumberOfTables 1 (602A,0803) AT OverlayCodeTableLocation 1-n (602A,0804) US OverlayBitsForCodeWord 1 (602A,1001) CS OverlayActivationLayer 1 (602A,1100) US OverlayDescriptorGray 1 (602A,1101) US OverlayDescriptorRed 1 (602A,1102) US OverlayDescriptorGreen 1 (602A,1103) US OverlayDescriptorBlue 1 (602A,1200) US OverlaysGray 1-n (602A,1201) US OverlaysRed 1-n (602A,1202) US OverlaysGreen 1-n (602A,1203) US OverlaysBlue 1-n (602A,1301) IS ROIArea 1 (602A,1302) DS ROIMean 1 (602A,1303) DS ROIStandardDeviation 1 (602A,1500) LO OverlayLabel 1 (602A,3000) OB/OW OverlayData 1 (602A,4000) LT OverlayComments 1 (602C,0010) US OverlayRows 1 (602C,0011) US OverlayColumns 1 (602C,0012) US OverlayPlanes 1 (602C,0015) IS NumberOfFramesInOverlay 1 (602C,0022) LO OverlayDescription 1 (602C,0040) CS OverlayType 1 (602C,0045) LO OverlaySubtype 1 (602C,0050) SS OverlayOrigin 2 (602C,0051) US ImageFrameOrigin 1 (602C,0052) US OverlayPlaneOrigin 1 (602C,0060) CS OverlayCompressionCode 1 (602C,0061) SH OverlayCompressionOriginator 1 (602C,0062) SH OverlayCompressionLabel 1 (602C,0063) CS OverlayCompressionDescription 1 (602C,0066) AT OverlayCompressionStepPointers 1-n (602C,0068) US OverlayRepeatInterval 1 (602C,0069) US OverlayBitsGrouped 1 (602C,0100) US OverlayBitsAllocated 1 (602C,0102) US OverlayBitPosition 1 (602C,0110) CS OverlayFormat 1 (602C,0200) US OverlayLocation 1 (602C,0800) CS OverlayCodeLabel 1-n (602C,0802) US OverlayNumberOfTables 1 (602C,0803) AT OverlayCodeTableLocation 1-n (602C,0804) US OverlayBitsForCodeWord 1 (602C,1001) CS OverlayActivationLayer 1 (602C,1100) US OverlayDescriptorGray 1 (602C,1101) US OverlayDescriptorRed 1 (602C,1102) US OverlayDescriptorGreen 1 (602C,1103) US OverlayDescriptorBlue 1 (602C,1200) US OverlaysGray 1-n (602C,1201) US OverlaysRed 1-n (602C,1202) US OverlaysGreen 1-n (602C,1203) US OverlaysBlue 1-n (602C,1301) IS ROIArea 1 (602C,1302) DS ROIMean 1 (602C,1303) DS ROIStandardDeviation 1 (602C,1500) LO OverlayLabel 1 (602C,3000) OB/OW OverlayData 1 (602C,4000) LT OverlayComments 1 (602E,0010) US OverlayRows 1 (602E,0011) US OverlayColumns 1 (602E,0012) US OverlayPlanes 1 (602E,0015) IS NumberOfFramesInOverlay 1 (602E,0022) LO OverlayDescription 1 (602E,0040) CS OverlayType 1 (602E,0045) LO OverlaySubtype 1 (602E,0050) SS OverlayOrigin 2 (602E,0051) US ImageFrameOrigin 1 (602E,0052) US OverlayPlaneOrigin 1 (602E,0060) CS OverlayCompressionCode 1 (602E,0061) SH OverlayCompressionOriginator 1 (602E,0062) SH OverlayCompressionLabel 1 (602E,0063) CS OverlayCompressionDescription 1 (602E,0066) AT OverlayCompressionStepPointers 1-n (602E,0068) US OverlayRepeatInterval 1 (602E,0069) US OverlayBitsGrouped 1 (602E,0100) US OverlayBitsAllocated 1 (602E,0102) US OverlayBitPosition 1 (602E,0110) CS OverlayFormat 1 (602E,0200) US OverlayLocation 1 (602E,0800) CS OverlayCodeLabel 1-n (602E,0802) US OverlayNumberOfTables 1 (602E,0803) AT OverlayCodeTableLocation 1-n (602E,0804) US OverlayBitsForCodeWord 1 (602E,1001) CS OverlayActivationLayer 1 (602E,1100) US OverlayDescriptorGray 1 (602E,1101) US OverlayDescriptorRed 1 (602E,1102) US OverlayDescriptorGreen 1 (602E,1103) US OverlayDescriptorBlue 1 (602E,1200) US OverlaysGray 1-n (602E,1201) US OverlaysRed 1-n (602E,1202) US OverlaysGreen 1-n (602E,1203) US OverlaysBlue 1-n (602E,1301) IS ROIArea 1 (602E,1302) DS ROIMean 1 (602E,1303) DS ROIStandardDeviation 1 (602E,1500) LO OverlayLabel 1 (602E,3000) OB/OW OverlayData 1 (602E,4000) LT OverlayComments 1 (6030,0010) US OverlayRows 1 (6030,0011) US OverlayColumns 1 (6030,0012) US OverlayPlanes 1 (6030,0015) IS NumberOfFramesInOverlay 1 (6030,0022) LO OverlayDescription 1 (6030,0040) CS OverlayType 1 (6030,0045) LO OverlaySubtype 1 (6030,0050) SS OverlayOrigin 2 (6030,0051) US ImageFrameOrigin 1 (6030,0052) US OverlayPlaneOrigin 1 (6030,0060) CS OverlayCompressionCode 1 (6030,0061) SH OverlayCompressionOriginator 1 (6030,0062) SH OverlayCompressionLabel 1 (6030,0063) CS OverlayCompressionDescription 1 (6030,0066) AT OverlayCompressionStepPointers 1-n (6030,0068) US OverlayRepeatInterval 1 (6030,0069) US OverlayBitsGrouped 1 (6030,0100) US OverlayBitsAllocated 1 (6030,0102) US OverlayBitPosition 1 (6030,0110) CS OverlayFormat 1 (6030,0200) US OverlayLocation 1 (6030,0800) CS OverlayCodeLabel 1-n (6030,0802) US OverlayNumberOfTables 1 (6030,0803) AT OverlayCodeTableLocation 1-n (6030,0804) US OverlayBitsForCodeWord 1 (6030,1001) CS OverlayActivationLayer 1 (6030,1100) US OverlayDescriptorGray 1 (6030,1101) US OverlayDescriptorRed 1 (6030,1102) US OverlayDescriptorGreen 1 (6030,1103) US OverlayDescriptorBlue 1 (6030,1200) US OverlaysGray 1-n (6030,1201) US OverlaysRed 1-n (6030,1202) US OverlaysGreen 1-n (6030,1203) US OverlaysBlue 1-n (6030,1301) IS ROIArea 1 (6030,1302) DS ROIMean 1 (6030,1303) DS ROIStandardDeviation 1 (6030,1500) LO OverlayLabel 1 (6030,3000) OB/OW OverlayData 1 (6030,4000) LT OverlayComments 1 (6032,0010) US OverlayRows 1 (6032,0011) US OverlayColumns 1 (6032,0012) US OverlayPlanes 1 (6032,0015) IS NumberOfFramesInOverlay 1 (6032,0022) LO OverlayDescription 1 (6032,0040) CS OverlayType 1 (6032,0045) LO OverlaySubtype 1 (6032,0050) SS OverlayOrigin 2 (6032,0051) US ImageFrameOrigin 1 (6032,0052) US OverlayPlaneOrigin 1 (6032,0060) CS OverlayCompressionCode 1 (6032,0061) SH OverlayCompressionOriginator 1 (6032,0062) SH OverlayCompressionLabel 1 (6032,0063) CS OverlayCompressionDescription 1 (6032,0066) AT OverlayCompressionStepPointers 1-n (6032,0068) US OverlayRepeatInterval 1 (6032,0069) US OverlayBitsGrouped 1 (6032,0100) US OverlayBitsAllocated 1 (6032,0102) US OverlayBitPosition 1 (6032,0110) CS OverlayFormat 1 (6032,0200) US OverlayLocation 1 (6032,0800) CS OverlayCodeLabel 1-n (6032,0802) US OverlayNumberOfTables 1 (6032,0803) AT OverlayCodeTableLocation 1-n (6032,0804) US OverlayBitsForCodeWord 1 (6032,1001) CS OverlayActivationLayer 1 (6032,1100) US OverlayDescriptorGray 1 (6032,1101) US OverlayDescriptorRed 1 (6032,1102) US OverlayDescriptorGreen 1 (6032,1103) US OverlayDescriptorBlue 1 (6032,1200) US OverlaysGray 1-n (6032,1201) US OverlaysRed 1-n (6032,1202) US OverlaysGreen 1-n (6032,1203) US OverlaysBlue 1-n (6032,1301) IS ROIArea 1 (6032,1302) DS ROIMean 1 (6032,1303) DS ROIStandardDeviation 1 (6032,1500) LO OverlayLabel 1 (6032,3000) OB/OW OverlayData 1 (6032,4000) LT OverlayComments 1 (6034,0010) US OverlayRows 1 (6034,0011) US OverlayColumns 1 (6034,0012) US OverlayPlanes 1 (6034,0015) IS NumberOfFramesInOverlay 1 (6034,0022) LO OverlayDescription 1 (6034,0040) CS OverlayType 1 (6034,0045) LO OverlaySubtype 1 (6034,0050) SS OverlayOrigin 2 (6034,0051) US ImageFrameOrigin 1 (6034,0052) US OverlayPlaneOrigin 1 (6034,0060) CS OverlayCompressionCode 1 (6034,0061) SH OverlayCompressionOriginator 1 (6034,0062) SH OverlayCompressionLabel 1 (6034,0063) CS OverlayCompressionDescription 1 (6034,0066) AT OverlayCompressionStepPointers 1-n (6034,0068) US OverlayRepeatInterval 1 (6034,0069) US OverlayBitsGrouped 1 (6034,0100) US OverlayBitsAllocated 1 (6034,0102) US OverlayBitPosition 1 (6034,0110) CS OverlayFormat 1 (6034,0200) US OverlayLocation 1 (6034,0800) CS OverlayCodeLabel 1-n (6034,0802) US OverlayNumberOfTables 1 (6034,0803) AT OverlayCodeTableLocation 1-n (6034,0804) US OverlayBitsForCodeWord 1 (6034,1001) CS OverlayActivationLayer 1 (6034,1100) US OverlayDescriptorGray 1 (6034,1101) US OverlayDescriptorRed 1 (6034,1102) US OverlayDescriptorGreen 1 (6034,1103) US OverlayDescriptorBlue 1 (6034,1200) US OverlaysGray 1-n (6034,1201) US OverlaysRed 1-n (6034,1202) US OverlaysGreen 1-n (6034,1203) US OverlaysBlue 1-n (6034,1301) IS ROIArea 1 (6034,1302) DS ROIMean 1 (6034,1303) DS ROIStandardDeviation 1 (6034,1500) LO OverlayLabel 1 (6034,3000) OB/OW OverlayData 1 (6034,4000) LT OverlayComments 1 (6036,0010) US OverlayRows 1 (6036,0011) US OverlayColumns 1 (6036,0012) US OverlayPlanes 1 (6036,0015) IS NumberOfFramesInOverlay 1 (6036,0022) LO OverlayDescription 1 (6036,0040) CS OverlayType 1 (6036,0045) LO OverlaySubtype 1 (6036,0050) SS OverlayOrigin 2 (6036,0051) US ImageFrameOrigin 1 (6036,0052) US OverlayPlaneOrigin 1 (6036,0060) CS OverlayCompressionCode 1 (6036,0061) SH OverlayCompressionOriginator 1 (6036,0062) SH OverlayCompressionLabel 1 (6036,0063) CS OverlayCompressionDescription 1 (6036,0066) AT OverlayCompressionStepPointers 1-n (6036,0068) US OverlayRepeatInterval 1 (6036,0069) US OverlayBitsGrouped 1 (6036,0100) US OverlayBitsAllocated 1 (6036,0102) US OverlayBitPosition 1 (6036,0110) CS OverlayFormat 1 (6036,0200) US OverlayLocation 1 (6036,0800) CS OverlayCodeLabel 1-n (6036,0802) US OverlayNumberOfTables 1 (6036,0803) AT OverlayCodeTableLocation 1-n (6036,0804) US OverlayBitsForCodeWord 1 (6036,1001) CS OverlayActivationLayer 1 (6036,1100) US OverlayDescriptorGray 1 (6036,1101) US OverlayDescriptorRed 1 (6036,1102) US OverlayDescriptorGreen 1 (6036,1103) US OverlayDescriptorBlue 1 (6036,1200) US OverlaysGray 1-n (6036,1201) US OverlaysRed 1-n (6036,1202) US OverlaysGreen 1-n (6036,1203) US OverlaysBlue 1-n (6036,1301) IS ROIArea 1 (6036,1302) DS ROIMean 1 (6036,1303) DS ROIStandardDeviation 1 (6036,1500) LO OverlayLabel 1 (6036,3000) OB/OW OverlayData 1 (6036,4000) LT OverlayComments 1 (6038,0010) US OverlayRows 1 (6038,0011) US OverlayColumns 1 (6038,0012) US OverlayPlanes 1 (6038,0015) IS NumberOfFramesInOverlay 1 (6038,0022) LO OverlayDescription 1 (6038,0040) CS OverlayType 1 (6038,0045) LO OverlaySubtype 1 (6038,0050) SS OverlayOrigin 2 (6038,0051) US ImageFrameOrigin 1 (6038,0052) US OverlayPlaneOrigin 1 (6038,0060) CS OverlayCompressionCode 1 (6038,0061) SH OverlayCompressionOriginator 1 (6038,0062) SH OverlayCompressionLabel 1 (6038,0063) CS OverlayCompressionDescription 1 (6038,0066) AT OverlayCompressionStepPointers 1-n (6038,0068) US OverlayRepeatInterval 1 (6038,0069) US OverlayBitsGrouped 1 (6038,0100) US OverlayBitsAllocated 1 (6038,0102) US OverlayBitPosition 1 (6038,0110) CS OverlayFormat 1 (6038,0200) US OverlayLocation 1 (6038,0800) CS OverlayCodeLabel 1-n (6038,0802) US OverlayNumberOfTables 1 (6038,0803) AT OverlayCodeTableLocation 1-n (6038,0804) US OverlayBitsForCodeWord 1 (6038,1001) CS OverlayActivationLayer 1 (6038,1100) US OverlayDescriptorGray 1 (6038,1101) US OverlayDescriptorRed 1 (6038,1102) US OverlayDescriptorGreen 1 (6038,1103) US OverlayDescriptorBlue 1 (6038,1200) US OverlaysGray 1-n (6038,1201) US OverlaysRed 1-n (6038,1202) US OverlaysGreen 1-n (6038,1203) US OverlaysBlue 1-n (6038,1301) IS ROIArea 1 (6038,1302) DS ROIMean 1 (6038,1303) DS ROIStandardDeviation 1 (6038,1500) LO OverlayLabel 1 (6038,3000) OB/OW OverlayData 1 (6038,4000) LT OverlayComments 1 (603A,0010) US OverlayRows 1 (603A,0011) US OverlayColumns 1 (603A,0012) US OverlayPlanes 1 (603A,0015) IS NumberOfFramesInOverlay 1 (603A,0022) LO OverlayDescription 1 (603A,0040) CS OverlayType 1 (603A,0045) LO OverlaySubtype 1 (603A,0050) SS OverlayOrigin 2 (603A,0051) US ImageFrameOrigin 1 (603A,0052) US OverlayPlaneOrigin 1 (603A,0060) CS OverlayCompressionCode 1 (603A,0061) SH OverlayCompressionOriginator 1 (603A,0062) SH OverlayCompressionLabel 1 (603A,0063) CS OverlayCompressionDescription 1 (603A,0066) AT OverlayCompressionStepPointers 1-n (603A,0068) US OverlayRepeatInterval 1 (603A,0069) US OverlayBitsGrouped 1 (603A,0100) US OverlayBitsAllocated 1 (603A,0102) US OverlayBitPosition 1 (603A,0110) CS OverlayFormat 1 (603A,0200) US OverlayLocation 1 (603A,0800) CS OverlayCodeLabel 1-n (603A,0802) US OverlayNumberOfTables 1 (603A,0803) AT OverlayCodeTableLocation 1-n (603A,0804) US OverlayBitsForCodeWord 1 (603A,1001) CS OverlayActivationLayer 1 (603A,1100) US OverlayDescriptorGray 1 (603A,1101) US OverlayDescriptorRed 1 (603A,1102) US OverlayDescriptorGreen 1 (603A,1103) US OverlayDescriptorBlue 1 (603A,1200) US OverlaysGray 1-n (603A,1201) US OverlaysRed 1-n (603A,1202) US OverlaysGreen 1-n (603A,1203) US OverlaysBlue 1-n (603A,1301) IS ROIArea 1 (603A,1302) DS ROIMean 1 (603A,1303) DS ROIStandardDeviation 1 (603A,1500) LO OverlayLabel 1 (603A,3000) OB/OW OverlayData 1 (603A,4000) LT OverlayComments 1 (603C,0010) US OverlayRows 1 (603C,0011) US OverlayColumns 1 (603C,0012) US OverlayPlanes 1 (603C,0015) IS NumberOfFramesInOverlay 1 (603C,0022) LO OverlayDescription 1 (603C,0040) CS OverlayType 1 (603C,0045) LO OverlaySubtype 1 (603C,0050) SS OverlayOrigin 2 (603C,0051) US ImageFrameOrigin 1 (603C,0052) US OverlayPlaneOrigin 1 (603C,0060) CS OverlayCompressionCode 1 (603C,0061) SH OverlayCompressionOriginator 1 (603C,0062) SH OverlayCompressionLabel 1 (603C,0063) CS OverlayCompressionDescription 1 (603C,0066) AT OverlayCompressionStepPointers 1-n (603C,0068) US OverlayRepeatInterval 1 (603C,0069) US OverlayBitsGrouped 1 (603C,0100) US OverlayBitsAllocated 1 (603C,0102) US OverlayBitPosition 1 (603C,0110) CS OverlayFormat 1 (603C,0200) US OverlayLocation 1 (603C,0800) CS OverlayCodeLabel 1-n (603C,0802) US OverlayNumberOfTables 1 (603C,0803) AT OverlayCodeTableLocation 1-n (603C,0804) US OverlayBitsForCodeWord 1 (603C,1001) CS OverlayActivationLayer 1 (603C,1100) US OverlayDescriptorGray 1 (603C,1101) US OverlayDescriptorRed 1 (603C,1102) US OverlayDescriptorGreen 1 (603C,1103) US OverlayDescriptorBlue 1 (603C,1200) US OverlaysGray 1-n (603C,1201) US OverlaysRed 1-n (603C,1202) US OverlaysGreen 1-n (603C,1203) US OverlaysBlue 1-n (603C,1301) IS ROIArea 1 (603C,1302) DS ROIMean 1 (603C,1303) DS ROIStandardDeviation 1 (603C,1500) LO OverlayLabel 1 (603C,3000) OB/OW OverlayData 1 (603C,4000) LT OverlayComments 1 (603E,0010) US OverlayRows 1 (603E,0011) US OverlayColumns 1 (603E,0012) US OverlayPlanes 1 (603E,0015) IS NumberOfFramesInOverlay 1 (603E,0022) LO OverlayDescription 1 (603E,0040) CS OverlayType 1 (603E,0045) LO OverlaySubtype 1 (603E,0050) SS OverlayOrigin 2 (603E,0051) US ImageFrameOrigin 1 (603E,0052) US OverlayPlaneOrigin 1 (603E,0060) CS OverlayCompressionCode 1 (603E,0061) SH OverlayCompressionOriginator 1 (603E,0062) SH OverlayCompressionLabel 1 (603E,0063) CS OverlayCompressionDescription 1 (603E,0066) AT OverlayCompressionStepPointers 1-n (603E,0068) US OverlayRepeatInterval 1 (603E,0069) US OverlayBitsGrouped 1 (603E,0100) US OverlayBitsAllocated 1 (603E,0102) US OverlayBitPosition 1 (603E,0110) CS OverlayFormat 1 (603E,0200) US OverlayLocation 1 (603E,0800) CS OverlayCodeLabel 1-n (603E,0802) US OverlayNumberOfTables 1 (603E,0803) AT OverlayCodeTableLocation 1-n (603E,0804) US OverlayBitsForCodeWord 1 (603E,1001) CS OverlayActivationLayer 1 (603E,1100) US OverlayDescriptorGray 1 (603E,1101) US OverlayDescriptorRed 1 (603E,1102) US OverlayDescriptorGreen 1 (603E,1103) US OverlayDescriptorBlue 1 (603E,1200) US OverlaysGray 1-n (603E,1201) US OverlaysRed 1-n (603E,1202) US OverlaysGreen 1-n (603E,1203) US OverlaysBlue 1-n (603E,1301) IS ROIArea 1 (603E,1302) DS ROIMean 1 (603E,1303) DS ROIStandardDeviation 1 (603E,1500) LO OverlayLabel 1 (603E,3000) OB/OW OverlayData 1 (603E,4000) LT OverlayComments 1 (6040,0010) US OverlayRows 1 (6040,0011) US OverlayColumns 1 (6040,0012) US OverlayPlanes 1 (6040,0015) IS NumberOfFramesInOverlay 1 (6040,0022) LO OverlayDescription 1 (6040,0040) CS OverlayType 1 (6040,0045) LO OverlaySubtype 1 (6040,0050) SS OverlayOrigin 2 (6040,0051) US ImageFrameOrigin 1 (6040,0052) US OverlayPlaneOrigin 1 (6040,0060) CS OverlayCompressionCode 1 (6040,0061) SH OverlayCompressionOriginator 1 (6040,0062) SH OverlayCompressionLabel 1 (6040,0063) CS OverlayCompressionDescription 1 (6040,0066) AT OverlayCompressionStepPointers 1-n (6040,0068) US OverlayRepeatInterval 1 (6040,0069) US OverlayBitsGrouped 1 (6040,0100) US OverlayBitsAllocated 1 (6040,0102) US OverlayBitPosition 1 (6040,0110) CS OverlayFormat 1 (6040,0200) US OverlayLocation 1 (6040,0800) CS OverlayCodeLabel 1-n (6040,0802) US OverlayNumberOfTables 1 (6040,0803) AT OverlayCodeTableLocation 1-n (6040,0804) US OverlayBitsForCodeWord 1 (6040,1001) CS OverlayActivationLayer 1 (6040,1100) US OverlayDescriptorGray 1 (6040,1101) US OverlayDescriptorRed 1 (6040,1102) US OverlayDescriptorGreen 1 (6040,1103) US OverlayDescriptorBlue 1 (6040,1200) US OverlaysGray 1-n (6040,1201) US OverlaysRed 1-n (6040,1202) US OverlaysGreen 1-n (6040,1203) US OverlaysBlue 1-n (6040,1301) IS ROIArea 1 (6040,1302) DS ROIMean 1 (6040,1303) DS ROIStandardDeviation 1 (6040,1500) LO OverlayLabel 1 (6040,3000) OB/OW OverlayData 1 (6040,4000) LT OverlayComments 1 (6042,0010) US OverlayRows 1 (6042,0011) US OverlayColumns 1 (6042,0012) US OverlayPlanes 1 (6042,0015) IS NumberOfFramesInOverlay 1 (6042,0022) LO OverlayDescription 1 (6042,0040) CS OverlayType 1 (6042,0045) LO OverlaySubtype 1 (6042,0050) SS OverlayOrigin 2 (6042,0051) US ImageFrameOrigin 1 (6042,0052) US OverlayPlaneOrigin 1 (6042,0060) CS OverlayCompressionCode 1 (6042,0061) SH OverlayCompressionOriginator 1 (6042,0062) SH OverlayCompressionLabel 1 (6042,0063) CS OverlayCompressionDescription 1 (6042,0066) AT OverlayCompressionStepPointers 1-n (6042,0068) US OverlayRepeatInterval 1 (6042,0069) US OverlayBitsGrouped 1 (6042,0100) US OverlayBitsAllocated 1 (6042,0102) US OverlayBitPosition 1 (6042,0110) CS OverlayFormat 1 (6042,0200) US OverlayLocation 1 (6042,0800) CS OverlayCodeLabel 1-n (6042,0802) US OverlayNumberOfTables 1 (6042,0803) AT OverlayCodeTableLocation 1-n (6042,0804) US OverlayBitsForCodeWord 1 (6042,1001) CS OverlayActivationLayer 1 (6042,1100) US OverlayDescriptorGray 1 (6042,1101) US OverlayDescriptorRed 1 (6042,1102) US OverlayDescriptorGreen 1 (6042,1103) US OverlayDescriptorBlue 1 (6042,1200) US OverlaysGray 1-n (6042,1201) US OverlaysRed 1-n (6042,1202) US OverlaysGreen 1-n (6042,1203) US OverlaysBlue 1-n (6042,1301) IS ROIArea 1 (6042,1302) DS ROIMean 1 (6042,1303) DS ROIStandardDeviation 1 (6042,1500) LO OverlayLabel 1 (6042,3000) OB/OW OverlayData 1 (6042,4000) LT OverlayComments 1 (6044,0010) US OverlayRows 1 (6044,0011) US OverlayColumns 1 (6044,0012) US OverlayPlanes 1 (6044,0015) IS NumberOfFramesInOverlay 1 (6044,0022) LO OverlayDescription 1 (6044,0040) CS OverlayType 1 (6044,0045) LO OverlaySubtype 1 (6044,0050) SS OverlayOrigin 2 (6044,0051) US ImageFrameOrigin 1 (6044,0052) US OverlayPlaneOrigin 1 (6044,0060) CS OverlayCompressionCode 1 (6044,0061) SH OverlayCompressionOriginator 1 (6044,0062) SH OverlayCompressionLabel 1 (6044,0063) CS OverlayCompressionDescription 1 (6044,0066) AT OverlayCompressionStepPointers 1-n (6044,0068) US OverlayRepeatInterval 1 (6044,0069) US OverlayBitsGrouped 1 (6044,0100) US OverlayBitsAllocated 1 (6044,0102) US OverlayBitPosition 1 (6044,0110) CS OverlayFormat 1 (6044,0200) US OverlayLocation 1 (6044,0800) CS OverlayCodeLabel 1-n (6044,0802) US OverlayNumberOfTables 1 (6044,0803) AT OverlayCodeTableLocation 1-n (6044,0804) US OverlayBitsForCodeWord 1 (6044,1001) CS OverlayActivationLayer 1 (6044,1100) US OverlayDescriptorGray 1 (6044,1101) US OverlayDescriptorRed 1 (6044,1102) US OverlayDescriptorGreen 1 (6044,1103) US OverlayDescriptorBlue 1 (6044,1200) US OverlaysGray 1-n (6044,1201) US OverlaysRed 1-n (6044,1202) US OverlaysGreen 1-n (6044,1203) US OverlaysBlue 1-n (6044,1301) IS ROIArea 1 (6044,1302) DS ROIMean 1 (6044,1303) DS ROIStandardDeviation 1 (6044,1500) LO OverlayLabel 1 (6044,3000) OB/OW OverlayData 1 (6044,4000) LT OverlayComments 1 (6046,0010) US OverlayRows 1 (6046,0011) US OverlayColumns 1 (6046,0012) US OverlayPlanes 1 (6046,0015) IS NumberOfFramesInOverlay 1 (6046,0022) LO OverlayDescription 1 (6046,0040) CS OverlayType 1 (6046,0045) LO OverlaySubtype 1 (6046,0050) SS OverlayOrigin 2 (6046,0051) US ImageFrameOrigin 1 (6046,0052) US OverlayPlaneOrigin 1 (6046,0060) CS OverlayCompressionCode 1 (6046,0061) SH OverlayCompressionOriginator 1 (6046,0062) SH OverlayCompressionLabel 1 (6046,0063) CS OverlayCompressionDescription 1 (6046,0066) AT OverlayCompressionStepPointers 1-n (6046,0068) US OverlayRepeatInterval 1 (6046,0069) US OverlayBitsGrouped 1 (6046,0100) US OverlayBitsAllocated 1 (6046,0102) US OverlayBitPosition 1 (6046,0110) CS OverlayFormat 1 (6046,0200) US OverlayLocation 1 (6046,0800) CS OverlayCodeLabel 1-n (6046,0802) US OverlayNumberOfTables 1 (6046,0803) AT OverlayCodeTableLocation 1-n (6046,0804) US OverlayBitsForCodeWord 1 (6046,1001) CS OverlayActivationLayer 1 (6046,1100) US OverlayDescriptorGray 1 (6046,1101) US OverlayDescriptorRed 1 (6046,1102) US OverlayDescriptorGreen 1 (6046,1103) US OverlayDescriptorBlue 1 (6046,1200) US OverlaysGray 1-n (6046,1201) US OverlaysRed 1-n (6046,1202) US OverlaysGreen 1-n (6046,1203) US OverlaysBlue 1-n (6046,1301) IS ROIArea 1 (6046,1302) DS ROIMean 1 (6046,1303) DS ROIStandardDeviation 1 (6046,1500) LO OverlayLabel 1 (6046,3000) OB/OW OverlayData 1 (6046,4000) LT OverlayComments 1 (6048,0010) US OverlayRows 1 (6048,0011) US OverlayColumns 1 (6048,0012) US OverlayPlanes 1 (6048,0015) IS NumberOfFramesInOverlay 1 (6048,0022) LO OverlayDescription 1 (6048,0040) CS OverlayType 1 (6048,0045) LO OverlaySubtype 1 (6048,0050) SS OverlayOrigin 2 (6048,0051) US ImageFrameOrigin 1 (6048,0052) US OverlayPlaneOrigin 1 (6048,0060) CS OverlayCompressionCode 1 (6048,0061) SH OverlayCompressionOriginator 1 (6048,0062) SH OverlayCompressionLabel 1 (6048,0063) CS OverlayCompressionDescription 1 (6048,0066) AT OverlayCompressionStepPointers 1-n (6048,0068) US OverlayRepeatInterval 1 (6048,0069) US OverlayBitsGrouped 1 (6048,0100) US OverlayBitsAllocated 1 (6048,0102) US OverlayBitPosition 1 (6048,0110) CS OverlayFormat 1 (6048,0200) US OverlayLocation 1 (6048,0800) CS OverlayCodeLabel 1-n (6048,0802) US OverlayNumberOfTables 1 (6048,0803) AT OverlayCodeTableLocation 1-n (6048,0804) US OverlayBitsForCodeWord 1 (6048,1001) CS OverlayActivationLayer 1 (6048,1100) US OverlayDescriptorGray 1 (6048,1101) US OverlayDescriptorRed 1 (6048,1102) US OverlayDescriptorGreen 1 (6048,1103) US OverlayDescriptorBlue 1 (6048,1200) US OverlaysGray 1-n (6048,1201) US OverlaysRed 1-n (6048,1202) US OverlaysGreen 1-n (6048,1203) US OverlaysBlue 1-n (6048,1301) IS ROIArea 1 (6048,1302) DS ROIMean 1 (6048,1303) DS ROIStandardDeviation 1 (6048,1500) LO OverlayLabel 1 (6048,3000) OB/OW OverlayData 1 (6048,4000) LT OverlayComments 1 (604A,0010) US OverlayRows 1 (604A,0011) US OverlayColumns 1 (604A,0012) US OverlayPlanes 1 (604A,0015) IS NumberOfFramesInOverlay 1 (604A,0022) LO OverlayDescription 1 (604A,0040) CS OverlayType 1 (604A,0045) LO OverlaySubtype 1 (604A,0050) SS OverlayOrigin 2 (604A,0051) US ImageFrameOrigin 1 (604A,0052) US OverlayPlaneOrigin 1 (604A,0060) CS OverlayCompressionCode 1 (604A,0061) SH OverlayCompressionOriginator 1 (604A,0062) SH OverlayCompressionLabel 1 (604A,0063) CS OverlayCompressionDescription 1 (604A,0066) AT OverlayCompressionStepPointers 1-n (604A,0068) US OverlayRepeatInterval 1 (604A,0069) US OverlayBitsGrouped 1 (604A,0100) US OverlayBitsAllocated 1 (604A,0102) US OverlayBitPosition 1 (604A,0110) CS OverlayFormat 1 (604A,0200) US OverlayLocation 1 (604A,0800) CS OverlayCodeLabel 1-n (604A,0802) US OverlayNumberOfTables 1 (604A,0803) AT OverlayCodeTableLocation 1-n (604A,0804) US OverlayBitsForCodeWord 1 (604A,1001) CS OverlayActivationLayer 1 (604A,1100) US OverlayDescriptorGray 1 (604A,1101) US OverlayDescriptorRed 1 (604A,1102) US OverlayDescriptorGreen 1 (604A,1103) US OverlayDescriptorBlue 1 (604A,1200) US OverlaysGray 1-n (604A,1201) US OverlaysRed 1-n (604A,1202) US OverlaysGreen 1-n (604A,1203) US OverlaysBlue 1-n (604A,1301) IS ROIArea 1 (604A,1302) DS ROIMean 1 (604A,1303) DS ROIStandardDeviation 1 (604A,1500) LO OverlayLabel 1 (604A,3000) OB/OW OverlayData 1 (604A,4000) LT OverlayComments 1 (604C,0010) US OverlayRows 1 (604C,0011) US OverlayColumns 1 (604C,0012) US OverlayPlanes 1 (604C,0015) IS NumberOfFramesInOverlay 1 (604C,0022) LO OverlayDescription 1 (604C,0040) CS OverlayType 1 (604C,0045) LO OverlaySubtype 1 (604C,0050) SS OverlayOrigin 2 (604C,0051) US ImageFrameOrigin 1 (604C,0052) US OverlayPlaneOrigin 1 (604C,0060) CS OverlayCompressionCode 1 (604C,0061) SH OverlayCompressionOriginator 1 (604C,0062) SH OverlayCompressionLabel 1 (604C,0063) CS OverlayCompressionDescription 1 (604C,0066) AT OverlayCompressionStepPointers 1-n (604C,0068) US OverlayRepeatInterval 1 (604C,0069) US OverlayBitsGrouped 1 (604C,0100) US OverlayBitsAllocated 1 (604C,0102) US OverlayBitPosition 1 (604C,0110) CS OverlayFormat 1 (604C,0200) US OverlayLocation 1 (604C,0800) CS OverlayCodeLabel 1-n (604C,0802) US OverlayNumberOfTables 1 (604C,0803) AT OverlayCodeTableLocation 1-n (604C,0804) US OverlayBitsForCodeWord 1 (604C,1001) CS OverlayActivationLayer 1 (604C,1100) US OverlayDescriptorGray 1 (604C,1101) US OverlayDescriptorRed 1 (604C,1102) US OverlayDescriptorGreen 1 (604C,1103) US OverlayDescriptorBlue 1 (604C,1200) US OverlaysGray 1-n (604C,1201) US OverlaysRed 1-n (604C,1202) US OverlaysGreen 1-n (604C,1203) US OverlaysBlue 1-n (604C,1301) IS ROIArea 1 (604C,1302) DS ROIMean 1 (604C,1303) DS ROIStandardDeviation 1 (604C,1500) LO OverlayLabel 1 (604C,3000) OB/OW OverlayData 1 (604C,4000) LT OverlayComments 1 (604E,0010) US OverlayRows 1 (604E,0011) US OverlayColumns 1 (604E,0012) US OverlayPlanes 1 (604E,0015) IS NumberOfFramesInOverlay 1 (604E,0022) LO OverlayDescription 1 (604E,0040) CS OverlayType 1 (604E,0045) LO OverlaySubtype 1 (604E,0050) SS OverlayOrigin 2 (604E,0051) US ImageFrameOrigin 1 (604E,0052) US OverlayPlaneOrigin 1 (604E,0060) CS OverlayCompressionCode 1 (604E,0061) SH OverlayCompressionOriginator 1 (604E,0062) SH OverlayCompressionLabel 1 (604E,0063) CS OverlayCompressionDescription 1 (604E,0066) AT OverlayCompressionStepPointers 1-n (604E,0068) US OverlayRepeatInterval 1 (604E,0069) US OverlayBitsGrouped 1 (604E,0100) US OverlayBitsAllocated 1 (604E,0102) US OverlayBitPosition 1 (604E,0110) CS OverlayFormat 1 (604E,0200) US OverlayLocation 1 (604E,0800) CS OverlayCodeLabel 1-n (604E,0802) US OverlayNumberOfTables 1 (604E,0803) AT OverlayCodeTableLocation 1-n (604E,0804) US OverlayBitsForCodeWord 1 (604E,1001) CS OverlayActivationLayer 1 (604E,1100) US OverlayDescriptorGray 1 (604E,1101) US OverlayDescriptorRed 1 (604E,1102) US OverlayDescriptorGreen 1 (604E,1103) US OverlayDescriptorBlue 1 (604E,1200) US OverlaysGray 1-n (604E,1201) US OverlaysRed 1-n (604E,1202) US OverlaysGreen 1-n (604E,1203) US OverlaysBlue 1-n (604E,1301) IS ROIArea 1 (604E,1302) DS ROIMean 1 (604E,1303) DS ROIStandardDeviation 1 (604E,1500) LO OverlayLabel 1 (604E,3000) OB/OW OverlayData 1 (604E,4000) LT OverlayComments 1 (6050,0010) US OverlayRows 1 (6050,0011) US OverlayColumns 1 (6050,0012) US OverlayPlanes 1 (6050,0015) IS NumberOfFramesInOverlay 1 (6050,0022) LO OverlayDescription 1 (6050,0040) CS OverlayType 1 (6050,0045) LO OverlaySubtype 1 (6050,0050) SS OverlayOrigin 2 (6050,0051) US ImageFrameOrigin 1 (6050,0052) US OverlayPlaneOrigin 1 (6050,0060) CS OverlayCompressionCode 1 (6050,0061) SH OverlayCompressionOriginator 1 (6050,0062) SH OverlayCompressionLabel 1 (6050,0063) CS OverlayCompressionDescription 1 (6050,0066) AT OverlayCompressionStepPointers 1-n (6050,0068) US OverlayRepeatInterval 1 (6050,0069) US OverlayBitsGrouped 1 (6050,0100) US OverlayBitsAllocated 1 (6050,0102) US OverlayBitPosition 1 (6050,0110) CS OverlayFormat 1 (6050,0200) US OverlayLocation 1 (6050,0800) CS OverlayCodeLabel 1-n (6050,0802) US OverlayNumberOfTables 1 (6050,0803) AT OverlayCodeTableLocation 1-n (6050,0804) US OverlayBitsForCodeWord 1 (6050,1001) CS OverlayActivationLayer 1 (6050,1100) US OverlayDescriptorGray 1 (6050,1101) US OverlayDescriptorRed 1 (6050,1102) US OverlayDescriptorGreen 1 (6050,1103) US OverlayDescriptorBlue 1 (6050,1200) US OverlaysGray 1-n (6050,1201) US OverlaysRed 1-n (6050,1202) US OverlaysGreen 1-n (6050,1203) US OverlaysBlue 1-n (6050,1301) IS ROIArea 1 (6050,1302) DS ROIMean 1 (6050,1303) DS ROIStandardDeviation 1 (6050,1500) LO OverlayLabel 1 (6050,3000) OB/OW OverlayData 1 (6050,4000) LT OverlayComments 1 (6052,0010) US OverlayRows 1 (6052,0011) US OverlayColumns 1 (6052,0012) US OverlayPlanes 1 (6052,0015) IS NumberOfFramesInOverlay 1 (6052,0022) LO OverlayDescription 1 (6052,0040) CS OverlayType 1 (6052,0045) LO OverlaySubtype 1 (6052,0050) SS OverlayOrigin 2 (6052,0051) US ImageFrameOrigin 1 (6052,0052) US OverlayPlaneOrigin 1 (6052,0060) CS OverlayCompressionCode 1 (6052,0061) SH OverlayCompressionOriginator 1 (6052,0062) SH OverlayCompressionLabel 1 (6052,0063) CS OverlayCompressionDescription 1 (6052,0066) AT OverlayCompressionStepPointers 1-n (6052,0068) US OverlayRepeatInterval 1 (6052,0069) US OverlayBitsGrouped 1 (6052,0100) US OverlayBitsAllocated 1 (6052,0102) US OverlayBitPosition 1 (6052,0110) CS OverlayFormat 1 (6052,0200) US OverlayLocation 1 (6052,0800) CS OverlayCodeLabel 1-n (6052,0802) US OverlayNumberOfTables 1 (6052,0803) AT OverlayCodeTableLocation 1-n (6052,0804) US OverlayBitsForCodeWord 1 (6052,1001) CS OverlayActivationLayer 1 (6052,1100) US OverlayDescriptorGray 1 (6052,1101) US OverlayDescriptorRed 1 (6052,1102) US OverlayDescriptorGreen 1 (6052,1103) US OverlayDescriptorBlue 1 (6052,1200) US OverlaysGray 1-n (6052,1201) US OverlaysRed 1-n (6052,1202) US OverlaysGreen 1-n (6052,1203) US OverlaysBlue 1-n (6052,1301) IS ROIArea 1 (6052,1302) DS ROIMean 1 (6052,1303) DS ROIStandardDeviation 1 (6052,1500) LO OverlayLabel 1 (6052,3000) OB/OW OverlayData 1 (6052,4000) LT OverlayComments 1 (6054,0010) US OverlayRows 1 (6054,0011) US OverlayColumns 1 (6054,0012) US OverlayPlanes 1 (6054,0015) IS NumberOfFramesInOverlay 1 (6054,0022) LO OverlayDescription 1 (6054,0040) CS OverlayType 1 (6054,0045) LO OverlaySubtype 1 (6054,0050) SS OverlayOrigin 2 (6054,0051) US ImageFrameOrigin 1 (6054,0052) US OverlayPlaneOrigin 1 (6054,0060) CS OverlayCompressionCode 1 (6054,0061) SH OverlayCompressionOriginator 1 (6054,0062) SH OverlayCompressionLabel 1 (6054,0063) CS OverlayCompressionDescription 1 (6054,0066) AT OverlayCompressionStepPointers 1-n (6054,0068) US OverlayRepeatInterval 1 (6054,0069) US OverlayBitsGrouped 1 (6054,0100) US OverlayBitsAllocated 1 (6054,0102) US OverlayBitPosition 1 (6054,0110) CS OverlayFormat 1 (6054,0200) US OverlayLocation 1 (6054,0800) CS OverlayCodeLabel 1-n (6054,0802) US OverlayNumberOfTables 1 (6054,0803) AT OverlayCodeTableLocation 1-n (6054,0804) US OverlayBitsForCodeWord 1 (6054,1001) CS OverlayActivationLayer 1 (6054,1100) US OverlayDescriptorGray 1 (6054,1101) US OverlayDescriptorRed 1 (6054,1102) US OverlayDescriptorGreen 1 (6054,1103) US OverlayDescriptorBlue 1 (6054,1200) US OverlaysGray 1-n (6054,1201) US OverlaysRed 1-n (6054,1202) US OverlaysGreen 1-n (6054,1203) US OverlaysBlue 1-n (6054,1301) IS ROIArea 1 (6054,1302) DS ROIMean 1 (6054,1303) DS ROIStandardDeviation 1 (6054,1500) LO OverlayLabel 1 (6054,3000) OB/OW OverlayData 1 (6054,4000) LT OverlayComments 1 (6056,0010) US OverlayRows 1 (6056,0011) US OverlayColumns 1 (6056,0012) US OverlayPlanes 1 (6056,0015) IS NumberOfFramesInOverlay 1 (6056,0022) LO OverlayDescription 1 (6056,0040) CS OverlayType 1 (6056,0045) LO OverlaySubtype 1 (6056,0050) SS OverlayOrigin 2 (6056,0051) US ImageFrameOrigin 1 (6056,0052) US OverlayPlaneOrigin 1 (6056,0060) CS OverlayCompressionCode 1 (6056,0061) SH OverlayCompressionOriginator 1 (6056,0062) SH OverlayCompressionLabel 1 (6056,0063) CS OverlayCompressionDescription 1 (6056,0066) AT OverlayCompressionStepPointers 1-n (6056,0068) US OverlayRepeatInterval 1 (6056,0069) US OverlayBitsGrouped 1 (6056,0100) US OverlayBitsAllocated 1 (6056,0102) US OverlayBitPosition 1 (6056,0110) CS OverlayFormat 1 (6056,0200) US OverlayLocation 1 (6056,0800) CS OverlayCodeLabel 1-n (6056,0802) US OverlayNumberOfTables 1 (6056,0803) AT OverlayCodeTableLocation 1-n (6056,0804) US OverlayBitsForCodeWord 1 (6056,1001) CS OverlayActivationLayer 1 (6056,1100) US OverlayDescriptorGray 1 (6056,1101) US OverlayDescriptorRed 1 (6056,1102) US OverlayDescriptorGreen 1 (6056,1103) US OverlayDescriptorBlue 1 (6056,1200) US OverlaysGray 1-n (6056,1201) US OverlaysRed 1-n (6056,1202) US OverlaysGreen 1-n (6056,1203) US OverlaysBlue 1-n (6056,1301) IS ROIArea 1 (6056,1302) DS ROIMean 1 (6056,1303) DS ROIStandardDeviation 1 (6056,1500) LO OverlayLabel 1 (6056,3000) OB/OW OverlayData 1 (6056,4000) LT OverlayComments 1 (6058,0010) US OverlayRows 1 (6058,0011) US OverlayColumns 1 (6058,0012) US OverlayPlanes 1 (6058,0015) IS NumberOfFramesInOverlay 1 (6058,0022) LO OverlayDescription 1 (6058,0040) CS OverlayType 1 (6058,0045) LO OverlaySubtype 1 (6058,0050) SS OverlayOrigin 2 (6058,0051) US ImageFrameOrigin 1 (6058,0052) US OverlayPlaneOrigin 1 (6058,0060) CS OverlayCompressionCode 1 (6058,0061) SH OverlayCompressionOriginator 1 (6058,0062) SH OverlayCompressionLabel 1 (6058,0063) CS OverlayCompressionDescription 1 (6058,0066) AT OverlayCompressionStepPointers 1-n (6058,0068) US OverlayRepeatInterval 1 (6058,0069) US OverlayBitsGrouped 1 (6058,0100) US OverlayBitsAllocated 1 (6058,0102) US OverlayBitPosition 1 (6058,0110) CS OverlayFormat 1 (6058,0200) US OverlayLocation 1 (6058,0800) CS OverlayCodeLabel 1-n (6058,0802) US OverlayNumberOfTables 1 (6058,0803) AT OverlayCodeTableLocation 1-n (6058,0804) US OverlayBitsForCodeWord 1 (6058,1001) CS OverlayActivationLayer 1 (6058,1100) US OverlayDescriptorGray 1 (6058,1101) US OverlayDescriptorRed 1 (6058,1102) US OverlayDescriptorGreen 1 (6058,1103) US OverlayDescriptorBlue 1 (6058,1200) US OverlaysGray 1-n (6058,1201) US OverlaysRed 1-n (6058,1202) US OverlaysGreen 1-n (6058,1203) US OverlaysBlue 1-n (6058,1301) IS ROIArea 1 (6058,1302) DS ROIMean 1 (6058,1303) DS ROIStandardDeviation 1 (6058,1500) LO OverlayLabel 1 (6058,3000) OB/OW OverlayData 1 (6058,4000) LT OverlayComments 1 (605A,0010) US OverlayRows 1 (605A,0011) US OverlayColumns 1 (605A,0012) US OverlayPlanes 1 (605A,0015) IS NumberOfFramesInOverlay 1 (605A,0022) LO OverlayDescription 1 (605A,0040) CS OverlayType 1 (605A,0045) LO OverlaySubtype 1 (605A,0050) SS OverlayOrigin 2 (605A,0051) US ImageFrameOrigin 1 (605A,0052) US OverlayPlaneOrigin 1 (605A,0060) CS OverlayCompressionCode 1 (605A,0061) SH OverlayCompressionOriginator 1 (605A,0062) SH OverlayCompressionLabel 1 (605A,0063) CS OverlayCompressionDescription 1 (605A,0066) AT OverlayCompressionStepPointers 1-n (605A,0068) US OverlayRepeatInterval 1 (605A,0069) US OverlayBitsGrouped 1 (605A,0100) US OverlayBitsAllocated 1 (605A,0102) US OverlayBitPosition 1 (605A,0110) CS OverlayFormat 1 (605A,0200) US OverlayLocation 1 (605A,0800) CS OverlayCodeLabel 1-n (605A,0802) US OverlayNumberOfTables 1 (605A,0803) AT OverlayCodeTableLocation 1-n (605A,0804) US OverlayBitsForCodeWord 1 (605A,1001) CS OverlayActivationLayer 1 (605A,1100) US OverlayDescriptorGray 1 (605A,1101) US OverlayDescriptorRed 1 (605A,1102) US OverlayDescriptorGreen 1 (605A,1103) US OverlayDescriptorBlue 1 (605A,1200) US OverlaysGray 1-n (605A,1201) US OverlaysRed 1-n (605A,1202) US OverlaysGreen 1-n (605A,1203) US OverlaysBlue 1-n (605A,1301) IS ROIArea 1 (605A,1302) DS ROIMean 1 (605A,1303) DS ROIStandardDeviation 1 (605A,1500) LO OverlayLabel 1 (605A,3000) OB/OW OverlayData 1 (605A,4000) LT OverlayComments 1 (605C,0010) US OverlayRows 1 (605C,0011) US OverlayColumns 1 (605C,0012) US OverlayPlanes 1 (605C,0015) IS NumberOfFramesInOverlay 1 (605C,0022) LO OverlayDescription 1 (605C,0040) CS OverlayType 1 (605C,0045) LO OverlaySubtype 1 (605C,0050) SS OverlayOrigin 2 (605C,0051) US ImageFrameOrigin 1 (605C,0052) US OverlayPlaneOrigin 1 (605C,0060) CS OverlayCompressionCode 1 (605C,0061) SH OverlayCompressionOriginator 1 (605C,0062) SH OverlayCompressionLabel 1 (605C,0063) CS OverlayCompressionDescription 1 (605C,0066) AT OverlayCompressionStepPointers 1-n (605C,0068) US OverlayRepeatInterval 1 (605C,0069) US OverlayBitsGrouped 1 (605C,0100) US OverlayBitsAllocated 1 (605C,0102) US OverlayBitPosition 1 (605C,0110) CS OverlayFormat 1 (605C,0200) US OverlayLocation 1 (605C,0800) CS OverlayCodeLabel 1-n (605C,0802) US OverlayNumberOfTables 1 (605C,0803) AT OverlayCodeTableLocation 1-n (605C,0804) US OverlayBitsForCodeWord 1 (605C,1001) CS OverlayActivationLayer 1 (605C,1100) US OverlayDescriptorGray 1 (605C,1101) US OverlayDescriptorRed 1 (605C,1102) US OverlayDescriptorGreen 1 (605C,1103) US OverlayDescriptorBlue 1 (605C,1200) US OverlaysGray 1-n (605C,1201) US OverlaysRed 1-n (605C,1202) US OverlaysGreen 1-n (605C,1203) US OverlaysBlue 1-n (605C,1301) IS ROIArea 1 (605C,1302) DS ROIMean 1 (605C,1303) DS ROIStandardDeviation 1 (605C,1500) LO OverlayLabel 1 (605C,3000) OB/OW OverlayData 1 (605C,4000) LT OverlayComments 1 (605E,0010) US OverlayRows 1 (605E,0011) US OverlayColumns 1 (605E,0012) US OverlayPlanes 1 (605E,0015) IS NumberOfFramesInOverlay 1 (605E,0022) LO OverlayDescription 1 (605E,0040) CS OverlayType 1 (605E,0045) LO OverlaySubtype 1 (605E,0050) SS OverlayOrigin 2 (605E,0051) US ImageFrameOrigin 1 (605E,0052) US OverlayPlaneOrigin 1 (605E,0060) CS OverlayCompressionCode 1 (605E,0061) SH OverlayCompressionOriginator 1 (605E,0062) SH OverlayCompressionLabel 1 (605E,0063) CS OverlayCompressionDescription 1 (605E,0066) AT OverlayCompressionStepPointers 1-n (605E,0068) US OverlayRepeatInterval 1 (605E,0069) US OverlayBitsGrouped 1 (605E,0100) US OverlayBitsAllocated 1 (605E,0102) US OverlayBitPosition 1 (605E,0110) CS OverlayFormat 1 (605E,0200) US OverlayLocation 1 (605E,0800) CS OverlayCodeLabel 1-n (605E,0802) US OverlayNumberOfTables 1 (605E,0803) AT OverlayCodeTableLocation 1-n (605E,0804) US OverlayBitsForCodeWord 1 (605E,1001) CS OverlayActivationLayer 1 (605E,1100) US OverlayDescriptorGray 1 (605E,1101) US OverlayDescriptorRed 1 (605E,1102) US OverlayDescriptorGreen 1 (605E,1103) US OverlayDescriptorBlue 1 (605E,1200) US OverlaysGray 1-n (605E,1201) US OverlaysRed 1-n (605E,1202) US OverlaysGreen 1-n (605E,1203) US OverlaysBlue 1-n (605E,1301) IS ROIArea 1 (605E,1302) DS ROIMean 1 (605E,1303) DS ROIStandardDeviation 1 (605E,1500) LO OverlayLabel 1 (605E,3000) OB/OW OverlayData 1 (605E,4000) LT OverlayComments 1 (6060,0010) US OverlayRows 1 (6060,0011) US OverlayColumns 1 (6060,0012) US OverlayPlanes 1 (6060,0015) IS NumberOfFramesInOverlay 1 (6060,0022) LO OverlayDescription 1 (6060,0040) CS OverlayType 1 (6060,0045) LO OverlaySubtype 1 (6060,0050) SS OverlayOrigin 2 (6060,0051) US ImageFrameOrigin 1 (6060,0052) US OverlayPlaneOrigin 1 (6060,0060) CS OverlayCompressionCode 1 (6060,0061) SH OverlayCompressionOriginator 1 (6060,0062) SH OverlayCompressionLabel 1 (6060,0063) CS OverlayCompressionDescription 1 (6060,0066) AT OverlayCompressionStepPointers 1-n (6060,0068) US OverlayRepeatInterval 1 (6060,0069) US OverlayBitsGrouped 1 (6060,0100) US OverlayBitsAllocated 1 (6060,0102) US OverlayBitPosition 1 (6060,0110) CS OverlayFormat 1 (6060,0200) US OverlayLocation 1 (6060,0800) CS OverlayCodeLabel 1-n (6060,0802) US OverlayNumberOfTables 1 (6060,0803) AT OverlayCodeTableLocation 1-n (6060,0804) US OverlayBitsForCodeWord 1 (6060,1001) CS OverlayActivationLayer 1 (6060,1100) US OverlayDescriptorGray 1 (6060,1101) US OverlayDescriptorRed 1 (6060,1102) US OverlayDescriptorGreen 1 (6060,1103) US OverlayDescriptorBlue 1 (6060,1200) US OverlaysGray 1-n (6060,1201) US OverlaysRed 1-n (6060,1202) US OverlaysGreen 1-n (6060,1203) US OverlaysBlue 1-n (6060,1301) IS ROIArea 1 (6060,1302) DS ROIMean 1 (6060,1303) DS ROIStandardDeviation 1 (6060,1500) LO OverlayLabel 1 (6060,3000) OB/OW OverlayData 1 (6060,4000) LT OverlayComments 1 (6062,0010) US OverlayRows 1 (6062,0011) US OverlayColumns 1 (6062,0012) US OverlayPlanes 1 (6062,0015) IS NumberOfFramesInOverlay 1 (6062,0022) LO OverlayDescription 1 (6062,0040) CS OverlayType 1 (6062,0045) LO OverlaySubtype 1 (6062,0050) SS OverlayOrigin 2 (6062,0051) US ImageFrameOrigin 1 (6062,0052) US OverlayPlaneOrigin 1 (6062,0060) CS OverlayCompressionCode 1 (6062,0061) SH OverlayCompressionOriginator 1 (6062,0062) SH OverlayCompressionLabel 1 (6062,0063) CS OverlayCompressionDescription 1 (6062,0066) AT OverlayCompressionStepPointers 1-n (6062,0068) US OverlayRepeatInterval 1 (6062,0069) US OverlayBitsGrouped 1 (6062,0100) US OverlayBitsAllocated 1 (6062,0102) US OverlayBitPosition 1 (6062,0110) CS OverlayFormat 1 (6062,0200) US OverlayLocation 1 (6062,0800) CS OverlayCodeLabel 1-n (6062,0802) US OverlayNumberOfTables 1 (6062,0803) AT OverlayCodeTableLocation 1-n (6062,0804) US OverlayBitsForCodeWord 1 (6062,1001) CS OverlayActivationLayer 1 (6062,1100) US OverlayDescriptorGray 1 (6062,1101) US OverlayDescriptorRed 1 (6062,1102) US OverlayDescriptorGreen 1 (6062,1103) US OverlayDescriptorBlue 1 (6062,1200) US OverlaysGray 1-n (6062,1201) US OverlaysRed 1-n (6062,1202) US OverlaysGreen 1-n (6062,1203) US OverlaysBlue 1-n (6062,1301) IS ROIArea 1 (6062,1302) DS ROIMean 1 (6062,1303) DS ROIStandardDeviation 1 (6062,1500) LO OverlayLabel 1 (6062,3000) OB/OW OverlayData 1 (6062,4000) LT OverlayComments 1 (6064,0010) US OverlayRows 1 (6064,0011) US OverlayColumns 1 (6064,0012) US OverlayPlanes 1 (6064,0015) IS NumberOfFramesInOverlay 1 (6064,0022) LO OverlayDescription 1 (6064,0040) CS OverlayType 1 (6064,0045) LO OverlaySubtype 1 (6064,0050) SS OverlayOrigin 2 (6064,0051) US ImageFrameOrigin 1 (6064,0052) US OverlayPlaneOrigin 1 (6064,0060) CS OverlayCompressionCode 1 (6064,0061) SH OverlayCompressionOriginator 1 (6064,0062) SH OverlayCompressionLabel 1 (6064,0063) CS OverlayCompressionDescription 1 (6064,0066) AT OverlayCompressionStepPointers 1-n (6064,0068) US OverlayRepeatInterval 1 (6064,0069) US OverlayBitsGrouped 1 (6064,0100) US OverlayBitsAllocated 1 (6064,0102) US OverlayBitPosition 1 (6064,0110) CS OverlayFormat 1 (6064,0200) US OverlayLocation 1 (6064,0800) CS OverlayCodeLabel 1-n (6064,0802) US OverlayNumberOfTables 1 (6064,0803) AT OverlayCodeTableLocation 1-n (6064,0804) US OverlayBitsForCodeWord 1 (6064,1001) CS OverlayActivationLayer 1 (6064,1100) US OverlayDescriptorGray 1 (6064,1101) US OverlayDescriptorRed 1 (6064,1102) US OverlayDescriptorGreen 1 (6064,1103) US OverlayDescriptorBlue 1 (6064,1200) US OverlaysGray 1-n (6064,1201) US OverlaysRed 1-n (6064,1202) US OverlaysGreen 1-n (6064,1203) US OverlaysBlue 1-n (6064,1301) IS ROIArea 1 (6064,1302) DS ROIMean 1 (6064,1303) DS ROIStandardDeviation 1 (6064,1500) LO OverlayLabel 1 (6064,3000) OB/OW OverlayData 1 (6064,4000) LT OverlayComments 1 (6066,0010) US OverlayRows 1 (6066,0011) US OverlayColumns 1 (6066,0012) US OverlayPlanes 1 (6066,0015) IS NumberOfFramesInOverlay 1 (6066,0022) LO OverlayDescription 1 (6066,0040) CS OverlayType 1 (6066,0045) LO OverlaySubtype 1 (6066,0050) SS OverlayOrigin 2 (6066,0051) US ImageFrameOrigin 1 (6066,0052) US OverlayPlaneOrigin 1 (6066,0060) CS OverlayCompressionCode 1 (6066,0061) SH OverlayCompressionOriginator 1 (6066,0062) SH OverlayCompressionLabel 1 (6066,0063) CS OverlayCompressionDescription 1 (6066,0066) AT OverlayCompressionStepPointers 1-n (6066,0068) US OverlayRepeatInterval 1 (6066,0069) US OverlayBitsGrouped 1 (6066,0100) US OverlayBitsAllocated 1 (6066,0102) US OverlayBitPosition 1 (6066,0110) CS OverlayFormat 1 (6066,0200) US OverlayLocation 1 (6066,0800) CS OverlayCodeLabel 1-n (6066,0802) US OverlayNumberOfTables 1 (6066,0803) AT OverlayCodeTableLocation 1-n (6066,0804) US OverlayBitsForCodeWord 1 (6066,1001) CS OverlayActivationLayer 1 (6066,1100) US OverlayDescriptorGray 1 (6066,1101) US OverlayDescriptorRed 1 (6066,1102) US OverlayDescriptorGreen 1 (6066,1103) US OverlayDescriptorBlue 1 (6066,1200) US OverlaysGray 1-n (6066,1201) US OverlaysRed 1-n (6066,1202) US OverlaysGreen 1-n (6066,1203) US OverlaysBlue 1-n (6066,1301) IS ROIArea 1 (6066,1302) DS ROIMean 1 (6066,1303) DS ROIStandardDeviation 1 (6066,1500) LO OverlayLabel 1 (6066,3000) OB/OW OverlayData 1 (6066,4000) LT OverlayComments 1 (6068,0010) US OverlayRows 1 (6068,0011) US OverlayColumns 1 (6068,0012) US OverlayPlanes 1 (6068,0015) IS NumberOfFramesInOverlay 1 (6068,0022) LO OverlayDescription 1 (6068,0040) CS OverlayType 1 (6068,0045) LO OverlaySubtype 1 (6068,0050) SS OverlayOrigin 2 (6068,0051) US ImageFrameOrigin 1 (6068,0052) US OverlayPlaneOrigin 1 (6068,0060) CS OverlayCompressionCode 1 (6068,0061) SH OverlayCompressionOriginator 1 (6068,0062) SH OverlayCompressionLabel 1 (6068,0063) CS OverlayCompressionDescription 1 (6068,0066) AT OverlayCompressionStepPointers 1-n (6068,0068) US OverlayRepeatInterval 1 (6068,0069) US OverlayBitsGrouped 1 (6068,0100) US OverlayBitsAllocated 1 (6068,0102) US OverlayBitPosition 1 (6068,0110) CS OverlayFormat 1 (6068,0200) US OverlayLocation 1 (6068,0800) CS OverlayCodeLabel 1-n (6068,0802) US OverlayNumberOfTables 1 (6068,0803) AT OverlayCodeTableLocation 1-n (6068,0804) US OverlayBitsForCodeWord 1 (6068,1001) CS OverlayActivationLayer 1 (6068,1100) US OverlayDescriptorGray 1 (6068,1101) US OverlayDescriptorRed 1 (6068,1102) US OverlayDescriptorGreen 1 (6068,1103) US OverlayDescriptorBlue 1 (6068,1200) US OverlaysGray 1-n (6068,1201) US OverlaysRed 1-n (6068,1202) US OverlaysGreen 1-n (6068,1203) US OverlaysBlue 1-n (6068,1301) IS ROIArea 1 (6068,1302) DS ROIMean 1 (6068,1303) DS ROIStandardDeviation 1 (6068,1500) LO OverlayLabel 1 (6068,3000) OB/OW OverlayData 1 (6068,4000) LT OverlayComments 1 (606A,0010) US OverlayRows 1 (606A,0011) US OverlayColumns 1 (606A,0012) US OverlayPlanes 1 (606A,0015) IS NumberOfFramesInOverlay 1 (606A,0022) LO OverlayDescription 1 (606A,0040) CS OverlayType 1 (606A,0045) LO OverlaySubtype 1 (606A,0050) SS OverlayOrigin 2 (606A,0051) US ImageFrameOrigin 1 (606A,0052) US OverlayPlaneOrigin 1 (606A,0060) CS OverlayCompressionCode 1 (606A,0061) SH OverlayCompressionOriginator 1 (606A,0062) SH OverlayCompressionLabel 1 (606A,0063) CS OverlayCompressionDescription 1 (606A,0066) AT OverlayCompressionStepPointers 1-n (606A,0068) US OverlayRepeatInterval 1 (606A,0069) US OverlayBitsGrouped 1 (606A,0100) US OverlayBitsAllocated 1 (606A,0102) US OverlayBitPosition 1 (606A,0110) CS OverlayFormat 1 (606A,0200) US OverlayLocation 1 (606A,0800) CS OverlayCodeLabel 1-n (606A,0802) US OverlayNumberOfTables 1 (606A,0803) AT OverlayCodeTableLocation 1-n (606A,0804) US OverlayBitsForCodeWord 1 (606A,1001) CS OverlayActivationLayer 1 (606A,1100) US OverlayDescriptorGray 1 (606A,1101) US OverlayDescriptorRed 1 (606A,1102) US OverlayDescriptorGreen 1 (606A,1103) US OverlayDescriptorBlue 1 (606A,1200) US OverlaysGray 1-n (606A,1201) US OverlaysRed 1-n (606A,1202) US OverlaysGreen 1-n (606A,1203) US OverlaysBlue 1-n (606A,1301) IS ROIArea 1 (606A,1302) DS ROIMean 1 (606A,1303) DS ROIStandardDeviation 1 (606A,1500) LO OverlayLabel 1 (606A,3000) OB/OW OverlayData 1 (606A,4000) LT OverlayComments 1 (606C,0010) US OverlayRows 1 (606C,0011) US OverlayColumns 1 (606C,0012) US OverlayPlanes 1 (606C,0015) IS NumberOfFramesInOverlay 1 (606C,0022) LO OverlayDescription 1 (606C,0040) CS OverlayType 1 (606C,0045) LO OverlaySubtype 1 (606C,0050) SS OverlayOrigin 2 (606C,0051) US ImageFrameOrigin 1 (606C,0052) US OverlayPlaneOrigin 1 (606C,0060) CS OverlayCompressionCode 1 (606C,0061) SH OverlayCompressionOriginator 1 (606C,0062) SH OverlayCompressionLabel 1 (606C,0063) CS OverlayCompressionDescription 1 (606C,0066) AT OverlayCompressionStepPointers 1-n (606C,0068) US OverlayRepeatInterval 1 (606C,0069) US OverlayBitsGrouped 1 (606C,0100) US OverlayBitsAllocated 1 (606C,0102) US OverlayBitPosition 1 (606C,0110) CS OverlayFormat 1 (606C,0200) US OverlayLocation 1 (606C,0800) CS OverlayCodeLabel 1-n (606C,0802) US OverlayNumberOfTables 1 (606C,0803) AT OverlayCodeTableLocation 1-n (606C,0804) US OverlayBitsForCodeWord 1 (606C,1001) CS OverlayActivationLayer 1 (606C,1100) US OverlayDescriptorGray 1 (606C,1101) US OverlayDescriptorRed 1 (606C,1102) US OverlayDescriptorGreen 1 (606C,1103) US OverlayDescriptorBlue 1 (606C,1200) US OverlaysGray 1-n (606C,1201) US OverlaysRed 1-n (606C,1202) US OverlaysGreen 1-n (606C,1203) US OverlaysBlue 1-n (606C,1301) IS ROIArea 1 (606C,1302) DS ROIMean 1 (606C,1303) DS ROIStandardDeviation 1 (606C,1500) LO OverlayLabel 1 (606C,3000) OB/OW OverlayData 1 (606C,4000) LT OverlayComments 1 (606E,0010) US OverlayRows 1 (606E,0011) US OverlayColumns 1 (606E,0012) US OverlayPlanes 1 (606E,0015) IS NumberOfFramesInOverlay 1 (606E,0022) LO OverlayDescription 1 (606E,0040) CS OverlayType 1 (606E,0045) LO OverlaySubtype 1 (606E,0050) SS OverlayOrigin 2 (606E,0051) US ImageFrameOrigin 1 (606E,0052) US OverlayPlaneOrigin 1 (606E,0060) CS OverlayCompressionCode 1 (606E,0061) SH OverlayCompressionOriginator 1 (606E,0062) SH OverlayCompressionLabel 1 (606E,0063) CS OverlayCompressionDescription 1 (606E,0066) AT OverlayCompressionStepPointers 1-n (606E,0068) US OverlayRepeatInterval 1 (606E,0069) US OverlayBitsGrouped 1 (606E,0100) US OverlayBitsAllocated 1 (606E,0102) US OverlayBitPosition 1 (606E,0110) CS OverlayFormat 1 (606E,0200) US OverlayLocation 1 (606E,0800) CS OverlayCodeLabel 1-n (606E,0802) US OverlayNumberOfTables 1 (606E,0803) AT OverlayCodeTableLocation 1-n (606E,0804) US OverlayBitsForCodeWord 1 (606E,1001) CS OverlayActivationLayer 1 (606E,1100) US OverlayDescriptorGray 1 (606E,1101) US OverlayDescriptorRed 1 (606E,1102) US OverlayDescriptorGreen 1 (606E,1103) US OverlayDescriptorBlue 1 (606E,1200) US OverlaysGray 1-n (606E,1201) US OverlaysRed 1-n (606E,1202) US OverlaysGreen 1-n (606E,1203) US OverlaysBlue 1-n (606E,1301) IS ROIArea 1 (606E,1302) DS ROIMean 1 (606E,1303) DS ROIStandardDeviation 1 (606E,1500) LO OverlayLabel 1 (606E,3000) OB/OW OverlayData 1 (606E,4000) LT OverlayComments 1 (6070,0010) US OverlayRows 1 (6070,0011) US OverlayColumns 1 (6070,0012) US OverlayPlanes 1 (6070,0015) IS NumberOfFramesInOverlay 1 (6070,0022) LO OverlayDescription 1 (6070,0040) CS OverlayType 1 (6070,0045) LO OverlaySubtype 1 (6070,0050) SS OverlayOrigin 2 (6070,0051) US ImageFrameOrigin 1 (6070,0052) US OverlayPlaneOrigin 1 (6070,0060) CS OverlayCompressionCode 1 (6070,0061) SH OverlayCompressionOriginator 1 (6070,0062) SH OverlayCompressionLabel 1 (6070,0063) CS OverlayCompressionDescription 1 (6070,0066) AT OverlayCompressionStepPointers 1-n (6070,0068) US OverlayRepeatInterval 1 (6070,0069) US OverlayBitsGrouped 1 (6070,0100) US OverlayBitsAllocated 1 (6070,0102) US OverlayBitPosition 1 (6070,0110) CS OverlayFormat 1 (6070,0200) US OverlayLocation 1 (6070,0800) CS OverlayCodeLabel 1-n (6070,0802) US OverlayNumberOfTables 1 (6070,0803) AT OverlayCodeTableLocation 1-n (6070,0804) US OverlayBitsForCodeWord 1 (6070,1001) CS OverlayActivationLayer 1 (6070,1100) US OverlayDescriptorGray 1 (6070,1101) US OverlayDescriptorRed 1 (6070,1102) US OverlayDescriptorGreen 1 (6070,1103) US OverlayDescriptorBlue 1 (6070,1200) US OverlaysGray 1-n (6070,1201) US OverlaysRed 1-n (6070,1202) US OverlaysGreen 1-n (6070,1203) US OverlaysBlue 1-n (6070,1301) IS ROIArea 1 (6070,1302) DS ROIMean 1 (6070,1303) DS ROIStandardDeviation 1 (6070,1500) LO OverlayLabel 1 (6070,3000) OB/OW OverlayData 1 (6070,4000) LT OverlayComments 1 (6072,0010) US OverlayRows 1 (6072,0011) US OverlayColumns 1 (6072,0012) US OverlayPlanes 1 (6072,0015) IS NumberOfFramesInOverlay 1 (6072,0022) LO OverlayDescription 1 (6072,0040) CS OverlayType 1 (6072,0045) LO OverlaySubtype 1 (6072,0050) SS OverlayOrigin 2 (6072,0051) US ImageFrameOrigin 1 (6072,0052) US OverlayPlaneOrigin 1 (6072,0060) CS OverlayCompressionCode 1 (6072,0061) SH OverlayCompressionOriginator 1 (6072,0062) SH OverlayCompressionLabel 1 (6072,0063) CS OverlayCompressionDescription 1 (6072,0066) AT OverlayCompressionStepPointers 1-n (6072,0068) US OverlayRepeatInterval 1 (6072,0069) US OverlayBitsGrouped 1 (6072,0100) US OverlayBitsAllocated 1 (6072,0102) US OverlayBitPosition 1 (6072,0110) CS OverlayFormat 1 (6072,0200) US OverlayLocation 1 (6072,0800) CS OverlayCodeLabel 1-n (6072,0802) US OverlayNumberOfTables 1 (6072,0803) AT OverlayCodeTableLocation 1-n (6072,0804) US OverlayBitsForCodeWord 1 (6072,1001) CS OverlayActivationLayer 1 (6072,1100) US OverlayDescriptorGray 1 (6072,1101) US OverlayDescriptorRed 1 (6072,1102) US OverlayDescriptorGreen 1 (6072,1103) US OverlayDescriptorBlue 1 (6072,1200) US OverlaysGray 1-n (6072,1201) US OverlaysRed 1-n (6072,1202) US OverlaysGreen 1-n (6072,1203) US OverlaysBlue 1-n (6072,1301) IS ROIArea 1 (6072,1302) DS ROIMean 1 (6072,1303) DS ROIStandardDeviation 1 (6072,1500) LO OverlayLabel 1 (6072,3000) OB/OW OverlayData 1 (6072,4000) LT OverlayComments 1 (6074,0010) US OverlayRows 1 (6074,0011) US OverlayColumns 1 (6074,0012) US OverlayPlanes 1 (6074,0015) IS NumberOfFramesInOverlay 1 (6074,0022) LO OverlayDescription 1 (6074,0040) CS OverlayType 1 (6074,0045) LO OverlaySubtype 1 (6074,0050) SS OverlayOrigin 2 (6074,0051) US ImageFrameOrigin 1 (6074,0052) US OverlayPlaneOrigin 1 (6074,0060) CS OverlayCompressionCode 1 (6074,0061) SH OverlayCompressionOriginator 1 (6074,0062) SH OverlayCompressionLabel 1 (6074,0063) CS OverlayCompressionDescription 1 (6074,0066) AT OverlayCompressionStepPointers 1-n (6074,0068) US OverlayRepeatInterval 1 (6074,0069) US OverlayBitsGrouped 1 (6074,0100) US OverlayBitsAllocated 1 (6074,0102) US OverlayBitPosition 1 (6074,0110) CS OverlayFormat 1 (6074,0200) US OverlayLocation 1 (6074,0800) CS OverlayCodeLabel 1-n (6074,0802) US OverlayNumberOfTables 1 (6074,0803) AT OverlayCodeTableLocation 1-n (6074,0804) US OverlayBitsForCodeWord 1 (6074,1001) CS OverlayActivationLayer 1 (6074,1100) US OverlayDescriptorGray 1 (6074,1101) US OverlayDescriptorRed 1 (6074,1102) US OverlayDescriptorGreen 1 (6074,1103) US OverlayDescriptorBlue 1 (6074,1200) US OverlaysGray 1-n (6074,1201) US OverlaysRed 1-n (6074,1202) US OverlaysGreen 1-n (6074,1203) US OverlaysBlue 1-n (6074,1301) IS ROIArea 1 (6074,1302) DS ROIMean 1 (6074,1303) DS ROIStandardDeviation 1 (6074,1500) LO OverlayLabel 1 (6074,3000) OB/OW OverlayData 1 (6074,4000) LT OverlayComments 1 (6076,0010) US OverlayRows 1 (6076,0011) US OverlayColumns 1 (6076,0012) US OverlayPlanes 1 (6076,0015) IS NumberOfFramesInOverlay 1 (6076,0022) LO OverlayDescription 1 (6076,0040) CS OverlayType 1 (6076,0045) LO OverlaySubtype 1 (6076,0050) SS OverlayOrigin 2 (6076,0051) US ImageFrameOrigin 1 (6076,0052) US OverlayPlaneOrigin 1 (6076,0060) CS OverlayCompressionCode 1 (6076,0061) SH OverlayCompressionOriginator 1 (6076,0062) SH OverlayCompressionLabel 1 (6076,0063) CS OverlayCompressionDescription 1 (6076,0066) AT OverlayCompressionStepPointers 1-n (6076,0068) US OverlayRepeatInterval 1 (6076,0069) US OverlayBitsGrouped 1 (6076,0100) US OverlayBitsAllocated 1 (6076,0102) US OverlayBitPosition 1 (6076,0110) CS OverlayFormat 1 (6076,0200) US OverlayLocation 1 (6076,0800) CS OverlayCodeLabel 1-n (6076,0802) US OverlayNumberOfTables 1 (6076,0803) AT OverlayCodeTableLocation 1-n (6076,0804) US OverlayBitsForCodeWord 1 (6076,1001) CS OverlayActivationLayer 1 (6076,1100) US OverlayDescriptorGray 1 (6076,1101) US OverlayDescriptorRed 1 (6076,1102) US OverlayDescriptorGreen 1 (6076,1103) US OverlayDescriptorBlue 1 (6076,1200) US OverlaysGray 1-n (6076,1201) US OverlaysRed 1-n (6076,1202) US OverlaysGreen 1-n (6076,1203) US OverlaysBlue 1-n (6076,1301) IS ROIArea 1 (6076,1302) DS ROIMean 1 (6076,1303) DS ROIStandardDeviation 1 (6076,1500) LO OverlayLabel 1 (6076,3000) OB/OW OverlayData 1 (6076,4000) LT OverlayComments 1 (6078,0010) US OverlayRows 1 (6078,0011) US OverlayColumns 1 (6078,0012) US OverlayPlanes 1 (6078,0015) IS NumberOfFramesInOverlay 1 (6078,0022) LO OverlayDescription 1 (6078,0040) CS OverlayType 1 (6078,0045) LO OverlaySubtype 1 (6078,0050) SS OverlayOrigin 2 (6078,0051) US ImageFrameOrigin 1 (6078,0052) US OverlayPlaneOrigin 1 (6078,0060) CS OverlayCompressionCode 1 (6078,0061) SH OverlayCompressionOriginator 1 (6078,0062) SH OverlayCompressionLabel 1 (6078,0063) CS OverlayCompressionDescription 1 (6078,0066) AT OverlayCompressionStepPointers 1-n (6078,0068) US OverlayRepeatInterval 1 (6078,0069) US OverlayBitsGrouped 1 (6078,0100) US OverlayBitsAllocated 1 (6078,0102) US OverlayBitPosition 1 (6078,0110) CS OverlayFormat 1 (6078,0200) US OverlayLocation 1 (6078,0800) CS OverlayCodeLabel 1-n (6078,0802) US OverlayNumberOfTables 1 (6078,0803) AT OverlayCodeTableLocation 1-n (6078,0804) US OverlayBitsForCodeWord 1 (6078,1001) CS OverlayActivationLayer 1 (6078,1100) US OverlayDescriptorGray 1 (6078,1101) US OverlayDescriptorRed 1 (6078,1102) US OverlayDescriptorGreen 1 (6078,1103) US OverlayDescriptorBlue 1 (6078,1200) US OverlaysGray 1-n (6078,1201) US OverlaysRed 1-n (6078,1202) US OverlaysGreen 1-n (6078,1203) US OverlaysBlue 1-n (6078,1301) IS ROIArea 1 (6078,1302) DS ROIMean 1 (6078,1303) DS ROIStandardDeviation 1 (6078,1500) LO OverlayLabel 1 (6078,3000) OB/OW OverlayData 1 (6078,4000) LT OverlayComments 1 (607A,0010) US OverlayRows 1 (607A,0011) US OverlayColumns 1 (607A,0012) US OverlayPlanes 1 (607A,0015) IS NumberOfFramesInOverlay 1 (607A,0022) LO OverlayDescription 1 (607A,0040) CS OverlayType 1 (607A,0045) LO OverlaySubtype 1 (607A,0050) SS OverlayOrigin 2 (607A,0051) US ImageFrameOrigin 1 (607A,0052) US OverlayPlaneOrigin 1 (607A,0060) CS OverlayCompressionCode 1 (607A,0061) SH OverlayCompressionOriginator 1 (607A,0062) SH OverlayCompressionLabel 1 (607A,0063) CS OverlayCompressionDescription 1 (607A,0066) AT OverlayCompressionStepPointers 1-n (607A,0068) US OverlayRepeatInterval 1 (607A,0069) US OverlayBitsGrouped 1 (607A,0100) US OverlayBitsAllocated 1 (607A,0102) US OverlayBitPosition 1 (607A,0110) CS OverlayFormat 1 (607A,0200) US OverlayLocation 1 (607A,0800) CS OverlayCodeLabel 1-n (607A,0802) US OverlayNumberOfTables 1 (607A,0803) AT OverlayCodeTableLocation 1-n (607A,0804) US OverlayBitsForCodeWord 1 (607A,1001) CS OverlayActivationLayer 1 (607A,1100) US OverlayDescriptorGray 1 (607A,1101) US OverlayDescriptorRed 1 (607A,1102) US OverlayDescriptorGreen 1 (607A,1103) US OverlayDescriptorBlue 1 (607A,1200) US OverlaysGray 1-n (607A,1201) US OverlaysRed 1-n (607A,1202) US OverlaysGreen 1-n (607A,1203) US OverlaysBlue 1-n (607A,1301) IS ROIArea 1 (607A,1302) DS ROIMean 1 (607A,1303) DS ROIStandardDeviation 1 (607A,1500) LO OverlayLabel 1 (607A,3000) OB/OW OverlayData 1 (607A,4000) LT OverlayComments 1 (607C,0010) US OverlayRows 1 (607C,0011) US OverlayColumns 1 (607C,0012) US OverlayPlanes 1 (607C,0015) IS NumberOfFramesInOverlay 1 (607C,0022) LO OverlayDescription 1 (607C,0040) CS OverlayType 1 (607C,0045) LO OverlaySubtype 1 (607C,0050) SS OverlayOrigin 2 (607C,0051) US ImageFrameOrigin 1 (607C,0052) US OverlayPlaneOrigin 1 (607C,0060) CS OverlayCompressionCode 1 (607C,0061) SH OverlayCompressionOriginator 1 (607C,0062) SH OverlayCompressionLabel 1 (607C,0063) CS OverlayCompressionDescription 1 (607C,0066) AT OverlayCompressionStepPointers 1-n (607C,0068) US OverlayRepeatInterval 1 (607C,0069) US OverlayBitsGrouped 1 (607C,0100) US OverlayBitsAllocated 1 (607C,0102) US OverlayBitPosition 1 (607C,0110) CS OverlayFormat 1 (607C,0200) US OverlayLocation 1 (607C,0800) CS OverlayCodeLabel 1-n (607C,0802) US OverlayNumberOfTables 1 (607C,0803) AT OverlayCodeTableLocation 1-n (607C,0804) US OverlayBitsForCodeWord 1 (607C,1001) CS OverlayActivationLayer 1 (607C,1100) US OverlayDescriptorGray 1 (607C,1101) US OverlayDescriptorRed 1 (607C,1102) US OverlayDescriptorGreen 1 (607C,1103) US OverlayDescriptorBlue 1 (607C,1200) US OverlaysGray 1-n (607C,1201) US OverlaysRed 1-n (607C,1202) US OverlaysGreen 1-n (607C,1203) US OverlaysBlue 1-n (607C,1301) IS ROIArea 1 (607C,1302) DS ROIMean 1 (607C,1303) DS ROIStandardDeviation 1 (607C,1500) LO OverlayLabel 1 (607C,3000) OB/OW OverlayData 1 (607C,4000) LT OverlayComments 1 (607E,0010) US OverlayRows 1 (607E,0011) US OverlayColumns 1 (607E,0012) US OverlayPlanes 1 (607E,0015) IS NumberOfFramesInOverlay 1 (607E,0022) LO OverlayDescription 1 (607E,0040) CS OverlayType 1 (607E,0045) LO OverlaySubtype 1 (607E,0050) SS OverlayOrigin 2 (607E,0051) US ImageFrameOrigin 1 (607E,0052) US OverlayPlaneOrigin 1 (607E,0060) CS OverlayCompressionCode 1 (607E,0061) SH OverlayCompressionOriginator 1 (607E,0062) SH OverlayCompressionLabel 1 (607E,0063) CS OverlayCompressionDescription 1 (607E,0066) AT OverlayCompressionStepPointers 1-n (607E,0068) US OverlayRepeatInterval 1 (607E,0069) US OverlayBitsGrouped 1 (607E,0100) US OverlayBitsAllocated 1 (607E,0102) US OverlayBitPosition 1 (607E,0110) CS OverlayFormat 1 (607E,0200) US OverlayLocation 1 (607E,0800) CS OverlayCodeLabel 1-n (607E,0802) US OverlayNumberOfTables 1 (607E,0803) AT OverlayCodeTableLocation 1-n (607E,0804) US OverlayBitsForCodeWord 1 (607E,1001) CS OverlayActivationLayer 1 (607E,1100) US OverlayDescriptorGray 1 (607E,1101) US OverlayDescriptorRed 1 (607E,1102) US OverlayDescriptorGreen 1 (607E,1103) US OverlayDescriptorBlue 1 (607E,1200) US OverlaysGray 1-n (607E,1201) US OverlaysRed 1-n (607E,1202) US OverlaysGreen 1-n (607E,1203) US OverlaysBlue 1-n (607E,1301) IS ROIArea 1 (607E,1302) DS ROIMean 1 (607E,1303) DS ROIStandardDeviation 1 (607E,1500) LO OverlayLabel 1 (607E,3000) OB/OW OverlayData 1 (607E,4000) LT OverlayComments 1 (6080,0010) US OverlayRows 1 (6080,0011) US OverlayColumns 1 (6080,0012) US OverlayPlanes 1 (6080,0015) IS NumberOfFramesInOverlay 1 (6080,0022) LO OverlayDescription 1 (6080,0040) CS OverlayType 1 (6080,0045) LO OverlaySubtype 1 (6080,0050) SS OverlayOrigin 2 (6080,0051) US ImageFrameOrigin 1 (6080,0052) US OverlayPlaneOrigin 1 (6080,0060) CS OverlayCompressionCode 1 (6080,0061) SH OverlayCompressionOriginator 1 (6080,0062) SH OverlayCompressionLabel 1 (6080,0063) CS OverlayCompressionDescription 1 (6080,0066) AT OverlayCompressionStepPointers 1-n (6080,0068) US OverlayRepeatInterval 1 (6080,0069) US OverlayBitsGrouped 1 (6080,0100) US OverlayBitsAllocated 1 (6080,0102) US OverlayBitPosition 1 (6080,0110) CS OverlayFormat 1 (6080,0200) US OverlayLocation 1 (6080,0800) CS OverlayCodeLabel 1-n (6080,0802) US OverlayNumberOfTables 1 (6080,0803) AT OverlayCodeTableLocation 1-n (6080,0804) US OverlayBitsForCodeWord 1 (6080,1001) CS OverlayActivationLayer 1 (6080,1100) US OverlayDescriptorGray 1 (6080,1101) US OverlayDescriptorRed 1 (6080,1102) US OverlayDescriptorGreen 1 (6080,1103) US OverlayDescriptorBlue 1 (6080,1200) US OverlaysGray 1-n (6080,1201) US OverlaysRed 1-n (6080,1202) US OverlaysGreen 1-n (6080,1203) US OverlaysBlue 1-n (6080,1301) IS ROIArea 1 (6080,1302) DS ROIMean 1 (6080,1303) DS ROIStandardDeviation 1 (6080,1500) LO OverlayLabel 1 (6080,3000) OB/OW OverlayData 1 (6080,4000) LT OverlayComments 1 (6082,0010) US OverlayRows 1 (6082,0011) US OverlayColumns 1 (6082,0012) US OverlayPlanes 1 (6082,0015) IS NumberOfFramesInOverlay 1 (6082,0022) LO OverlayDescription 1 (6082,0040) CS OverlayType 1 (6082,0045) LO OverlaySubtype 1 (6082,0050) SS OverlayOrigin 2 (6082,0051) US ImageFrameOrigin 1 (6082,0052) US OverlayPlaneOrigin 1 (6082,0060) CS OverlayCompressionCode 1 (6082,0061) SH OverlayCompressionOriginator 1 (6082,0062) SH OverlayCompressionLabel 1 (6082,0063) CS OverlayCompressionDescription 1 (6082,0066) AT OverlayCompressionStepPointers 1-n (6082,0068) US OverlayRepeatInterval 1 (6082,0069) US OverlayBitsGrouped 1 (6082,0100) US OverlayBitsAllocated 1 (6082,0102) US OverlayBitPosition 1 (6082,0110) CS OverlayFormat 1 (6082,0200) US OverlayLocation 1 (6082,0800) CS OverlayCodeLabel 1-n (6082,0802) US OverlayNumberOfTables 1 (6082,0803) AT OverlayCodeTableLocation 1-n (6082,0804) US OverlayBitsForCodeWord 1 (6082,1001) CS OverlayActivationLayer 1 (6082,1100) US OverlayDescriptorGray 1 (6082,1101) US OverlayDescriptorRed 1 (6082,1102) US OverlayDescriptorGreen 1 (6082,1103) US OverlayDescriptorBlue 1 (6082,1200) US OverlaysGray 1-n (6082,1201) US OverlaysRed 1-n (6082,1202) US OverlaysGreen 1-n (6082,1203) US OverlaysBlue 1-n (6082,1301) IS ROIArea 1 (6082,1302) DS ROIMean 1 (6082,1303) DS ROIStandardDeviation 1 (6082,1500) LO OverlayLabel 1 (6082,3000) OB/OW OverlayData 1 (6082,4000) LT OverlayComments 1 (6084,0010) US OverlayRows 1 (6084,0011) US OverlayColumns 1 (6084,0012) US OverlayPlanes 1 (6084,0015) IS NumberOfFramesInOverlay 1 (6084,0022) LO OverlayDescription 1 (6084,0040) CS OverlayType 1 (6084,0045) LO OverlaySubtype 1 (6084,0050) SS OverlayOrigin 2 (6084,0051) US ImageFrameOrigin 1 (6084,0052) US OverlayPlaneOrigin 1 (6084,0060) CS OverlayCompressionCode 1 (6084,0061) SH OverlayCompressionOriginator 1 (6084,0062) SH OverlayCompressionLabel 1 (6084,0063) CS OverlayCompressionDescription 1 (6084,0066) AT OverlayCompressionStepPointers 1-n (6084,0068) US OverlayRepeatInterval 1 (6084,0069) US OverlayBitsGrouped 1 (6084,0100) US OverlayBitsAllocated 1 (6084,0102) US OverlayBitPosition 1 (6084,0110) CS OverlayFormat 1 (6084,0200) US OverlayLocation 1 (6084,0800) CS OverlayCodeLabel 1-n (6084,0802) US OverlayNumberOfTables 1 (6084,0803) AT OverlayCodeTableLocation 1-n (6084,0804) US OverlayBitsForCodeWord 1 (6084,1001) CS OverlayActivationLayer 1 (6084,1100) US OverlayDescriptorGray 1 (6084,1101) US OverlayDescriptorRed 1 (6084,1102) US OverlayDescriptorGreen 1 (6084,1103) US OverlayDescriptorBlue 1 (6084,1200) US OverlaysGray 1-n (6084,1201) US OverlaysRed 1-n (6084,1202) US OverlaysGreen 1-n (6084,1203) US OverlaysBlue 1-n (6084,1301) IS ROIArea 1 (6084,1302) DS ROIMean 1 (6084,1303) DS ROIStandardDeviation 1 (6084,1500) LO OverlayLabel 1 (6084,3000) OB/OW OverlayData 1 (6084,4000) LT OverlayComments 1 (6086,0010) US OverlayRows 1 (6086,0011) US OverlayColumns 1 (6086,0012) US OverlayPlanes 1 (6086,0015) IS NumberOfFramesInOverlay 1 (6086,0022) LO OverlayDescription 1 (6086,0040) CS OverlayType 1 (6086,0045) LO OverlaySubtype 1 (6086,0050) SS OverlayOrigin 2 (6086,0051) US ImageFrameOrigin 1 (6086,0052) US OverlayPlaneOrigin 1 (6086,0060) CS OverlayCompressionCode 1 (6086,0061) SH OverlayCompressionOriginator 1 (6086,0062) SH OverlayCompressionLabel 1 (6086,0063) CS OverlayCompressionDescription 1 (6086,0066) AT OverlayCompressionStepPointers 1-n (6086,0068) US OverlayRepeatInterval 1 (6086,0069) US OverlayBitsGrouped 1 (6086,0100) US OverlayBitsAllocated 1 (6086,0102) US OverlayBitPosition 1 (6086,0110) CS OverlayFormat 1 (6086,0200) US OverlayLocation 1 (6086,0800) CS OverlayCodeLabel 1-n (6086,0802) US OverlayNumberOfTables 1 (6086,0803) AT OverlayCodeTableLocation 1-n (6086,0804) US OverlayBitsForCodeWord 1 (6086,1001) CS OverlayActivationLayer 1 (6086,1100) US OverlayDescriptorGray 1 (6086,1101) US OverlayDescriptorRed 1 (6086,1102) US OverlayDescriptorGreen 1 (6086,1103) US OverlayDescriptorBlue 1 (6086,1200) US OverlaysGray 1-n (6086,1201) US OverlaysRed 1-n (6086,1202) US OverlaysGreen 1-n (6086,1203) US OverlaysBlue 1-n (6086,1301) IS ROIArea 1 (6086,1302) DS ROIMean 1 (6086,1303) DS ROIStandardDeviation 1 (6086,1500) LO OverlayLabel 1 (6086,3000) OB/OW OverlayData 1 (6086,4000) LT OverlayComments 1 (6088,0010) US OverlayRows 1 (6088,0011) US OverlayColumns 1 (6088,0012) US OverlayPlanes 1 (6088,0015) IS NumberOfFramesInOverlay 1 (6088,0022) LO OverlayDescription 1 (6088,0040) CS OverlayType 1 (6088,0045) LO OverlaySubtype 1 (6088,0050) SS OverlayOrigin 2 (6088,0051) US ImageFrameOrigin 1 (6088,0052) US OverlayPlaneOrigin 1 (6088,0060) CS OverlayCompressionCode 1 (6088,0061) SH OverlayCompressionOriginator 1 (6088,0062) SH OverlayCompressionLabel 1 (6088,0063) CS OverlayCompressionDescription 1 (6088,0066) AT OverlayCompressionStepPointers 1-n (6088,0068) US OverlayRepeatInterval 1 (6088,0069) US OverlayBitsGrouped 1 (6088,0100) US OverlayBitsAllocated 1 (6088,0102) US OverlayBitPosition 1 (6088,0110) CS OverlayFormat 1 (6088,0200) US OverlayLocation 1 (6088,0800) CS OverlayCodeLabel 1-n (6088,0802) US OverlayNumberOfTables 1 (6088,0803) AT OverlayCodeTableLocation 1-n (6088,0804) US OverlayBitsForCodeWord 1 (6088,1001) CS OverlayActivationLayer 1 (6088,1100) US OverlayDescriptorGray 1 (6088,1101) US OverlayDescriptorRed 1 (6088,1102) US OverlayDescriptorGreen 1 (6088,1103) US OverlayDescriptorBlue 1 (6088,1200) US OverlaysGray 1-n (6088,1201) US OverlaysRed 1-n (6088,1202) US OverlaysGreen 1-n (6088,1203) US OverlaysBlue 1-n (6088,1301) IS ROIArea 1 (6088,1302) DS ROIMean 1 (6088,1303) DS ROIStandardDeviation 1 (6088,1500) LO OverlayLabel 1 (6088,3000) OB/OW OverlayData 1 (6088,4000) LT OverlayComments 1 (608A,0010) US OverlayRows 1 (608A,0011) US OverlayColumns 1 (608A,0012) US OverlayPlanes 1 (608A,0015) IS NumberOfFramesInOverlay 1 (608A,0022) LO OverlayDescription 1 (608A,0040) CS OverlayType 1 (608A,0045) LO OverlaySubtype 1 (608A,0050) SS OverlayOrigin 2 (608A,0051) US ImageFrameOrigin 1 (608A,0052) US OverlayPlaneOrigin 1 (608A,0060) CS OverlayCompressionCode 1 (608A,0061) SH OverlayCompressionOriginator 1 (608A,0062) SH OverlayCompressionLabel 1 (608A,0063) CS OverlayCompressionDescription 1 (608A,0066) AT OverlayCompressionStepPointers 1-n (608A,0068) US OverlayRepeatInterval 1 (608A,0069) US OverlayBitsGrouped 1 (608A,0100) US OverlayBitsAllocated 1 (608A,0102) US OverlayBitPosition 1 (608A,0110) CS OverlayFormat 1 (608A,0200) US OverlayLocation 1 (608A,0800) CS OverlayCodeLabel 1-n (608A,0802) US OverlayNumberOfTables 1 (608A,0803) AT OverlayCodeTableLocation 1-n (608A,0804) US OverlayBitsForCodeWord 1 (608A,1001) CS OverlayActivationLayer 1 (608A,1100) US OverlayDescriptorGray 1 (608A,1101) US OverlayDescriptorRed 1 (608A,1102) US OverlayDescriptorGreen 1 (608A,1103) US OverlayDescriptorBlue 1 (608A,1200) US OverlaysGray 1-n (608A,1201) US OverlaysRed 1-n (608A,1202) US OverlaysGreen 1-n (608A,1203) US OverlaysBlue 1-n (608A,1301) IS ROIArea 1 (608A,1302) DS ROIMean 1 (608A,1303) DS ROIStandardDeviation 1 (608A,1500) LO OverlayLabel 1 (608A,3000) OB/OW OverlayData 1 (608A,4000) LT OverlayComments 1 (608C,0010) US OverlayRows 1 (608C,0011) US OverlayColumns 1 (608C,0012) US OverlayPlanes 1 (608C,0015) IS NumberOfFramesInOverlay 1 (608C,0022) LO OverlayDescription 1 (608C,0040) CS OverlayType 1 (608C,0045) LO OverlaySubtype 1 (608C,0050) SS OverlayOrigin 2 (608C,0051) US ImageFrameOrigin 1 (608C,0052) US OverlayPlaneOrigin 1 (608C,0060) CS OverlayCompressionCode 1 (608C,0061) SH OverlayCompressionOriginator 1 (608C,0062) SH OverlayCompressionLabel 1 (608C,0063) CS OverlayCompressionDescription 1 (608C,0066) AT OverlayCompressionStepPointers 1-n (608C,0068) US OverlayRepeatInterval 1 (608C,0069) US OverlayBitsGrouped 1 (608C,0100) US OverlayBitsAllocated 1 (608C,0102) US OverlayBitPosition 1 (608C,0110) CS OverlayFormat 1 (608C,0200) US OverlayLocation 1 (608C,0800) CS OverlayCodeLabel 1-n (608C,0802) US OverlayNumberOfTables 1 (608C,0803) AT OverlayCodeTableLocation 1-n (608C,0804) US OverlayBitsForCodeWord 1 (608C,1001) CS OverlayActivationLayer 1 (608C,1100) US OverlayDescriptorGray 1 (608C,1101) US OverlayDescriptorRed 1 (608C,1102) US OverlayDescriptorGreen 1 (608C,1103) US OverlayDescriptorBlue 1 (608C,1200) US OverlaysGray 1-n (608C,1201) US OverlaysRed 1-n (608C,1202) US OverlaysGreen 1-n (608C,1203) US OverlaysBlue 1-n (608C,1301) IS ROIArea 1 (608C,1302) DS ROIMean 1 (608C,1303) DS ROIStandardDeviation 1 (608C,1500) LO OverlayLabel 1 (608C,3000) OB/OW OverlayData 1 (608C,4000) LT OverlayComments 1 (608E,0010) US OverlayRows 1 (608E,0011) US OverlayColumns 1 (608E,0012) US OverlayPlanes 1 (608E,0015) IS NumberOfFramesInOverlay 1 (608E,0022) LO OverlayDescription 1 (608E,0040) CS OverlayType 1 (608E,0045) LO OverlaySubtype 1 (608E,0050) SS OverlayOrigin 2 (608E,0051) US ImageFrameOrigin 1 (608E,0052) US OverlayPlaneOrigin 1 (608E,0060) CS OverlayCompressionCode 1 (608E,0061) SH OverlayCompressionOriginator 1 (608E,0062) SH OverlayCompressionLabel 1 (608E,0063) CS OverlayCompressionDescription 1 (608E,0066) AT OverlayCompressionStepPointers 1-n (608E,0068) US OverlayRepeatInterval 1 (608E,0069) US OverlayBitsGrouped 1 (608E,0100) US OverlayBitsAllocated 1 (608E,0102) US OverlayBitPosition 1 (608E,0110) CS OverlayFormat 1 (608E,0200) US OverlayLocation 1 (608E,0800) CS OverlayCodeLabel 1-n (608E,0802) US OverlayNumberOfTables 1 (608E,0803) AT OverlayCodeTableLocation 1-n (608E,0804) US OverlayBitsForCodeWord 1 (608E,1001) CS OverlayActivationLayer 1 (608E,1100) US OverlayDescriptorGray 1 (608E,1101) US OverlayDescriptorRed 1 (608E,1102) US OverlayDescriptorGreen 1 (608E,1103) US OverlayDescriptorBlue 1 (608E,1200) US OverlaysGray 1-n (608E,1201) US OverlaysRed 1-n (608E,1202) US OverlaysGreen 1-n (608E,1203) US OverlaysBlue 1-n (608E,1301) IS ROIArea 1 (608E,1302) DS ROIMean 1 (608E,1303) DS ROIStandardDeviation 1 (608E,1500) LO OverlayLabel 1 (608E,3000) OB/OW OverlayData 1 (608E,4000) LT OverlayComments 1 (6090,0010) US OverlayRows 1 (6090,0011) US OverlayColumns 1 (6090,0012) US OverlayPlanes 1 (6090,0015) IS NumberOfFramesInOverlay 1 (6090,0022) LO OverlayDescription 1 (6090,0040) CS OverlayType 1 (6090,0045) LO OverlaySubtype 1 (6090,0050) SS OverlayOrigin 2 (6090,0051) US ImageFrameOrigin 1 (6090,0052) US OverlayPlaneOrigin 1 (6090,0060) CS OverlayCompressionCode 1 (6090,0061) SH OverlayCompressionOriginator 1 (6090,0062) SH OverlayCompressionLabel 1 (6090,0063) CS OverlayCompressionDescription 1 (6090,0066) AT OverlayCompressionStepPointers 1-n (6090,0068) US OverlayRepeatInterval 1 (6090,0069) US OverlayBitsGrouped 1 (6090,0100) US OverlayBitsAllocated 1 (6090,0102) US OverlayBitPosition 1 (6090,0110) CS OverlayFormat 1 (6090,0200) US OverlayLocation 1 (6090,0800) CS OverlayCodeLabel 1-n (6090,0802) US OverlayNumberOfTables 1 (6090,0803) AT OverlayCodeTableLocation 1-n (6090,0804) US OverlayBitsForCodeWord 1 (6090,1001) CS OverlayActivationLayer 1 (6090,1100) US OverlayDescriptorGray 1 (6090,1101) US OverlayDescriptorRed 1 (6090,1102) US OverlayDescriptorGreen 1 (6090,1103) US OverlayDescriptorBlue 1 (6090,1200) US OverlaysGray 1-n (6090,1201) US OverlaysRed 1-n (6090,1202) US OverlaysGreen 1-n (6090,1203) US OverlaysBlue 1-n (6090,1301) IS ROIArea 1 (6090,1302) DS ROIMean 1 (6090,1303) DS ROIStandardDeviation 1 (6090,1500) LO OverlayLabel 1 (6090,3000) OB/OW OverlayData 1 (6090,4000) LT OverlayComments 1 (6092,0010) US OverlayRows 1 (6092,0011) US OverlayColumns 1 (6092,0012) US OverlayPlanes 1 (6092,0015) IS NumberOfFramesInOverlay 1 (6092,0022) LO OverlayDescription 1 (6092,0040) CS OverlayType 1 (6092,0045) LO OverlaySubtype 1 (6092,0050) SS OverlayOrigin 2 (6092,0051) US ImageFrameOrigin 1 (6092,0052) US OverlayPlaneOrigin 1 (6092,0060) CS OverlayCompressionCode 1 (6092,0061) SH OverlayCompressionOriginator 1 (6092,0062) SH OverlayCompressionLabel 1 (6092,0063) CS OverlayCompressionDescription 1 (6092,0066) AT OverlayCompressionStepPointers 1-n (6092,0068) US OverlayRepeatInterval 1 (6092,0069) US OverlayBitsGrouped 1 (6092,0100) US OverlayBitsAllocated 1 (6092,0102) US OverlayBitPosition 1 (6092,0110) CS OverlayFormat 1 (6092,0200) US OverlayLocation 1 (6092,0800) CS OverlayCodeLabel 1-n (6092,0802) US OverlayNumberOfTables 1 (6092,0803) AT OverlayCodeTableLocation 1-n (6092,0804) US OverlayBitsForCodeWord 1 (6092,1001) CS OverlayActivationLayer 1 (6092,1100) US OverlayDescriptorGray 1 (6092,1101) US OverlayDescriptorRed 1 (6092,1102) US OverlayDescriptorGreen 1 (6092,1103) US OverlayDescriptorBlue 1 (6092,1200) US OverlaysGray 1-n (6092,1201) US OverlaysRed 1-n (6092,1202) US OverlaysGreen 1-n (6092,1203) US OverlaysBlue 1-n (6092,1301) IS ROIArea 1 (6092,1302) DS ROIMean 1 (6092,1303) DS ROIStandardDeviation 1 (6092,1500) LO OverlayLabel 1 (6092,3000) OB/OW OverlayData 1 (6092,4000) LT OverlayComments 1 (6094,0010) US OverlayRows 1 (6094,0011) US OverlayColumns 1 (6094,0012) US OverlayPlanes 1 (6094,0015) IS NumberOfFramesInOverlay 1 (6094,0022) LO OverlayDescription 1 (6094,0040) CS OverlayType 1 (6094,0045) LO OverlaySubtype 1 (6094,0050) SS OverlayOrigin 2 (6094,0051) US ImageFrameOrigin 1 (6094,0052) US OverlayPlaneOrigin 1 (6094,0060) CS OverlayCompressionCode 1 (6094,0061) SH OverlayCompressionOriginator 1 (6094,0062) SH OverlayCompressionLabel 1 (6094,0063) CS OverlayCompressionDescription 1 (6094,0066) AT OverlayCompressionStepPointers 1-n (6094,0068) US OverlayRepeatInterval 1 (6094,0069) US OverlayBitsGrouped 1 (6094,0100) US OverlayBitsAllocated 1 (6094,0102) US OverlayBitPosition 1 (6094,0110) CS OverlayFormat 1 (6094,0200) US OverlayLocation 1 (6094,0800) CS OverlayCodeLabel 1-n (6094,0802) US OverlayNumberOfTables 1 (6094,0803) AT OverlayCodeTableLocation 1-n (6094,0804) US OverlayBitsForCodeWord 1 (6094,1001) CS OverlayActivationLayer 1 (6094,1100) US OverlayDescriptorGray 1 (6094,1101) US OverlayDescriptorRed 1 (6094,1102) US OverlayDescriptorGreen 1 (6094,1103) US OverlayDescriptorBlue 1 (6094,1200) US OverlaysGray 1-n (6094,1201) US OverlaysRed 1-n (6094,1202) US OverlaysGreen 1-n (6094,1203) US OverlaysBlue 1-n (6094,1301) IS ROIArea 1 (6094,1302) DS ROIMean 1 (6094,1303) DS ROIStandardDeviation 1 (6094,1500) LO OverlayLabel 1 (6094,3000) OB/OW OverlayData 1 (6094,4000) LT OverlayComments 1 (6096,0010) US OverlayRows 1 (6096,0011) US OverlayColumns 1 (6096,0012) US OverlayPlanes 1 (6096,0015) IS NumberOfFramesInOverlay 1 (6096,0022) LO OverlayDescription 1 (6096,0040) CS OverlayType 1 (6096,0045) LO OverlaySubtype 1 (6096,0050) SS OverlayOrigin 2 (6096,0051) US ImageFrameOrigin 1 (6096,0052) US OverlayPlaneOrigin 1 (6096,0060) CS OverlayCompressionCode 1 (6096,0061) SH OverlayCompressionOriginator 1 (6096,0062) SH OverlayCompressionLabel 1 (6096,0063) CS OverlayCompressionDescription 1 (6096,0066) AT OverlayCompressionStepPointers 1-n (6096,0068) US OverlayRepeatInterval 1 (6096,0069) US OverlayBitsGrouped 1 (6096,0100) US OverlayBitsAllocated 1 (6096,0102) US OverlayBitPosition 1 (6096,0110) CS OverlayFormat 1 (6096,0200) US OverlayLocation 1 (6096,0800) CS OverlayCodeLabel 1-n (6096,0802) US OverlayNumberOfTables 1 (6096,0803) AT OverlayCodeTableLocation 1-n (6096,0804) US OverlayBitsForCodeWord 1 (6096,1001) CS OverlayActivationLayer 1 (6096,1100) US OverlayDescriptorGray 1 (6096,1101) US OverlayDescriptorRed 1 (6096,1102) US OverlayDescriptorGreen 1 (6096,1103) US OverlayDescriptorBlue 1 (6096,1200) US OverlaysGray 1-n (6096,1201) US OverlaysRed 1-n (6096,1202) US OverlaysGreen 1-n (6096,1203) US OverlaysBlue 1-n (6096,1301) IS ROIArea 1 (6096,1302) DS ROIMean 1 (6096,1303) DS ROIStandardDeviation 1 (6096,1500) LO OverlayLabel 1 (6096,3000) OB/OW OverlayData 1 (6096,4000) LT OverlayComments 1 (6098,0010) US OverlayRows 1 (6098,0011) US OverlayColumns 1 (6098,0012) US OverlayPlanes 1 (6098,0015) IS NumberOfFramesInOverlay 1 (6098,0022) LO OverlayDescription 1 (6098,0040) CS OverlayType 1 (6098,0045) LO OverlaySubtype 1 (6098,0050) SS OverlayOrigin 2 (6098,0051) US ImageFrameOrigin 1 (6098,0052) US OverlayPlaneOrigin 1 (6098,0060) CS OverlayCompressionCode 1 (6098,0061) SH OverlayCompressionOriginator 1 (6098,0062) SH OverlayCompressionLabel 1 (6098,0063) CS OverlayCompressionDescription 1 (6098,0066) AT OverlayCompressionStepPointers 1-n (6098,0068) US OverlayRepeatInterval 1 (6098,0069) US OverlayBitsGrouped 1 (6098,0100) US OverlayBitsAllocated 1 (6098,0102) US OverlayBitPosition 1 (6098,0110) CS OverlayFormat 1 (6098,0200) US OverlayLocation 1 (6098,0800) CS OverlayCodeLabel 1-n (6098,0802) US OverlayNumberOfTables 1 (6098,0803) AT OverlayCodeTableLocation 1-n (6098,0804) US OverlayBitsForCodeWord 1 (6098,1001) CS OverlayActivationLayer 1 (6098,1100) US OverlayDescriptorGray 1 (6098,1101) US OverlayDescriptorRed 1 (6098,1102) US OverlayDescriptorGreen 1 (6098,1103) US OverlayDescriptorBlue 1 (6098,1200) US OverlaysGray 1-n (6098,1201) US OverlaysRed 1-n (6098,1202) US OverlaysGreen 1-n (6098,1203) US OverlaysBlue 1-n (6098,1301) IS ROIArea 1 (6098,1302) DS ROIMean 1 (6098,1303) DS ROIStandardDeviation 1 (6098,1500) LO OverlayLabel 1 (6098,3000) OB/OW OverlayData 1 (6098,4000) LT OverlayComments 1 (609A,0010) US OverlayRows 1 (609A,0011) US OverlayColumns 1 (609A,0012) US OverlayPlanes 1 (609A,0015) IS NumberOfFramesInOverlay 1 (609A,0022) LO OverlayDescription 1 (609A,0040) CS OverlayType 1 (609A,0045) LO OverlaySubtype 1 (609A,0050) SS OverlayOrigin 2 (609A,0051) US ImageFrameOrigin 1 (609A,0052) US OverlayPlaneOrigin 1 (609A,0060) CS OverlayCompressionCode 1 (609A,0061) SH OverlayCompressionOriginator 1 (609A,0062) SH OverlayCompressionLabel 1 (609A,0063) CS OverlayCompressionDescription 1 (609A,0066) AT OverlayCompressionStepPointers 1-n (609A,0068) US OverlayRepeatInterval 1 (609A,0069) US OverlayBitsGrouped 1 (609A,0100) US OverlayBitsAllocated 1 (609A,0102) US OverlayBitPosition 1 (609A,0110) CS OverlayFormat 1 (609A,0200) US OverlayLocation 1 (609A,0800) CS OverlayCodeLabel 1-n (609A,0802) US OverlayNumberOfTables 1 (609A,0803) AT OverlayCodeTableLocation 1-n (609A,0804) US OverlayBitsForCodeWord 1 (609A,1001) CS OverlayActivationLayer 1 (609A,1100) US OverlayDescriptorGray 1 (609A,1101) US OverlayDescriptorRed 1 (609A,1102) US OverlayDescriptorGreen 1 (609A,1103) US OverlayDescriptorBlue 1 (609A,1200) US OverlaysGray 1-n (609A,1201) US OverlaysRed 1-n (609A,1202) US OverlaysGreen 1-n (609A,1203) US OverlaysBlue 1-n (609A,1301) IS ROIArea 1 (609A,1302) DS ROIMean 1 (609A,1303) DS ROIStandardDeviation 1 (609A,1500) LO OverlayLabel 1 (609A,3000) OB/OW OverlayData 1 (609A,4000) LT OverlayComments 1 (609C,0010) US OverlayRows 1 (609C,0011) US OverlayColumns 1 (609C,0012) US OverlayPlanes 1 (609C,0015) IS NumberOfFramesInOverlay 1 (609C,0022) LO OverlayDescription 1 (609C,0040) CS OverlayType 1 (609C,0045) LO OverlaySubtype 1 (609C,0050) SS OverlayOrigin 2 (609C,0051) US ImageFrameOrigin 1 (609C,0052) US OverlayPlaneOrigin 1 (609C,0060) CS OverlayCompressionCode 1 (609C,0061) SH OverlayCompressionOriginator 1 (609C,0062) SH OverlayCompressionLabel 1 (609C,0063) CS OverlayCompressionDescription 1 (609C,0066) AT OverlayCompressionStepPointers 1-n (609C,0068) US OverlayRepeatInterval 1 (609C,0069) US OverlayBitsGrouped 1 (609C,0100) US OverlayBitsAllocated 1 (609C,0102) US OverlayBitPosition 1 (609C,0110) CS OverlayFormat 1 (609C,0200) US OverlayLocation 1 (609C,0800) CS OverlayCodeLabel 1-n (609C,0802) US OverlayNumberOfTables 1 (609C,0803) AT OverlayCodeTableLocation 1-n (609C,0804) US OverlayBitsForCodeWord 1 (609C,1001) CS OverlayActivationLayer 1 (609C,1100) US OverlayDescriptorGray 1 (609C,1101) US OverlayDescriptorRed 1 (609C,1102) US OverlayDescriptorGreen 1 (609C,1103) US OverlayDescriptorBlue 1 (609C,1200) US OverlaysGray 1-n (609C,1201) US OverlaysRed 1-n (609C,1202) US OverlaysGreen 1-n (609C,1203) US OverlaysBlue 1-n (609C,1301) IS ROIArea 1 (609C,1302) DS ROIMean 1 (609C,1303) DS ROIStandardDeviation 1 (609C,1500) LO OverlayLabel 1 (609C,3000) OB/OW OverlayData 1 (609C,4000) LT OverlayComments 1 (609E,0010) US OverlayRows 1 (609E,0011) US OverlayColumns 1 (609E,0012) US OverlayPlanes 1 (609E,0015) IS NumberOfFramesInOverlay 1 (609E,0022) LO OverlayDescription 1 (609E,0040) CS OverlayType 1 (609E,0045) LO OverlaySubtype 1 (609E,0050) SS OverlayOrigin 2 (609E,0051) US ImageFrameOrigin 1 (609E,0052) US OverlayPlaneOrigin 1 (609E,0060) CS OverlayCompressionCode 1 (609E,0061) SH OverlayCompressionOriginator 1 (609E,0062) SH OverlayCompressionLabel 1 (609E,0063) CS OverlayCompressionDescription 1 (609E,0066) AT OverlayCompressionStepPointers 1-n (609E,0068) US OverlayRepeatInterval 1 (609E,0069) US OverlayBitsGrouped 1 (609E,0100) US OverlayBitsAllocated 1 (609E,0102) US OverlayBitPosition 1 (609E,0110) CS OverlayFormat 1 (609E,0200) US OverlayLocation 1 (609E,0800) CS OverlayCodeLabel 1-n (609E,0802) US OverlayNumberOfTables 1 (609E,0803) AT OverlayCodeTableLocation 1-n (609E,0804) US OverlayBitsForCodeWord 1 (609E,1001) CS OverlayActivationLayer 1 (609E,1100) US OverlayDescriptorGray 1 (609E,1101) US OverlayDescriptorRed 1 (609E,1102) US OverlayDescriptorGreen 1 (609E,1103) US OverlayDescriptorBlue 1 (609E,1200) US OverlaysGray 1-n (609E,1201) US OverlaysRed 1-n (609E,1202) US OverlaysGreen 1-n (609E,1203) US OverlaysBlue 1-n (609E,1301) IS ROIArea 1 (609E,1302) DS ROIMean 1 (609E,1303) DS ROIStandardDeviation 1 (609E,1500) LO OverlayLabel 1 (609E,3000) OB/OW OverlayData 1 (609E,4000) LT OverlayComments 1 (60A0,0010) US OverlayRows 1 (60A0,0011) US OverlayColumns 1 (60A0,0012) US OverlayPlanes 1 (60A0,0015) IS NumberOfFramesInOverlay 1 (60A0,0022) LO OverlayDescription 1 (60A0,0040) CS OverlayType 1 (60A0,0045) LO OverlaySubtype 1 (60A0,0050) SS OverlayOrigin 2 (60A0,0051) US ImageFrameOrigin 1 (60A0,0052) US OverlayPlaneOrigin 1 (60A0,0060) CS OverlayCompressionCode 1 (60A0,0061) SH OverlayCompressionOriginator 1 (60A0,0062) SH OverlayCompressionLabel 1 (60A0,0063) CS OverlayCompressionDescription 1 (60A0,0066) AT OverlayCompressionStepPointers 1-n (60A0,0068) US OverlayRepeatInterval 1 (60A0,0069) US OverlayBitsGrouped 1 (60A0,0100) US OverlayBitsAllocated 1 (60A0,0102) US OverlayBitPosition 1 (60A0,0110) CS OverlayFormat 1 (60A0,0200) US OverlayLocation 1 (60A0,0800) CS OverlayCodeLabel 1-n (60A0,0802) US OverlayNumberOfTables 1 (60A0,0803) AT OverlayCodeTableLocation 1-n (60A0,0804) US OverlayBitsForCodeWord 1 (60A0,1001) CS OverlayActivationLayer 1 (60A0,1100) US OverlayDescriptorGray 1 (60A0,1101) US OverlayDescriptorRed 1 (60A0,1102) US OverlayDescriptorGreen 1 (60A0,1103) US OverlayDescriptorBlue 1 (60A0,1200) US OverlaysGray 1-n (60A0,1201) US OverlaysRed 1-n (60A0,1202) US OverlaysGreen 1-n (60A0,1203) US OverlaysBlue 1-n (60A0,1301) IS ROIArea 1 (60A0,1302) DS ROIMean 1 (60A0,1303) DS ROIStandardDeviation 1 (60A0,1500) LO OverlayLabel 1 (60A0,3000) OB/OW OverlayData 1 (60A0,4000) LT OverlayComments 1 (60A2,0010) US OverlayRows 1 (60A2,0011) US OverlayColumns 1 (60A2,0012) US OverlayPlanes 1 (60A2,0015) IS NumberOfFramesInOverlay 1 (60A2,0022) LO OverlayDescription 1 (60A2,0040) CS OverlayType 1 (60A2,0045) LO OverlaySubtype 1 (60A2,0050) SS OverlayOrigin 2 (60A2,0051) US ImageFrameOrigin 1 (60A2,0052) US OverlayPlaneOrigin 1 (60A2,0060) CS OverlayCompressionCode 1 (60A2,0061) SH OverlayCompressionOriginator 1 (60A2,0062) SH OverlayCompressionLabel 1 (60A2,0063) CS OverlayCompressionDescription 1 (60A2,0066) AT OverlayCompressionStepPointers 1-n (60A2,0068) US OverlayRepeatInterval 1 (60A2,0069) US OverlayBitsGrouped 1 (60A2,0100) US OverlayBitsAllocated 1 (60A2,0102) US OverlayBitPosition 1 (60A2,0110) CS OverlayFormat 1 (60A2,0200) US OverlayLocation 1 (60A2,0800) CS OverlayCodeLabel 1-n (60A2,0802) US OverlayNumberOfTables 1 (60A2,0803) AT OverlayCodeTableLocation 1-n (60A2,0804) US OverlayBitsForCodeWord 1 (60A2,1001) CS OverlayActivationLayer 1 (60A2,1100) US OverlayDescriptorGray 1 (60A2,1101) US OverlayDescriptorRed 1 (60A2,1102) US OverlayDescriptorGreen 1 (60A2,1103) US OverlayDescriptorBlue 1 (60A2,1200) US OverlaysGray 1-n (60A2,1201) US OverlaysRed 1-n (60A2,1202) US OverlaysGreen 1-n (60A2,1203) US OverlaysBlue 1-n (60A2,1301) IS ROIArea 1 (60A2,1302) DS ROIMean 1 (60A2,1303) DS ROIStandardDeviation 1 (60A2,1500) LO OverlayLabel 1 (60A2,3000) OB/OW OverlayData 1 (60A2,4000) LT OverlayComments 1 (60A4,0010) US OverlayRows 1 (60A4,0011) US OverlayColumns 1 (60A4,0012) US OverlayPlanes 1 (60A4,0015) IS NumberOfFramesInOverlay 1 (60A4,0022) LO OverlayDescription 1 (60A4,0040) CS OverlayType 1 (60A4,0045) LO OverlaySubtype 1 (60A4,0050) SS OverlayOrigin 2 (60A4,0051) US ImageFrameOrigin 1 (60A4,0052) US OverlayPlaneOrigin 1 (60A4,0060) CS OverlayCompressionCode 1 (60A4,0061) SH OverlayCompressionOriginator 1 (60A4,0062) SH OverlayCompressionLabel 1 (60A4,0063) CS OverlayCompressionDescription 1 (60A4,0066) AT OverlayCompressionStepPointers 1-n (60A4,0068) US OverlayRepeatInterval 1 (60A4,0069) US OverlayBitsGrouped 1 (60A4,0100) US OverlayBitsAllocated 1 (60A4,0102) US OverlayBitPosition 1 (60A4,0110) CS OverlayFormat 1 (60A4,0200) US OverlayLocation 1 (60A4,0800) CS OverlayCodeLabel 1-n (60A4,0802) US OverlayNumberOfTables 1 (60A4,0803) AT OverlayCodeTableLocation 1-n (60A4,0804) US OverlayBitsForCodeWord 1 (60A4,1001) CS OverlayActivationLayer 1 (60A4,1100) US OverlayDescriptorGray 1 (60A4,1101) US OverlayDescriptorRed 1 (60A4,1102) US OverlayDescriptorGreen 1 (60A4,1103) US OverlayDescriptorBlue 1 (60A4,1200) US OverlaysGray 1-n (60A4,1201) US OverlaysRed 1-n (60A4,1202) US OverlaysGreen 1-n (60A4,1203) US OverlaysBlue 1-n (60A4,1301) IS ROIArea 1 (60A4,1302) DS ROIMean 1 (60A4,1303) DS ROIStandardDeviation 1 (60A4,1500) LO OverlayLabel 1 (60A4,3000) OB/OW OverlayData 1 (60A4,4000) LT OverlayComments 1 (60A6,0010) US OverlayRows 1 (60A6,0011) US OverlayColumns 1 (60A6,0012) US OverlayPlanes 1 (60A6,0015) IS NumberOfFramesInOverlay 1 (60A6,0022) LO OverlayDescription 1 (60A6,0040) CS OverlayType 1 (60A6,0045) LO OverlaySubtype 1 (60A6,0050) SS OverlayOrigin 2 (60A6,0051) US ImageFrameOrigin 1 (60A6,0052) US OverlayPlaneOrigin 1 (60A6,0060) CS OverlayCompressionCode 1 (60A6,0061) SH OverlayCompressionOriginator 1 (60A6,0062) SH OverlayCompressionLabel 1 (60A6,0063) CS OverlayCompressionDescription 1 (60A6,0066) AT OverlayCompressionStepPointers 1-n (60A6,0068) US OverlayRepeatInterval 1 (60A6,0069) US OverlayBitsGrouped 1 (60A6,0100) US OverlayBitsAllocated 1 (60A6,0102) US OverlayBitPosition 1 (60A6,0110) CS OverlayFormat 1 (60A6,0200) US OverlayLocation 1 (60A6,0800) CS OverlayCodeLabel 1-n (60A6,0802) US OverlayNumberOfTables 1 (60A6,0803) AT OverlayCodeTableLocation 1-n (60A6,0804) US OverlayBitsForCodeWord 1 (60A6,1001) CS OverlayActivationLayer 1 (60A6,1100) US OverlayDescriptorGray 1 (60A6,1101) US OverlayDescriptorRed 1 (60A6,1102) US OverlayDescriptorGreen 1 (60A6,1103) US OverlayDescriptorBlue 1 (60A6,1200) US OverlaysGray 1-n (60A6,1201) US OverlaysRed 1-n (60A6,1202) US OverlaysGreen 1-n (60A6,1203) US OverlaysBlue 1-n (60A6,1301) IS ROIArea 1 (60A6,1302) DS ROIMean 1 (60A6,1303) DS ROIStandardDeviation 1 (60A6,1500) LO OverlayLabel 1 (60A6,3000) OB/OW OverlayData 1 (60A6,4000) LT OverlayComments 1 (60A8,0010) US OverlayRows 1 (60A8,0011) US OverlayColumns 1 (60A8,0012) US OverlayPlanes 1 (60A8,0015) IS NumberOfFramesInOverlay 1 (60A8,0022) LO OverlayDescription 1 (60A8,0040) CS OverlayType 1 (60A8,0045) LO OverlaySubtype 1 (60A8,0050) SS OverlayOrigin 2 (60A8,0051) US ImageFrameOrigin 1 (60A8,0052) US OverlayPlaneOrigin 1 (60A8,0060) CS OverlayCompressionCode 1 (60A8,0061) SH OverlayCompressionOriginator 1 (60A8,0062) SH OverlayCompressionLabel 1 (60A8,0063) CS OverlayCompressionDescription 1 (60A8,0066) AT OverlayCompressionStepPointers 1-n (60A8,0068) US OverlayRepeatInterval 1 (60A8,0069) US OverlayBitsGrouped 1 (60A8,0100) US OverlayBitsAllocated 1 (60A8,0102) US OverlayBitPosition 1 (60A8,0110) CS OverlayFormat 1 (60A8,0200) US OverlayLocation 1 (60A8,0800) CS OverlayCodeLabel 1-n (60A8,0802) US OverlayNumberOfTables 1 (60A8,0803) AT OverlayCodeTableLocation 1-n (60A8,0804) US OverlayBitsForCodeWord 1 (60A8,1001) CS OverlayActivationLayer 1 (60A8,1100) US OverlayDescriptorGray 1 (60A8,1101) US OverlayDescriptorRed 1 (60A8,1102) US OverlayDescriptorGreen 1 (60A8,1103) US OverlayDescriptorBlue 1 (60A8,1200) US OverlaysGray 1-n (60A8,1201) US OverlaysRed 1-n (60A8,1202) US OverlaysGreen 1-n (60A8,1203) US OverlaysBlue 1-n (60A8,1301) IS ROIArea 1 (60A8,1302) DS ROIMean 1 (60A8,1303) DS ROIStandardDeviation 1 (60A8,1500) LO OverlayLabel 1 (60A8,3000) OB/OW OverlayData 1 (60A8,4000) LT OverlayComments 1 (60AA,0010) US OverlayRows 1 (60AA,0011) US OverlayColumns 1 (60AA,0012) US OverlayPlanes 1 (60AA,0015) IS NumberOfFramesInOverlay 1 (60AA,0022) LO OverlayDescription 1 (60AA,0040) CS OverlayType 1 (60AA,0045) LO OverlaySubtype 1 (60AA,0050) SS OverlayOrigin 2 (60AA,0051) US ImageFrameOrigin 1 (60AA,0052) US OverlayPlaneOrigin 1 (60AA,0060) CS OverlayCompressionCode 1 (60AA,0061) SH OverlayCompressionOriginator 1 (60AA,0062) SH OverlayCompressionLabel 1 (60AA,0063) CS OverlayCompressionDescription 1 (60AA,0066) AT OverlayCompressionStepPointers 1-n (60AA,0068) US OverlayRepeatInterval 1 (60AA,0069) US OverlayBitsGrouped 1 (60AA,0100) US OverlayBitsAllocated 1 (60AA,0102) US OverlayBitPosition 1 (60AA,0110) CS OverlayFormat 1 (60AA,0200) US OverlayLocation 1 (60AA,0800) CS OverlayCodeLabel 1-n (60AA,0802) US OverlayNumberOfTables 1 (60AA,0803) AT OverlayCodeTableLocation 1-n (60AA,0804) US OverlayBitsForCodeWord 1 (60AA,1001) CS OverlayActivationLayer 1 (60AA,1100) US OverlayDescriptorGray 1 (60AA,1101) US OverlayDescriptorRed 1 (60AA,1102) US OverlayDescriptorGreen 1 (60AA,1103) US OverlayDescriptorBlue 1 (60AA,1200) US OverlaysGray 1-n (60AA,1201) US OverlaysRed 1-n (60AA,1202) US OverlaysGreen 1-n (60AA,1203) US OverlaysBlue 1-n (60AA,1301) IS ROIArea 1 (60AA,1302) DS ROIMean 1 (60AA,1303) DS ROIStandardDeviation 1 (60AA,1500) LO OverlayLabel 1 (60AA,3000) OB/OW OverlayData 1 (60AA,4000) LT OverlayComments 1 (60AC,0010) US OverlayRows 1 (60AC,0011) US OverlayColumns 1 (60AC,0012) US OverlayPlanes 1 (60AC,0015) IS NumberOfFramesInOverlay 1 (60AC,0022) LO OverlayDescription 1 (60AC,0040) CS OverlayType 1 (60AC,0045) LO OverlaySubtype 1 (60AC,0050) SS OverlayOrigin 2 (60AC,0051) US ImageFrameOrigin 1 (60AC,0052) US OverlayPlaneOrigin 1 (60AC,0060) CS OverlayCompressionCode 1 (60AC,0061) SH OverlayCompressionOriginator 1 (60AC,0062) SH OverlayCompressionLabel 1 (60AC,0063) CS OverlayCompressionDescription 1 (60AC,0066) AT OverlayCompressionStepPointers 1-n (60AC,0068) US OverlayRepeatInterval 1 (60AC,0069) US OverlayBitsGrouped 1 (60AC,0100) US OverlayBitsAllocated 1 (60AC,0102) US OverlayBitPosition 1 (60AC,0110) CS OverlayFormat 1 (60AC,0200) US OverlayLocation 1 (60AC,0800) CS OverlayCodeLabel 1-n (60AC,0802) US OverlayNumberOfTables 1 (60AC,0803) AT OverlayCodeTableLocation 1-n (60AC,0804) US OverlayBitsForCodeWord 1 (60AC,1001) CS OverlayActivationLayer 1 (60AC,1100) US OverlayDescriptorGray 1 (60AC,1101) US OverlayDescriptorRed 1 (60AC,1102) US OverlayDescriptorGreen 1 (60AC,1103) US OverlayDescriptorBlue 1 (60AC,1200) US OverlaysGray 1-n (60AC,1201) US OverlaysRed 1-n (60AC,1202) US OverlaysGreen 1-n (60AC,1203) US OverlaysBlue 1-n (60AC,1301) IS ROIArea 1 (60AC,1302) DS ROIMean 1 (60AC,1303) DS ROIStandardDeviation 1 (60AC,1500) LO OverlayLabel 1 (60AC,3000) OB/OW OverlayData 1 (60AC,4000) LT OverlayComments 1 (60AE,0010) US OverlayRows 1 (60AE,0011) US OverlayColumns 1 (60AE,0012) US OverlayPlanes 1 (60AE,0015) IS NumberOfFramesInOverlay 1 (60AE,0022) LO OverlayDescription 1 (60AE,0040) CS OverlayType 1 (60AE,0045) LO OverlaySubtype 1 (60AE,0050) SS OverlayOrigin 2 (60AE,0051) US ImageFrameOrigin 1 (60AE,0052) US OverlayPlaneOrigin 1 (60AE,0060) CS OverlayCompressionCode 1 (60AE,0061) SH OverlayCompressionOriginator 1 (60AE,0062) SH OverlayCompressionLabel 1 (60AE,0063) CS OverlayCompressionDescription 1 (60AE,0066) AT OverlayCompressionStepPointers 1-n (60AE,0068) US OverlayRepeatInterval 1 (60AE,0069) US OverlayBitsGrouped 1 (60AE,0100) US OverlayBitsAllocated 1 (60AE,0102) US OverlayBitPosition 1 (60AE,0110) CS OverlayFormat 1 (60AE,0200) US OverlayLocation 1 (60AE,0800) CS OverlayCodeLabel 1-n (60AE,0802) US OverlayNumberOfTables 1 (60AE,0803) AT OverlayCodeTableLocation 1-n (60AE,0804) US OverlayBitsForCodeWord 1 (60AE,1001) CS OverlayActivationLayer 1 (60AE,1100) US OverlayDescriptorGray 1 (60AE,1101) US OverlayDescriptorRed 1 (60AE,1102) US OverlayDescriptorGreen 1 (60AE,1103) US OverlayDescriptorBlue 1 (60AE,1200) US OverlaysGray 1-n (60AE,1201) US OverlaysRed 1-n (60AE,1202) US OverlaysGreen 1-n (60AE,1203) US OverlaysBlue 1-n (60AE,1301) IS ROIArea 1 (60AE,1302) DS ROIMean 1 (60AE,1303) DS ROIStandardDeviation 1 (60AE,1500) LO OverlayLabel 1 (60AE,3000) OB/OW OverlayData 1 (60AE,4000) LT OverlayComments 1 (60B0,0010) US OverlayRows 1 (60B0,0011) US OverlayColumns 1 (60B0,0012) US OverlayPlanes 1 (60B0,0015) IS NumberOfFramesInOverlay 1 (60B0,0022) LO OverlayDescription 1 (60B0,0040) CS OverlayType 1 (60B0,0045) LO OverlaySubtype 1 (60B0,0050) SS OverlayOrigin 2 (60B0,0051) US ImageFrameOrigin 1 (60B0,0052) US OverlayPlaneOrigin 1 (60B0,0060) CS OverlayCompressionCode 1 (60B0,0061) SH OverlayCompressionOriginator 1 (60B0,0062) SH OverlayCompressionLabel 1 (60B0,0063) CS OverlayCompressionDescription 1 (60B0,0066) AT OverlayCompressionStepPointers 1-n (60B0,0068) US OverlayRepeatInterval 1 (60B0,0069) US OverlayBitsGrouped 1 (60B0,0100) US OverlayBitsAllocated 1 (60B0,0102) US OverlayBitPosition 1 (60B0,0110) CS OverlayFormat 1 (60B0,0200) US OverlayLocation 1 (60B0,0800) CS OverlayCodeLabel 1-n (60B0,0802) US OverlayNumberOfTables 1 (60B0,0803) AT OverlayCodeTableLocation 1-n (60B0,0804) US OverlayBitsForCodeWord 1 (60B0,1001) CS OverlayActivationLayer 1 (60B0,1100) US OverlayDescriptorGray 1 (60B0,1101) US OverlayDescriptorRed 1 (60B0,1102) US OverlayDescriptorGreen 1 (60B0,1103) US OverlayDescriptorBlue 1 (60B0,1200) US OverlaysGray 1-n (60B0,1201) US OverlaysRed 1-n (60B0,1202) US OverlaysGreen 1-n (60B0,1203) US OverlaysBlue 1-n (60B0,1301) IS ROIArea 1 (60B0,1302) DS ROIMean 1 (60B0,1303) DS ROIStandardDeviation 1 (60B0,1500) LO OverlayLabel 1 (60B0,3000) OB/OW OverlayData 1 (60B0,4000) LT OverlayComments 1 (60B2,0010) US OverlayRows 1 (60B2,0011) US OverlayColumns 1 (60B2,0012) US OverlayPlanes 1 (60B2,0015) IS NumberOfFramesInOverlay 1 (60B2,0022) LO OverlayDescription 1 (60B2,0040) CS OverlayType 1 (60B2,0045) LO OverlaySubtype 1 (60B2,0050) SS OverlayOrigin 2 (60B2,0051) US ImageFrameOrigin 1 (60B2,0052) US OverlayPlaneOrigin 1 (60B2,0060) CS OverlayCompressionCode 1 (60B2,0061) SH OverlayCompressionOriginator 1 (60B2,0062) SH OverlayCompressionLabel 1 (60B2,0063) CS OverlayCompressionDescription 1 (60B2,0066) AT OverlayCompressionStepPointers 1-n (60B2,0068) US OverlayRepeatInterval 1 (60B2,0069) US OverlayBitsGrouped 1 (60B2,0100) US OverlayBitsAllocated 1 (60B2,0102) US OverlayBitPosition 1 (60B2,0110) CS OverlayFormat 1 (60B2,0200) US OverlayLocation 1 (60B2,0800) CS OverlayCodeLabel 1-n (60B2,0802) US OverlayNumberOfTables 1 (60B2,0803) AT OverlayCodeTableLocation 1-n (60B2,0804) US OverlayBitsForCodeWord 1 (60B2,1001) CS OverlayActivationLayer 1 (60B2,1100) US OverlayDescriptorGray 1 (60B2,1101) US OverlayDescriptorRed 1 (60B2,1102) US OverlayDescriptorGreen 1 (60B2,1103) US OverlayDescriptorBlue 1 (60B2,1200) US OverlaysGray 1-n (60B2,1201) US OverlaysRed 1-n (60B2,1202) US OverlaysGreen 1-n (60B2,1203) US OverlaysBlue 1-n (60B2,1301) IS ROIArea 1 (60B2,1302) DS ROIMean 1 (60B2,1303) DS ROIStandardDeviation 1 (60B2,1500) LO OverlayLabel 1 (60B2,3000) OB/OW OverlayData 1 (60B2,4000) LT OverlayComments 1 (60B4,0010) US OverlayRows 1 (60B4,0011) US OverlayColumns 1 (60B4,0012) US OverlayPlanes 1 (60B4,0015) IS NumberOfFramesInOverlay 1 (60B4,0022) LO OverlayDescription 1 (60B4,0040) CS OverlayType 1 (60B4,0045) LO OverlaySubtype 1 (60B4,0050) SS OverlayOrigin 2 (60B4,0051) US ImageFrameOrigin 1 (60B4,0052) US OverlayPlaneOrigin 1 (60B4,0060) CS OverlayCompressionCode 1 (60B4,0061) SH OverlayCompressionOriginator 1 (60B4,0062) SH OverlayCompressionLabel 1 (60B4,0063) CS OverlayCompressionDescription 1 (60B4,0066) AT OverlayCompressionStepPointers 1-n (60B4,0068) US OverlayRepeatInterval 1 (60B4,0069) US OverlayBitsGrouped 1 (60B4,0100) US OverlayBitsAllocated 1 (60B4,0102) US OverlayBitPosition 1 (60B4,0110) CS OverlayFormat 1 (60B4,0200) US OverlayLocation 1 (60B4,0800) CS OverlayCodeLabel 1-n (60B4,0802) US OverlayNumberOfTables 1 (60B4,0803) AT OverlayCodeTableLocation 1-n (60B4,0804) US OverlayBitsForCodeWord 1 (60B4,1001) CS OverlayActivationLayer 1 (60B4,1100) US OverlayDescriptorGray 1 (60B4,1101) US OverlayDescriptorRed 1 (60B4,1102) US OverlayDescriptorGreen 1 (60B4,1103) US OverlayDescriptorBlue 1 (60B4,1200) US OverlaysGray 1-n (60B4,1201) US OverlaysRed 1-n (60B4,1202) US OverlaysGreen 1-n (60B4,1203) US OverlaysBlue 1-n (60B4,1301) IS ROIArea 1 (60B4,1302) DS ROIMean 1 (60B4,1303) DS ROIStandardDeviation 1 (60B4,1500) LO OverlayLabel 1 (60B4,3000) OB/OW OverlayData 1 (60B4,4000) LT OverlayComments 1 (60B6,0010) US OverlayRows 1 (60B6,0011) US OverlayColumns 1 (60B6,0012) US OverlayPlanes 1 (60B6,0015) IS NumberOfFramesInOverlay 1 (60B6,0022) LO OverlayDescription 1 (60B6,0040) CS OverlayType 1 (60B6,0045) LO OverlaySubtype 1 (60B6,0050) SS OverlayOrigin 2 (60B6,0051) US ImageFrameOrigin 1 (60B6,0052) US OverlayPlaneOrigin 1 (60B6,0060) CS OverlayCompressionCode 1 (60B6,0061) SH OverlayCompressionOriginator 1 (60B6,0062) SH OverlayCompressionLabel 1 (60B6,0063) CS OverlayCompressionDescription 1 (60B6,0066) AT OverlayCompressionStepPointers 1-n (60B6,0068) US OverlayRepeatInterval 1 (60B6,0069) US OverlayBitsGrouped 1 (60B6,0100) US OverlayBitsAllocated 1 (60B6,0102) US OverlayBitPosition 1 (60B6,0110) CS OverlayFormat 1 (60B6,0200) US OverlayLocation 1 (60B6,0800) CS OverlayCodeLabel 1-n (60B6,0802) US OverlayNumberOfTables 1 (60B6,0803) AT OverlayCodeTableLocation 1-n (60B6,0804) US OverlayBitsForCodeWord 1 (60B6,1001) CS OverlayActivationLayer 1 (60B6,1100) US OverlayDescriptorGray 1 (60B6,1101) US OverlayDescriptorRed 1 (60B6,1102) US OverlayDescriptorGreen 1 (60B6,1103) US OverlayDescriptorBlue 1 (60B6,1200) US OverlaysGray 1-n (60B6,1201) US OverlaysRed 1-n (60B6,1202) US OverlaysGreen 1-n (60B6,1203) US OverlaysBlue 1-n (60B6,1301) IS ROIArea 1 (60B6,1302) DS ROIMean 1 (60B6,1303) DS ROIStandardDeviation 1 (60B6,1500) LO OverlayLabel 1 (60B6,3000) OB/OW OverlayData 1 (60B6,4000) LT OverlayComments 1 (60B8,0010) US OverlayRows 1 (60B8,0011) US OverlayColumns 1 (60B8,0012) US OverlayPlanes 1 (60B8,0015) IS NumberOfFramesInOverlay 1 (60B8,0022) LO OverlayDescription 1 (60B8,0040) CS OverlayType 1 (60B8,0045) LO OverlaySubtype 1 (60B8,0050) SS OverlayOrigin 2 (60B8,0051) US ImageFrameOrigin 1 (60B8,0052) US OverlayPlaneOrigin 1 (60B8,0060) CS OverlayCompressionCode 1 (60B8,0061) SH OverlayCompressionOriginator 1 (60B8,0062) SH OverlayCompressionLabel 1 (60B8,0063) CS OverlayCompressionDescription 1 (60B8,0066) AT OverlayCompressionStepPointers 1-n (60B8,0068) US OverlayRepeatInterval 1 (60B8,0069) US OverlayBitsGrouped 1 (60B8,0100) US OverlayBitsAllocated 1 (60B8,0102) US OverlayBitPosition 1 (60B8,0110) CS OverlayFormat 1 (60B8,0200) US OverlayLocation 1 (60B8,0800) CS OverlayCodeLabel 1-n (60B8,0802) US OverlayNumberOfTables 1 (60B8,0803) AT OverlayCodeTableLocation 1-n (60B8,0804) US OverlayBitsForCodeWord 1 (60B8,1001) CS OverlayActivationLayer 1 (60B8,1100) US OverlayDescriptorGray 1 (60B8,1101) US OverlayDescriptorRed 1 (60B8,1102) US OverlayDescriptorGreen 1 (60B8,1103) US OverlayDescriptorBlue 1 (60B8,1200) US OverlaysGray 1-n (60B8,1201) US OverlaysRed 1-n (60B8,1202) US OverlaysGreen 1-n (60B8,1203) US OverlaysBlue 1-n (60B8,1301) IS ROIArea 1 (60B8,1302) DS ROIMean 1 (60B8,1303) DS ROIStandardDeviation 1 (60B8,1500) LO OverlayLabel 1 (60B8,3000) OB/OW OverlayData 1 (60B8,4000) LT OverlayComments 1 (60BA,0010) US OverlayRows 1 (60BA,0011) US OverlayColumns 1 (60BA,0012) US OverlayPlanes 1 (60BA,0015) IS NumberOfFramesInOverlay 1 (60BA,0022) LO OverlayDescription 1 (60BA,0040) CS OverlayType 1 (60BA,0045) LO OverlaySubtype 1 (60BA,0050) SS OverlayOrigin 2 (60BA,0051) US ImageFrameOrigin 1 (60BA,0052) US OverlayPlaneOrigin 1 (60BA,0060) CS OverlayCompressionCode 1 (60BA,0061) SH OverlayCompressionOriginator 1 (60BA,0062) SH OverlayCompressionLabel 1 (60BA,0063) CS OverlayCompressionDescription 1 (60BA,0066) AT OverlayCompressionStepPointers 1-n (60BA,0068) US OverlayRepeatInterval 1 (60BA,0069) US OverlayBitsGrouped 1 (60BA,0100) US OverlayBitsAllocated 1 (60BA,0102) US OverlayBitPosition 1 (60BA,0110) CS OverlayFormat 1 (60BA,0200) US OverlayLocation 1 (60BA,0800) CS OverlayCodeLabel 1-n (60BA,0802) US OverlayNumberOfTables 1 (60BA,0803) AT OverlayCodeTableLocation 1-n (60BA,0804) US OverlayBitsForCodeWord 1 (60BA,1001) CS OverlayActivationLayer 1 (60BA,1100) US OverlayDescriptorGray 1 (60BA,1101) US OverlayDescriptorRed 1 (60BA,1102) US OverlayDescriptorGreen 1 (60BA,1103) US OverlayDescriptorBlue 1 (60BA,1200) US OverlaysGray 1-n (60BA,1201) US OverlaysRed 1-n (60BA,1202) US OverlaysGreen 1-n (60BA,1203) US OverlaysBlue 1-n (60BA,1301) IS ROIArea 1 (60BA,1302) DS ROIMean 1 (60BA,1303) DS ROIStandardDeviation 1 (60BA,1500) LO OverlayLabel 1 (60BA,3000) OB/OW OverlayData 1 (60BA,4000) LT OverlayComments 1 (60BC,0010) US OverlayRows 1 (60BC,0011) US OverlayColumns 1 (60BC,0012) US OverlayPlanes 1 (60BC,0015) IS NumberOfFramesInOverlay 1 (60BC,0022) LO OverlayDescription 1 (60BC,0040) CS OverlayType 1 (60BC,0045) LO OverlaySubtype 1 (60BC,0050) SS OverlayOrigin 2 (60BC,0051) US ImageFrameOrigin 1 (60BC,0052) US OverlayPlaneOrigin 1 (60BC,0060) CS OverlayCompressionCode 1 (60BC,0061) SH OverlayCompressionOriginator 1 (60BC,0062) SH OverlayCompressionLabel 1 (60BC,0063) CS OverlayCompressionDescription 1 (60BC,0066) AT OverlayCompressionStepPointers 1-n (60BC,0068) US OverlayRepeatInterval 1 (60BC,0069) US OverlayBitsGrouped 1 (60BC,0100) US OverlayBitsAllocated 1 (60BC,0102) US OverlayBitPosition 1 (60BC,0110) CS OverlayFormat 1 (60BC,0200) US OverlayLocation 1 (60BC,0800) CS OverlayCodeLabel 1-n (60BC,0802) US OverlayNumberOfTables 1 (60BC,0803) AT OverlayCodeTableLocation 1-n (60BC,0804) US OverlayBitsForCodeWord 1 (60BC,1001) CS OverlayActivationLayer 1 (60BC,1100) US OverlayDescriptorGray 1 (60BC,1101) US OverlayDescriptorRed 1 (60BC,1102) US OverlayDescriptorGreen 1 (60BC,1103) US OverlayDescriptorBlue 1 (60BC,1200) US OverlaysGray 1-n (60BC,1201) US OverlaysRed 1-n (60BC,1202) US OverlaysGreen 1-n (60BC,1203) US OverlaysBlue 1-n (60BC,1301) IS ROIArea 1 (60BC,1302) DS ROIMean 1 (60BC,1303) DS ROIStandardDeviation 1 (60BC,1500) LO OverlayLabel 1 (60BC,3000) OB/OW OverlayData 1 (60BC,4000) LT OverlayComments 1 (60BE,0010) US OverlayRows 1 (60BE,0011) US OverlayColumns 1 (60BE,0012) US OverlayPlanes 1 (60BE,0015) IS NumberOfFramesInOverlay 1 (60BE,0022) LO OverlayDescription 1 (60BE,0040) CS OverlayType 1 (60BE,0045) LO OverlaySubtype 1 (60BE,0050) SS OverlayOrigin 2 (60BE,0051) US ImageFrameOrigin 1 (60BE,0052) US OverlayPlaneOrigin 1 (60BE,0060) CS OverlayCompressionCode 1 (60BE,0061) SH OverlayCompressionOriginator 1 (60BE,0062) SH OverlayCompressionLabel 1 (60BE,0063) CS OverlayCompressionDescription 1 (60BE,0066) AT OverlayCompressionStepPointers 1-n (60BE,0068) US OverlayRepeatInterval 1 (60BE,0069) US OverlayBitsGrouped 1 (60BE,0100) US OverlayBitsAllocated 1 (60BE,0102) US OverlayBitPosition 1 (60BE,0110) CS OverlayFormat 1 (60BE,0200) US OverlayLocation 1 (60BE,0800) CS OverlayCodeLabel 1-n (60BE,0802) US OverlayNumberOfTables 1 (60BE,0803) AT OverlayCodeTableLocation 1-n (60BE,0804) US OverlayBitsForCodeWord 1 (60BE,1001) CS OverlayActivationLayer 1 (60BE,1100) US OverlayDescriptorGray 1 (60BE,1101) US OverlayDescriptorRed 1 (60BE,1102) US OverlayDescriptorGreen 1 (60BE,1103) US OverlayDescriptorBlue 1 (60BE,1200) US OverlaysGray 1-n (60BE,1201) US OverlaysRed 1-n (60BE,1202) US OverlaysGreen 1-n (60BE,1203) US OverlaysBlue 1-n (60BE,1301) IS ROIArea 1 (60BE,1302) DS ROIMean 1 (60BE,1303) DS ROIStandardDeviation 1 (60BE,1500) LO OverlayLabel 1 (60BE,3000) OB/OW OverlayData 1 (60BE,4000) LT OverlayComments 1 (60C0,0010) US OverlayRows 1 (60C0,0011) US OverlayColumns 1 (60C0,0012) US OverlayPlanes 1 (60C0,0015) IS NumberOfFramesInOverlay 1 (60C0,0022) LO OverlayDescription 1 (60C0,0040) CS OverlayType 1 (60C0,0045) LO OverlaySubtype 1 (60C0,0050) SS OverlayOrigin 2 (60C0,0051) US ImageFrameOrigin 1 (60C0,0052) US OverlayPlaneOrigin 1 (60C0,0060) CS OverlayCompressionCode 1 (60C0,0061) SH OverlayCompressionOriginator 1 (60C0,0062) SH OverlayCompressionLabel 1 (60C0,0063) CS OverlayCompressionDescription 1 (60C0,0066) AT OverlayCompressionStepPointers 1-n (60C0,0068) US OverlayRepeatInterval 1 (60C0,0069) US OverlayBitsGrouped 1 (60C0,0100) US OverlayBitsAllocated 1 (60C0,0102) US OverlayBitPosition 1 (60C0,0110) CS OverlayFormat 1 (60C0,0200) US OverlayLocation 1 (60C0,0800) CS OverlayCodeLabel 1-n (60C0,0802) US OverlayNumberOfTables 1 (60C0,0803) AT OverlayCodeTableLocation 1-n (60C0,0804) US OverlayBitsForCodeWord 1 (60C0,1001) CS OverlayActivationLayer 1 (60C0,1100) US OverlayDescriptorGray 1 (60C0,1101) US OverlayDescriptorRed 1 (60C0,1102) US OverlayDescriptorGreen 1 (60C0,1103) US OverlayDescriptorBlue 1 (60C0,1200) US OverlaysGray 1-n (60C0,1201) US OverlaysRed 1-n (60C0,1202) US OverlaysGreen 1-n (60C0,1203) US OverlaysBlue 1-n (60C0,1301) IS ROIArea 1 (60C0,1302) DS ROIMean 1 (60C0,1303) DS ROIStandardDeviation 1 (60C0,1500) LO OverlayLabel 1 (60C0,3000) OB/OW OverlayData 1 (60C0,4000) LT OverlayComments 1 (60C2,0010) US OverlayRows 1 (60C2,0011) US OverlayColumns 1 (60C2,0012) US OverlayPlanes 1 (60C2,0015) IS NumberOfFramesInOverlay 1 (60C2,0022) LO OverlayDescription 1 (60C2,0040) CS OverlayType 1 (60C2,0045) LO OverlaySubtype 1 (60C2,0050) SS OverlayOrigin 2 (60C2,0051) US ImageFrameOrigin 1 (60C2,0052) US OverlayPlaneOrigin 1 (60C2,0060) CS OverlayCompressionCode 1 (60C2,0061) SH OverlayCompressionOriginator 1 (60C2,0062) SH OverlayCompressionLabel 1 (60C2,0063) CS OverlayCompressionDescription 1 (60C2,0066) AT OverlayCompressionStepPointers 1-n (60C2,0068) US OverlayRepeatInterval 1 (60C2,0069) US OverlayBitsGrouped 1 (60C2,0100) US OverlayBitsAllocated 1 (60C2,0102) US OverlayBitPosition 1 (60C2,0110) CS OverlayFormat 1 (60C2,0200) US OverlayLocation 1 (60C2,0800) CS OverlayCodeLabel 1-n (60C2,0802) US OverlayNumberOfTables 1 (60C2,0803) AT OverlayCodeTableLocation 1-n (60C2,0804) US OverlayBitsForCodeWord 1 (60C2,1001) CS OverlayActivationLayer 1 (60C2,1100) US OverlayDescriptorGray 1 (60C2,1101) US OverlayDescriptorRed 1 (60C2,1102) US OverlayDescriptorGreen 1 (60C2,1103) US OverlayDescriptorBlue 1 (60C2,1200) US OverlaysGray 1-n (60C2,1201) US OverlaysRed 1-n (60C2,1202) US OverlaysGreen 1-n (60C2,1203) US OverlaysBlue 1-n (60C2,1301) IS ROIArea 1 (60C2,1302) DS ROIMean 1 (60C2,1303) DS ROIStandardDeviation 1 (60C2,1500) LO OverlayLabel 1 (60C2,3000) OB/OW OverlayData 1 (60C2,4000) LT OverlayComments 1 (60C4,0010) US OverlayRows 1 (60C4,0011) US OverlayColumns 1 (60C4,0012) US OverlayPlanes 1 (60C4,0015) IS NumberOfFramesInOverlay 1 (60C4,0022) LO OverlayDescription 1 (60C4,0040) CS OverlayType 1 (60C4,0045) LO OverlaySubtype 1 (60C4,0050) SS OverlayOrigin 2 (60C4,0051) US ImageFrameOrigin 1 (60C4,0052) US OverlayPlaneOrigin 1 (60C4,0060) CS OverlayCompressionCode 1 (60C4,0061) SH OverlayCompressionOriginator 1 (60C4,0062) SH OverlayCompressionLabel 1 (60C4,0063) CS OverlayCompressionDescription 1 (60C4,0066) AT OverlayCompressionStepPointers 1-n (60C4,0068) US OverlayRepeatInterval 1 (60C4,0069) US OverlayBitsGrouped 1 (60C4,0100) US OverlayBitsAllocated 1 (60C4,0102) US OverlayBitPosition 1 (60C4,0110) CS OverlayFormat 1 (60C4,0200) US OverlayLocation 1 (60C4,0800) CS OverlayCodeLabel 1-n (60C4,0802) US OverlayNumberOfTables 1 (60C4,0803) AT OverlayCodeTableLocation 1-n (60C4,0804) US OverlayBitsForCodeWord 1 (60C4,1001) CS OverlayActivationLayer 1 (60C4,1100) US OverlayDescriptorGray 1 (60C4,1101) US OverlayDescriptorRed 1 (60C4,1102) US OverlayDescriptorGreen 1 (60C4,1103) US OverlayDescriptorBlue 1 (60C4,1200) US OverlaysGray 1-n (60C4,1201) US OverlaysRed 1-n (60C4,1202) US OverlaysGreen 1-n (60C4,1203) US OverlaysBlue 1-n (60C4,1301) IS ROIArea 1 (60C4,1302) DS ROIMean 1 (60C4,1303) DS ROIStandardDeviation 1 (60C4,1500) LO OverlayLabel 1 (60C4,3000) OB/OW OverlayData 1 (60C4,4000) LT OverlayComments 1 (60C6,0010) US OverlayRows 1 (60C6,0011) US OverlayColumns 1 (60C6,0012) US OverlayPlanes 1 (60C6,0015) IS NumberOfFramesInOverlay 1 (60C6,0022) LO OverlayDescription 1 (60C6,0040) CS OverlayType 1 (60C6,0045) LO OverlaySubtype 1 (60C6,0050) SS OverlayOrigin 2 (60C6,0051) US ImageFrameOrigin 1 (60C6,0052) US OverlayPlaneOrigin 1 (60C6,0060) CS OverlayCompressionCode 1 (60C6,0061) SH OverlayCompressionOriginator 1 (60C6,0062) SH OverlayCompressionLabel 1 (60C6,0063) CS OverlayCompressionDescription 1 (60C6,0066) AT OverlayCompressionStepPointers 1-n (60C6,0068) US OverlayRepeatInterval 1 (60C6,0069) US OverlayBitsGrouped 1 (60C6,0100) US OverlayBitsAllocated 1 (60C6,0102) US OverlayBitPosition 1 (60C6,0110) CS OverlayFormat 1 (60C6,0200) US OverlayLocation 1 (60C6,0800) CS OverlayCodeLabel 1-n (60C6,0802) US OverlayNumberOfTables 1 (60C6,0803) AT OverlayCodeTableLocation 1-n (60C6,0804) US OverlayBitsForCodeWord 1 (60C6,1001) CS OverlayActivationLayer 1 (60C6,1100) US OverlayDescriptorGray 1 (60C6,1101) US OverlayDescriptorRed 1 (60C6,1102) US OverlayDescriptorGreen 1 (60C6,1103) US OverlayDescriptorBlue 1 (60C6,1200) US OverlaysGray 1-n (60C6,1201) US OverlaysRed 1-n (60C6,1202) US OverlaysGreen 1-n (60C6,1203) US OverlaysBlue 1-n (60C6,1301) IS ROIArea 1 (60C6,1302) DS ROIMean 1 (60C6,1303) DS ROIStandardDeviation 1 (60C6,1500) LO OverlayLabel 1 (60C6,3000) OB/OW OverlayData 1 (60C6,4000) LT OverlayComments 1 (60C8,0010) US OverlayRows 1 (60C8,0011) US OverlayColumns 1 (60C8,0012) US OverlayPlanes 1 (60C8,0015) IS NumberOfFramesInOverlay 1 (60C8,0022) LO OverlayDescription 1 (60C8,0040) CS OverlayType 1 (60C8,0045) LO OverlaySubtype 1 (60C8,0050) SS OverlayOrigin 2 (60C8,0051) US ImageFrameOrigin 1 (60C8,0052) US OverlayPlaneOrigin 1 (60C8,0060) CS OverlayCompressionCode 1 (60C8,0061) SH OverlayCompressionOriginator 1 (60C8,0062) SH OverlayCompressionLabel 1 (60C8,0063) CS OverlayCompressionDescription 1 (60C8,0066) AT OverlayCompressionStepPointers 1-n (60C8,0068) US OverlayRepeatInterval 1 (60C8,0069) US OverlayBitsGrouped 1 (60C8,0100) US OverlayBitsAllocated 1 (60C8,0102) US OverlayBitPosition 1 (60C8,0110) CS OverlayFormat 1 (60C8,0200) US OverlayLocation 1 (60C8,0800) CS OverlayCodeLabel 1-n (60C8,0802) US OverlayNumberOfTables 1 (60C8,0803) AT OverlayCodeTableLocation 1-n (60C8,0804) US OverlayBitsForCodeWord 1 (60C8,1001) CS OverlayActivationLayer 1 (60C8,1100) US OverlayDescriptorGray 1 (60C8,1101) US OverlayDescriptorRed 1 (60C8,1102) US OverlayDescriptorGreen 1 (60C8,1103) US OverlayDescriptorBlue 1 (60C8,1200) US OverlaysGray 1-n (60C8,1201) US OverlaysRed 1-n (60C8,1202) US OverlaysGreen 1-n (60C8,1203) US OverlaysBlue 1-n (60C8,1301) IS ROIArea 1 (60C8,1302) DS ROIMean 1 (60C8,1303) DS ROIStandardDeviation 1 (60C8,1500) LO OverlayLabel 1 (60C8,3000) OB/OW OverlayData 1 (60C8,4000) LT OverlayComments 1 (60CA,0010) US OverlayRows 1 (60CA,0011) US OverlayColumns 1 (60CA,0012) US OverlayPlanes 1 (60CA,0015) IS NumberOfFramesInOverlay 1 (60CA,0022) LO OverlayDescription 1 (60CA,0040) CS OverlayType 1 (60CA,0045) LO OverlaySubtype 1 (60CA,0050) SS OverlayOrigin 2 (60CA,0051) US ImageFrameOrigin 1 (60CA,0052) US OverlayPlaneOrigin 1 (60CA,0060) CS OverlayCompressionCode 1 (60CA,0061) SH OverlayCompressionOriginator 1 (60CA,0062) SH OverlayCompressionLabel 1 (60CA,0063) CS OverlayCompressionDescription 1 (60CA,0066) AT OverlayCompressionStepPointers 1-n (60CA,0068) US OverlayRepeatInterval 1 (60CA,0069) US OverlayBitsGrouped 1 (60CA,0100) US OverlayBitsAllocated 1 (60CA,0102) US OverlayBitPosition 1 (60CA,0110) CS OverlayFormat 1 (60CA,0200) US OverlayLocation 1 (60CA,0800) CS OverlayCodeLabel 1-n (60CA,0802) US OverlayNumberOfTables 1 (60CA,0803) AT OverlayCodeTableLocation 1-n (60CA,0804) US OverlayBitsForCodeWord 1 (60CA,1001) CS OverlayActivationLayer 1 (60CA,1100) US OverlayDescriptorGray 1 (60CA,1101) US OverlayDescriptorRed 1 (60CA,1102) US OverlayDescriptorGreen 1 (60CA,1103) US OverlayDescriptorBlue 1 (60CA,1200) US OverlaysGray 1-n (60CA,1201) US OverlaysRed 1-n (60CA,1202) US OverlaysGreen 1-n (60CA,1203) US OverlaysBlue 1-n (60CA,1301) IS ROIArea 1 (60CA,1302) DS ROIMean 1 (60CA,1303) DS ROIStandardDeviation 1 (60CA,1500) LO OverlayLabel 1 (60CA,3000) OB/OW OverlayData 1 (60CA,4000) LT OverlayComments 1 (60CC,0010) US OverlayRows 1 (60CC,0011) US OverlayColumns 1 (60CC,0012) US OverlayPlanes 1 (60CC,0015) IS NumberOfFramesInOverlay 1 (60CC,0022) LO OverlayDescription 1 (60CC,0040) CS OverlayType 1 (60CC,0045) LO OverlaySubtype 1 (60CC,0050) SS OverlayOrigin 2 (60CC,0051) US ImageFrameOrigin 1 (60CC,0052) US OverlayPlaneOrigin 1 (60CC,0060) CS OverlayCompressionCode 1 (60CC,0061) SH OverlayCompressionOriginator 1 (60CC,0062) SH OverlayCompressionLabel 1 (60CC,0063) CS OverlayCompressionDescription 1 (60CC,0066) AT OverlayCompressionStepPointers 1-n (60CC,0068) US OverlayRepeatInterval 1 (60CC,0069) US OverlayBitsGrouped 1 (60CC,0100) US OverlayBitsAllocated 1 (60CC,0102) US OverlayBitPosition 1 (60CC,0110) CS OverlayFormat 1 (60CC,0200) US OverlayLocation 1 (60CC,0800) CS OverlayCodeLabel 1-n (60CC,0802) US OverlayNumberOfTables 1 (60CC,0803) AT OverlayCodeTableLocation 1-n (60CC,0804) US OverlayBitsForCodeWord 1 (60CC,1001) CS OverlayActivationLayer 1 (60CC,1100) US OverlayDescriptorGray 1 (60CC,1101) US OverlayDescriptorRed 1 (60CC,1102) US OverlayDescriptorGreen 1 (60CC,1103) US OverlayDescriptorBlue 1 (60CC,1200) US OverlaysGray 1-n (60CC,1201) US OverlaysRed 1-n (60CC,1202) US OverlaysGreen 1-n (60CC,1203) US OverlaysBlue 1-n (60CC,1301) IS ROIArea 1 (60CC,1302) DS ROIMean 1 (60CC,1303) DS ROIStandardDeviation 1 (60CC,1500) LO OverlayLabel 1 (60CC,3000) OB/OW OverlayData 1 (60CC,4000) LT OverlayComments 1 (60CE,0010) US OverlayRows 1 (60CE,0011) US OverlayColumns 1 (60CE,0012) US OverlayPlanes 1 (60CE,0015) IS NumberOfFramesInOverlay 1 (60CE,0022) LO OverlayDescription 1 (60CE,0040) CS OverlayType 1 (60CE,0045) LO OverlaySubtype 1 (60CE,0050) SS OverlayOrigin 2 (60CE,0051) US ImageFrameOrigin 1 (60CE,0052) US OverlayPlaneOrigin 1 (60CE,0060) CS OverlayCompressionCode 1 (60CE,0061) SH OverlayCompressionOriginator 1 (60CE,0062) SH OverlayCompressionLabel 1 (60CE,0063) CS OverlayCompressionDescription 1 (60CE,0066) AT OverlayCompressionStepPointers 1-n (60CE,0068) US OverlayRepeatInterval 1 (60CE,0069) US OverlayBitsGrouped 1 (60CE,0100) US OverlayBitsAllocated 1 (60CE,0102) US OverlayBitPosition 1 (60CE,0110) CS OverlayFormat 1 (60CE,0200) US OverlayLocation 1 (60CE,0800) CS OverlayCodeLabel 1-n (60CE,0802) US OverlayNumberOfTables 1 (60CE,0803) AT OverlayCodeTableLocation 1-n (60CE,0804) US OverlayBitsForCodeWord 1 (60CE,1001) CS OverlayActivationLayer 1 (60CE,1100) US OverlayDescriptorGray 1 (60CE,1101) US OverlayDescriptorRed 1 (60CE,1102) US OverlayDescriptorGreen 1 (60CE,1103) US OverlayDescriptorBlue 1 (60CE,1200) US OverlaysGray 1-n (60CE,1201) US OverlaysRed 1-n (60CE,1202) US OverlaysGreen 1-n (60CE,1203) US OverlaysBlue 1-n (60CE,1301) IS ROIArea 1 (60CE,1302) DS ROIMean 1 (60CE,1303) DS ROIStandardDeviation 1 (60CE,1500) LO OverlayLabel 1 (60CE,3000) OB/OW OverlayData 1 (60CE,4000) LT OverlayComments 1 (60D0,0010) US OverlayRows 1 (60D0,0011) US OverlayColumns 1 (60D0,0012) US OverlayPlanes 1 (60D0,0015) IS NumberOfFramesInOverlay 1 (60D0,0022) LO OverlayDescription 1 (60D0,0040) CS OverlayType 1 (60D0,0045) LO OverlaySubtype 1 (60D0,0050) SS OverlayOrigin 2 (60D0,0051) US ImageFrameOrigin 1 (60D0,0052) US OverlayPlaneOrigin 1 (60D0,0060) CS OverlayCompressionCode 1 (60D0,0061) SH OverlayCompressionOriginator 1 (60D0,0062) SH OverlayCompressionLabel 1 (60D0,0063) CS OverlayCompressionDescription 1 (60D0,0066) AT OverlayCompressionStepPointers 1-n (60D0,0068) US OverlayRepeatInterval 1 (60D0,0069) US OverlayBitsGrouped 1 (60D0,0100) US OverlayBitsAllocated 1 (60D0,0102) US OverlayBitPosition 1 (60D0,0110) CS OverlayFormat 1 (60D0,0200) US OverlayLocation 1 (60D0,0800) CS OverlayCodeLabel 1-n (60D0,0802) US OverlayNumberOfTables 1 (60D0,0803) AT OverlayCodeTableLocation 1-n (60D0,0804) US OverlayBitsForCodeWord 1 (60D0,1001) CS OverlayActivationLayer 1 (60D0,1100) US OverlayDescriptorGray 1 (60D0,1101) US OverlayDescriptorRed 1 (60D0,1102) US OverlayDescriptorGreen 1 (60D0,1103) US OverlayDescriptorBlue 1 (60D0,1200) US OverlaysGray 1-n (60D0,1201) US OverlaysRed 1-n (60D0,1202) US OverlaysGreen 1-n (60D0,1203) US OverlaysBlue 1-n (60D0,1301) IS ROIArea 1 (60D0,1302) DS ROIMean 1 (60D0,1303) DS ROIStandardDeviation 1 (60D0,1500) LO OverlayLabel 1 (60D0,3000) OB/OW OverlayData 1 (60D0,4000) LT OverlayComments 1 (60D2,0010) US OverlayRows 1 (60D2,0011) US OverlayColumns 1 (60D2,0012) US OverlayPlanes 1 (60D2,0015) IS NumberOfFramesInOverlay 1 (60D2,0022) LO OverlayDescription 1 (60D2,0040) CS OverlayType 1 (60D2,0045) LO OverlaySubtype 1 (60D2,0050) SS OverlayOrigin 2 (60D2,0051) US ImageFrameOrigin 1 (60D2,0052) US OverlayPlaneOrigin 1 (60D2,0060) CS OverlayCompressionCode 1 (60D2,0061) SH OverlayCompressionOriginator 1 (60D2,0062) SH OverlayCompressionLabel 1 (60D2,0063) CS OverlayCompressionDescription 1 (60D2,0066) AT OverlayCompressionStepPointers 1-n (60D2,0068) US OverlayRepeatInterval 1 (60D2,0069) US OverlayBitsGrouped 1 (60D2,0100) US OverlayBitsAllocated 1 (60D2,0102) US OverlayBitPosition 1 (60D2,0110) CS OverlayFormat 1 (60D2,0200) US OverlayLocation 1 (60D2,0800) CS OverlayCodeLabel 1-n (60D2,0802) US OverlayNumberOfTables 1 (60D2,0803) AT OverlayCodeTableLocation 1-n (60D2,0804) US OverlayBitsForCodeWord 1 (60D2,1001) CS OverlayActivationLayer 1 (60D2,1100) US OverlayDescriptorGray 1 (60D2,1101) US OverlayDescriptorRed 1 (60D2,1102) US OverlayDescriptorGreen 1 (60D2,1103) US OverlayDescriptorBlue 1 (60D2,1200) US OverlaysGray 1-n (60D2,1201) US OverlaysRed 1-n (60D2,1202) US OverlaysGreen 1-n (60D2,1203) US OverlaysBlue 1-n (60D2,1301) IS ROIArea 1 (60D2,1302) DS ROIMean 1 (60D2,1303) DS ROIStandardDeviation 1 (60D2,1500) LO OverlayLabel 1 (60D2,3000) OB/OW OverlayData 1 (60D2,4000) LT OverlayComments 1 (60D4,0010) US OverlayRows 1 (60D4,0011) US OverlayColumns 1 (60D4,0012) US OverlayPlanes 1 (60D4,0015) IS NumberOfFramesInOverlay 1 (60D4,0022) LO OverlayDescription 1 (60D4,0040) CS OverlayType 1 (60D4,0045) LO OverlaySubtype 1 (60D4,0050) SS OverlayOrigin 2 (60D4,0051) US ImageFrameOrigin 1 (60D4,0052) US OverlayPlaneOrigin 1 (60D4,0060) CS OverlayCompressionCode 1 (60D4,0061) SH OverlayCompressionOriginator 1 (60D4,0062) SH OverlayCompressionLabel 1 (60D4,0063) CS OverlayCompressionDescription 1 (60D4,0066) AT OverlayCompressionStepPointers 1-n (60D4,0068) US OverlayRepeatInterval 1 (60D4,0069) US OverlayBitsGrouped 1 (60D4,0100) US OverlayBitsAllocated 1 (60D4,0102) US OverlayBitPosition 1 (60D4,0110) CS OverlayFormat 1 (60D4,0200) US OverlayLocation 1 (60D4,0800) CS OverlayCodeLabel 1-n (60D4,0802) US OverlayNumberOfTables 1 (60D4,0803) AT OverlayCodeTableLocation 1-n (60D4,0804) US OverlayBitsForCodeWord 1 (60D4,1001) CS OverlayActivationLayer 1 (60D4,1100) US OverlayDescriptorGray 1 (60D4,1101) US OverlayDescriptorRed 1 (60D4,1102) US OverlayDescriptorGreen 1 (60D4,1103) US OverlayDescriptorBlue 1 (60D4,1200) US OverlaysGray 1-n (60D4,1201) US OverlaysRed 1-n (60D4,1202) US OverlaysGreen 1-n (60D4,1203) US OverlaysBlue 1-n (60D4,1301) IS ROIArea 1 (60D4,1302) DS ROIMean 1 (60D4,1303) DS ROIStandardDeviation 1 (60D4,1500) LO OverlayLabel 1 (60D4,3000) OB/OW OverlayData 1 (60D4,4000) LT OverlayComments 1 (60D6,0010) US OverlayRows 1 (60D6,0011) US OverlayColumns 1 (60D6,0012) US OverlayPlanes 1 (60D6,0015) IS NumberOfFramesInOverlay 1 (60D6,0022) LO OverlayDescription 1 (60D6,0040) CS OverlayType 1 (60D6,0045) LO OverlaySubtype 1 (60D6,0050) SS OverlayOrigin 2 (60D6,0051) US ImageFrameOrigin 1 (60D6,0052) US OverlayPlaneOrigin 1 (60D6,0060) CS OverlayCompressionCode 1 (60D6,0061) SH OverlayCompressionOriginator 1 (60D6,0062) SH OverlayCompressionLabel 1 (60D6,0063) CS OverlayCompressionDescription 1 (60D6,0066) AT OverlayCompressionStepPointers 1-n (60D6,0068) US OverlayRepeatInterval 1 (60D6,0069) US OverlayBitsGrouped 1 (60D6,0100) US OverlayBitsAllocated 1 (60D6,0102) US OverlayBitPosition 1 (60D6,0110) CS OverlayFormat 1 (60D6,0200) US OverlayLocation 1 (60D6,0800) CS OverlayCodeLabel 1-n (60D6,0802) US OverlayNumberOfTables 1 (60D6,0803) AT OverlayCodeTableLocation 1-n (60D6,0804) US OverlayBitsForCodeWord 1 (60D6,1001) CS OverlayActivationLayer 1 (60D6,1100) US OverlayDescriptorGray 1 (60D6,1101) US OverlayDescriptorRed 1 (60D6,1102) US OverlayDescriptorGreen 1 (60D6,1103) US OverlayDescriptorBlue 1 (60D6,1200) US OverlaysGray 1-n (60D6,1201) US OverlaysRed 1-n (60D6,1202) US OverlaysGreen 1-n (60D6,1203) US OverlaysBlue 1-n (60D6,1301) IS ROIArea 1 (60D6,1302) DS ROIMean 1 (60D6,1303) DS ROIStandardDeviation 1 (60D6,1500) LO OverlayLabel 1 (60D6,3000) OB/OW OverlayData 1 (60D6,4000) LT OverlayComments 1 (60D8,0010) US OverlayRows 1 (60D8,0011) US OverlayColumns 1 (60D8,0012) US OverlayPlanes 1 (60D8,0015) IS NumberOfFramesInOverlay 1 (60D8,0022) LO OverlayDescription 1 (60D8,0040) CS OverlayType 1 (60D8,0045) LO OverlaySubtype 1 (60D8,0050) SS OverlayOrigin 2 (60D8,0051) US ImageFrameOrigin 1 (60D8,0052) US OverlayPlaneOrigin 1 (60D8,0060) CS OverlayCompressionCode 1 (60D8,0061) SH OverlayCompressionOriginator 1 (60D8,0062) SH OverlayCompressionLabel 1 (60D8,0063) CS OverlayCompressionDescription 1 (60D8,0066) AT OverlayCompressionStepPointers 1-n (60D8,0068) US OverlayRepeatInterval 1 (60D8,0069) US OverlayBitsGrouped 1 (60D8,0100) US OverlayBitsAllocated 1 (60D8,0102) US OverlayBitPosition 1 (60D8,0110) CS OverlayFormat 1 (60D8,0200) US OverlayLocation 1 (60D8,0800) CS OverlayCodeLabel 1-n (60D8,0802) US OverlayNumberOfTables 1 (60D8,0803) AT OverlayCodeTableLocation 1-n (60D8,0804) US OverlayBitsForCodeWord 1 (60D8,1001) CS OverlayActivationLayer 1 (60D8,1100) US OverlayDescriptorGray 1 (60D8,1101) US OverlayDescriptorRed 1 (60D8,1102) US OverlayDescriptorGreen 1 (60D8,1103) US OverlayDescriptorBlue 1 (60D8,1200) US OverlaysGray 1-n (60D8,1201) US OverlaysRed 1-n (60D8,1202) US OverlaysGreen 1-n (60D8,1203) US OverlaysBlue 1-n (60D8,1301) IS ROIArea 1 (60D8,1302) DS ROIMean 1 (60D8,1303) DS ROIStandardDeviation 1 (60D8,1500) LO OverlayLabel 1 (60D8,3000) OB/OW OverlayData 1 (60D8,4000) LT OverlayComments 1 (60DA,0010) US OverlayRows 1 (60DA,0011) US OverlayColumns 1 (60DA,0012) US OverlayPlanes 1 (60DA,0015) IS NumberOfFramesInOverlay 1 (60DA,0022) LO OverlayDescription 1 (60DA,0040) CS OverlayType 1 (60DA,0045) LO OverlaySubtype 1 (60DA,0050) SS OverlayOrigin 2 (60DA,0051) US ImageFrameOrigin 1 (60DA,0052) US OverlayPlaneOrigin 1 (60DA,0060) CS OverlayCompressionCode 1 (60DA,0061) SH OverlayCompressionOriginator 1 (60DA,0062) SH OverlayCompressionLabel 1 (60DA,0063) CS OverlayCompressionDescription 1 (60DA,0066) AT OverlayCompressionStepPointers 1-n (60DA,0068) US OverlayRepeatInterval 1 (60DA,0069) US OverlayBitsGrouped 1 (60DA,0100) US OverlayBitsAllocated 1 (60DA,0102) US OverlayBitPosition 1 (60DA,0110) CS OverlayFormat 1 (60DA,0200) US OverlayLocation 1 (60DA,0800) CS OverlayCodeLabel 1-n (60DA,0802) US OverlayNumberOfTables 1 (60DA,0803) AT OverlayCodeTableLocation 1-n (60DA,0804) US OverlayBitsForCodeWord 1 (60DA,1001) CS OverlayActivationLayer 1 (60DA,1100) US OverlayDescriptorGray 1 (60DA,1101) US OverlayDescriptorRed 1 (60DA,1102) US OverlayDescriptorGreen 1 (60DA,1103) US OverlayDescriptorBlue 1 (60DA,1200) US OverlaysGray 1-n (60DA,1201) US OverlaysRed 1-n (60DA,1202) US OverlaysGreen 1-n (60DA,1203) US OverlaysBlue 1-n (60DA,1301) IS ROIArea 1 (60DA,1302) DS ROIMean 1 (60DA,1303) DS ROIStandardDeviation 1 (60DA,1500) LO OverlayLabel 1 (60DA,3000) OB/OW OverlayData 1 (60DA,4000) LT OverlayComments 1 (60DC,0010) US OverlayRows 1 (60DC,0011) US OverlayColumns 1 (60DC,0012) US OverlayPlanes 1 (60DC,0015) IS NumberOfFramesInOverlay 1 (60DC,0022) LO OverlayDescription 1 (60DC,0040) CS OverlayType 1 (60DC,0045) LO OverlaySubtype 1 (60DC,0050) SS OverlayOrigin 2 (60DC,0051) US ImageFrameOrigin 1 (60DC,0052) US OverlayPlaneOrigin 1 (60DC,0060) CS OverlayCompressionCode 1 (60DC,0061) SH OverlayCompressionOriginator 1 (60DC,0062) SH OverlayCompressionLabel 1 (60DC,0063) CS OverlayCompressionDescription 1 (60DC,0066) AT OverlayCompressionStepPointers 1-n (60DC,0068) US OverlayRepeatInterval 1 (60DC,0069) US OverlayBitsGrouped 1 (60DC,0100) US OverlayBitsAllocated 1 (60DC,0102) US OverlayBitPosition 1 (60DC,0110) CS OverlayFormat 1 (60DC,0200) US OverlayLocation 1 (60DC,0800) CS OverlayCodeLabel 1-n (60DC,0802) US OverlayNumberOfTables 1 (60DC,0803) AT OverlayCodeTableLocation 1-n (60DC,0804) US OverlayBitsForCodeWord 1 (60DC,1001) CS OverlayActivationLayer 1 (60DC,1100) US OverlayDescriptorGray 1 (60DC,1101) US OverlayDescriptorRed 1 (60DC,1102) US OverlayDescriptorGreen 1 (60DC,1103) US OverlayDescriptorBlue 1 (60DC,1200) US OverlaysGray 1-n (60DC,1201) US OverlaysRed 1-n (60DC,1202) US OverlaysGreen 1-n (60DC,1203) US OverlaysBlue 1-n (60DC,1301) IS ROIArea 1 (60DC,1302) DS ROIMean 1 (60DC,1303) DS ROIStandardDeviation 1 (60DC,1500) LO OverlayLabel 1 (60DC,3000) OB/OW OverlayData 1 (60DC,4000) LT OverlayComments 1 (60DE,0010) US OverlayRows 1 (60DE,0011) US OverlayColumns 1 (60DE,0012) US OverlayPlanes 1 (60DE,0015) IS NumberOfFramesInOverlay 1 (60DE,0022) LO OverlayDescription 1 (60DE,0040) CS OverlayType 1 (60DE,0045) LO OverlaySubtype 1 (60DE,0050) SS OverlayOrigin 2 (60DE,0051) US ImageFrameOrigin 1 (60DE,0052) US OverlayPlaneOrigin 1 (60DE,0060) CS OverlayCompressionCode 1 (60DE,0061) SH OverlayCompressionOriginator 1 (60DE,0062) SH OverlayCompressionLabel 1 (60DE,0063) CS OverlayCompressionDescription 1 (60DE,0066) AT OverlayCompressionStepPointers 1-n (60DE,0068) US OverlayRepeatInterval 1 (60DE,0069) US OverlayBitsGrouped 1 (60DE,0100) US OverlayBitsAllocated 1 (60DE,0102) US OverlayBitPosition 1 (60DE,0110) CS OverlayFormat 1 (60DE,0200) US OverlayLocation 1 (60DE,0800) CS OverlayCodeLabel 1-n (60DE,0802) US OverlayNumberOfTables 1 (60DE,0803) AT OverlayCodeTableLocation 1-n (60DE,0804) US OverlayBitsForCodeWord 1 (60DE,1001) CS OverlayActivationLayer 1 (60DE,1100) US OverlayDescriptorGray 1 (60DE,1101) US OverlayDescriptorRed 1 (60DE,1102) US OverlayDescriptorGreen 1 (60DE,1103) US OverlayDescriptorBlue 1 (60DE,1200) US OverlaysGray 1-n (60DE,1201) US OverlaysRed 1-n (60DE,1202) US OverlaysGreen 1-n (60DE,1203) US OverlaysBlue 1-n (60DE,1301) IS ROIArea 1 (60DE,1302) DS ROIMean 1 (60DE,1303) DS ROIStandardDeviation 1 (60DE,1500) LO OverlayLabel 1 (60DE,3000) OB/OW OverlayData 1 (60DE,4000) LT OverlayComments 1 (60E0,0010) US OverlayRows 1 (60E0,0011) US OverlayColumns 1 (60E0,0012) US OverlayPlanes 1 (60E0,0015) IS NumberOfFramesInOverlay 1 (60E0,0022) LO OverlayDescription 1 (60E0,0040) CS OverlayType 1 (60E0,0045) LO OverlaySubtype 1 (60E0,0050) SS OverlayOrigin 2 (60E0,0051) US ImageFrameOrigin 1 (60E0,0052) US OverlayPlaneOrigin 1 (60E0,0060) CS OverlayCompressionCode 1 (60E0,0061) SH OverlayCompressionOriginator 1 (60E0,0062) SH OverlayCompressionLabel 1 (60E0,0063) CS OverlayCompressionDescription 1 (60E0,0066) AT OverlayCompressionStepPointers 1-n (60E0,0068) US OverlayRepeatInterval 1 (60E0,0069) US OverlayBitsGrouped 1 (60E0,0100) US OverlayBitsAllocated 1 (60E0,0102) US OverlayBitPosition 1 (60E0,0110) CS OverlayFormat 1 (60E0,0200) US OverlayLocation 1 (60E0,0800) CS OverlayCodeLabel 1-n (60E0,0802) US OverlayNumberOfTables 1 (60E0,0803) AT OverlayCodeTableLocation 1-n (60E0,0804) US OverlayBitsForCodeWord 1 (60E0,1001) CS OverlayActivationLayer 1 (60E0,1100) US OverlayDescriptorGray 1 (60E0,1101) US OverlayDescriptorRed 1 (60E0,1102) US OverlayDescriptorGreen 1 (60E0,1103) US OverlayDescriptorBlue 1 (60E0,1200) US OverlaysGray 1-n (60E0,1201) US OverlaysRed 1-n (60E0,1202) US OverlaysGreen 1-n (60E0,1203) US OverlaysBlue 1-n (60E0,1301) IS ROIArea 1 (60E0,1302) DS ROIMean 1 (60E0,1303) DS ROIStandardDeviation 1 (60E0,1500) LO OverlayLabel 1 (60E0,3000) OB/OW OverlayData 1 (60E0,4000) LT OverlayComments 1 (60E2,0010) US OverlayRows 1 (60E2,0011) US OverlayColumns 1 (60E2,0012) US OverlayPlanes 1 (60E2,0015) IS NumberOfFramesInOverlay 1 (60E2,0022) LO OverlayDescription 1 (60E2,0040) CS OverlayType 1 (60E2,0045) LO OverlaySubtype 1 (60E2,0050) SS OverlayOrigin 2 (60E2,0051) US ImageFrameOrigin 1 (60E2,0052) US OverlayPlaneOrigin 1 (60E2,0060) CS OverlayCompressionCode 1 (60E2,0061) SH OverlayCompressionOriginator 1 (60E2,0062) SH OverlayCompressionLabel 1 (60E2,0063) CS OverlayCompressionDescription 1 (60E2,0066) AT OverlayCompressionStepPointers 1-n (60E2,0068) US OverlayRepeatInterval 1 (60E2,0069) US OverlayBitsGrouped 1 (60E2,0100) US OverlayBitsAllocated 1 (60E2,0102) US OverlayBitPosition 1 (60E2,0110) CS OverlayFormat 1 (60E2,0200) US OverlayLocation 1 (60E2,0800) CS OverlayCodeLabel 1-n (60E2,0802) US OverlayNumberOfTables 1 (60E2,0803) AT OverlayCodeTableLocation 1-n (60E2,0804) US OverlayBitsForCodeWord 1 (60E2,1001) CS OverlayActivationLayer 1 (60E2,1100) US OverlayDescriptorGray 1 (60E2,1101) US OverlayDescriptorRed 1 (60E2,1102) US OverlayDescriptorGreen 1 (60E2,1103) US OverlayDescriptorBlue 1 (60E2,1200) US OverlaysGray 1-n (60E2,1201) US OverlaysRed 1-n (60E2,1202) US OverlaysGreen 1-n (60E2,1203) US OverlaysBlue 1-n (60E2,1301) IS ROIArea 1 (60E2,1302) DS ROIMean 1 (60E2,1303) DS ROIStandardDeviation 1 (60E2,1500) LO OverlayLabel 1 (60E2,3000) OB/OW OverlayData 1 (60E2,4000) LT OverlayComments 1 (60E4,0010) US OverlayRows 1 (60E4,0011) US OverlayColumns 1 (60E4,0012) US OverlayPlanes 1 (60E4,0015) IS NumberOfFramesInOverlay 1 (60E4,0022) LO OverlayDescription 1 (60E4,0040) CS OverlayType 1 (60E4,0045) LO OverlaySubtype 1 (60E4,0050) SS OverlayOrigin 2 (60E4,0051) US ImageFrameOrigin 1 (60E4,0052) US OverlayPlaneOrigin 1 (60E4,0060) CS OverlayCompressionCode 1 (60E4,0061) SH OverlayCompressionOriginator 1 (60E4,0062) SH OverlayCompressionLabel 1 (60E4,0063) CS OverlayCompressionDescription 1 (60E4,0066) AT OverlayCompressionStepPointers 1-n (60E4,0068) US OverlayRepeatInterval 1 (60E4,0069) US OverlayBitsGrouped 1 (60E4,0100) US OverlayBitsAllocated 1 (60E4,0102) US OverlayBitPosition 1 (60E4,0110) CS OverlayFormat 1 (60E4,0200) US OverlayLocation 1 (60E4,0800) CS OverlayCodeLabel 1-n (60E4,0802) US OverlayNumberOfTables 1 (60E4,0803) AT OverlayCodeTableLocation 1-n (60E4,0804) US OverlayBitsForCodeWord 1 (60E4,1001) CS OverlayActivationLayer 1 (60E4,1100) US OverlayDescriptorGray 1 (60E4,1101) US OverlayDescriptorRed 1 (60E4,1102) US OverlayDescriptorGreen 1 (60E4,1103) US OverlayDescriptorBlue 1 (60E4,1200) US OverlaysGray 1-n (60E4,1201) US OverlaysRed 1-n (60E4,1202) US OverlaysGreen 1-n (60E4,1203) US OverlaysBlue 1-n (60E4,1301) IS ROIArea 1 (60E4,1302) DS ROIMean 1 (60E4,1303) DS ROIStandardDeviation 1 (60E4,1500) LO OverlayLabel 1 (60E4,3000) OB/OW OverlayData 1 (60E4,4000) LT OverlayComments 1 (60E6,0010) US OverlayRows 1 (60E6,0011) US OverlayColumns 1 (60E6,0012) US OverlayPlanes 1 (60E6,0015) IS NumberOfFramesInOverlay 1 (60E6,0022) LO OverlayDescription 1 (60E6,0040) CS OverlayType 1 (60E6,0045) LO OverlaySubtype 1 (60E6,0050) SS OverlayOrigin 2 (60E6,0051) US ImageFrameOrigin 1 (60E6,0052) US OverlayPlaneOrigin 1 (60E6,0060) CS OverlayCompressionCode 1 (60E6,0061) SH OverlayCompressionOriginator 1 (60E6,0062) SH OverlayCompressionLabel 1 (60E6,0063) CS OverlayCompressionDescription 1 (60E6,0066) AT OverlayCompressionStepPointers 1-n (60E6,0068) US OverlayRepeatInterval 1 (60E6,0069) US OverlayBitsGrouped 1 (60E6,0100) US OverlayBitsAllocated 1 (60E6,0102) US OverlayBitPosition 1 (60E6,0110) CS OverlayFormat 1 (60E6,0200) US OverlayLocation 1 (60E6,0800) CS OverlayCodeLabel 1-n (60E6,0802) US OverlayNumberOfTables 1 (60E6,0803) AT OverlayCodeTableLocation 1-n (60E6,0804) US OverlayBitsForCodeWord 1 (60E6,1001) CS OverlayActivationLayer 1 (60E6,1100) US OverlayDescriptorGray 1 (60E6,1101) US OverlayDescriptorRed 1 (60E6,1102) US OverlayDescriptorGreen 1 (60E6,1103) US OverlayDescriptorBlue 1 (60E6,1200) US OverlaysGray 1-n (60E6,1201) US OverlaysRed 1-n (60E6,1202) US OverlaysGreen 1-n (60E6,1203) US OverlaysBlue 1-n (60E6,1301) IS ROIArea 1 (60E6,1302) DS ROIMean 1 (60E6,1303) DS ROIStandardDeviation 1 (60E6,1500) LO OverlayLabel 1 (60E6,3000) OB/OW OverlayData 1 (60E6,4000) LT OverlayComments 1 (60E8,0010) US OverlayRows 1 (60E8,0011) US OverlayColumns 1 (60E8,0012) US OverlayPlanes 1 (60E8,0015) IS NumberOfFramesInOverlay 1 (60E8,0022) LO OverlayDescription 1 (60E8,0040) CS OverlayType 1 (60E8,0045) LO OverlaySubtype 1 (60E8,0050) SS OverlayOrigin 2 (60E8,0051) US ImageFrameOrigin 1 (60E8,0052) US OverlayPlaneOrigin 1 (60E8,0060) CS OverlayCompressionCode 1 (60E8,0061) SH OverlayCompressionOriginator 1 (60E8,0062) SH OverlayCompressionLabel 1 (60E8,0063) CS OverlayCompressionDescription 1 (60E8,0066) AT OverlayCompressionStepPointers 1-n (60E8,0068) US OverlayRepeatInterval 1 (60E8,0069) US OverlayBitsGrouped 1 (60E8,0100) US OverlayBitsAllocated 1 (60E8,0102) US OverlayBitPosition 1 (60E8,0110) CS OverlayFormat 1 (60E8,0200) US OverlayLocation 1 (60E8,0800) CS OverlayCodeLabel 1-n (60E8,0802) US OverlayNumberOfTables 1 (60E8,0803) AT OverlayCodeTableLocation 1-n (60E8,0804) US OverlayBitsForCodeWord 1 (60E8,1001) CS OverlayActivationLayer 1 (60E8,1100) US OverlayDescriptorGray 1 (60E8,1101) US OverlayDescriptorRed 1 (60E8,1102) US OverlayDescriptorGreen 1 (60E8,1103) US OverlayDescriptorBlue 1 (60E8,1200) US OverlaysGray 1-n (60E8,1201) US OverlaysRed 1-n (60E8,1202) US OverlaysGreen 1-n (60E8,1203) US OverlaysBlue 1-n (60E8,1301) IS ROIArea 1 (60E8,1302) DS ROIMean 1 (60E8,1303) DS ROIStandardDeviation 1 (60E8,1500) LO OverlayLabel 1 (60E8,3000) OB/OW OverlayData 1 (60E8,4000) LT OverlayComments 1 (60EA,0010) US OverlayRows 1 (60EA,0011) US OverlayColumns 1 (60EA,0012) US OverlayPlanes 1 (60EA,0015) IS NumberOfFramesInOverlay 1 (60EA,0022) LO OverlayDescription 1 (60EA,0040) CS OverlayType 1 (60EA,0045) LO OverlaySubtype 1 (60EA,0050) SS OverlayOrigin 2 (60EA,0051) US ImageFrameOrigin 1 (60EA,0052) US OverlayPlaneOrigin 1 (60EA,0060) CS OverlayCompressionCode 1 (60EA,0061) SH OverlayCompressionOriginator 1 (60EA,0062) SH OverlayCompressionLabel 1 (60EA,0063) CS OverlayCompressionDescription 1 (60EA,0066) AT OverlayCompressionStepPointers 1-n (60EA,0068) US OverlayRepeatInterval 1 (60EA,0069) US OverlayBitsGrouped 1 (60EA,0100) US OverlayBitsAllocated 1 (60EA,0102) US OverlayBitPosition 1 (60EA,0110) CS OverlayFormat 1 (60EA,0200) US OverlayLocation 1 (60EA,0800) CS OverlayCodeLabel 1-n (60EA,0802) US OverlayNumberOfTables 1 (60EA,0803) AT OverlayCodeTableLocation 1-n (60EA,0804) US OverlayBitsForCodeWord 1 (60EA,1001) CS OverlayActivationLayer 1 (60EA,1100) US OverlayDescriptorGray 1 (60EA,1101) US OverlayDescriptorRed 1 (60EA,1102) US OverlayDescriptorGreen 1 (60EA,1103) US OverlayDescriptorBlue 1 (60EA,1200) US OverlaysGray 1-n (60EA,1201) US OverlaysRed 1-n (60EA,1202) US OverlaysGreen 1-n (60EA,1203) US OverlaysBlue 1-n (60EA,1301) IS ROIArea 1 (60EA,1302) DS ROIMean 1 (60EA,1303) DS ROIStandardDeviation 1 (60EA,1500) LO OverlayLabel 1 (60EA,3000) OB/OW OverlayData 1 (60EA,4000) LT OverlayComments 1 (60EC,0010) US OverlayRows 1 (60EC,0011) US OverlayColumns 1 (60EC,0012) US OverlayPlanes 1 (60EC,0015) IS NumberOfFramesInOverlay 1 (60EC,0022) LO OverlayDescription 1 (60EC,0040) CS OverlayType 1 (60EC,0045) LO OverlaySubtype 1 (60EC,0050) SS OverlayOrigin 2 (60EC,0051) US ImageFrameOrigin 1 (60EC,0052) US OverlayPlaneOrigin 1 (60EC,0060) CS OverlayCompressionCode 1 (60EC,0061) SH OverlayCompressionOriginator 1 (60EC,0062) SH OverlayCompressionLabel 1 (60EC,0063) CS OverlayCompressionDescription 1 (60EC,0066) AT OverlayCompressionStepPointers 1-n (60EC,0068) US OverlayRepeatInterval 1 (60EC,0069) US OverlayBitsGrouped 1 (60EC,0100) US OverlayBitsAllocated 1 (60EC,0102) US OverlayBitPosition 1 (60EC,0110) CS OverlayFormat 1 (60EC,0200) US OverlayLocation 1 (60EC,0800) CS OverlayCodeLabel 1-n (60EC,0802) US OverlayNumberOfTables 1 (60EC,0803) AT OverlayCodeTableLocation 1-n (60EC,0804) US OverlayBitsForCodeWord 1 (60EC,1001) CS OverlayActivationLayer 1 (60EC,1100) US OverlayDescriptorGray 1 (60EC,1101) US OverlayDescriptorRed 1 (60EC,1102) US OverlayDescriptorGreen 1 (60EC,1103) US OverlayDescriptorBlue 1 (60EC,1200) US OverlaysGray 1-n (60EC,1201) US OverlaysRed 1-n (60EC,1202) US OverlaysGreen 1-n (60EC,1203) US OverlaysBlue 1-n (60EC,1301) IS ROIArea 1 (60EC,1302) DS ROIMean 1 (60EC,1303) DS ROIStandardDeviation 1 (60EC,1500) LO OverlayLabel 1 (60EC,3000) OB/OW OverlayData 1 (60EC,4000) LT OverlayComments 1 (60EE,0010) US OverlayRows 1 (60EE,0011) US OverlayColumns 1 (60EE,0012) US OverlayPlanes 1 (60EE,0015) IS NumberOfFramesInOverlay 1 (60EE,0022) LO OverlayDescription 1 (60EE,0040) CS OverlayType 1 (60EE,0045) LO OverlaySubtype 1 (60EE,0050) SS OverlayOrigin 2 (60EE,0051) US ImageFrameOrigin 1 (60EE,0052) US OverlayPlaneOrigin 1 (60EE,0060) CS OverlayCompressionCode 1 (60EE,0061) SH OverlayCompressionOriginator 1 (60EE,0062) SH OverlayCompressionLabel 1 (60EE,0063) CS OverlayCompressionDescription 1 (60EE,0066) AT OverlayCompressionStepPointers 1-n (60EE,0068) US OverlayRepeatInterval 1 (60EE,0069) US OverlayBitsGrouped 1 (60EE,0100) US OverlayBitsAllocated 1 (60EE,0102) US OverlayBitPosition 1 (60EE,0110) CS OverlayFormat 1 (60EE,0200) US OverlayLocation 1 (60EE,0800) CS OverlayCodeLabel 1-n (60EE,0802) US OverlayNumberOfTables 1 (60EE,0803) AT OverlayCodeTableLocation 1-n (60EE,0804) US OverlayBitsForCodeWord 1 (60EE,1001) CS OverlayActivationLayer 1 (60EE,1100) US OverlayDescriptorGray 1 (60EE,1101) US OverlayDescriptorRed 1 (60EE,1102) US OverlayDescriptorGreen 1 (60EE,1103) US OverlayDescriptorBlue 1 (60EE,1200) US OverlaysGray 1-n (60EE,1201) US OverlaysRed 1-n (60EE,1202) US OverlaysGreen 1-n (60EE,1203) US OverlaysBlue 1-n (60EE,1301) IS ROIArea 1 (60EE,1302) DS ROIMean 1 (60EE,1303) DS ROIStandardDeviation 1 (60EE,1500) LO OverlayLabel 1 (60EE,3000) OB/OW OverlayData 1 (60EE,4000) LT OverlayComments 1 (60F0,0010) US OverlayRows 1 (60F0,0011) US OverlayColumns 1 (60F0,0012) US OverlayPlanes 1 (60F0,0015) IS NumberOfFramesInOverlay 1 (60F0,0022) LO OverlayDescription 1 (60F0,0040) CS OverlayType 1 (60F0,0045) LO OverlaySubtype 1 (60F0,0050) SS OverlayOrigin 2 (60F0,0051) US ImageFrameOrigin 1 (60F0,0052) US OverlayPlaneOrigin 1 (60F0,0060) CS OverlayCompressionCode 1 (60F0,0061) SH OverlayCompressionOriginator 1 (60F0,0062) SH OverlayCompressionLabel 1 (60F0,0063) CS OverlayCompressionDescription 1 (60F0,0066) AT OverlayCompressionStepPointers 1-n (60F0,0068) US OverlayRepeatInterval 1 (60F0,0069) US OverlayBitsGrouped 1 (60F0,0100) US OverlayBitsAllocated 1 (60F0,0102) US OverlayBitPosition 1 (60F0,0110) CS OverlayFormat 1 (60F0,0200) US OverlayLocation 1 (60F0,0800) CS OverlayCodeLabel 1-n (60F0,0802) US OverlayNumberOfTables 1 (60F0,0803) AT OverlayCodeTableLocation 1-n (60F0,0804) US OverlayBitsForCodeWord 1 (60F0,1001) CS OverlayActivationLayer 1 (60F0,1100) US OverlayDescriptorGray 1 (60F0,1101) US OverlayDescriptorRed 1 (60F0,1102) US OverlayDescriptorGreen 1 (60F0,1103) US OverlayDescriptorBlue 1 (60F0,1200) US OverlaysGray 1-n (60F0,1201) US OverlaysRed 1-n (60F0,1202) US OverlaysGreen 1-n (60F0,1203) US OverlaysBlue 1-n (60F0,1301) IS ROIArea 1 (60F0,1302) DS ROIMean 1 (60F0,1303) DS ROIStandardDeviation 1 (60F0,1500) LO OverlayLabel 1 (60F0,3000) OB/OW OverlayData 1 (60F0,4000) LT OverlayComments 1 (60F2,0010) US OverlayRows 1 (60F2,0011) US OverlayColumns 1 (60F2,0012) US OverlayPlanes 1 (60F2,0015) IS NumberOfFramesInOverlay 1 (60F2,0022) LO OverlayDescription 1 (60F2,0040) CS OverlayType 1 (60F2,0045) LO OverlaySubtype 1 (60F2,0050) SS OverlayOrigin 2 (60F2,0051) US ImageFrameOrigin 1 (60F2,0052) US OverlayPlaneOrigin 1 (60F2,0060) CS OverlayCompressionCode 1 (60F2,0061) SH OverlayCompressionOriginator 1 (60F2,0062) SH OverlayCompressionLabel 1 (60F2,0063) CS OverlayCompressionDescription 1 (60F2,0066) AT OverlayCompressionStepPointers 1-n (60F2,0068) US OverlayRepeatInterval 1 (60F2,0069) US OverlayBitsGrouped 1 (60F2,0100) US OverlayBitsAllocated 1 (60F2,0102) US OverlayBitPosition 1 (60F2,0110) CS OverlayFormat 1 (60F2,0200) US OverlayLocation 1 (60F2,0800) CS OverlayCodeLabel 1-n (60F2,0802) US OverlayNumberOfTables 1 (60F2,0803) AT OverlayCodeTableLocation 1-n (60F2,0804) US OverlayBitsForCodeWord 1 (60F2,1001) CS OverlayActivationLayer 1 (60F2,1100) US OverlayDescriptorGray 1 (60F2,1101) US OverlayDescriptorRed 1 (60F2,1102) US OverlayDescriptorGreen 1 (60F2,1103) US OverlayDescriptorBlue 1 (60F2,1200) US OverlaysGray 1-n (60F2,1201) US OverlaysRed 1-n (60F2,1202) US OverlaysGreen 1-n (60F2,1203) US OverlaysBlue 1-n (60F2,1301) IS ROIArea 1 (60F2,1302) DS ROIMean 1 (60F2,1303) DS ROIStandardDeviation 1 (60F2,1500) LO OverlayLabel 1 (60F2,3000) OB/OW OverlayData 1 (60F2,4000) LT OverlayComments 1 (60F4,0010) US OverlayRows 1 (60F4,0011) US OverlayColumns 1 (60F4,0012) US OverlayPlanes 1 (60F4,0015) IS NumberOfFramesInOverlay 1 (60F4,0022) LO OverlayDescription 1 (60F4,0040) CS OverlayType 1 (60F4,0045) LO OverlaySubtype 1 (60F4,0050) SS OverlayOrigin 2 (60F4,0051) US ImageFrameOrigin 1 (60F4,0052) US OverlayPlaneOrigin 1 (60F4,0060) CS OverlayCompressionCode 1 (60F4,0061) SH OverlayCompressionOriginator 1 (60F4,0062) SH OverlayCompressionLabel 1 (60F4,0063) CS OverlayCompressionDescription 1 (60F4,0066) AT OverlayCompressionStepPointers 1-n (60F4,0068) US OverlayRepeatInterval 1 (60F4,0069) US OverlayBitsGrouped 1 (60F4,0100) US OverlayBitsAllocated 1 (60F4,0102) US OverlayBitPosition 1 (60F4,0110) CS OverlayFormat 1 (60F4,0200) US OverlayLocation 1 (60F4,0800) CS OverlayCodeLabel 1-n (60F4,0802) US OverlayNumberOfTables 1 (60F4,0803) AT OverlayCodeTableLocation 1-n (60F4,0804) US OverlayBitsForCodeWord 1 (60F4,1001) CS OverlayActivationLayer 1 (60F4,1100) US OverlayDescriptorGray 1 (60F4,1101) US OverlayDescriptorRed 1 (60F4,1102) US OverlayDescriptorGreen 1 (60F4,1103) US OverlayDescriptorBlue 1 (60F4,1200) US OverlaysGray 1-n (60F4,1201) US OverlaysRed 1-n (60F4,1202) US OverlaysGreen 1-n (60F4,1203) US OverlaysBlue 1-n (60F4,1301) IS ROIArea 1 (60F4,1302) DS ROIMean 1 (60F4,1303) DS ROIStandardDeviation 1 (60F4,1500) LO OverlayLabel 1 (60F4,3000) OB/OW OverlayData 1 (60F4,4000) LT OverlayComments 1 (60F6,0010) US OverlayRows 1 (60F6,0011) US OverlayColumns 1 (60F6,0012) US OverlayPlanes 1 (60F6,0015) IS NumberOfFramesInOverlay 1 (60F6,0022) LO OverlayDescription 1 (60F6,0040) CS OverlayType 1 (60F6,0045) LO OverlaySubtype 1 (60F6,0050) SS OverlayOrigin 2 (60F6,0051) US ImageFrameOrigin 1 (60F6,0052) US OverlayPlaneOrigin 1 (60F6,0060) CS OverlayCompressionCode 1 (60F6,0061) SH OverlayCompressionOriginator 1 (60F6,0062) SH OverlayCompressionLabel 1 (60F6,0063) CS OverlayCompressionDescription 1 (60F6,0066) AT OverlayCompressionStepPointers 1-n (60F6,0068) US OverlayRepeatInterval 1 (60F6,0069) US OverlayBitsGrouped 1 (60F6,0100) US OverlayBitsAllocated 1 (60F6,0102) US OverlayBitPosition 1 (60F6,0110) CS OverlayFormat 1 (60F6,0200) US OverlayLocation 1 (60F6,0800) CS OverlayCodeLabel 1-n (60F6,0802) US OverlayNumberOfTables 1 (60F6,0803) AT OverlayCodeTableLocation 1-n (60F6,0804) US OverlayBitsForCodeWord 1 (60F6,1001) CS OverlayActivationLayer 1 (60F6,1100) US OverlayDescriptorGray 1 (60F6,1101) US OverlayDescriptorRed 1 (60F6,1102) US OverlayDescriptorGreen 1 (60F6,1103) US OverlayDescriptorBlue 1 (60F6,1200) US OverlaysGray 1-n (60F6,1201) US OverlaysRed 1-n (60F6,1202) US OverlaysGreen 1-n (60F6,1203) US OverlaysBlue 1-n (60F6,1301) IS ROIArea 1 (60F6,1302) DS ROIMean 1 (60F6,1303) DS ROIStandardDeviation 1 (60F6,1500) LO OverlayLabel 1 (60F6,3000) OB/OW OverlayData 1 (60F6,4000) LT OverlayComments 1 (60F8,0010) US OverlayRows 1 (60F8,0011) US OverlayColumns 1 (60F8,0012) US OverlayPlanes 1 (60F8,0015) IS NumberOfFramesInOverlay 1 (60F8,0022) LO OverlayDescription 1 (60F8,0040) CS OverlayType 1 (60F8,0045) LO OverlaySubtype 1 (60F8,0050) SS OverlayOrigin 2 (60F8,0051) US ImageFrameOrigin 1 (60F8,0052) US OverlayPlaneOrigin 1 (60F8,0060) CS OverlayCompressionCode 1 (60F8,0061) SH OverlayCompressionOriginator 1 (60F8,0062) SH OverlayCompressionLabel 1 (60F8,0063) CS OverlayCompressionDescription 1 (60F8,0066) AT OverlayCompressionStepPointers 1-n (60F8,0068) US OverlayRepeatInterval 1 (60F8,0069) US OverlayBitsGrouped 1 (60F8,0100) US OverlayBitsAllocated 1 (60F8,0102) US OverlayBitPosition 1 (60F8,0110) CS OverlayFormat 1 (60F8,0200) US OverlayLocation 1 (60F8,0800) CS OverlayCodeLabel 1-n (60F8,0802) US OverlayNumberOfTables 1 (60F8,0803) AT OverlayCodeTableLocation 1-n (60F8,0804) US OverlayBitsForCodeWord 1 (60F8,1001) CS OverlayActivationLayer 1 (60F8,1100) US OverlayDescriptorGray 1 (60F8,1101) US OverlayDescriptorRed 1 (60F8,1102) US OverlayDescriptorGreen 1 (60F8,1103) US OverlayDescriptorBlue 1 (60F8,1200) US OverlaysGray 1-n (60F8,1201) US OverlaysRed 1-n (60F8,1202) US OverlaysGreen 1-n (60F8,1203) US OverlaysBlue 1-n (60F8,1301) IS ROIArea 1 (60F8,1302) DS ROIMean 1 (60F8,1303) DS ROIStandardDeviation 1 (60F8,1500) LO OverlayLabel 1 (60F8,3000) OB/OW OverlayData 1 (60F8,4000) LT OverlayComments 1 (60FA,0010) US OverlayRows 1 (60FA,0011) US OverlayColumns 1 (60FA,0012) US OverlayPlanes 1 (60FA,0015) IS NumberOfFramesInOverlay 1 (60FA,0022) LO OverlayDescription 1 (60FA,0040) CS OverlayType 1 (60FA,0045) LO OverlaySubtype 1 (60FA,0050) SS OverlayOrigin 2 (60FA,0051) US ImageFrameOrigin 1 (60FA,0052) US OverlayPlaneOrigin 1 (60FA,0060) CS OverlayCompressionCode 1 (60FA,0061) SH OverlayCompressionOriginator 1 (60FA,0062) SH OverlayCompressionLabel 1 (60FA,0063) CS OverlayCompressionDescription 1 (60FA,0066) AT OverlayCompressionStepPointers 1-n (60FA,0068) US OverlayRepeatInterval 1 (60FA,0069) US OverlayBitsGrouped 1 (60FA,0100) US OverlayBitsAllocated 1 (60FA,0102) US OverlayBitPosition 1 (60FA,0110) CS OverlayFormat 1 (60FA,0200) US OverlayLocation 1 (60FA,0800) CS OverlayCodeLabel 1-n (60FA,0802) US OverlayNumberOfTables 1 (60FA,0803) AT OverlayCodeTableLocation 1-n (60FA,0804) US OverlayBitsForCodeWord 1 (60FA,1001) CS OverlayActivationLayer 1 (60FA,1100) US OverlayDescriptorGray 1 (60FA,1101) US OverlayDescriptorRed 1 (60FA,1102) US OverlayDescriptorGreen 1 (60FA,1103) US OverlayDescriptorBlue 1 (60FA,1200) US OverlaysGray 1-n (60FA,1201) US OverlaysRed 1-n (60FA,1202) US OverlaysGreen 1-n (60FA,1203) US OverlaysBlue 1-n (60FA,1301) IS ROIArea 1 (60FA,1302) DS ROIMean 1 (60FA,1303) DS ROIStandardDeviation 1 (60FA,1500) LO OverlayLabel 1 (60FA,3000) OB/OW OverlayData 1 (60FA,4000) LT OverlayComments 1 (60FC,0010) US OverlayRows 1 (60FC,0011) US OverlayColumns 1 (60FC,0012) US OverlayPlanes 1 (60FC,0015) IS NumberOfFramesInOverlay 1 (60FC,0022) LO OverlayDescription 1 (60FC,0040) CS OverlayType 1 (60FC,0045) LO OverlaySubtype 1 (60FC,0050) SS OverlayOrigin 2 (60FC,0051) US ImageFrameOrigin 1 (60FC,0052) US OverlayPlaneOrigin 1 (60FC,0060) CS OverlayCompressionCode 1 (60FC,0061) SH OverlayCompressionOriginator 1 (60FC,0062) SH OverlayCompressionLabel 1 (60FC,0063) CS OverlayCompressionDescription 1 (60FC,0066) AT OverlayCompressionStepPointers 1-n (60FC,0068) US OverlayRepeatInterval 1 (60FC,0069) US OverlayBitsGrouped 1 (60FC,0100) US OverlayBitsAllocated 1 (60FC,0102) US OverlayBitPosition 1 (60FC,0110) CS OverlayFormat 1 (60FC,0200) US OverlayLocation 1 (60FC,0800) CS OverlayCodeLabel 1-n (60FC,0802) US OverlayNumberOfTables 1 (60FC,0803) AT OverlayCodeTableLocation 1-n (60FC,0804) US OverlayBitsForCodeWord 1 (60FC,1001) CS OverlayActivationLayer 1 (60FC,1100) US OverlayDescriptorGray 1 (60FC,1101) US OverlayDescriptorRed 1 (60FC,1102) US OverlayDescriptorGreen 1 (60FC,1103) US OverlayDescriptorBlue 1 (60FC,1200) US OverlaysGray 1-n (60FC,1201) US OverlaysRed 1-n (60FC,1202) US OverlaysGreen 1-n (60FC,1203) US OverlaysBlue 1-n (60FC,1301) IS ROIArea 1 (60FC,1302) DS ROIMean 1 (60FC,1303) DS ROIStandardDeviation 1 (60FC,1500) LO OverlayLabel 1 (60FC,3000) OB/OW OverlayData 1 (60FC,4000) LT OverlayComments 1 (60FE,0010) US OverlayRows 1 (60FE,0011) US OverlayColumns 1 (60FE,0012) US OverlayPlanes 1 (60FE,0015) IS NumberOfFramesInOverlay 1 (60FE,0022) LO OverlayDescription 1 (60FE,0040) CS OverlayType 1 (60FE,0045) LO OverlaySubtype 1 (60FE,0050) SS OverlayOrigin 2 (60FE,0051) US ImageFrameOrigin 1 (60FE,0052) US OverlayPlaneOrigin 1 (60FE,0060) CS OverlayCompressionCode 1 (60FE,0061) SH OverlayCompressionOriginator 1 (60FE,0062) SH OverlayCompressionLabel 1 (60FE,0063) CS OverlayCompressionDescription 1 (60FE,0066) AT OverlayCompressionStepPointers 1-n (60FE,0068) US OverlayRepeatInterval 1 (60FE,0069) US OverlayBitsGrouped 1 (60FE,0100) US OverlayBitsAllocated 1 (60FE,0102) US OverlayBitPosition 1 (60FE,0110) CS OverlayFormat 1 (60FE,0200) US OverlayLocation 1 (60FE,0800) CS OverlayCodeLabel 1-n (60FE,0802) US OverlayNumberOfTables 1 (60FE,0803) AT OverlayCodeTableLocation 1-n (60FE,0804) US OverlayBitsForCodeWord 1 (60FE,1001) CS OverlayActivationLayer 1 (60FE,1100) US OverlayDescriptorGray 1 (60FE,1101) US OverlayDescriptorRed 1 (60FE,1102) US OverlayDescriptorGreen 1 (60FE,1103) US OverlayDescriptorBlue 1 (60FE,1200) US OverlaysGray 1-n (60FE,1201) US OverlaysRed 1-n (60FE,1202) US OverlaysGreen 1-n (60FE,1203) US OverlaysBlue 1-n (60FE,1301) IS ROIArea 1 (60FE,1302) DS ROIMean 1 (60FE,1303) DS ROIStandardDeviation 1 (60FE,1500) LO OverlayLabel 1 (60FE,3000) OB/OW OverlayData 1 (60FE,4000) LT OverlayComments 1 (7F00,0010) OB/OW VariablePixelData 1 (7F00,0011) US VariableNextDataGroup 1 (7F00,0020) OW VariableCoefficientsSDVN 1 (7F00,0030) OW VariableCoefficientsSDHN 1 (7F00,0040) OW VariableCoefficientsSDDN 1 (7F02,0010) OB/OW VariablePixelData 1 (7F02,0011) US VariableNextDataGroup 1 (7F02,0020) OW VariableCoefficientsSDVN 1 (7F02,0030) OW VariableCoefficientsSDHN 1 (7F02,0040) OW VariableCoefficientsSDDN 1 (7F04,0010) OB/OW VariablePixelData 1 (7F04,0011) US VariableNextDataGroup 1 (7F04,0020) OW VariableCoefficientsSDVN 1 (7F04,0030) OW VariableCoefficientsSDHN 1 (7F04,0040) OW VariableCoefficientsSDDN 1 (7F06,0010) OB/OW VariablePixelData 1 (7F06,0011) US VariableNextDataGroup 1 (7F06,0020) OW VariableCoefficientsSDVN 1 (7F06,0030) OW VariableCoefficientsSDHN 1 (7F06,0040) OW VariableCoefficientsSDDN 1 (7F08,0010) OB/OW VariablePixelData 1 (7F08,0011) US VariableNextDataGroup 1 (7F08,0020) OW VariableCoefficientsSDVN 1 (7F08,0030) OW VariableCoefficientsSDHN 1 (7F08,0040) OW VariableCoefficientsSDDN 1 (7F0A,0010) OB/OW VariablePixelData 1 (7F0A,0011) US VariableNextDataGroup 1 (7F0A,0020) OW VariableCoefficientsSDVN 1 (7F0A,0030) OW VariableCoefficientsSDHN 1 (7F0A,0040) OW VariableCoefficientsSDDN 1 (7F0C,0010) OB/OW VariablePixelData 1 (7F0C,0011) US VariableNextDataGroup 1 (7F0C,0020) OW VariableCoefficientsSDVN 1 (7F0C,0030) OW VariableCoefficientsSDHN 1 (7F0C,0040) OW VariableCoefficientsSDDN 1 (7F0E,0010) OB/OW VariablePixelData 1 (7F0E,0011) US VariableNextDataGroup 1 (7F0E,0020) OW VariableCoefficientsSDVN 1 (7F0E,0030) OW VariableCoefficientsSDHN 1 (7F0E,0040) OW VariableCoefficientsSDDN 1 (7F10,0010) OB/OW VariablePixelData 1 (7F10,0011) US VariableNextDataGroup 1 (7F10,0020) OW VariableCoefficientsSDVN 1 (7F10,0030) OW VariableCoefficientsSDHN 1 (7F10,0040) OW VariableCoefficientsSDDN 1 (7F12,0010) OB/OW VariablePixelData 1 (7F12,0011) US VariableNextDataGroup 1 (7F12,0020) OW VariableCoefficientsSDVN 1 (7F12,0030) OW VariableCoefficientsSDHN 1 (7F12,0040) OW VariableCoefficientsSDDN 1 (7F14,0010) OB/OW VariablePixelData 1 (7F14,0011) US VariableNextDataGroup 1 (7F14,0020) OW VariableCoefficientsSDVN 1 (7F14,0030) OW VariableCoefficientsSDHN 1 (7F14,0040) OW VariableCoefficientsSDDN 1 (7F16,0010) OB/OW VariablePixelData 1 (7F16,0011) US VariableNextDataGroup 1 (7F16,0020) OW VariableCoefficientsSDVN 1 (7F16,0030) OW VariableCoefficientsSDHN 1 (7F16,0040) OW VariableCoefficientsSDDN 1 (7F18,0010) OB/OW VariablePixelData 1 (7F18,0011) US VariableNextDataGroup 1 (7F18,0020) OW VariableCoefficientsSDVN 1 (7F18,0030) OW VariableCoefficientsSDHN 1 (7F18,0040) OW VariableCoefficientsSDDN 1 (7F1A,0010) OB/OW VariablePixelData 1 (7F1A,0011) US VariableNextDataGroup 1 (7F1A,0020) OW VariableCoefficientsSDVN 1 (7F1A,0030) OW VariableCoefficientsSDHN 1 (7F1A,0040) OW VariableCoefficientsSDDN 1 (7F1C,0010) OB/OW VariablePixelData 1 (7F1C,0011) US VariableNextDataGroup 1 (7F1C,0020) OW VariableCoefficientsSDVN 1 (7F1C,0030) OW VariableCoefficientsSDHN 1 (7F1C,0040) OW VariableCoefficientsSDDN 1 (7F1E,0010) OB/OW VariablePixelData 1 (7F1E,0011) US VariableNextDataGroup 1 (7F1E,0020) OW VariableCoefficientsSDVN 1 (7F1E,0030) OW VariableCoefficientsSDHN 1 (7F1E,0040) OW VariableCoefficientsSDDN 1 (7F20,0010) OB/OW VariablePixelData 1 (7F20,0011) US VariableNextDataGroup 1 (7F20,0020) OW VariableCoefficientsSDVN 1 (7F20,0030) OW VariableCoefficientsSDHN 1 (7F20,0040) OW VariableCoefficientsSDDN 1 (7F22,0010) OB/OW VariablePixelData 1 (7F22,0011) US VariableNextDataGroup 1 (7F22,0020) OW VariableCoefficientsSDVN 1 (7F22,0030) OW VariableCoefficientsSDHN 1 (7F22,0040) OW VariableCoefficientsSDDN 1 (7F24,0010) OB/OW VariablePixelData 1 (7F24,0011) US VariableNextDataGroup 1 (7F24,0020) OW VariableCoefficientsSDVN 1 (7F24,0030) OW VariableCoefficientsSDHN 1 (7F24,0040) OW VariableCoefficientsSDDN 1 (7F26,0010) OB/OW VariablePixelData 1 (7F26,0011) US VariableNextDataGroup 1 (7F26,0020) OW VariableCoefficientsSDVN 1 (7F26,0030) OW VariableCoefficientsSDHN 1 (7F26,0040) OW VariableCoefficientsSDDN 1 (7F28,0010) OB/OW VariablePixelData 1 (7F28,0011) US VariableNextDataGroup 1 (7F28,0020) OW VariableCoefficientsSDVN 1 (7F28,0030) OW VariableCoefficientsSDHN 1 (7F28,0040) OW VariableCoefficientsSDDN 1 (7F2A,0010) OB/OW VariablePixelData 1 (7F2A,0011) US VariableNextDataGroup 1 (7F2A,0020) OW VariableCoefficientsSDVN 1 (7F2A,0030) OW VariableCoefficientsSDHN 1 (7F2A,0040) OW VariableCoefficientsSDDN 1 (7F2C,0010) OB/OW VariablePixelData 1 (7F2C,0011) US VariableNextDataGroup 1 (7F2C,0020) OW VariableCoefficientsSDVN 1 (7F2C,0030) OW VariableCoefficientsSDHN 1 (7F2C,0040) OW VariableCoefficientsSDDN 1 (7F2E,0010) OB/OW VariablePixelData 1 (7F2E,0011) US VariableNextDataGroup 1 (7F2E,0020) OW VariableCoefficientsSDVN 1 (7F2E,0030) OW VariableCoefficientsSDHN 1 (7F2E,0040) OW VariableCoefficientsSDDN 1 (7F30,0010) OB/OW VariablePixelData 1 (7F30,0011) US VariableNextDataGroup 1 (7F30,0020) OW VariableCoefficientsSDVN 1 (7F30,0030) OW VariableCoefficientsSDHN 1 (7F30,0040) OW VariableCoefficientsSDDN 1 (7F32,0010) OB/OW VariablePixelData 1 (7F32,0011) US VariableNextDataGroup 1 (7F32,0020) OW VariableCoefficientsSDVN 1 (7F32,0030) OW VariableCoefficientsSDHN 1 (7F32,0040) OW VariableCoefficientsSDDN 1 (7F34,0010) OB/OW VariablePixelData 1 (7F34,0011) US VariableNextDataGroup 1 (7F34,0020) OW VariableCoefficientsSDVN 1 (7F34,0030) OW VariableCoefficientsSDHN 1 (7F34,0040) OW VariableCoefficientsSDDN 1 (7F36,0010) OB/OW VariablePixelData 1 (7F36,0011) US VariableNextDataGroup 1 (7F36,0020) OW VariableCoefficientsSDVN 1 (7F36,0030) OW VariableCoefficientsSDHN 1 (7F36,0040) OW VariableCoefficientsSDDN 1 (7F38,0010) OB/OW VariablePixelData 1 (7F38,0011) US VariableNextDataGroup 1 (7F38,0020) OW VariableCoefficientsSDVN 1 (7F38,0030) OW VariableCoefficientsSDHN 1 (7F38,0040) OW VariableCoefficientsSDDN 1 (7F3A,0010) OB/OW VariablePixelData 1 (7F3A,0011) US VariableNextDataGroup 1 (7F3A,0020) OW VariableCoefficientsSDVN 1 (7F3A,0030) OW VariableCoefficientsSDHN 1 (7F3A,0040) OW VariableCoefficientsSDDN 1 (7F3C,0010) OB/OW VariablePixelData 1 (7F3C,0011) US VariableNextDataGroup 1 (7F3C,0020) OW VariableCoefficientsSDVN 1 (7F3C,0030) OW VariableCoefficientsSDHN 1 (7F3C,0040) OW VariableCoefficientsSDDN 1 (7F3E,0010) OB/OW VariablePixelData 1 (7F3E,0011) US VariableNextDataGroup 1 (7F3E,0020) OW VariableCoefficientsSDVN 1 (7F3E,0030) OW VariableCoefficientsSDHN 1 (7F3E,0040) OW VariableCoefficientsSDDN 1 (7F40,0010) OB/OW VariablePixelData 1 (7F40,0011) US VariableNextDataGroup 1 (7F40,0020) OW VariableCoefficientsSDVN 1 (7F40,0030) OW VariableCoefficientsSDHN 1 (7F40,0040) OW VariableCoefficientsSDDN 1 (7F42,0010) OB/OW VariablePixelData 1 (7F42,0011) US VariableNextDataGroup 1 (7F42,0020) OW VariableCoefficientsSDVN 1 (7F42,0030) OW VariableCoefficientsSDHN 1 (7F42,0040) OW VariableCoefficientsSDDN 1 (7F44,0010) OB/OW VariablePixelData 1 (7F44,0011) US VariableNextDataGroup 1 (7F44,0020) OW VariableCoefficientsSDVN 1 (7F44,0030) OW VariableCoefficientsSDHN 1 (7F44,0040) OW VariableCoefficientsSDDN 1 (7F46,0010) OB/OW VariablePixelData 1 (7F46,0011) US VariableNextDataGroup 1 (7F46,0020) OW VariableCoefficientsSDVN 1 (7F46,0030) OW VariableCoefficientsSDHN 1 (7F46,0040) OW VariableCoefficientsSDDN 1 (7F48,0010) OB/OW VariablePixelData 1 (7F48,0011) US VariableNextDataGroup 1 (7F48,0020) OW VariableCoefficientsSDVN 1 (7F48,0030) OW VariableCoefficientsSDHN 1 (7F48,0040) OW VariableCoefficientsSDDN 1 (7F4A,0010) OB/OW VariablePixelData 1 (7F4A,0011) US VariableNextDataGroup 1 (7F4A,0020) OW VariableCoefficientsSDVN 1 (7F4A,0030) OW VariableCoefficientsSDHN 1 (7F4A,0040) OW VariableCoefficientsSDDN 1 (7F4C,0010) OB/OW VariablePixelData 1 (7F4C,0011) US VariableNextDataGroup 1 (7F4C,0020) OW VariableCoefficientsSDVN 1 (7F4C,0030) OW VariableCoefficientsSDHN 1 (7F4C,0040) OW VariableCoefficientsSDDN 1 (7F4E,0010) OB/OW VariablePixelData 1 (7F4E,0011) US VariableNextDataGroup 1 (7F4E,0020) OW VariableCoefficientsSDVN 1 (7F4E,0030) OW VariableCoefficientsSDHN 1 (7F4E,0040) OW VariableCoefficientsSDDN 1 (7F50,0010) OB/OW VariablePixelData 1 (7F50,0011) US VariableNextDataGroup 1 (7F50,0020) OW VariableCoefficientsSDVN 1 (7F50,0030) OW VariableCoefficientsSDHN 1 (7F50,0040) OW VariableCoefficientsSDDN 1 (7F52,0010) OB/OW VariablePixelData 1 (7F52,0011) US VariableNextDataGroup 1 (7F52,0020) OW VariableCoefficientsSDVN 1 (7F52,0030) OW VariableCoefficientsSDHN 1 (7F52,0040) OW VariableCoefficientsSDDN 1 (7F54,0010) OB/OW VariablePixelData 1 (7F54,0011) US VariableNextDataGroup 1 (7F54,0020) OW VariableCoefficientsSDVN 1 (7F54,0030) OW VariableCoefficientsSDHN 1 (7F54,0040) OW VariableCoefficientsSDDN 1 (7F56,0010) OB/OW VariablePixelData 1 (7F56,0011) US VariableNextDataGroup 1 (7F56,0020) OW VariableCoefficientsSDVN 1 (7F56,0030) OW VariableCoefficientsSDHN 1 (7F56,0040) OW VariableCoefficientsSDDN 1 (7F58,0010) OB/OW VariablePixelData 1 (7F58,0011) US VariableNextDataGroup 1 (7F58,0020) OW VariableCoefficientsSDVN 1 (7F58,0030) OW VariableCoefficientsSDHN 1 (7F58,0040) OW VariableCoefficientsSDDN 1 (7F5A,0010) OB/OW VariablePixelData 1 (7F5A,0011) US VariableNextDataGroup 1 (7F5A,0020) OW VariableCoefficientsSDVN 1 (7F5A,0030) OW VariableCoefficientsSDHN 1 (7F5A,0040) OW VariableCoefficientsSDDN 1 (7F5C,0010) OB/OW VariablePixelData 1 (7F5C,0011) US VariableNextDataGroup 1 (7F5C,0020) OW VariableCoefficientsSDVN 1 (7F5C,0030) OW VariableCoefficientsSDHN 1 (7F5C,0040) OW VariableCoefficientsSDDN 1 (7F5E,0010) OB/OW VariablePixelData 1 (7F5E,0011) US VariableNextDataGroup 1 (7F5E,0020) OW VariableCoefficientsSDVN 1 (7F5E,0030) OW VariableCoefficientsSDHN 1 (7F5E,0040) OW VariableCoefficientsSDDN 1 (7F60,0010) OB/OW VariablePixelData 1 (7F60,0011) US VariableNextDataGroup 1 (7F60,0020) OW VariableCoefficientsSDVN 1 (7F60,0030) OW VariableCoefficientsSDHN 1 (7F60,0040) OW VariableCoefficientsSDDN 1 (7F62,0010) OB/OW VariablePixelData 1 (7F62,0011) US VariableNextDataGroup 1 (7F62,0020) OW VariableCoefficientsSDVN 1 (7F62,0030) OW VariableCoefficientsSDHN 1 (7F62,0040) OW VariableCoefficientsSDDN 1 (7F64,0010) OB/OW VariablePixelData 1 (7F64,0011) US VariableNextDataGroup 1 (7F64,0020) OW VariableCoefficientsSDVN 1 (7F64,0030) OW VariableCoefficientsSDHN 1 (7F64,0040) OW VariableCoefficientsSDDN 1 (7F66,0010) OB/OW VariablePixelData 1 (7F66,0011) US VariableNextDataGroup 1 (7F66,0020) OW VariableCoefficientsSDVN 1 (7F66,0030) OW VariableCoefficientsSDHN 1 (7F66,0040) OW VariableCoefficientsSDDN 1 (7F68,0010) OB/OW VariablePixelData 1 (7F68,0011) US VariableNextDataGroup 1 (7F68,0020) OW VariableCoefficientsSDVN 1 (7F68,0030) OW VariableCoefficientsSDHN 1 (7F68,0040) OW VariableCoefficientsSDDN 1 (7F6A,0010) OB/OW VariablePixelData 1 (7F6A,0011) US VariableNextDataGroup 1 (7F6A,0020) OW VariableCoefficientsSDVN 1 (7F6A,0030) OW VariableCoefficientsSDHN 1 (7F6A,0040) OW VariableCoefficientsSDDN 1 (7F6C,0010) OB/OW VariablePixelData 1 (7F6C,0011) US VariableNextDataGroup 1 (7F6C,0020) OW VariableCoefficientsSDVN 1 (7F6C,0030) OW VariableCoefficientsSDHN 1 (7F6C,0040) OW VariableCoefficientsSDDN 1 (7F6E,0010) OB/OW VariablePixelData 1 (7F6E,0011) US VariableNextDataGroup 1 (7F6E,0020) OW VariableCoefficientsSDVN 1 (7F6E,0030) OW VariableCoefficientsSDHN 1 (7F6E,0040) OW VariableCoefficientsSDDN 1 (7F70,0010) OB/OW VariablePixelData 1 (7F70,0011) US VariableNextDataGroup 1 (7F70,0020) OW VariableCoefficientsSDVN 1 (7F70,0030) OW VariableCoefficientsSDHN 1 (7F70,0040) OW VariableCoefficientsSDDN 1 (7F72,0010) OB/OW VariablePixelData 1 (7F72,0011) US VariableNextDataGroup 1 (7F72,0020) OW VariableCoefficientsSDVN 1 (7F72,0030) OW VariableCoefficientsSDHN 1 (7F72,0040) OW VariableCoefficientsSDDN 1 (7F74,0010) OB/OW VariablePixelData 1 (7F74,0011) US VariableNextDataGroup 1 (7F74,0020) OW VariableCoefficientsSDVN 1 (7F74,0030) OW VariableCoefficientsSDHN 1 (7F74,0040) OW VariableCoefficientsSDDN 1 (7F76,0010) OB/OW VariablePixelData 1 (7F76,0011) US VariableNextDataGroup 1 (7F76,0020) OW VariableCoefficientsSDVN 1 (7F76,0030) OW VariableCoefficientsSDHN 1 (7F76,0040) OW VariableCoefficientsSDDN 1 (7F78,0010) OB/OW VariablePixelData 1 (7F78,0011) US VariableNextDataGroup 1 (7F78,0020) OW VariableCoefficientsSDVN 1 (7F78,0030) OW VariableCoefficientsSDHN 1 (7F78,0040) OW VariableCoefficientsSDDN 1 (7F7A,0010) OB/OW VariablePixelData 1 (7F7A,0011) US VariableNextDataGroup 1 (7F7A,0020) OW VariableCoefficientsSDVN 1 (7F7A,0030) OW VariableCoefficientsSDHN 1 (7F7A,0040) OW VariableCoefficientsSDDN 1 (7F7C,0010) OB/OW VariablePixelData 1 (7F7C,0011) US VariableNextDataGroup 1 (7F7C,0020) OW VariableCoefficientsSDVN 1 (7F7C,0030) OW VariableCoefficientsSDHN 1 (7F7C,0040) OW VariableCoefficientsSDDN 1 (7F7E,0010) OB/OW VariablePixelData 1 (7F7E,0011) US VariableNextDataGroup 1 (7F7E,0020) OW VariableCoefficientsSDVN 1 (7F7E,0030) OW VariableCoefficientsSDHN 1 (7F7E,0040) OW VariableCoefficientsSDDN 1 (7F80,0010) OB/OW VariablePixelData 1 (7F80,0011) US VariableNextDataGroup 1 (7F80,0020) OW VariableCoefficientsSDVN 1 (7F80,0030) OW VariableCoefficientsSDHN 1 (7F80,0040) OW VariableCoefficientsSDDN 1 (7F82,0010) OB/OW VariablePixelData 1 (7F82,0011) US VariableNextDataGroup 1 (7F82,0020) OW VariableCoefficientsSDVN 1 (7F82,0030) OW VariableCoefficientsSDHN 1 (7F82,0040) OW VariableCoefficientsSDDN 1 (7F84,0010) OB/OW VariablePixelData 1 (7F84,0011) US VariableNextDataGroup 1 (7F84,0020) OW VariableCoefficientsSDVN 1 (7F84,0030) OW VariableCoefficientsSDHN 1 (7F84,0040) OW VariableCoefficientsSDDN 1 (7F86,0010) OB/OW VariablePixelData 1 (7F86,0011) US VariableNextDataGroup 1 (7F86,0020) OW VariableCoefficientsSDVN 1 (7F86,0030) OW VariableCoefficientsSDHN 1 (7F86,0040) OW VariableCoefficientsSDDN 1 (7F88,0010) OB/OW VariablePixelData 1 (7F88,0011) US VariableNextDataGroup 1 (7F88,0020) OW VariableCoefficientsSDVN 1 (7F88,0030) OW VariableCoefficientsSDHN 1 (7F88,0040) OW VariableCoefficientsSDDN 1 (7F8A,0010) OB/OW VariablePixelData 1 (7F8A,0011) US VariableNextDataGroup 1 (7F8A,0020) OW VariableCoefficientsSDVN 1 (7F8A,0030) OW VariableCoefficientsSDHN 1 (7F8A,0040) OW VariableCoefficientsSDDN 1 (7F8C,0010) OB/OW VariablePixelData 1 (7F8C,0011) US VariableNextDataGroup 1 (7F8C,0020) OW VariableCoefficientsSDVN 1 (7F8C,0030) OW VariableCoefficientsSDHN 1 (7F8C,0040) OW VariableCoefficientsSDDN 1 (7F8E,0010) OB/OW VariablePixelData 1 (7F8E,0011) US VariableNextDataGroup 1 (7F8E,0020) OW VariableCoefficientsSDVN 1 (7F8E,0030) OW VariableCoefficientsSDHN 1 (7F8E,0040) OW VariableCoefficientsSDDN 1 (7F90,0010) OB/OW VariablePixelData 1 (7F90,0011) US VariableNextDataGroup 1 (7F90,0020) OW VariableCoefficientsSDVN 1 (7F90,0030) OW VariableCoefficientsSDHN 1 (7F90,0040) OW VariableCoefficientsSDDN 1 (7F92,0010) OB/OW VariablePixelData 1 (7F92,0011) US VariableNextDataGroup 1 (7F92,0020) OW VariableCoefficientsSDVN 1 (7F92,0030) OW VariableCoefficientsSDHN 1 (7F92,0040) OW VariableCoefficientsSDDN 1 (7F94,0010) OB/OW VariablePixelData 1 (7F94,0011) US VariableNextDataGroup 1 (7F94,0020) OW VariableCoefficientsSDVN 1 (7F94,0030) OW VariableCoefficientsSDHN 1 (7F94,0040) OW VariableCoefficientsSDDN 1 (7F96,0010) OB/OW VariablePixelData 1 (7F96,0011) US VariableNextDataGroup 1 (7F96,0020) OW VariableCoefficientsSDVN 1 (7F96,0030) OW VariableCoefficientsSDHN 1 (7F96,0040) OW VariableCoefficientsSDDN 1 (7F98,0010) OB/OW VariablePixelData 1 (7F98,0011) US VariableNextDataGroup 1 (7F98,0020) OW VariableCoefficientsSDVN 1 (7F98,0030) OW VariableCoefficientsSDHN 1 (7F98,0040) OW VariableCoefficientsSDDN 1 (7F9A,0010) OB/OW VariablePixelData 1 (7F9A,0011) US VariableNextDataGroup 1 (7F9A,0020) OW VariableCoefficientsSDVN 1 (7F9A,0030) OW VariableCoefficientsSDHN 1 (7F9A,0040) OW VariableCoefficientsSDDN 1 (7F9C,0010) OB/OW VariablePixelData 1 (7F9C,0011) US VariableNextDataGroup 1 (7F9C,0020) OW VariableCoefficientsSDVN 1 (7F9C,0030) OW VariableCoefficientsSDHN 1 (7F9C,0040) OW VariableCoefficientsSDDN 1 (7F9E,0010) OB/OW VariablePixelData 1 (7F9E,0011) US VariableNextDataGroup 1 (7F9E,0020) OW VariableCoefficientsSDVN 1 (7F9E,0030) OW VariableCoefficientsSDHN 1 (7F9E,0040) OW VariableCoefficientsSDDN 1 (7FA0,0010) OB/OW VariablePixelData 1 (7FA0,0011) US VariableNextDataGroup 1 (7FA0,0020) OW VariableCoefficientsSDVN 1 (7FA0,0030) OW VariableCoefficientsSDHN 1 (7FA0,0040) OW VariableCoefficientsSDDN 1 (7FA2,0010) OB/OW VariablePixelData 1 (7FA2,0011) US VariableNextDataGroup 1 (7FA2,0020) OW VariableCoefficientsSDVN 1 (7FA2,0030) OW VariableCoefficientsSDHN 1 (7FA2,0040) OW VariableCoefficientsSDDN 1 (7FA4,0010) OB/OW VariablePixelData 1 (7FA4,0011) US VariableNextDataGroup 1 (7FA4,0020) OW VariableCoefficientsSDVN 1 (7FA4,0030) OW VariableCoefficientsSDHN 1 (7FA4,0040) OW VariableCoefficientsSDDN 1 (7FA6,0010) OB/OW VariablePixelData 1 (7FA6,0011) US VariableNextDataGroup 1 (7FA6,0020) OW VariableCoefficientsSDVN 1 (7FA6,0030) OW VariableCoefficientsSDHN 1 (7FA6,0040) OW VariableCoefficientsSDDN 1 (7FA8,0010) OB/OW VariablePixelData 1 (7FA8,0011) US VariableNextDataGroup 1 (7FA8,0020) OW VariableCoefficientsSDVN 1 (7FA8,0030) OW VariableCoefficientsSDHN 1 (7FA8,0040) OW VariableCoefficientsSDDN 1 (7FAA,0010) OB/OW VariablePixelData 1 (7FAA,0011) US VariableNextDataGroup 1 (7FAA,0020) OW VariableCoefficientsSDVN 1 (7FAA,0030) OW VariableCoefficientsSDHN 1 (7FAA,0040) OW VariableCoefficientsSDDN 1 (7FAC,0010) OB/OW VariablePixelData 1 (7FAC,0011) US VariableNextDataGroup 1 (7FAC,0020) OW VariableCoefficientsSDVN 1 (7FAC,0030) OW VariableCoefficientsSDHN 1 (7FAC,0040) OW VariableCoefficientsSDDN 1 (7FAE,0010) OB/OW VariablePixelData 1 (7FAE,0011) US VariableNextDataGroup 1 (7FAE,0020) OW VariableCoefficientsSDVN 1 (7FAE,0030) OW VariableCoefficientsSDHN 1 (7FAE,0040) OW VariableCoefficientsSDDN 1 (7FB0,0010) OB/OW VariablePixelData 1 (7FB0,0011) US VariableNextDataGroup 1 (7FB0,0020) OW VariableCoefficientsSDVN 1 (7FB0,0030) OW VariableCoefficientsSDHN 1 (7FB0,0040) OW VariableCoefficientsSDDN 1 (7FB2,0010) OB/OW VariablePixelData 1 (7FB2,0011) US VariableNextDataGroup 1 (7FB2,0020) OW VariableCoefficientsSDVN 1 (7FB2,0030) OW VariableCoefficientsSDHN 1 (7FB2,0040) OW VariableCoefficientsSDDN 1 (7FB4,0010) OB/OW VariablePixelData 1 (7FB4,0011) US VariableNextDataGroup 1 (7FB4,0020) OW VariableCoefficientsSDVN 1 (7FB4,0030) OW VariableCoefficientsSDHN 1 (7FB4,0040) OW VariableCoefficientsSDDN 1 (7FB6,0010) OB/OW VariablePixelData 1 (7FB6,0011) US VariableNextDataGroup 1 (7FB6,0020) OW VariableCoefficientsSDVN 1 (7FB6,0030) OW VariableCoefficientsSDHN 1 (7FB6,0040) OW VariableCoefficientsSDDN 1 (7FB8,0010) OB/OW VariablePixelData 1 (7FB8,0011) US VariableNextDataGroup 1 (7FB8,0020) OW VariableCoefficientsSDVN 1 (7FB8,0030) OW VariableCoefficientsSDHN 1 (7FB8,0040) OW VariableCoefficientsSDDN 1 (7FBA,0010) OB/OW VariablePixelData 1 (7FBA,0011) US VariableNextDataGroup 1 (7FBA,0020) OW VariableCoefficientsSDVN 1 (7FBA,0030) OW VariableCoefficientsSDHN 1 (7FBA,0040) OW VariableCoefficientsSDDN 1 (7FBC,0010) OB/OW VariablePixelData 1 (7FBC,0011) US VariableNextDataGroup 1 (7FBC,0020) OW VariableCoefficientsSDVN 1 (7FBC,0030) OW VariableCoefficientsSDHN 1 (7FBC,0040) OW VariableCoefficientsSDDN 1 (7FBE,0010) OB/OW VariablePixelData 1 (7FBE,0011) US VariableNextDataGroup 1 (7FBE,0020) OW VariableCoefficientsSDVN 1 (7FBE,0030) OW VariableCoefficientsSDHN 1 (7FBE,0040) OW VariableCoefficientsSDDN 1 (7FC0,0010) OB/OW VariablePixelData 1 (7FC0,0011) US VariableNextDataGroup 1 (7FC0,0020) OW VariableCoefficientsSDVN 1 (7FC0,0030) OW VariableCoefficientsSDHN 1 (7FC0,0040) OW VariableCoefficientsSDDN 1 (7FC2,0010) OB/OW VariablePixelData 1 (7FC2,0011) US VariableNextDataGroup 1 (7FC2,0020) OW VariableCoefficientsSDVN 1 (7FC2,0030) OW VariableCoefficientsSDHN 1 (7FC2,0040) OW VariableCoefficientsSDDN 1 (7FC4,0010) OB/OW VariablePixelData 1 (7FC4,0011) US VariableNextDataGroup 1 (7FC4,0020) OW VariableCoefficientsSDVN 1 (7FC4,0030) OW VariableCoefficientsSDHN 1 (7FC4,0040) OW VariableCoefficientsSDDN 1 (7FC6,0010) OB/OW VariablePixelData 1 (7FC6,0011) US VariableNextDataGroup 1 (7FC6,0020) OW VariableCoefficientsSDVN 1 (7FC6,0030) OW VariableCoefficientsSDHN 1 (7FC6,0040) OW VariableCoefficientsSDDN 1 (7FC8,0010) OB/OW VariablePixelData 1 (7FC8,0011) US VariableNextDataGroup 1 (7FC8,0020) OW VariableCoefficientsSDVN 1 (7FC8,0030) OW VariableCoefficientsSDHN 1 (7FC8,0040) OW VariableCoefficientsSDDN 1 (7FCA,0010) OB/OW VariablePixelData 1 (7FCA,0011) US VariableNextDataGroup 1 (7FCA,0020) OW VariableCoefficientsSDVN 1 (7FCA,0030) OW VariableCoefficientsSDHN 1 (7FCA,0040) OW VariableCoefficientsSDDN 1 (7FCC,0010) OB/OW VariablePixelData 1 (7FCC,0011) US VariableNextDataGroup 1 (7FCC,0020) OW VariableCoefficientsSDVN 1 (7FCC,0030) OW VariableCoefficientsSDHN 1 (7FCC,0040) OW VariableCoefficientsSDDN 1 (7FCE,0010) OB/OW VariablePixelData 1 (7FCE,0011) US VariableNextDataGroup 1 (7FCE,0020) OW VariableCoefficientsSDVN 1 (7FCE,0030) OW VariableCoefficientsSDHN 1 (7FCE,0040) OW VariableCoefficientsSDDN 1 (7FD0,0010) OB/OW VariablePixelData 1 (7FD0,0011) US VariableNextDataGroup 1 (7FD0,0020) OW VariableCoefficientsSDVN 1 (7FD0,0030) OW VariableCoefficientsSDHN 1 (7FD0,0040) OW VariableCoefficientsSDDN 1 (7FD2,0010) OB/OW VariablePixelData 1 (7FD2,0011) US VariableNextDataGroup 1 (7FD2,0020) OW VariableCoefficientsSDVN 1 (7FD2,0030) OW VariableCoefficientsSDHN 1 (7FD2,0040) OW VariableCoefficientsSDDN 1 (7FD4,0010) OB/OW VariablePixelData 1 (7FD4,0011) US VariableNextDataGroup 1 (7FD4,0020) OW VariableCoefficientsSDVN 1 (7FD4,0030) OW VariableCoefficientsSDHN 1 (7FD4,0040) OW VariableCoefficientsSDDN 1 (7FD6,0010) OB/OW VariablePixelData 1 (7FD6,0011) US VariableNextDataGroup 1 (7FD6,0020) OW VariableCoefficientsSDVN 1 (7FD6,0030) OW VariableCoefficientsSDHN 1 (7FD6,0040) OW VariableCoefficientsSDDN 1 (7FD8,0010) OB/OW VariablePixelData 1 (7FD8,0011) US VariableNextDataGroup 1 (7FD8,0020) OW VariableCoefficientsSDVN 1 (7FD8,0030) OW VariableCoefficientsSDHN 1 (7FD8,0040) OW VariableCoefficientsSDDN 1 (7FDA,0010) OB/OW VariablePixelData 1 (7FDA,0011) US VariableNextDataGroup 1 (7FDA,0020) OW VariableCoefficientsSDVN 1 (7FDA,0030) OW VariableCoefficientsSDHN 1 (7FDA,0040) OW VariableCoefficientsSDDN 1 (7FDC,0010) OB/OW VariablePixelData 1 (7FDC,0011) US VariableNextDataGroup 1 (7FDC,0020) OW VariableCoefficientsSDVN 1 (7FDC,0030) OW VariableCoefficientsSDHN 1 (7FDC,0040) OW VariableCoefficientsSDDN 1 (7FDE,0010) OB/OW VariablePixelData 1 (7FDE,0011) US VariableNextDataGroup 1 (7FDE,0020) OW VariableCoefficientsSDVN 1 (7FDE,0030) OW VariableCoefficientsSDHN 1 (7FDE,0040) OW VariableCoefficientsSDDN 1 (7FE0,0010) OB/OW PixelData 1 (7FE0,0011) US VariableNextDataGroup 1 (7FE0,0020) OW CoefficientsSDVN 1 (7FE0,0030) OW CoefficientsSDHN 1 (7FE0,0040) OW CoefficientsSDDN 1 (7FE2,0010) OB/OW VariablePixelData 1 (7FE2,0011) US VariableNextDataGroup 1 (7FE2,0020) OW VariableCoefficientsSDVN 1 (7FE2,0030) OW VariableCoefficientsSDHN 1 (7FE2,0040) OW VariableCoefficientsSDDN 1 (7FE4,0010) OB/OW VariablePixelData 1 (7FE4,0011) US VariableNextDataGroup 1 (7FE4,0020) OW VariableCoefficientsSDVN 1 (7FE4,0030) OW VariableCoefficientsSDHN 1 (7FE4,0040) OW VariableCoefficientsSDDN 1 (7FE6,0010) OB/OW VariablePixelData 1 (7FE6,0011) US VariableNextDataGroup 1 (7FE6,0020) OW VariableCoefficientsSDVN 1 (7FE6,0030) OW VariableCoefficientsSDHN 1 (7FE6,0040) OW VariableCoefficientsSDDN 1 (7FE8,0010) OB/OW VariablePixelData 1 (7FE8,0011) US VariableNextDataGroup 1 (7FE8,0020) OW VariableCoefficientsSDVN 1 (7FE8,0030) OW VariableCoefficientsSDHN 1 (7FE8,0040) OW VariableCoefficientsSDDN 1 (7FEA,0010) OB/OW VariablePixelData 1 (7FEA,0011) US VariableNextDataGroup 1 (7FEA,0020) OW VariableCoefficientsSDVN 1 (7FEA,0030) OW VariableCoefficientsSDHN 1 (7FEA,0040) OW VariableCoefficientsSDDN 1 (7FEC,0010) OB/OW VariablePixelData 1 (7FEC,0011) US VariableNextDataGroup 1 (7FEC,0020) OW VariableCoefficientsSDVN 1 (7FEC,0030) OW VariableCoefficientsSDHN 1 (7FEC,0040) OW VariableCoefficientsSDDN 1 (7FEE,0010) OB/OW VariablePixelData 1 (7FEE,0011) US VariableNextDataGroup 1 (7FEE,0020) OW VariableCoefficientsSDVN 1 (7FEE,0030) OW VariableCoefficientsSDHN 1 (7FEE,0040) OW VariableCoefficientsSDDN 1 (7FF0,0010) OB/OW VariablePixelData 1 (7FF0,0011) US VariableNextDataGroup 1 (7FF0,0020) OW VariableCoefficientsSDVN 1 (7FF0,0030) OW VariableCoefficientsSDHN 1 (7FF0,0040) OW VariableCoefficientsSDDN 1 (7FF2,0010) OB/OW VariablePixelData 1 (7FF2,0011) US VariableNextDataGroup 1 (7FF2,0020) OW VariableCoefficientsSDVN 1 (7FF2,0030) OW VariableCoefficientsSDHN 1 (7FF2,0040) OW VariableCoefficientsSDDN 1 (7FF4,0010) OB/OW VariablePixelData 1 (7FF4,0011) US VariableNextDataGroup 1 (7FF4,0020) OW VariableCoefficientsSDVN 1 (7FF4,0030) OW VariableCoefficientsSDHN 1 (7FF4,0040) OW VariableCoefficientsSDDN 1 (7FF6,0010) OB/OW VariablePixelData 1 (7FF6,0011) US VariableNextDataGroup 1 (7FF6,0020) OW VariableCoefficientsSDVN 1 (7FF6,0030) OW VariableCoefficientsSDHN 1 (7FF6,0040) OW VariableCoefficientsSDDN 1 (7FF8,0010) OB/OW VariablePixelData 1 (7FF8,0011) US VariableNextDataGroup 1 (7FF8,0020) OW VariableCoefficientsSDVN 1 (7FF8,0030) OW VariableCoefficientsSDHN 1 (7FF8,0040) OW VariableCoefficientsSDDN 1 (7FFA,0010) OB/OW VariablePixelData 1 (7FFA,0011) US VariableNextDataGroup 1 (7FFA,0020) OW VariableCoefficientsSDVN 1 (7FFA,0030) OW VariableCoefficientsSDHN 1 (7FFA,0040) OW VariableCoefficientsSDDN 1 (7FFC,0010) OB/OW VariablePixelData 1 (7FFC,0011) US VariableNextDataGroup 1 (7FFC,0020) OW VariableCoefficientsSDVN 1 (7FFC,0030) OW VariableCoefficientsSDHN 1 (7FFC,0040) OW VariableCoefficientsSDDN 1 (7FFE,0010) OB/OW VariablePixelData 1 (7FFE,0011) US VariableNextDataGroup 1 (7FFE,0020) OW VariableCoefficientsSDVN 1 (7FFE,0030) OW VariableCoefficientsSDHN 1 (7FFE,0040) OW VariableCoefficientsSDDN 1 (FFFA,FFFA) SQ DigitalSignaturesSequence 1 (FFFC,FFFC) OB DataSetTrailingPadding 1 dicom-0.2.2/inst/PaxHeaders.4766/test0000644000000000000000000000013113443235256014156 xustar0029 mtime=1552759470.83906635 30 atime=1552759470.843066931 30 ctime=1552759470.843066931 dicom-0.2.2/inst/test/0000755000175000017500000000000013443235256014475 5ustar00olafolaf00000000000000dicom-0.2.2/inst/test/PaxHeaders.4766/dicomwrite.cpp-tst0000644000000000000000000000013213443235256017716 xustar0030 mtime=1552759470.823064026 30 atime=1552759470.819063445 30 ctime=1552759470.843066931 dicom-0.2.2/inst/test/dicomwrite.cpp-tst0000644000175000017500000000166713443235256020171 0ustar00olafolaf00000000000000## Generated from src/dicomwrite.cpp %!shared testfile1, testfile2 %! addpath ('../inst'); % so it can find the dictionary %! testfile1 = tempname (); %! testfile2 = tempname (); %!test %! wdata = uint8 (10*rand (10,10)); %! dicomwrite (wdata, testfile1); %! rdata = dicomread (testfile1); %! assert(wdata, rdata); %!fail ("dicominfo", "dicominfo: one arg required: dicom filename"); %!fail ("dicominfo ([])"); %!fail ("dicominfo ([],1)"); %!test %! wdata = uint8 (10*rand (10,10)); %! dicomwrite (wdata, testfile1); %! info = dicominfo (testfile1); %! dicomwrite (wdata, testfile2, info); %!test %! wdata = uint8 (10*rand (10,10)); %! s.PatientName = "fred"; %! s.PatientID = "1"; %! dicomwrite (wdata, testfile2, s); %! p = dicominfo (testfile2); %! assert (p.PatientName, "fred") %! assert (p.PatientID, "1") %!test %! if exist (testfile1, 'file') %! delete (testfile1); %! endif %! if exist (testfile2, 'file') %! delete (testfile2); %! endif dicom-0.2.2/inst/test/PaxHeaders.4766/dicomlookup.cpp-tst0000644000000000000000000000013213443235256020075 xustar0030 mtime=1552759470.827064607 30 atime=1552759470.827064607 30 ctime=1552759470.843066931 dicom-0.2.2/inst/test/dicomlookup.cpp-tst0000644000175000017500000000062613443235256020342 0ustar00olafolaf00000000000000## Generated from src/dicomlookup.cpp %!test %! addpath('../inst'); % so it can find the dictionary %! assert(dicomlookup(0x10,0x10),"PatientName"); %! assert(dicomlookup("10","10"),"PatientName"); %! assert(dicomlookup("0x10","0x10"),"PatientName"); %! assert(dicomlookup(16,16),"PatientName"); %!test %! [g e]=dicomlookup("PatientName"); %! assert([g e], uint16([0x10 0x10])); %! %!fail ("dicomlookup") dicom-0.2.2/inst/test/PaxHeaders.4766/dicomuid.cpp-tst0000644000000000000000000000013013443235256017343 xustar0029 mtime=1552759470.83906635 29 atime=1552759470.83906635 30 ctime=1552759470.843066931 dicom-0.2.2/inst/test/dicomuid.cpp-tst0000644000175000017500000000044213443235256017606 0ustar00olafolaf00000000000000## Generated from src/dicomuid.cpp %!fail ("dicomuuid (1)"); %!fail ("dicominfo ([])"); %!fail ("dicominfo ('string')"); %!test %! id = dicomuid (); %! assert (ischar (id)); %! assert (length(id) > 0); %!test %! id1 = dicomuid (); %! id2 = dicomuid(); %! assert (strcmp (id1, id2), false); dicom-0.2.2/inst/test/PaxHeaders.4766/dicomread.cpp-tst0000644000000000000000000000013213443235256017477 xustar0030 mtime=1552759470.831065188 30 atime=1552759470.831065188 30 ctime=1552759470.843066931 dicom-0.2.2/inst/test/dicomread.cpp-tst0000644000175000017500000000103013443235256017732 0ustar00olafolaf00000000000000## Generated from src/dicomread.cpp %!shared testfile %! testfile = urlwrite ( ... %! 'http://sourceforge.net/p/octave/code/11601/tree/trunk/octave-forge/extra/dicom/dcm_examples/RD.15MV.DCM?format=raw', ... %! tempname() ); %!fail ("dicomread"); %!fail ("dicomread (1)"); %!fail ("dicomread ('hopefully_a_non_existant_file')"); %!test %! addpath('../inst'); % so it can find the dictionary %! rd=dicomread(testfile); %! assert(rd(100,101,30),uint16(2021)); %! % todo %! if exist (testfile, 'file') %! delete (testfile); %! endif dicom-0.2.2/inst/test/PaxHeaders.4766/dicomdict.cpp-tst0000644000000000000000000000013213443235256017507 xustar0030 mtime=1552759470.835065769 30 atime=1552759470.835065769 30 ctime=1552759470.843066931 dicom-0.2.2/inst/test/dicomdict.cpp-tst0000644000175000017500000000043013443235256017745 0ustar00olafolaf00000000000000## Generated from src/dicomdict.cpp %!fail ("dicomdict") %!fail ("dicomdict(1)") %!fail ("dicomdict('set')") %!test %! addpath('../inst'); % so it can find the dictionary %! dicomdict factory ; %! [f n e]=fileparts(dicomdict('get')); %! assert([n e],"octavedicom.dic"); %! % todo dicom-0.2.2/inst/test/PaxHeaders.4766/dicominfo.cpp-tst0000644000000000000000000000013213443235256017517 xustar0030 mtime=1552759470.811062283 30 atime=1552759470.811062283 30 ctime=1552759470.843066931 dicom-0.2.2/inst/test/dicominfo.cpp-tst0000644000175000017500000000123513443235256017761 0ustar00olafolaf00000000000000## Generated from src/dicominfo.cpp %!shared testfile %! testfile = urlwrite ( ... %! 'http://sourceforge.net/p/octave/code/11601/tree/trunk/octave-forge/extra/dicom/dcm_examples/RD.15MV.DCM?format=raw', ... %! tempname() ); %!fail("dicominfo") %!fail("dicominfo(1)") %!test %! addpath('../inst'); % so it can find the dictionary %! s=dicominfo(testfile); %! assert(s.PatientName,"PHANTOM^IsodoseComparison^^^"); %!test %! addpath('../inst'); % so it can find the dictionary %! s=dicominfo(testfile); %! assert(s.ROIContourSequence.Item_1.ContourSequence.Item_1.ContourGeometricType,"POINT "); %!test %! if exist (testfile, 'file') %! delete (testfile); %! endif dicom-0.2.2/inst/test/PaxHeaders.4766/isdicom.cpp-tst0000644000000000000000000000013213443235256017177 xustar0030 mtime=1552759470.815062864 30 atime=1552759470.815062864 30 ctime=1552759470.843066931 dicom-0.2.2/inst/test/isdicom.cpp-tst0000644000175000017500000000036113443235256017440 0ustar00olafolaf00000000000000## Generated from src/isdicom.cpp %!test %! fpath = tempname (); %! urlwrite ("http://imagej.nih.gov/ij/images/CT%20Scan.dcm", fpath); %! assert (isdicom (fpath), true); %!test %! assert (isdicom (which ("gray")), false); %!fail ("isdicom") dicom-0.2.2/PaxHeaders.4766/COPYING0000644000000000000000000000013213443235255013332 xustar0030 mtime=1552759469.254836281 30 atime=1552759469.254836281 30 ctime=1552759470.843066931 dicom-0.2.2/COPYING0000644000175000017500000010060013443235255013570 0ustar00olafolaf00000000000000The GNU Octave dicom package is Copyright Andy Buckle 2010 Contact: blondandy using the sf.net system, The GNU Octave dicom package is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. The GNU Octave dicom packag is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. dicom-0.2.2/PaxHeaders.4766/Makefile0000644000000000000000000000013213443235255013737 xustar0030 mtime=1552759469.254836281 30 atime=1552759470.795059959 30 ctime=1552759470.843066931 dicom-0.2.2/Makefile0000644000175000017500000000762213443235255014207 0ustar00olafolaf00000000000000## Copyright 2015-2016 Carnë Draug ## Copyright 2015-2016 Oliver Heimlich ## Copyright 2018-2019 John Donoghue ## ## Copying and distribution of this file, with or without modification, ## are permitted in any medium without royalty provided the copyright ## notice and this notice are preserved. This file is offered as-is, ## without any warranty. TOPDIR := $(shell pwd) ## Some shell programs MD5SUM ?= md5sum SED ?= sed GREP ?= grep TAR ?= tar GZIP ?= gzip ## Helper function TOLOWER := $(SED) -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/' PACKAGE := $(shell $(SED) -n -e 's/^Name: *\(\w\+\)/\1/p' DESCRIPTION | $(TOLOWER)) VERSION := $(shell $(SED) -n -e 's/^Version: *\(\w\+\)/\1/p' DESCRIPTION | $(TOLOWER)) DEPENDS := $(shell $(SED) -n -e 's/^Depends[^,]*, \(.*\)/\1/p' DESCRIPTION | $(SED) 's/ *([^()]*),*/ /g') TARGET_DIR := target RELEASE_DIR := $(TARGET_DIR)/$(PACKAGE)-$(VERSION) RELEASE_TARBALL := $(TARGET_DIR)/$(PACKAGE)-$(VERSION).tar.gz HTML_DIR := $(TARGET_DIR)/$(PACKAGE)-html HTML_TARBALL := $(TARGET_DIR)/$(PACKAGE)-html.tar.gz M_SOURCES := $(wildcard inst/*.m) CC_SOURCES := $(wildcard src/*.cpp) CC_TST_SOURCES := $(shell $(GREP) --files-with-matches '^%!' $(CC_SOURCES)) TST_SOURCES := $(patsubst src/%.cpp,inst/test/%.cpp-tst,$(CC_TST_SOURCES)) OCT_FILES := $(patsubst %.cpp,%.oct,$(CC_SOURCES)) PKG_ADD := $(shell $(GREP) -sPho '(?<=(//|\#\#) PKG_ADD: ).*' $(CC_SOURCES) $(M_SOURCES)) OCTAVE ?= octave --no-window-system --silent MKOCTFILE ?= mkoctfile .PHONY: help dist html release install all check run clean test_files help: @echo "Targets:" @echo " dist - Create $(RELEASE_TARBALL) for release" @echo " html - Create $(HTML_TARBALL) for release" @echo " release - Create both of the above and show md5sums" @echo @echo " install - Install the package in GNU Octave" @echo " all - Build all oct files" @echo " check - Execute package tests (w/o install)" @echo " run - Run Octave with development in PATH (no install)" @echo @echo " clean - Remove releases, html documentation, and oct files" %.tar.gz: % $(TAR) -c -f - --posix -C "$(TARGET_DIR)/" "$(notdir $<)" | $(GZIP) -9n > "$@" $(RELEASE_DIR): .hg/dirstate @echo "Creating package version $(VERSION) release ..." $(RM) -r "$@" hg archive --exclude ".hg*" --type files "$@" cd "$@/src" && ./bootstrap && $(RM) -r "autom4te.cache" # need to build any tests cd "$@" && $(MAKE) test_files chmod -R a+rX,u+w,go-w "$@" $(HTML_DIR): install @echo "Generating HTML documentation. This may take a while ..." $(RM) -r "$@" $(OCTAVE) --no-window-system --silent \ --eval "pkg load generate_html; " \ --eval "pkg load $(PACKAGE);" \ --eval 'generate_package_html ("${PACKAGE}", "$@", "octave-forge");' chmod -R a+rX,u+w,go-w $@ # test file recipes $(TST_SOURCES): inst/test/%.cpp-tst: src/%.cpp | inst/test @echo "Extracting tests from $< ..." @$(RM) -f "$@" "$@-t" @( echo "## Generated from $<"; \ $(GREP) '^%!' "$<") > "$@" inst/test: @mkdir -p "$@" test_files: $(TST_SOURCES) dist: $(RELEASE_TARBALL) html: $(HTML_TARBALL) release: dist html md5sum $(RELEASE_TARBALL) $(HTML_TARBALL) @echo "Upload @ https://sourceforge.net/p/octave/package-releases/new/" @echo 'Execute: hg tag "release-${VERSION}"' install: $(RELEASE_TARBALL) @echo "Installing package locally ..." $(OCTAVE) --eval 'pkg ("install", "-verbose", "${RELEASE_TARBALL}")' all: $(CC_SOURCES) cd src/ && ./bootstrap && ./configure $(MAKE) -C src/ check: all test_files $(OCTAVE) --path "$(TOPDIR)/inst/" --path "$(TOPDIR)/src/" \ --eval '${PKG_ADD}' \ --eval '__run_test_suite__ ({"$(TOPDIR)/inst"}, {})' run: all $(OCTAVE) --persist --path "inst/" --path "src/" \ --eval '${PKG_ADD}' clean: $(RM) -r $(TARGET_DIR) fntests.log test ! -e src/Makefile || $(MAKE) -C src clean distclean: clean test ! -e src/Makefile || $(MAKE) -C src distclean dicom-0.2.2/PaxHeaders.4766/DESCRIPTION0000644000000000000000000000013213443235255014005 xustar0030 mtime=1552759469.254836281 30 atime=1552759470.795059959 30 ctime=1552759470.843066931 dicom-0.2.2/DESCRIPTION0000644000175000017500000000102713443235255014246 0ustar00olafolaf00000000000000Name: dicom Version: 0.2.2 Date: 2019-01-03 Author: Andy Buckle Maintainer: Andy Buckle, John Donoghue Title: dicom: file io for medical images and other data Description: Digital communications in medicine (DICOM) file io. Depends on Grassroots DICOM (GDCM). This package is not available in repos for all distros. Contributors: Judd Storrs, Kris Thielemans, John Donoghue SystemRequirements: libgdcm2.0 (>= 2.0.16) Categories: imaging, medical Url: http://octave.org/wiki/index.php?title=Dicom License: GPL version 3 or later dicom-0.2.2/PaxHeaders.4766/NEWS0000644000000000000000000000013213443235255012776 xustar0030 mtime=1552759469.254836281 30 atime=1552759469.254836281 30 ctime=1552759470.843066931 dicom-0.2.2/NEWS0000644000175000017500000000307613443235255013245 0ustar00olafolaf00000000000000 Summary of important user-visible changes for dicom 0.2.2 (2019/01/03): ------------------------------------------------------------------------- ** added checks for 5.0 depreciated functions, using config.h ** updated sources to remove compiler warnings Summary of important user-visible changes for dicom 0.2.1 (2018/04/02): ------------------------------------------------------------------------- ** added checks for depreciated functions, using config.h ** added fallback gdcm detection in cmake fails Summary of important user-visible changes for dicom 0.2.0 (2017/02/20): ------------------------------------------------------------------------- ** Updated install to detect gdcm library using cmake ** install source tests as part of package ** dicominfo updated to support sequences of unknown length ** moved isdicom to own .oct file ** updated function documentation ** added dicomuid function Summary of important user-visible changes for dicom 0.1.1 (2011/11): ------------------------------------------------------------------------- ** The function isdicom has been completely rewritten and will perform much faster for invalid dicom files. It also no longer accepts a cell array of strings since it reduces its usefulness by other functions. Such use can be replaced with: cellfun (@isdicom, cell_array_filenames) ** The dicom package no longer autoloads by default. Please load the package manually with `pkg load dicom' or add it to the `.octaverc' file to load it automatically at the start of each Octave session.