广东省中医院住院检验

master
lzy 4 years ago
parent 976242dc8c
commit 975c532231

@ -10,19 +10,19 @@
//,
"directory":["Msg"],
//
"indexFlag":"INHOSP_NO",
"indexFlag":"PatInfo,INHOSP_NO",
//
"serialnum":"IDNO",
"serialnum":"ReportInfo,SAMPLE_NO",
//
"filetitle":"FILENAME",
"filetitle":"ReportInfo,TEST_CATEG_NAME",
//,&
"downurl":"PDF_PATH",
"downurl":"ReportInfo,REPORT_PDF_URL",
//id
"assortid":"",
"assortid":"Opww12AWQ221ZWAS112RRK12200W1",
//id
"collectorid":"1",
"collectorid":"6",
//id
"assortidParamKey":"TABLE_TYPE",
"assortidParamKey":"",
//( 1:2)
"filesource":1,
//(1:2ftp3)
@ -32,7 +32,7 @@
//doubleBasic
"basicDirectory":["Msg"],
//
"doubleBasic":["TestItemInfo","BioTestInfo"],
"doubleBasic":[],
//--------------/---------------
/// 01
@ -45,9 +45,9 @@
//--------------------
//,
"repealDirectory":["Msg"],
"repealDirectory":["Msg","PatInfo"],
//
"repealSerialnum":"IDNO",
"repealSerialnum":"SAMPLE_NO",
//
"repoalConnector":"http://192.168.1.107:9291/api/down/cancel"

@ -0,0 +1,54 @@
{
//-----------------------
//,
"ResHead":"Response,RetInfo",
//
"ResCode":"RetCode",
//
"ResMsg":"RetCon",
//,
"directory":["Msg"],
//
"indexFlag":"PatInfo,INHOSP_NO",
//
"serialnum":"ReportInfo,SAMPLE_NO",
//
"filetitle":"ReportInfo,TEST_CATEG_NAME",
//,&
"downurl":"ReportInfo,REPORT_PDF_URL",
//id
"assortid":"Opww12AWQ221ZWAS112RRK12200W1",
//id
"collectorid":"6",
//id
"assortidParamKey":"",
//( 1:2)
"filesource":1,
//(1:2ftp3)
"filestoragetype":1,
//
"uploadConnector":"http://192.168.1.107:9291/api/downplatform/report",
//doubleBasic
"basicDirectory":["Msg"],
//
"doubleBasic":[],
//--------------/---------------
/// 01
"isJudge":"0",
//
"judgeDirectory":[""],
//,0-1-2-
"judgeIndex":"",
//--------------------
//,
"repealDirectory":["Msg","PatInfo"],
//
"repealSerialnum":"SAMPLE_NO",
//
"repoalConnector":"http://192.168.1.107:9291/api/down/cancel"
}

@ -327,6 +327,9 @@ public class TBasicWebService implements ITBasicWebService {
break;
}
}
if (StringUtils.isBlank(resText)) {
throw new RuntimeException(args[args.length - 1] + "的值不能为空");
}
return resText;
}

@ -1,5 +1,5 @@
server:
port: 9404
port: 9402
# http
mybatis-plus:
@ -15,8 +15,8 @@ beat:
url: http://localhost:9399/beat
system:
code: "Nursing_documents"
prop: 9204
code: "201_P_WS_JYBGTS"
prop: 9202
# web service

@ -0,0 +1,28 @@
server:
port: 9402
# http
mybatis-plus:
configuration:
map-underscore-to-camel-case: true
call-setters-on-nulls: true
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
global-config:
db-config:
field-strategy: NOT_EMPTY
db-type: MYSQL
beat:
url: http://localhost:9399/beat
system:
code: "201_P_WS_JYBGTS"
prop: 9202
# web service
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
username: docus
password: docus702
url: jdbc:mysql://db.docus.cn:3306/docus_archivefile?characterEncoding=utf8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true
Loading…
Cancel
Save