svr-pack-resolve.yml 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  1. server:
  2. port: ${svr-pack-resolve.server.port}
  3. management:
  4. port: ${server.port}
  5. logging:
  6. level:
  7. com:
  8. netflix: INFO
  9. org:
  10. springframework:
  11. web: INFO
  12. hibernate: ERROR
  13. apache: ERROR
  14. spring:
  15. datasource:
  16. driver-class-name: com.mysql.jdbc.Driver
  17. max-active: 20
  18. max-idle: 8
  19. min-idle: 8
  20. validation-query: SELECT 1
  21. test-on-borrow: true
  22. # REDIS
  23. redis:
  24. database: 0 # Database index used by the connection factory.
  25. port: 6379 # Redis server port.
  26. password: # Login password of the redis server.
  27. timeout: 0 # Connection timeout in milliseconds.
  28. #sentinel:
  29. # master: # Name of Redis server.
  30. # nodes: # Comma-separated list of host:port pairs.
  31. pool:
  32. max-active: 8 # Max number of connections that can be allocated by the pool at a given time. Use a negative value for no limit.
  33. max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
  34. max-wait: -1 # Maximum amount of time (in milliseconds) a connection allocation should block before throwing an exception when the pool is exhausted. Use a negative value to block indefinitely.
  35. min-idle: 1 # Target for the minimum number of idle connections to maintain in the pool. This setting only has an effect if it is positive.
  36. # SOLR (SolrProperties)
  37. data:
  38. solr:
  39. repositories.enabled: true # Enable Solr repositories.
  40. fast-dfs:
  41. pool:
  42. init-size: 5
  43. max-size: 20
  44. wait-time: 500
  45. connect-timeout: 2
  46. network-timeout: 30
  47. charset: ISO8859-1
  48. http:
  49. tracker-http-port: 80
  50. anti-steal-token: no
  51. secret-key: FastDFS1234567890
  52. hadoop:
  53. hbase-properties:
  54. - hbase.zookeeper.property.clientPort: 2181
  55. - zookeeper.znode.parent: /hbase-unsecure
  56. user:
  57. name: root
  58. ehr:
  59. # 档案包数据提取器参数,从数据集中提取摘要、事件时间与身份标识
  60. pack-extractor:
  61. # 事件提取参数,用于生成事件摘要
  62. # 门诊从“门诊摘要”与“挂号”数据集提取事件
  63. # 住院从“病人摘要”,“入院记录”与“病案首页”提取事件 Clinic 0门诊 Resident 1住院 MedicalExam 2体检
  64. event:
  65. data-sets:
  66. - HDSC01_02: Clinic #门诊-挂号 v1.0
  67. - HDSD00_85: Clinic #门诊-挂号 v1.3
  68. - HDSD00_72: Clinic #门诊-症状 v1.3
  69. - HDSB03_10: Clinic #门诊-传染病报告卡信息 v1.3
  70. - HDSC02_09: Resident #住院-入院记录 v1.0
  71. - HDSC02_01: Resident #检验-报告单 v1.0
  72. - HDSC02_02: Resident #检验-图片报告单 v1.0
  73. - HDSD00_13: Resident #住院-入院记录 v1.3
  74. - HDSD00_77: Resident #检验-报告单 v1.3
  75. - HDSD00_76: Resident #检验-图片报告单 v1.3
  76. - HDSB05_03: MedicalExam #体检-登记信息 v1.3
  77. meta-data:
  78. - HDSD00_01_457 #就诊日期时间 v.1.0 & v.13
  79. - HDSD00_01_575 #入院日期时间 v1.0
  80. - HDSD00_13_057 #入院日期时间 v1.3
  81. - HDSB05_03_011 #体检日期 v1.3
  82. #诊断信息
  83. diagnosis:
  84. data-sets:
  85. - HDSC01_03 #门诊-诊断记录 v1.0
  86. - HDSD00_73 #门诊-诊断记录 v1.3
  87. - HDSC02_17 #住院-诊断记录 v1.0
  88. - HDSD00_69 #住院-诊断记录 v1.3
  89. - HDSB05_84 #体检-诊断记录 v1.3
  90. meta-data:
  91. - HDSD00_01_550 #门诊-疾病临床诊断在特定分类体系中的代码 v1.0(住院代码相同) & v1.3
  92. - HDSD00_69_002 #住院-疾病临床诊断在特定分类体系中的代码 v1.3
  93. - JDSB05_84_003 #体检-疾病临床诊断在特定分类体系中的代码 v1.3
  94. # 身份提取参数,从人口学提取
  95. identity:
  96. data-sets:
  97. - HDSA00_01 #人口学信息 v1.0 & v1.3
  98. meta-data:
  99. id-card-no: HDSA00_01_017 # 身份标识
  100. id-card-type: HDSA00_01_016 # 身份类型
  101. patient-name: HDSA00_01_009 # 姓名 HDSD00_01_002
  102. # 卡提取参数,从就诊摘要提取
  103. card:
  104. data-sets:
  105. - HDSD00_85: 门诊-挂号 #v1.3
  106. - HDSD00_13: 住院-入院记录 #v1.3
  107. - HDSC01_02: 门诊-挂号 #v1.0
  108. - HDSC02_09: 住院-入院记录 #v1.0
  109. meta-data:
  110. - card-no: JDSD00_85_005 #就诊卡号 CARD_NO
  111. - card-type: JDSD00_85_006 #就诊卡类型 CARD_TYPE
  112. eventIndex: #病人事件索引信息
  113. patientId:
  114. - JDSA00_01_001 #v1.3
  115. - PATIENT_ID
  116. eventNo:
  117. - HDSD00_02_040 # 门(急)诊号 v1.3
  118. - HDSD00_02_066 # 住院号 v1.3
  119. - HDSD03_01_031
  120. - HDSD00_01_579 #会诊记录表编号
  121. - EVENT_NO
  122. eventTime:
  123. - HDSD00_01_457 #就诊日期时间 v1.0 & v1.3
  124. - HDSD00_16_031 #入院时间 v1.0
  125. - HDSD00_13_057 #入院日期时间 v1.3
  126. - HDSD00_01_185 #出院日期 v1.0
  127. - HDSD00_16_005 #出院日期时间 v1.3
  128. #error code and message
  129. resolve:
  130. job:
  131. init-size: 4 #解析入库初始任务数
  132. max-size: 8 #解析入库最大任务数
  133. cron-exp: 0/4 * * * * ? #解析任务触发间隔表达式
  134. ---
  135. spring:
  136. profiles: dev
  137. # Mysql
  138. datasource:
  139. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  140. username: weifuwu
  141. password: weifuwu
  142. redis:
  143. host: 172.19.103.47 # Redis server host.
  144. port: 6379
  145. password: redis!@456
  146. data:
  147. solr:
  148. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  149. metrics:
  150. export:
  151. statsd:
  152. host: 172.19.103.73
  153. port: 8125
  154. fast-dfs:
  155. tracker-server: 172.19.103.13:22122
  156. public-server: http://172.19.103.52:80
  157. hadoop:
  158. hbase-properties:
  159. - hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
  160. ---
  161. spring:
  162. profiles: alpha
  163. # Mysql
  164. datasource:
  165. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  166. username: ha
  167. password: ha
  168. redis:
  169. host: 192.168.1.220 # Redis server host.
  170. data:
  171. solr:
  172. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  173. metrics:
  174. export:
  175. statsd:
  176. host: 192.168.1.221
  177. port: 8125
  178. fast-dfs:
  179. tracker-server: 172.19.103.54:22122
  180. public-server: http://172.19.103.54:22122
  181. hadoop:
  182. hbase-properties:
  183. - hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
  184. ---
  185. spring:
  186. profiles: test
  187. datasource:
  188. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  189. username: weifuwu
  190. password: weifuwu
  191. redis:
  192. host: 172.19.103.47 # Redis server host.
  193. port: 6379
  194. password: redis!@456
  195. data:
  196. solr:
  197. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  198. metrics:
  199. export:
  200. statsd:
  201. host: 192.168.1.221
  202. port: 8125
  203. fast-dfs:
  204. tracker-server: 172.19.103.13:22122
  205. public-server: http://172.19.103.52:80
  206. hadoop:
  207. hbase-properties:
  208. - hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
  209. ---
  210. spring:
  211. profiles: prod
  212. datasource:
  213. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  214. username: ha
  215. password: jkzlxm
  216. redis:
  217. host: 11.1.2.20 # Redis server host.
  218. data:
  219. solr:
  220. host: http://172.19.103.10:8983/solr # Solr host. Ignored if "zk-host" is set.
  221. #zk-host: node1,node2,node3:2181/solr # ZooKeeper host address in the form HOST:PORT.
  222. zk-host: node1.hde.jkzlehr.com,node2.hde.jkzlehr.com,node3.hde.jkzlehr.com:2181/solr
  223. metrics:
  224. export:
  225. statsd:
  226. host: localhost
  227. port: 8125
  228. fast-dfs:
  229. tracker-server: 11.1.2.9:22122
  230. public-server: http://ds.ehr.yihu.com:22122
  231. hadoop:
  232. hbase-properties:
  233. #- hbase.zookeeper.quorum: node2.jkzl.com,node3.jkzl.com,node1.jkzl.com
  234. - hbase.zookeeper.quorum: node1,node2,node3
  235. ---
  236. spring:
  237. profiles: prod_fz
  238. datasource:
  239. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  240. username: healthcloud
  241. password: GP8Qz4qU
  242. redis:
  243. host: 11.1.2.22 # Redis server host.
  244. port: 6390
  245. password: Kb6wKDQP1W4
  246. data:
  247. solr:
  248. zk-host: node1.ehr.h3c.com,node2.ehr.h3c.com,node3.ehr.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  249. metrics:
  250. export:
  251. statsd:
  252. host: 192.168.135.29
  253. port: 8125
  254. fast-dfs:
  255. tracker-server: 11.1.2.9:22122
  256. public-server: http://11.1.2.9:80
  257. hadoop:
  258. hbase-properties:
  259. - hbase.zookeeper.quorum: node1.ehr.h3c.com,node2.ehr.h3c.com,node3.ehr.h3c.com
  260. ---
  261. spring:
  262. profiles: prod_sr
  263. datasource:
  264. url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  265. username: healthcloud
  266. password: GP8Qz4qU
  267. redis:
  268. host: 10.176.97.5 # Redis server host.
  269. port: 6390
  270. password: q4YaQemf
  271. data:
  272. solr:
  273. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  274. metrics:
  275. export:
  276. statsd:
  277. host: 10.176.97.10
  278. port: 8125
  279. fast-dfs:
  280. tracker-server: 10.176.97.5:22122
  281. public-server: http://10.176.97.5:8888
  282. hadoop:
  283. hbase-properties:
  284. - hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node3.jkzl.com
  285. ---
  286. spring:
  287. profiles: prod_fzzy
  288. datasource:
  289. url: jdbc:mysql://100.100.1.159:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  290. username: healthcloud
  291. password: GP8Qz4qU
  292. redis:
  293. host: 100.100.1.161 # Redis server host.
  294. port: 6390
  295. password: q4YaQemf
  296. data:
  297. solr:
  298. zk-host: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com,node4.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  299. metrics:
  300. export:
  301. statsd:
  302. host: 100.100.1.162
  303. port: 8125
  304. fast-dfs:
  305. tracker-server: 100.100.1.157:22122
  306. public-server: http://100.100.1.157:8888
  307. hadoop:
  308. hbase-properties:
  309. - hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com,node4.hde.h3c.com