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

algorithms.tnm.1.7.tables.determine_default_m.json Maven / Gradle / Ivy

There is a newer version: 11.3.0
Show newest version
{
  "id" : "determine_default_m",
  "algorithm" : "tnm",
  "version" : "1.7",
  "name" : "Determine Default M",
  "title" : "Determine the Default M for Calculations",
  "description" : "Determine the default value for M to be used in calculations.  This is used when Clin M or Path M (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-04-11T19:53:05.111Z",
  "definition" : [ {
    "key" : "clin_m_in",
    "name" : "Clinical M",
    "type" : "INPUT"
  }, {
    "key" : "path_m_in",
    "name" : "Pathologic M",
    "type" : "INPUT"
  }, {
    "key" : "clin_m_out",
    "name" : "Clinical M with Defaults",
    "type" : "ENDPOINT"
  }, {
    "key" : "path_m_out",
    "name" : "Pathologic M with Defaults",
    "type" : "ENDPOINT"
  }, {
    "key" : "combined_m_out",
    "name" : "Combined M from Defaults",
    "type" : "ENDPOINT"
  }, {
    "key" : "source_m_out",
    "name" : "Source of Combined M",
    "type" : "ENDPOINT"
  } ],
  "extra_input" : [ "path_m_in", "clin_m_in" ],
  "rows" : [ [ "", "", "VALUE:0", "VALUE:0", "VALUE:0", "VALUE:1" ], [ "", "1,1A,1B,1C,1D,1E", "VALUE:{{path_m_in}}", "VALUE:{{path_m_in}}", "VALUE:{{path_m_in}}", "VALUE:2" ], [ "", "88,0,0I+", "VALUE:0", "VALUE:{{path_m_in}}", "VALUE:{{path_m_in}}", "VALUE:2" ], [ "88,0,0I+,1,1A,1B,1C,1D,1E", "", "VALUE:{{clin_m_in}}", "VALUE:{{clin_m_in}}", "VALUE:{{clin_m_in}}", "VALUE:1" ], [ "88,0,0I+,1,1A,1B,1C,1D,1E", "88,0,0I+,1,1A,1B,1C,1D,1E", "VALUE:{{clin_m_in}}", "VALUE:{{path_m_in}}", "VALUE:", "VALUE:" ], [ "*", "*", "ERROR:Both Clin M and Path M values need to be valid for the schema.", "ERROR:(Clin M and/or Path M invalid)", "ERROR:(Clin M and/or Path M invalid)", "ERROR:(Clin M and/or Path M invalid)" ] ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy