|
|
|
|
@ -394,11 +394,16 @@ class _AppointmentActionsState extends State<AppointmentActions> {
|
|
|
|
|
Prescriptions prescriptions = new Prescriptions();
|
|
|
|
|
|
|
|
|
|
prescriptions.doctorName = widget.appo.doctorNameObj;
|
|
|
|
|
prescriptions.appointmentNo = widget.appo.appointmentNo;
|
|
|
|
|
prescriptions.clinicID = widget.appo.clinicID;
|
|
|
|
|
prescriptions.projectID = widget.appo.projectID;
|
|
|
|
|
prescriptions.doctorImageURL = widget.appo.doctorImageURL;
|
|
|
|
|
prescriptions.speciality = widget.appo.doctorSpeciality;
|
|
|
|
|
prescriptions.name = widget.appo.projectName;
|
|
|
|
|
prescriptions.episodeID = widget.appo.episodeID;
|
|
|
|
|
prescriptions.setupID = widget.appo.setupID;
|
|
|
|
|
prescriptions.appointmentDate = widget.appo.appointmentDate;
|
|
|
|
|
prescriptions.nationalityFlagURL = null;
|
|
|
|
|
prescriptions.nationalityFlagURL = "https://hmgwebservices.com/Images/flag/SAU.png";
|
|
|
|
|
prescriptions.doctorRate = widget.appo.doctorRate;
|
|
|
|
|
prescriptions.actualDoctorRate = widget.appo.actualDoctorRate;
|
|
|
|
|
prescriptions.noOfPatientsRate = widget.appo.noOfPatientsRate;
|
|
|
|
|
|