export class OperationIpd {
  id: number;
  opd_details_id: number;
  ipd_details_id: number;
  customer_type: string;
  operation_id: number;
  date: Date;
  operation_type: string;
  consultant_doctor: number;
  ass_consultant_1: string;
  ass_consultant_2: string;
  anesthetist: string;
  anaethesia_type: string;
  ot_technician: string;
  ot_assistant: string;
  result: string;
  remark: string;
  generated_by: number;
  Hospital_id: number;
  hos_operation_theatre_id: number;
}
