export interface PatDetailsVO {
    bedNo: string
    mobile: string
    deptDesc: string
    wardCode: string
    deptCode: string
    wardDesc: string
    source: number
    appointmentId: number
}
