You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,15 +50,15 @@ Versions supported:
50
50
51
51
## Download
52
52
53
-
To download [the beta version of staging library - TNMStagingCSharp_v22.zip](https://github.com/imsweb/staging-client-csharp/releases/download/v2.2-beta/TNMStagingCSharp_v22.zip).
53
+
To download [the beta version of staging library - TNMStagingCSharp_v23.zip](https://github.com/imsweb/staging-client-csharp/releases/download/v2.3-beta/TNMStagingCSharp_v23.zip).
54
54
55
55
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/).
56
56
57
57
## Requirements
58
58
59
59
Functional Requirements: You will need the .NET Framework 4.5.2 or higher installed to use this library.
60
60
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.3 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.2-beta/CS_02_05_50.zip), [TNM 1.9](https://github.com/imsweb/staging-client-csharp/releases/download/v2.2-beta/TNM_19.zip), and [EOD Public 1.3](https://github.com/imsweb/staging-client-csharp/releases/download/v2.2-beta/EOD_Public_13.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.3 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.3-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.3](https://github.com/imsweb/staging-client-csharp/releases/download/v2.3-beta/EOD_Public_13.zip) here.
result.addError(newError.ErrorBuilder(Error.Type.MATCH_NOT_FOUND).message("Match not found in table '"+tableId+"' ("+DecisionEngineFuncs.getTableInputsAsString(table,result.getContext())+")").table(tableId)
message="Matching resulted in an error in table '"+tableId+"' ("+DecisionEngineFuncs.getTableInputsAsString(table,result.getContext())+")";
1029
+
message="Matching resulted in an error in table '"+tableId+"' for column '"+endpoint.getResultKey()+"' ("+DecisionEngineFuncs.getTableInputsAsString(table,result.getContext())+")";
0 commit comments