|
@@ -24,6 +24,7 @@ using WingInterfaceLibrary.DTO.Organization;
|
|
|
using WingInterfaceLibrary.DTO.DiagnosisModule;
|
|
|
using WingServerCommon.Config.Parameters;
|
|
|
using WingServerCommon.Interfaces.Cache;
|
|
|
+using WingInterfaceLibrary.LiveConsultation;
|
|
|
|
|
|
namespace WingDeviceService.Service
|
|
|
{
|
|
@@ -910,6 +911,21 @@ namespace WingDeviceService.Service
|
|
|
ThrowRpcException((int)customerRpcCodeEnum, msg, internalMessage);
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 上报设备画面尺寸相关信息
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="request"></param>
|
|
|
+ /// <docFirstDirectory>设备端API</docFirstDirectory>
|
|
|
+ /// <docSecondDirectory>实时会诊服务接口</docSecondDirectory>
|
|
|
+ /// <docThirdDirectory>会诊</docThirdDirectory>
|
|
|
+ /// <returns></returns>
|
|
|
+
|
|
|
+ public Task<ReportVideoDeviceInfoResult> ReportVideoDeviceInfo(ReportVideoDeviceInfoRequest request)
|
|
|
+ {
|
|
|
+ return null;
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
|
|
|
}
|