第一次提交
commit
ce5ed19050
Binary file not shown.
Binary file not shown.
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
||||
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||||
</configSections>
|
||||
<entityFramework>
|
||||
<providers>
|
||||
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
|
||||
<provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
|
||||
</providers>
|
||||
</entityFramework>
|
||||
<system.data>
|
||||
<DbProviderFactories>
|
||||
<remove invariant="System.Data.SQLite.EF6" />
|
||||
<add name="SQLite Data Provider (Entity Framework 6)" invariant="System.Data.SQLite.EF6" description=".NET Framework Data Provider for SQLite (Entity Framework 6)" type="System.Data.SQLite.EF6.SQLiteProviderFactory, System.Data.SQLite.EF6" />
|
||||
<remove invariant="System.Data.SQLite" /><add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".NET Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" /></DbProviderFactories>
|
||||
</system.data>
|
||||
</configuration>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
|
||||
</startup>
|
||||
<appSettings>
|
||||
<!--是否为更新患者数据接口-->
|
||||
<add key="Isupdate" value="0"/>
|
||||
<!--获取队列任务消息-->
|
||||
<add key="GetTask" value="http://192.168.2.95:9296/api/task/GetTask"/>
|
||||
<!--上传采集成果接口地址-->
|
||||
<add key="UploadUrl" value="http://192.168.2.95:9291/api/downplatform/report"/>
|
||||
<!--上传患者基础数据接口地址-->
|
||||
<add key="UploadBaseUrl" value="http://192.168.2.95:9283/api/basic/report"/>
|
||||
<!--更新患者基础数据接口地址-->
|
||||
<add key="UpdateBaseUrl" value="http://192.168.2.95:9283/api/data/dynamicRecipient"/>
|
||||
<!--上传采集器心跳数据接口地址-->
|
||||
<add key="UpSpyHeatUrl" value="http://192.168.2.95:9111/inspection/collector/setCollectors"/>
|
||||
<!--上传虚拟机心跳数据接口地址-->
|
||||
<add key="UpVMHeatUrl" value="http://192.168.2.95:9111/inspection/virtual/setVirtual"/>
|
||||
<!--任务作废接口地址-->
|
||||
<add key="CancelTaskUrl" value="http://192.168.2.95:9291/api/down/CancelTask"/>
|
||||
<!--上传服务器日志接口地址-->
|
||||
<add key="UpLogUrl" value="http://192.168.2.95:9106/file/afCollectTask/taskException"/>
|
||||
<!--上传任务完成数据接口地址-->
|
||||
<add key="UpTaskUrl" value="http://192.168.2.95:9106/file/afCollectTask/taskUpdate"/>
|
||||
<!--试运行阶段,任务生成接口地址-->
|
||||
<add key="UpTaskUrl_test" value="http://192.168.2.95:9295/api/NoViewCollect/CollectionRequire"/>
|
||||
<!--采集器信息文件路径-->
|
||||
<add key="SpyProgramInfoPath" value="SpyInfo.json"/>
|
||||
<!--心跳包定时重启(秒)-->
|
||||
<add key="RestartInterval" value="21600"/>
|
||||
<!--队列任务ID-->
|
||||
<add key="MqQueueName" value='3'/>
|
||||
<!--获取任务-->
|
||||
<add key="GetTaskUrl" value="http://192.168.2.89:9296/api/noviewtask/GetTask"/>
|
||||
<!--获取任务数量-->
|
||||
<add key="GetTaskCountUrl" value="http://192.168.2.89:9296/api/noviewtask/GetTaskTotal"/>
|
||||
</appSettings>
|
||||
</configuration>
|
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
|
||||
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||||
</configSections>
|
||||
<entityFramework>
|
||||
<providers>
|
||||
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
|
||||
<provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
|
||||
</providers>
|
||||
</entityFramework>
|
||||
|
||||
</configuration>
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
||||
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||||
</configSections>
|
||||
<entityFramework>
|
||||
<providers>
|
||||
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
|
||||
<provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
|
||||
</providers>
|
||||
</entityFramework>
|
||||
<system.data>
|
||||
<DbProviderFactories>
|
||||
<remove invariant="System.Data.SQLite.EF6" />
|
||||
<add name="SQLite Data Provider (Entity Framework 6)" invariant="System.Data.SQLite.EF6" description=".NET Framework Data Provider for SQLite (Entity Framework 6)" type="System.Data.SQLite.EF6.SQLiteProviderFactory, System.Data.SQLite.EF6" />
|
||||
<remove invariant="System.Data.SQLite" /><add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".NET Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" /></DbProviderFactories>
|
||||
</system.data>
|
||||
</configuration>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@ -0,0 +1,31 @@
|
||||
<!--黑名单窗口信息-拓展-->
|
||||
<Pop_UpCloserXml>
|
||||
<CloseFrmInfo>
|
||||
<ClassName>FNWNS390</ClassName>
|
||||
<WindowName>病案室未接收病历查询_主管医生</WindowName>
|
||||
<WindowFeatureTxt1></WindowFeatureTxt1>
|
||||
<WindowFeatureTxt2></WindowFeatureTxt2>
|
||||
<WindowFeatureTxt3></WindowFeatureTxt3>
|
||||
</CloseFrmInfo>
|
||||
<CloseFrmInfo>
|
||||
<ClassName>FNWND390</ClassName>
|
||||
<WindowName>小贴士</WindowName>
|
||||
<WindowFeatureTxt1></WindowFeatureTxt1>
|
||||
<WindowFeatureTxt2></WindowFeatureTxt2>
|
||||
<WindowFeatureTxt3></WindowFeatureTxt3>
|
||||
</CloseFrmInfo>
|
||||
<CloseFrmInfo>
|
||||
<ClassName>#32770 (Dialog)</ClassName>
|
||||
<WindowName>提示信息</WindowName>
|
||||
<WindowFeatureTxt1>是(&Y)</WindowFeatureTxt1>
|
||||
<WindowFeatureTxt2>否(&N)</WindowFeatureTxt2>
|
||||
<WindowFeatureTxt3></WindowFeatureTxt3>
|
||||
</CloseFrmInfo>
|
||||
<CloseFrmInfo>
|
||||
<ClassName>#32770</ClassName>
|
||||
<WindowName>提示信息</WindowName>
|
||||
<WindowFeatureTxt1>是(&Y)</WindowFeatureTxt1>
|
||||
<WindowFeatureTxt2>否(&N)</WindowFeatureTxt2>
|
||||
<WindowFeatureTxt3></WindowFeatureTxt3>
|
||||
</CloseFrmInfo>
|
||||
</Pop_UpCloserXml>
|
@ -0,0 +1,10 @@
|
||||
<!--黑名单窗口信息-->
|
||||
<Pop_UpCloserXml>
|
||||
<CloseFrmInfo>
|
||||
<ClassName></ClassName>
|
||||
<WindowName></WindowName>
|
||||
<WindowFeatureTxt1></WindowFeatureTxt1>
|
||||
<WindowFeatureTxt2></WindowFeatureTxt2>
|
||||
<WindowFeatureTxt3></WindowFeatureTxt3>
|
||||
</CloseFrmInfo>
|
||||
</Pop_UpCloserXml>
|
@ -0,0 +1,10 @@
|
||||
<!--白名单窗口信息-->
|
||||
<Pop_UpCloserXml>
|
||||
<CloseFrmInfo>
|
||||
<ClassName></ClassName>
|
||||
<WindowName></WindowName>
|
||||
<WindowFeatureTxt1></WindowFeatureTxt1>
|
||||
<WindowFeatureTxt2></WindowFeatureTxt2>
|
||||
<WindowFeatureTxt3></WindowFeatureTxt3>
|
||||
</CloseFrmInfo>
|
||||
</Pop_UpCloserXml>
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||||
</configSections>
|
||||
<entityFramework>
|
||||
<providers>
|
||||
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
|
||||
<provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
|
||||
</providers>
|
||||
</entityFramework>
|
||||
</configuration>
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
||||
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||||
</configSections>
|
||||
<entityFramework>
|
||||
<providers>
|
||||
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
|
||||
<provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
|
||||
</providers>
|
||||
</entityFramework>
|
||||
<system.data>
|
||||
<DbProviderFactories>
|
||||
<remove invariant="System.Data.SQLite.EF6" />
|
||||
<add name="SQLite Data Provider (Entity Framework 6)" invariant="System.Data.SQLite.EF6" description=".NET Framework Data Provider for SQLite (Entity Framework 6)" type="System.Data.SQLite.EF6.SQLiteProviderFactory, System.Data.SQLite.EF6" />
|
||||
<remove invariant="System.Data.SQLite" /><add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".NET Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" /></DbProviderFactories>
|
||||
</system.data>
|
||||
</configuration>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,163 @@
|
||||
[
|
||||
{
|
||||
"Name": "获取单条队列任务",
|
||||
"Type": 1,
|
||||
"Url": "http://172.16.105.42:9296/api/noviewtask/GetTask?collectid={0}",
|
||||
"ParametersName": [ "collectid" ]
|
||||
},
|
||||
{
|
||||
"Name": "获取队列任务数量",
|
||||
"Type": 1,
|
||||
"Url": "http://172.16.7.35:9296/api/noviewtask/GetTaskTotal",
|
||||
"ParametersName": [ "collectid" ]
|
||||
},
|
||||
{
|
||||
"Name": "上传采集成果",
|
||||
"Url": "http://172.16.7.35:9291/api/downplatform/report",
|
||||
"ParametersName": [
|
||||
"data"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "上传患者基础数据",
|
||||
"Url": "http://172.16.7.35:9283/api/basic/report",
|
||||
"ParametersName": []
|
||||
},
|
||||
{
|
||||
"Name": "上传采集器心跳数据",
|
||||
"Url": "http://172.16.7.35:9111/inspection/collector/setCollectors",
|
||||
"ParametersName": [ "collectors", "urlMap" ]
|
||||
},
|
||||
{
|
||||
"Name": "上传虚拟机心跳数据",
|
||||
"Url": "http://172.16.7.35:9111/inspection/virtual/setVirtual",
|
||||
"ParametersName": [
|
||||
"cpuUtilization",
|
||||
"memoryAllowance",
|
||||
"memoryTotal",
|
||||
"uplinkRate",
|
||||
"descendingRate",
|
||||
"url",
|
||||
"ip",
|
||||
"disks"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "任务作废",
|
||||
"Url": "http://172.16.7.35:9291/api/down/CancelTask",
|
||||
"ParametersName": [ "taskid" ]
|
||||
},
|
||||
{
|
||||
"Name": "上传服务器日志",
|
||||
"Url": "http://172.16.7.35:9106/file/afCollectTask/taskException",
|
||||
"ParametersName": [
|
||||
"level",
|
||||
"description",
|
||||
"exceptionInfo",
|
||||
"createTime",
|
||||
"screenBase64",
|
||||
"taskId",
|
||||
"beginTime",
|
||||
"endTime",
|
||||
"takeUpTime"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "上报任务完成",
|
||||
"Url": "http://172.16.7.35:9106/file/afCollectTask/taskUpdate",
|
||||
"ParametersName": [
|
||||
"taskId",
|
||||
"startTime",
|
||||
"endTime",
|
||||
"consumingTime"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "OCR识别",
|
||||
"Url": "http://127.0.0.1:8090/filepath",
|
||||
"ParametersName": [
|
||||
"path",
|
||||
"type"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "日志记录",
|
||||
"Url": "http://192.168.200.89:9106/file/afCollectTask/taskException",
|
||||
"ParametersName": [
|
||||
"level",
|
||||
"description",
|
||||
"exceptionInfo",
|
||||
"createTime",
|
||||
"screenBase64",
|
||||
"taskId"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "获取部署情况",
|
||||
"ParametersName": []
|
||||
},
|
||||
{
|
||||
"Name": "终端上报部署情况",
|
||||
"ParametersName": [ "deployPackInfo" ]
|
||||
},
|
||||
{
|
||||
"Name": "新增&更新部署文件",
|
||||
"ParametersName": [ "cType", "fName", "fContentB64" ]
|
||||
},
|
||||
{
|
||||
"Name": "删除部署文件",
|
||||
"ParametersName": [ "cType", "fName" ]
|
||||
},
|
||||
{
|
||||
"Name": "请求部署",
|
||||
"ParametersName": [ "cType", "iTerminal" ]
|
||||
},
|
||||
{
|
||||
"Name": "发起部署",
|
||||
"ParametersName": [ "cType", "packB64" ]
|
||||
},
|
||||
{
|
||||
"Name": "启动采集器",
|
||||
"Url": "",
|
||||
"ParametersName": [ "iTerminal", "spyKey" ]
|
||||
},
|
||||
{
|
||||
"Name": "停止采集器",
|
||||
"ParametersName": [ "iTerminal", "spyKey" ]
|
||||
},
|
||||
{
|
||||
"Name": "写入配置",
|
||||
"ParametersName": [ "type", "tName", "name", "value" ]
|
||||
},
|
||||
{
|
||||
"Name": "获取采集器配置",
|
||||
"ParametersName": []
|
||||
},
|
||||
{
|
||||
"Name": "下发任务",
|
||||
"ParametersName": [ "cType", "taskData" ]
|
||||
},
|
||||
{
|
||||
"Name": "终端报告空闲",
|
||||
"ParametersName": [ "recentCollected" ]
|
||||
},
|
||||
{
|
||||
"Name": "采集器报告空闲",
|
||||
"ParametersName": []
|
||||
},
|
||||
{
|
||||
"Name": "任务失败",
|
||||
"ParametersName": []
|
||||
},
|
||||
{
|
||||
"Name": "答复终端号",
|
||||
"ParametersName": [ "iTerminal" ]
|
||||
},
|
||||
{
|
||||
"Name": "上传任务失败作废的错误信息",
|
||||
"Url": "http://172.16.7.35:9296/api/collector/uploadExceptionInfo",
|
||||
"ParametersName": [
|
||||
"data"
|
||||
]
|
||||
}
|
||||
]
|
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue