Skip to content

Commit efef52f

Browse files
authored
Merge pull request #6 from imsweb/eod15
Removed EOD 1.4 and added EOD 1.5. Changed internal version numbers. …
2 parents 17e5345 + 00fbcc5 commit efef52f

File tree

1,229 files changed

+2661
-2626
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,229 files changed

+2661
-2626
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ All of the standard setting organizations will collect the predictive and progno
2222

2323
Versions supported:
2424

25-
- 1.4 (released September 2018)
25+
- 1.5 (released February 2019)
2626

2727
### TNM
2828

@@ -50,15 +50,15 @@ Versions supported:
5050

5151
## Download
5252

53-
To download [the beta version of staging library - TNMStagingCSharp_v25.zip](https://github.com/imsweb/staging-client-csharp/releases/download/v2.5-beta/TNMStagingCSharp_v25.zip).
53+
To download [the beta version of staging library - TNMStagingCSharp_v26.zip](https://github.com/imsweb/staging-client-csharp/releases/download/v2.6-beta/TNMStagingCSharp_v26.zip).
5454

5555
The download zip file contains the TNM Staging DLL and associated files. For more information, please reference the accompanying readme.txt file. Detailed documentation on how to use the DLL can be found in the [Wiki](https://github.com/imsweb/staging-client-csharp/wiki/).
5656

5757
## Requirements
5858

5959
Functional Requirements: You will need the .NET Framework 4.5.2 or higher installed to use this library.
6060

61-
Data Requirements: You will need the algorithm data files for the TNM Staging Library to work properly. At present there are CS 02.05.50, TNM 1.9, and EOD 1.4 algorithms. You can find a copy of these data files within the TNM Staging source code in the Resources\Algorithms directory. The algorithm data files can be either in separate JSON files, or can be collected together in a compressed file such as .ZIP or .GZ. You can download the zip versions of [CS 02.05.50](https://github.com/imsweb/staging-client-csharp/releases/download/v2.4-beta/CS_02_05_50.zip), [TNM 1.9](https://github.com/imsweb/staging-client-csharp/releases/download/v2.3-beta/TNM_19.zip), and [EOD Public 1.4](https://github.com/imsweb/staging-client-csharp/releases/download/v2.5-beta/EOD_Public_14.zip) here.
61+
Data Requirements: You will need the algorithm data files for the TNM Staging Library to work properly. At present there are CS 02.05.50, TNM 1.9, and EOD 1.5 algorithms. You can find a copy of these data files within the TNM Staging source code in the Resources\Algorithms directory. The algorithm data files can be either in separate JSON files, or can be collected together in a compressed file such as .ZIP or .GZ. You can download the zip versions of [CS 02.05.50](https://github.com/imsweb/staging-client-csharp/releases/download/v2.4-beta/CS_02_05_50.zip), [TNM 1.9](https://github.com/imsweb/staging-client-csharp/releases/download/v2.3-beta/TNM_19.zip), and [EOD Public 1.5](https://github.com/imsweb/staging-client-csharp/releases/download/v2.6-beta/EOD_Public_15.zip) here.
6262

6363
## Usage
6464

@@ -89,7 +89,7 @@ To use the Collaborative Stage algorithm (in separate JSON files), use the CsDat
8989
using TNMStagingCSharp.Src.Staging.CS;
9090

9191
TNMStagingCSharp.Src.Staging.Staging _STAGING;
92-
_STAGING = TNMStagingCSharp.Src.Staging.Staging.getInstance(CsDataProvider.getInstance(CsVersion.v020550));
92+
_STAGING = TNMStagingCSharp.Src.Staging.Staging.getInstance(CsDataProvider.getInstance(CsVersion.LATEST));
9393
```
9494

9595

TNMStagingCSharp/Resources/Algorithms/eod_public/1.4/tables/hcg_post_orchiectomy_lab_value_13834.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

TNMStagingCSharp/Resources/Algorithms/eod_public/1.4/tables/ss2018_ill_defined_18664.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

TNMStagingCSharp/Resources/Algorithms/eod_public/1.4/tables/ss2018_melanoma_skin_64985.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)