]> Creatis software - gdcm.git/commitdiff
Add an entry "Command Line Utilities" on the side bar.
authorjpr <jpr>
Tue, 7 Jun 2005 11:45:44 +0000 (11:45 +0000)
committerjpr <jpr>
Tue, 7 Jun 2005 11:45:44 +0000 (11:45 +0000)
Doc/Website/CommandLine.html [new file with mode: 0644]
Doc/Website/Sidebar.html

diff --git a/Doc/Website/CommandLine.html b/Doc/Website/CommandLine.html
new file mode 100644 (file)
index 0000000..57095d1
--- /dev/null
@@ -0,0 +1,75 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+<HEAD>
+   <META http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+   <TITLE>Command Line Utilities</TITLE>
+</HEAD>
+<BODY>
+<H2>Command Line Utilities :</H2>
+<UL>
+   <LI> PrintFile
+   <pre>
+   Display the header of any kind of ACR-NEMA/PAPYRUS/DICOM File
+   usage: PrintFile filein=fileName [level=n] [noshadow] [noseq] [debug]
+          level = 0,1,2 : depending on the amount of details user wants to see
+          noshadow : user doesn't want to load Private groups (odd number)
+          noseq    : user doesn't want to load Sequences
+          debug    : user wants to run the program in 'debug mode'
+    </pre>
+   <LI> Anonymize
+   <pre>
+   Anonymize a full gdcm-readable Dicom image
+          Warning : probably segfaults if pixels are not gdcm readable.
+                    Use AnonymizeNoLoad instead.
+   usage: Anonymize filein=inputFileName fileout=anonymizedFileName [debug]
+          debug    : user wants to run the program in 'debug mode'
+   <pre>
+   <LI> AnonymizeNoLoad
+   <pre> 
+   Anonymize a gdcm-readable Dicom image even if pixels aren't gdcm readable
+          Warning : the file is overwritten; to preserve file integrity,
+                    use a copy.
+   usage: AnonymizeNoLoad filein=inputFileName fileout=outputFileName [debug]
+          debug    : user wants to run the program in 'debug mode'
+   </pre>
+   <LI> ReWrite
+   <pre>
+   Re write a full gdcm-readable Dicom image (compressed Pixels are expanded)
+     (usefull when the file is not very straight).                  
+    usage: ReWrite filein=inputFileName fileout=anonymizedFileName
+                   [mode=write mode] [noshadow] [noseq][debug]
+           mode = a (ACR), x (Explicit VR Dicom), r (RAW : only pixels)
+           noshadow : user doesn't want to load Private groups (odd number)
+           noseq    : user doesn't want to load Sequences
+           debug    : user wants to run the program in 'debug mode' 
+   </pre>
+   <LI> PrintDicomDir
+   <pre>
+   Display the tree-like structure of a DICOMDIR File
+   usage: PrintDicomDir filein=fileName [detail=n] [level=n] [debug]
+          detail = 1 : Patients, 2 : Studies, 3 : Series, 4 : Images
+                   5 : Full Content
+          level = 0,1,2 : depending on user (what he wants to see, when detail=5)
+          debug    : user wants to run the program in 'debug mode'
+   </pre>
+   <LI> MakeDicomDir
+   <pre>
+   Explores recursively the given directory, makes the relevant DICOMDIR
+          and writes it as 'NewDICOMDIR'
+   usage: MakeDicomDir dirname=rootDirectoryName [noshadow] [noseq] [debug]
+           noshadow : user doesn't want to load Private groups (odd number)
+           noseq    : user doesn't want to load Sequences
+           debug    : user wants to run the program in 'debug mode'
+   </pre>
+   <LI> AnonymizeDicomDir
+   <pre>
+   Anonymize a gdcm-readable DICOMDIR even when some 'Objects'
+           are not yet taken into account
+           Warning : the DICOMDIR is overwritten
+   usage: AnonymizeDicomDir filein=dicomDirName [debug]
+          debug    : user wants to run the program in 'debug mode'
+   </pre>
+</UL>
+</BODY>
+</HTML>
+
index a1ec6bd0ffb373de05a74c6bcf799ea3fccde5bf..9741f64247dd66e90e54b858634cbe59f5c73dd2 100644 (file)
       Support</A>
    </TD></TR>
 
+   <!######################## Utilities ########################>
+   <TR> <TD BGCOLOR="#003366"> <B>
+      <FONT COLOR="#ffffff"> GDCM Utilities
+      </FONT> </B> </TD>
+   </TR>
+   <TR><TD BGCOLOR="#99ccff">
+      <A HREF="CommandLine.html"
+      target="rite">
+      Command line Programs</A>
+   </TD></TR>
+
+   <TR><TD BGCOLOR="#99ccff">
+      <A HREF="VtkGdcmViewer.html"
+      target="rite">
+      Vtk gdcm Viewer</A>
+   </TD></TR>
 
    <!######################## Wrappers ########################>
    <TR> <TD BGCOLOR="#003366"> <B>