WplAi.AST.Contraindication (WPL-AI v1.13.0)

Copy Markdown View Source

Medical contraindication

Summary

Types

action()

@type action() :: :exclude | :modify | :require_clearance

severity()

@type severity() :: :low | :moderate | :high

t()

@type t() :: %WplAi.AST.Contraindication{
  action: action(),
  affects: [String.t()] | nil,
  condition: String.t(),
  severity: severity() | nil
}