|
|
|
|
@ -142,8 +142,10 @@ class AppointmentDoctorCard extends StatelessWidget {
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
Utils.buildSvgWithAssets(icon: AppAssets.doctor_profile_icon, width: 20.h, height: 20.h, fit: BoxFit.scaleDown).onPress(() async {
|
|
|
|
|
DoctorsListResponseModel selectedDoctor = DoctorsListResponseModel();
|
|
|
|
|
patientAppointmentHistoryResponseModel.isLiveCareAppointment!
|
|
|
|
|
? SizedBox.shrink()
|
|
|
|
|
: Utils.buildSvgWithAssets(icon: AppAssets.doctor_profile_icon, width: 20.h, height: 20.h, fit: BoxFit.scaleDown).onPress(() async {
|
|
|
|
|
DoctorsListResponseModel selectedDoctor = DoctorsListResponseModel();
|
|
|
|
|
selectedDoctor.doctorID = patientAppointmentHistoryResponseModel.doctorID;
|
|
|
|
|
selectedDoctor.doctorImageURL = patientAppointmentHistoryResponseModel.doctorImageURL;
|
|
|
|
|
selectedDoctor.name = patientAppointmentHistoryResponseModel.doctorNameObj;
|
|
|
|
|
|