<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://support.dcmtk.org/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://support.dcmtk.org/wiki/feed.php">
        <title>DICOM@OFFIS</title>
        <description></description>
        <link>http://support.dcmtk.org/wiki/</link>
        <image rdf:resource="http://support.dcmtk.org/wiki/lib/images/favicon.ico" />
       <dc:date>2012-01-26T09:56:32+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://support.dcmtk.org/wiki/dcmtk/howto/comparefiles?rev=1326450313&amp;do=diff"/>
                <rdf:li rdf:resource="http://support.dcmtk.org/wiki/dcmtk/howto/start?rev=1326449909&amp;do=diff"/>
                <rdf:li rdf:resource="http://support.dcmtk.org/wiki/dcmtk/issues/start?rev=1326098679&amp;do=diff"/>
                <rdf:li rdf:resource="http://support.dcmtk.org/wiki/dcmtk/news/start?rev=1323333526&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://support.dcmtk.org/wiki/lib/images/favicon.ico">
        <title>DICOM@OFFIS</title>
        <link>http://support.dcmtk.org/wiki/</link>
        <url>http://support.dcmtk.org/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://support.dcmtk.org/wiki/dcmtk/howto/comparefiles?rev=1326450313&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-13T11:25:13+01:00</dc:date>
        <dc:creator>riesmeier</dc:creator>
        <title>dcmtk:howto:comparefiles</title>
        <link>http://support.dcmtk.org/wiki/dcmtk/howto/comparefiles?rev=1326450313&amp;do=diff</link>
        <description>The following Unix shell script compares the content (textual dump) of two DICOM files and shows the differences. This script is based on dcdiff.script from David Clunie's dicom3tools:


#!/bin/sh

if [ $# != 2 ]
then
  echo &quot;usage: `basename $0` file1 file2&quot;
  exit 1
fi

TMPFILE1=/tmp/`basename $0`.$$.tmp1
TMPFILE2=/tmp/`basename $0`.$$.tmp2

dcmdump -q -dc &quot;$1&quot; &gt;&quot;$TMPFILE1&quot; 2&gt;&amp;1
dcmdump -q -dc &quot;$2&quot; &gt;&quot;$TMPFILE2&quot; 2&gt;&amp;1
diff &quot;$TMPFILE1&quot; &quot;$TMPFILE2&quot; | colordiff

rm &quot;$TMPFILE1&quot; &quot;$TMPFILE2&quot;

exit 0</description>
    </item>
    <item rdf:about="http://support.dcmtk.org/wiki/dcmtk/howto/start?rev=1326449909&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-13T11:18:29+01:00</dc:date>
        <dc:creator>riesmeier</dc:creator>
        <title>dcmtk:howto:start</title>
        <link>http://support.dcmtk.org/wiki/dcmtk/howto/start?rev=1326449909&amp;do=diff</link>
        <description>On this page one should find some short guides, how to accomplish specific tasks or use specific features in DCMTK.

Currently, the following Howtos are available:

General

	*  DCMTK Primer: Primer on writing code with DCMTK
	*  Data Dictionaries: How to use multiple data dictionaries, e.g. for private or additional DICONDE tags
	*  Adding a SOP Class: Files to change for adding new (e. g. private) SOP classes to DCMTK</description>
    </item>
    <item rdf:about="http://support.dcmtk.org/wiki/dcmtk/issues/start?rev=1326098679&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-09T09:44:39+01:00</dc:date>
        <dc:creator>riesmeier</dc:creator>
        <title>dcmtk:issues:start</title>
        <link>http://support.dcmtk.org/wiki/dcmtk/issues/start?rev=1326098679&amp;do=diff</link>
        <description>Here is a list of known issues for the various DCMTK releases :

DCMTK 3.6.1 (current snapshot)

	*  The OFSemaphore class (part of ofthread.cc) does not work on Mac OS X since the code is not based on named semaphores as need by this OS. Therefore, the OFSemaphore code is not compiled under Mac OS X. However, thread support works in general and is enabled by the build system by default.
 =&gt; We will fix OFSemaphore for Mac OS X in one of the next snapshots.</description>
    </item>
    <item rdf:about="http://support.dcmtk.org/wiki/dcmtk/news/start?rev=1323333526&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-08T09:38:46+01:00</dc:date>
        <dc:creator>riesmeier</dc:creator>
        <title>dcmtk:news:start</title>
        <link>http://support.dcmtk.org/wiki/dcmtk/news/start?rev=1323333526&amp;do=diff</link>
        <description>2011

2011-12-08 (Riesmeier): New snapshot with new command line tool &quot;dcmsend&quot;

	*  Today, a new snapshot of the DCMTK has been made available. See CHANGES file for further details.
	*  Updated data dictionary and so on for the recently approved changes to the standard (i.e. final text Supplements and Correction Items).
	*  Fixed various issues that occurred after the official release and the previous snapshot.
	*  Introduced first version of a new command line tool dcmsend, a Simple Storage Se…</description>
    </item>
</rdf:RDF>

