feat(docs): add laser treatment plan and related ADRs for multi-session treatments

This commit is contained in:
hamed
2026-08-06 15:23:06 +03:30
parent 1a07dad17c
commit 1d43475724
70 changed files with 15001 additions and 3234 deletions
@@ -0,0 +1,11 @@
# A Treatment Case snapshots its areas
The areas a service covers are derived from the catalog category graph, which the clinic manager can
edit at any time. Because a session's area records are a medical record, a Treatment Case copies its
area list at creation and never re-derives it; editing the category graph afterwards affects only
cases opened from then on.
## Consequences
An in-flight case will not pick up a category change. If a clinic genuinely needs that, it has to be
an explicit re-sync action, not a silent side effect of editing settings.