sinake
2026-06-22 b6d3aeac5729abd70e46cf5999163356f7f8add0
1
2
3
4
5
6
7
8
9
10
export interface PatDetailsVO {
    bedNo: string
    mobile: string
    deptDesc: string
    wardCode: string
    deptCode: string
    wardDesc: string
    source: number
    appointmentId: number
}