Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2 from rwynne/master
Browse files Browse the repository at this point in the history
V2.0 Pull Request
  • Loading branch information
NCIEVS authored Oct 18, 2016
2 parents cabec3f + 9ed9fdb commit 12c52a5
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 17 deletions.
38 changes: 30 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
# nci-diff-CDISC
diff specific for CDISC reports

CDISC Changes Report Generator
==============================
CDISC Changes Report Generator v2.0
===================================

This program will generate a changes report between two CDISC releases.
The releases may span any amount of time.

Requirements
------------
Git
Apache Ant
Java Developers Kit
Requirements (with install commands for *nix gurus)
---------------------------------------------------
Git (sudo apt-get install git)

Apache Ant (sudo apt-get install ant)

Java Developers Kit (sudo apt-get install openjdk-8-jdk)

Building the program
--------------------

Clone the DiffCDISC repository onto your local filesystem using Git.
Download this entire project as a .zip.

OR

Clone the DiffCDISC repository onto your local filesystem using Git:

C:\> git clone https://github.com/NCIEVS/diff-cdisc.git

Expand Down Expand Up @@ -49,8 +55,11 @@ Each report is input into the program (newest followed by oldest),
followed by a "release date" and then the filename of the output.

C:\DiffCDISC\dist>RunChanges "..\docs\SDTM Terminology 2015-09-25.txt" "..\docs\SDTM Terminology 2015-06-26.txt" "9/25/2015" Changes.txt

Initializing diff report...

Getting changes...

Printing changes report...

About the program
Expand All @@ -71,6 +80,7 @@ of an Update, original and new values are reported.
- Update CDISC Definition
- Update CDISC Extensible List
- Update CDISC Submission Value
- Update CDISC Synonym
- Update NCI Preferred Term

Known issues
Expand All @@ -79,3 +89,15 @@ Known issues
The 'Request Code' column will always be empty as they are stored in the
JIRA tracking system. This column is manually populated by EVS before
each quarterly release.

Version 2.0 was implemented in 2015

Release notes between 1.0 and 2.0
---------------------------------

1. Initialize the diff program if and only if there are 4 program arguments
2. The "Request Code" column values no longer appear as "unknown" (they are now empty)
3. Reported changes on non-differing Codelists have been removed
4. Report changes on removed Codelists
5. Verbaige updates to "Change Types" ("Add" or "Remove" on "CDISC Synonyms" is now just "Update" for existing codelists.)
6. Improved handling of inputs
35 changes: 26 additions & 9 deletions ReadMe.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
CDISC Changes Report Generator
==============================
CDISC Changes Report Generator v2.0
===================================

This program will generate a changes report between two CDISC releases.
The releases may span any amount of time.

Requirements
------------
Git
Apache Ant
Java Developers Kit
Requirements (with install commands for *nix gurus)
---------------------------------------------------
Git (sudo apt-get install git)
Apache Ant (sudo apt-get install ant)
Java Developers Kit (sudo apt-get install openjdk-8-jdk)

Building the program
--------------------

Clone the DiffCDISC repository onto your local filesystem using Git.
Download this entire project as a .zip.

OR

Clone the DiffCDISC repository onto your local filesystem using Git:

C:\> git clone https://github.com/NCIEVS/diff-cdisc.git

Expand Down Expand Up @@ -68,11 +72,24 @@ of an Update, original and new values are reported.
- Update CDISC Definition
- Update CDISC Extensible List
- Update CDISC Submission Value
- Update CDISC Synonym
- Update NCI Preferred Term

Known issues
------------

The 'Request Code' column will always be empty as they are stored in the
JIRA tracking system. This column is manually populated by EVS before
each quarterly release.
each quarterly release.

Version 2.0 was implemented in 2015

Release notes between 1.0 and 2.0
---------------------------------

1. Initialize the diff program if and only if there are 4 program arguments
2. The "Request Code" column values no longer appear as "unknown" (they are now empty)
3. Reported changes on non-differing Codelists have been removed
4. Report changes on removed Codelists
5. Verbaige updates to "Change Types" ("Add" or "Remove" on "CDISC Synonyms" is now just "Update" for existing codelists.)
6. Improved handling of inputs

0 comments on commit 12c52a5

Please sign in to comment.