React Advanced Odontogram - v2.2.1
    Preparing search index...

    Function setFurcation

    • Set/clear one furcation entrance's Glickman grade on the active chart's tooth.

      • entrance must be one of furcationEntrances(toothNo) for THIS tooth (position-gated — e.g. "lingual" is rejected on an upper molar, which only ever offers mesial/distal/buccal). Any other entrance, including one valid for a different tooth position, is a silent no-op.
      • grade must be an integer 1-4 (Glickman I-IV) to set/overwrite the entrance; null/undefined clears it; anything else (non-integer, out-of-range) is a silent no-op — state stays unchanged.

      Fires notifyStateChange whenever it actually mutates state; never on a rejected/no-op call.

      Parameters

      • toothNo: number
      • entrance: string
      • grade: number

      Returns void