feat(encounter): adjust content of encounter and add page encounter for inpatient, emergency, outpatient

This commit is contained in:
riefive
2025-11-07 14:15:35 +07:00
parent ca687911f5
commit 8cc260f5c3
5 changed files with 159 additions and 2 deletions
@@ -30,6 +30,8 @@ import {
const props = defineProps<{
id: number
classCode?: 'ambulatory' | 'emergency' | 'inpatient'
subClassCode?: 'reg' | 'rehab' | 'chemo' | 'emg' | 'eon' | 'op' | 'icu' | 'hcu' | 'vk'
formType: string
}>()