Ga naar inhoud

Association object

Association objects link a Symptom to a Diagnose.

Properties

  • diagId Reference to Diagnose object.
  • symId Reference to Symptom object.
  • ref Image reference to image in PCEImage.
  • sens Sensory strength (double-typed).
  • conf Confirmation power of assocation. Object with double-typed values per continent.
  • excl Exclusion power of assocation. Object with double-types values per continent.

Store

Store name: Association

indexes

Indexes made on: * diagId * symId

Example

{
  "diagId" : 123,
  "symId" : 456,
  "ref" : 1,
  "sens" : 0.45,
  "conf" : {
    "af" : 45.6,
    "am" : 12.6,
    "az" : 99.6,
    "gp" : 99.7,
    "travel" : 66.33
  },
  "excl" : {
    "af" : 45.6,
    "am" : 12.6,
    "az" : 99.6,
    "gp" : 99.7,
    "travel" : 66.33
  }

}