eight
2024-12-18 f837ff656e0b698d02e70602e5a720766ca68194
1
2
3
4
5
6
7
8
9
export interface PatDetailsVO {
    bedNo: string
    mobile: string
    deptDesc: string
    wardCode: string
    deptCode: string
    wardDesc: string
    source: number
}