-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release/1.0.0.0-RC1: 1.0.0.0-RC1 update to dsf 1.1.0, remove other processes adds zip example bundle start development cycle 0.4.0
- Loading branch information
Showing
285 changed files
with
4,361 additions
and
958,869 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,25 @@ | ||
# MII DSF Processes | ||
# MII Process Data Transfer | ||
|
||
[![Java CI Build with Maven](https://github.com/medizininformatik-initiative/mii-dsf-processes/actions/workflows/maven-build.yml/badge.svg)](https://github.com/medizininformatik-initiative/mii-dsf-processes/actions/workflows/maven-build.yml) | ||
In this repository you will find the process to transfer data-sets of an approved data usage project from a DIC to a DMS. | ||
|
||
Business processes for the Medical Informatics Initiative as plugins for the [HiGHmed Data Sharing Framework][1]. | ||
|
||
The [Projectathon Data Transfer process](https://github.com/medizininformatik-initiative/mii-dsf-processes/tree/main/mii-dsf-process-projectathon-data-transfer) | ||
is greatly influenced by the [NUM-CODEX AP1 Data Transfer process](https://github.com/num-codex/codex-processes-ap1) and | ||
reuses some of its code. | ||
## Development | ||
Branching follows the git-flow model, for the latest development version see branch [develop](https://github.com/medizininformatik-initiative/mii-process-data-transfer/tree/develop). | ||
|
||
## Build | ||
|
||
Prerequisite: Java 11, Maven >= 3.6 | ||
Prerequisite: Java 17, Maven >= 3.6 | ||
|
||
Add the Github Package Registry server to your Maven `.m2/settings.xml`. Instructions on how to generate the `USERNAME` | ||
and `TOKEN` can be found in the HiGHmed DSF Wiki page with the | ||
name [Using the Github Maven Package Registry](https://github.com/highmed/highmed-dsf/wiki/Using-the-Github-Maven-Package-Registry) | ||
. The token need at least the `read:packages` scope. | ||
To use this repository in your code, add the Github Package Registry server to your Maven `.m2/settings.xml`. Instructions on how to generate the `USERNAME` and `TOKEN` can be found in the GitHub documentation [Managing your personal access tokens](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens). The token needs at least the `read:packages` scope. | ||
|
||
```xml | ||
|
||
<servers> | ||
<server> | ||
<id>highmed-dsf</id> | ||
<username>USERNAME</username> | ||
<password>TOKEN</password> | ||
</server> | ||
<server> | ||
<id>github-mii</id> | ||
<username>USERNAME</username> | ||
<password>TOKEN</password> | ||
</server> | ||
</servers> | ||
``` | ||
|
||
Build the project from the root directory of this repository by executing the following command. | ||
|
||
```sh | ||
mvn clean package | ||
``` | ||
|
||
## License | ||
|
||
Copyright 2022 Medical Informatics Initiative | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the | ||
License. You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an | ||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific | ||
language governing permissions and limitations under the License. | ||
|
||
[1]: <https://github.com/highmed/highmed-dsf> | ||
All code is published under the [Apache-2.0 License](LICENSE). |
2 changes: 1 addition & 1 deletion
2
...in/resources/eclipse-formatter-config.xml → eclipse-formatter-config.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.