This commit is contained in:
wayanrivan
2026-02-12 12:03:07 +07:00
parent 1e0927cea2
commit b2bf40992e
3 changed files with 75 additions and 0 deletions

View File

@ -0,0 +1,7 @@
export enum AmnanesisStatus {
REFER = 'REFER',
INPATIENT = 'INPATIENT',
PRB = 'PRB',
DISCHARGE = 'DISCHARGE',
}