You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docus-active-query-service/dataConfig/homeQualitySet.json

45 lines
1.5 KiB
JSON

4 years ago
{
//唯一键目录结构数组,最高层为前面,最后一层为数据采集层,根节点不填
"directory":["Msg","ReportInfo"],
4 years ago
//患者主索引号
"indexFlag":"jzh",
//采集流水号
"serialnum":"SAMPLE_NO",
4 years ago
//文件标题
"filetitle":"TEST_ITEM_NAME",
4 years ago
//下载地址
"downurl":"IMAGE_URL",
//分类id
"assortid":"15E7FE7803F545CB81390BC88E725240",
4 years ago
//系统id
"collectorid":"5",
4 years ago
//采集类型(文件来源 1:采集器2扫描生产软件)
"filesource":1,
4 years ago
//下载类型(1:服务器本地2ftp服务器3共享文件夹)
"filestoragetype":1,
4 years ago
//上传接口
"uploadConnector":"http://192.168.1.107:9291/api/downplatform/report",
//基本数据存放处根节点不填最后一层为基本信息存放标签与doubleBasic配合
"basicDirectory":["Msg","ReportInfo"],
4 years ago
//可能存在存储基本数据不同情况的标签
"doubleBasic":["TestItemInfo","BioTestInfo"],
//检查报告列表入参路径
"bgtsParam":["Request","Msg","EMPI_ID"],
//检查报告列表响应信息根路径
"bgtsRespon":["MsgInfo","Msg"],
//检查报告key
"examNo":"EXAM_NO",
//文件标题key
"examItemName":"EXAM_ITEM_NAME",
//文件路径
"pdfUrl":"PDF_URL",
//检查报告明細列表响应信息根路径
"bgtsDetailParam":["Request","Msg","EXAM_NO"],
//检查报告明細列表响应信息根路径
"bgtsDetailRespon":["MsgInfo","Msg","ReportInfo"],
//采集日期
"startCollectTime":"2016-04-11",
//是否开启全量采集 1:是 0 :否
4 years ago
"isStartCollect":"1"
4 years ago
}