|
|
|
|
@ -1371,7 +1371,7 @@ class DoctorsListService extends BaseService {
|
|
|
|
|
|
|
|
|
|
Future<Map> HIS_createAdvancePayment(AppoitmentAllHistoryResultList appo, String projectID, double payedAmount, String paymentReference, String paymentMethodName, dynamic patientType,
|
|
|
|
|
String patientName, dynamic patientID, BuildContext context,
|
|
|
|
|
{bool isAncillaryOrder = false, List<AncillaryOrdersProcedureList> ancillaryOrdersProcedureList}) async {
|
|
|
|
|
{bool isAncillaryOrder = false}) async {
|
|
|
|
|
Map<String, dynamic> request;
|
|
|
|
|
if (await this.sharedPref.getObject(USER_PROFILE) != null) {
|
|
|
|
|
var data = AuthenticatedUser.fromJson(await this.sharedPref.getObject(USER_PROFILE));
|
|
|
|
|
@ -1404,7 +1404,7 @@ class DoctorsListService extends BaseService {
|
|
|
|
|
"isDentalAllowedBackend": false,
|
|
|
|
|
"PatientTypeID": patientType,
|
|
|
|
|
"IsAncillaryOrder": isAncillaryOrder,
|
|
|
|
|
"AncillaryProcedureList": ancillaryOrdersProcedureList,
|
|
|
|
|
// "AncillaryProcedureList": ancillaryOrdersProcedureList,
|
|
|
|
|
"PatientType": patientType
|
|
|
|
|
};
|
|
|
|
|
dynamic localRes;
|
|
|
|
|
|