mirror of
https://github.com/pcvolkmer/bzkf-rwdp-check.git
synced 2025-04-19 19:16:51 +00:00
chore: update copyright notice
This commit is contained in:
parent
0b6024e80b
commit
851bdad9d0
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
Anwendung zur Durchführung einer Plausibilitätsprüfung anhand der Daten für die BZKF Real World Data Platform.
|
Anwendung zur Durchführung einer Plausibilitätsprüfung anhand der Daten für die BZKF Real World Data Platform.
|
||||||
|
|
||||||
|
**Hinweis:** Dies ist eine Weiterführung des ursprünglichen
|
||||||
|
Projekts [bzkf-rwdp-check](https://github.com/CCC-MF/bzkf-rwdp-check)
|
||||||
|
|
||||||
## Aufbau der ETL-Strecke an den Standorten
|
## Aufbau der ETL-Strecke an den Standorten
|
||||||
|
|
||||||
Die Daten werden aus der Onkostar-Datenbank ausgelesen und in Apache-Kafka eingespeist.
|
Die Daten werden aus der Onkostar-Datenbank ausgelesen und in Apache-Kafka eingespeist.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of bzkf-rwdp-check
|
* This file is part of bzkf-rwdp-check
|
||||||
*
|
*
|
||||||
* Copyright (C) 2024 Comprehensive Cancer Center Mainfranken and contributors.
|
* Copyright (C) 2024 the original author or authors.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -179,7 +179,12 @@ pub enum SubCommand {
|
|||||||
user: String,
|
user: String,
|
||||||
#[arg(short, long, help = "LKR-Export-Protokoll-Datei")]
|
#[arg(short, long, help = "LKR-Export-Protokoll-Datei")]
|
||||||
file: PathBuf,
|
file: PathBuf,
|
||||||
#[arg(long, alias = "export-package", help = "Exportpaketnummer", default_value = "0")]
|
#[arg(
|
||||||
|
long,
|
||||||
|
alias = "export-package",
|
||||||
|
help = "Exportpaketnummer",
|
||||||
|
default_value = "0"
|
||||||
|
)]
|
||||||
package: u16,
|
package: u16,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of bzkf-rwdp-check
|
* This file is part of bzkf-rwdp-check
|
||||||
*
|
*
|
||||||
* Copyright (C) 2024 Comprehensive Cancer Center Mainfranken and contributors.
|
* Copyright (C) 2024 the original author or authors.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of bzkf-rwdp-check
|
* This file is part of bzkf-rwdp-check
|
||||||
*
|
*
|
||||||
* Copyright (C) 2024 Comprehensive Cancer Center Mainfranken and contributors.
|
* Copyright (C) 2024 the original author or authors.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of bzkf-rwdp-check
|
* This file is part of bzkf-rwdp-check
|
||||||
*
|
*
|
||||||
* Copyright (C) 2024 Comprehensive Cancer Center Mainfranken and contributors.
|
* Copyright (C) 2024 the original author or authors.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of bzkf-rwdp-check
|
* This file is part of bzkf-rwdp-check
|
||||||
*
|
*
|
||||||
* Copyright (C) 2024 Comprehensive Cancer Center Mainfranken and contributors.
|
* Copyright (C) 2024 the original author or authors.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of bzkf-rwdp-check
|
* This file is part of bzkf-rwdp-check
|
||||||
*
|
*
|
||||||
* Copyright (C) 2024 Comprehensive Cancer Center Mainfranken and contributors.
|
* Copyright (C) 2024 the original author or authors.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of bzkf-rwdp-check
|
* This file is part of bzkf-rwdp-check
|
||||||
*
|
*
|
||||||
* Copyright (C) 2024 Comprehensive Cancer Center Mainfranken and contributors.
|
* Copyright (C) 2024 the original author or authors.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of bzkf-rwdp-check
|
* This file is part of bzkf-rwdp-check
|
||||||
*
|
*
|
||||||
* Copyright (C) 2024 Comprehensive Cancer Center Mainfranken and contributors.
|
* Copyright (C) 2024 the original author or authors.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of bzkf-rwdp-check
|
* This file is part of bzkf-rwdp-check
|
||||||
*
|
*
|
||||||
* Copyright (C) 2024 Comprehensive Cancer Center Mainfranken and contributors.
|
* Copyright (C) 2024 the original author or authors.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of bzkf-rwdp-check
|
* This file is part of bzkf-rwdp-check
|
||||||
*
|
*
|
||||||
* Copyright (C) 2024 Comprehensive Cancer Center Mainfranken and contributors.
|
* Copyright (C) 2024 the original author or authors.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of bzkf-rwdp-check
|
* This file is part of bzkf-rwdp-check
|
||||||
*
|
*
|
||||||
* Copyright (C) 2024 Comprehensive Cancer Center Mainfranken and contributors.
|
* Copyright (C) 2024 the original author or authors.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
Loading…
x
Reference in New Issue
Block a user