feat(patient): use type and make nullable for citizen in patient

This commit is contained in:
avicenan
2026-05-21 11:10:46 +09:00
parent c18bb6df96
commit 132acf0dbb
3 changed files with 13 additions and 2 deletions

View File

@ -58,3 +58,4 @@ export * from "../types/radiology_order_status";
export * from "../types/laboratory_order_status";
export * from "../enum/consciousness";
export * from "../types/patient_category";
export * from "../types/citizen";