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

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

There is a newer version: 11.3.0
Show newest version
{
  "id" : "determine_combined_prefix_91402",
  "algorithm" : "tnm",
  "version" : "1.7",
  "name" : "Determine Combined Prefix",
  "title" : "Determine Combined Prefix",
  "notes" : "**Note 1:** Combined Source of 1 or 2 indicate the Combined fields is based on the Clin field or Path field respectively.   \nCombined Source of 3 indicates a combination of data was used to set the Combined value. For example, 4a and 4b were combined to derive 4c.  The prefix will be set to 'p'.  \nCombined Source of 9 indicates the source is Unknown.  It should only occur if the value is 88.  No prefix will be set.\n\n**Note 2:** If the source is 1, but there is no clinical prefix, c will be used.  Similarly, if the source is 2, but there is no path prefix, p will be used.",
  "last_modified" : "2018-04-11T19:53:05.972Z",
  "definition" : [ {
    "key" : "cmb_source",
    "name" : "Combined Source",
    "type" : "INPUT"
  }, {
    "key" : "clin_prefix",
    "name" : "Clin Prefix",
    "type" : "INPUT"
  }, {
    "key" : "path_prefix",
    "name" : "Path Prefix",
    "type" : "INPUT"
  }, {
    "key" : "cmb_prefix",
    "name" : "Combined Prefix",
    "type" : "ENDPOINT"
  } ],
  "extra_input" : [ "clin_prefix", "path_prefix" ],
  "rows" : [ [ "1", "", "*", "VALUE:c" ], [ "1", "c,p", "*", "VALUE:{{clin_prefix}}" ], [ "2", "*", "", "VALUE:p" ], [ "2", "*", "c,p", "VALUE:{{path_prefix}}" ], [ "3", "*", "*", "VALUE:p" ], [ "9", "*", "*", "VALUE:" ] ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy