SMILX
1.01
|
A swiss-army knife of DICOM images. This application implements conversion etc. of DICOM images with the SMILI library.You can convert DICOM series, print their tags and get other info. More...
#include <vector>
#include <locale>
#include <algorithm>
#include <tclap/CmdLine.h>
#include <milxFile.h>
#include <milxImage.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
A swiss-army knife of DICOM images. This application implements conversion etc. of DICOM images with the SMILI library.
You can convert DICOM series, print their tags and get other info.
Definition in file milxDICOMApp.cxx.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Program Info
Process Arguments
Optional
Switches XOR Switches
Mandatory
Add argumnets
XOR args
Parse the argv array.
Get the value parsed by each arg.
Display operation
Get UIDs and filenames
Definition at line 58 of file milxDICOMApp.cxx.