Fully implement medical documentation

This commit is contained in:
Josh-Heaps
2026-02-10 16:54:51 -07:00
parent 9ede3ae53f
commit 6814270b7c
29 changed files with 5617 additions and 1165 deletions
@@ -0,0 +1 @@
ALTER TABLE app.medical_prescriptions ADD COLUMN IF NOT EXISTS rx_number VARCHAR(50) NULL;