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

MPPS SCU - Modality Performed Procedure Step Client. More...

#include "kcenon/pacs/services/mpps_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

MPPS SCU - Modality Performed Procedure Step Client.

Definition in file main.cpp.

Function Documentation

◆ main()

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

Definition at line 527 of file main.cpp.

527 {
528 std::cout << R"(
529 __ __ ____ ____ ____ ____ ____ _ _
530 | \/ | _ \| _ \/ ___| / ___| / ___| | | |
531 | |\/| | |_) | |_) \___ \ \___ \| | | | | |
532 | | | | __/| __/ ___) | ___) | |___| |_| |
533 |_| |_|_| |_| |____/ |____/ \____|\___/
534
535 Modality Performed Procedure Step Client
536)" << "\n";
537
538 options opts;
539
540 if (!parse_arguments(argc, argv, opts)) {
541 print_usage(argv[0]);
542 return 2;
543 }