All Downloads are FREE. Search and download functionalities are using the official Maven repository.

algorithms.tnm.1.6.tables.determine_default_n.json Maven / Gradle / Ivy

{
  "id" : "determine_default_n",
  "algorithm" : "tnm",
  "version" : "1.6",
  "name" : "Determine Default N",
  "title" : "Determine the Default N for Calculations",
  "description" : "Determine the default value for N to be used in calculations.  This is used when Clin N or Path N (or both) are blank, but other T, N and M information is present.   This will have no impact on the stored value and is solely a temporary state.",
  "last_modified" : "2018-02-02T15:44:06.253Z",
  "definition" : [ {
    "key" : "clin_n_in",
    "name" : "Clinical N",
    "type" : "INPUT"
  }, {
    "key" : "path_n_in",
    "name" : "Pathologic N",
    "type" : "INPUT"
  }, {
    "key" : "clin_n_out",
    "name" : "Clinical N with Defaults",
    "type" : "ENDPOINT"
  }, {
    "key" : "path_n_out",
    "name" : "Pathologic N with Defaults",
    "type" : "ENDPOINT"
  }, {
    "key" : "combined_n_out",
    "name" : "Combined N from Defaults",
    "type" : "ENDPOINT"
  }, {
    "key" : "source_n_out",
    "name" : "Source of Combined N",
    "type" : "ENDPOINT"
  } ],
  "extra_input" : [ "clin_n_in", "path_n_in" ],
  "rows" : [ [ "", "", "VALUE:X", "VALUE:X", "VALUE:X", "VALUE:1" ], [ "", "88,X,0,0I-,0I+,0M-,0M+,0A,0B,1,1MI,1A,1B,1C,2,2A,2B,2C,3,3A,3B,3C,4", "VALUE:X", "VALUE:{{path_n_in}}", "VALUE:{{path_n_in}}", "VALUE:2" ], [ "88,X,0,0I-,0I+,0M-,0M+,0A,0B,1,1MI,1A,1B,1C,2,2A,2B,2C,3,3A,3B,3C,4", "", "VALUE:{{clin_n_in}}", "VALUE:X", "VALUE:{{clin_n_in}}", "VALUE:1" ], [ "88,X,0,0I-,0I+,0M-,0M+,0A,0B,1,1MI,1A,1B,1C,2,2A,2B,2C,3,3A,3B,3C,4", "88,X,0,0I-,0I+,0M-,0M+,0A,0B,1,1MI,1A,1B,1C,2,2A,2B,2C,3,3A,3B,3C,4", "VALUE:{{clin_n_in}}", "VALUE:{{path_n_in}}", "VALUE:", "VALUE:" ], [ "*", "*", "ERROR:Both Clin N and Path N values need to be valid for the schema.", "ERROR:(Clin N and/or Path N invalid)", "ERROR:(Clin N and/or Path N invalid)", "ERROR:(Clin N and/or Path N invalid)" ] ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy