|
|
|
|
@ -171,7 +171,18 @@ class AskDoctorAppointmentCard extends StatelessWidget {
|
|
|
|
|
child: AskDoctorRequestTypeSelect(
|
|
|
|
|
askDoctorRequestTypeList: myAppointmentsViewModel.askDoctorRequestTypeList,
|
|
|
|
|
myAppointmentsViewModel: myAppointmentsViewModel,
|
|
|
|
|
patientAppointmentHistoryResponseModel: PatientAppointmentHistoryResponseModel()
|
|
|
|
|
patientAppointmentHistoryResponseModel: PatientAppointmentHistoryResponseModel(
|
|
|
|
|
appointmentNo: askDoctorAppointmentHistoryList.appointmentNo,
|
|
|
|
|
doctorID: askDoctorAppointmentHistoryList.doctorID!,
|
|
|
|
|
doctorName: askDoctorAppointmentHistoryList.doctorName!,
|
|
|
|
|
doctorTitle: askDoctorAppointmentHistoryList.doctorTitle!,
|
|
|
|
|
doctorImageURL: askDoctorAppointmentHistoryList.doctorImageURL!,
|
|
|
|
|
clinicID: askDoctorAppointmentHistoryList.clinicID!,
|
|
|
|
|
clinicName: askDoctorAppointmentHistoryList.clinicName!,
|
|
|
|
|
projectID: askDoctorAppointmentHistoryList.projectID!,
|
|
|
|
|
projectName: askDoctorAppointmentHistoryList.projectName!,
|
|
|
|
|
appointmentDate: askDoctorAppointmentHistoryList.appointmentDate!,
|
|
|
|
|
),
|
|
|
|
|
// myAppointmentsVM.patientAppointmentsHistoryList[index],
|
|
|
|
|
),
|
|
|
|
|
callBackFunc: () {},
|
|
|
|
|
|