|
@@ -519,6 +519,15 @@ public partial class HealthExamBookingService : JsonRpcService, IVitalHealthExam
|
|
|
return new AddRegiterInfoResult();
|
|
|
}
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 删除登记信息
|
|
|
+ /// </summary>
|
|
|
+ /// <returns></returns>
|
|
|
+ public async Task<bool> DeleteRegiterInfoAsync(DeleteRegiterInfoRequest request)
|
|
|
+ {
|
|
|
+ return true;
|
|
|
+ }
|
|
|
+
|
|
|
private async Task<Dictionary<string, string>> JingQiExamRegisterAsync(AddRegiterInfoRequest request)
|
|
|
{
|
|
|
var jingQiExamInfos = new Dictionary<string, string>();
|