|
PACS System 0.1.0
PACS DICOM system library
|
Generate minimal DICOM test data files for binary integration tests. More...
#include "test_fixtures.h"#include "kcenon/pacs/core/dicom_file.h"#include <filesystem>#include <iostream>
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
Generate minimal DICOM test data files for binary integration tests.
Creates minimal DICOM files that can be used for testing storage and query operations without requiring external test data.
Usage: generate_test_data [output_dir]
Output files: ct_minimal.dcm - Minimal CT image mr_minimal.dcm - Minimal MR image xa_minimal.dcm - Minimal XA image
Definition in file generate_test_data.cpp.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 93 of file generate_test_data.cpp.