feat(regis): add patient category type

This commit is contained in:
avicenan
2026-05-14 11:58:14 +09:00
parent 4b554ca78d
commit 5f060a3c4f
3 changed files with 16 additions and 1 deletions

View File

@ -51,4 +51,5 @@ export * from "../types/pharmacy_order_status";
export * from "../types/prescription_pharmacy_status";
export * from "../types/radiology_order_status";
export * from "../types/laboratory_order_status";
export * from "../enum/consciousness"
export * from "../enum/consciousness";
export * from "../types/patient_category";