PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
main.cpp File Reference

Print SCU - DICOM Print Management Client. More...

#include "kcenon/pacs/services/print_scu.h"
#include "kcenon/pacs/network/association.h"
#include <chrono>
#include <cstdlib>
#include <iostream>
#include <string>
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Detailed Description

Print SCU - DICOM Print Management Client.

Definition in file main.cpp.

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 540 of file main.cpp.

540 {
541 std::cout << R"(
542 ____ _ _ ____ ____ _ _
543 | _ \ _ __(_)_ __ | |_ / ___| / ___| | | |
544 | |_) | '__| | '_ \| __| \___ \| | | | | |
545 | __/| | | | | | | |_ ___) | |___| |_| |
546 |_| |_| |_|_| |_|\__| |____/ \____|\___/
547
548 DICOM Print Management Client
549)" << "\n";
550
551 options opts;
552
553 if (!parse_arguments(argc, argv, opts)) {
554 print_usage(argv[0]);
555 return 2;