feat(encounter): adjust content of encounter and add page encounter for inpatient, emergency, outpatient
This commit is contained in:
@@ -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
|
||||
}>()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user