public string Doctor_AddOPDPrescriptionReport(int empId, string appointmentToken)
    {
        AddOPDPrescriptionReportDL objAddOPDPrescriptionReportDL = new AddOPDPrescriptionReportDL();

        return(objAddOPDPrescriptionReportDL.AddOPDPrescriptionReport(empId, appointmentToken));
    }
 public string Doctor_AddOPDPrescriptionReport(int empId, string appointmentToken)
 {
     AddOPDPrescriptionReportDL objAddOPDPrescriptionReportDL = new AddOPDPrescriptionReportDL();
     return objAddOPDPrescriptionReportDL.AddOPDPrescriptionReport(empId, appointmentToken);
 }