Пример #1
0
 public DataSet appointment_AddOrder(string orderId, string hospitalId, string deptId, string clinicUnitId, string doctorId,
                                     string doctorLevelCode, string regDate, string scheduleId, string periodId, string shiftCode, string startTime, string endTime,
                                     string healthCardNo, string patientId, string patientName, string idCardNo, string phone, string orderType, string orderTime,
                                     string svObjectId, string fee, string treatfee, string remark)
 {
     return(basic.appointment_AddOrder(orderId, hospitalId, deptId, clinicUnitId, doctorId, doctorLevelCode, regDate, scheduleId,
                                       periodId, shiftCode, startTime, endTime, healthCardNo, patientId, patientName, idCardNo, phone, orderType, orderTime, svObjectId,
                                       fee, treatfee, remark));
 }