export class IpdDoctor {
  id: number;
  ipd_id: number;
  consult_doctor: number;
  hospital_id: number;
}
