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.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
{
//----------响应标签-------------
//外部结构,多层,隔开
"ResHead" : "Response,Result" ,
//响应代码
"ResCode" : "Code" ,
//响应消息
"ResMsg" : "Msg" ,
//成功编码
"successCode" : "1" ,
//失败编码
"errorCode" : "0" ,
//唯一键目录结构数组,最高层为前面,最后一层为数据采集层,根节点不填
"directory" : [ ] ,
//患者主索引号
"indexFlag" : "VISITING_SERIAL_NUMBER" ,
//采集流水号
"serialnum" : "UNIQUE_ID" ,
//文件标题
"filetitle" : "DOCUMENT_TITLE" ,
//下载地址,&代表多个选其一
"downurl" : "BASE64&ORIGINAL_URL" ,
//分类id
"assortid" : "" ,
//系统id
"collectorid" : "2" ,
//获取分类id参数
"assortidParamKey" : "DOCUMENT_TOPIC" ,
//采集类型(文件来源 1:采集器; 2: 扫描生产软件)
"filesource" : 1 ,
//下载类型(1:服务器本地; 2: ftp服务器; 3: 共享文件夹)
"filestoragetype" : 1 ,
//上传接口
"uploadConnector" : "http://127.0.0.1:9291/api/downplatform/report" ,
//基本数据存放处, 根节点不填, 最后一层为基本信息存放标签与doubleBasic配合
"basicDirectory" : [ "" ] ,
//可能存在存储基本数据不同情况的标签
"doubleBasic" : [ "TestItemInfo" , "BioTestInfo" ] ,
//--------------采集操作判断撤销/新增---------------
//是否开启采集操作判断撤销/新增 0: 不开启, 1: 开启 默认不开启
"isJudge" : "0" ,
//判断标签存在目录,首个标签不填
"judgeDirectory" : [ "" ] ,
//判定标签,值0-新增; 1-撤回; 2-修改
"judgeIndex" : "" ,
//--------撤销配置部分------------
//采集流水号所在位置,根目录不填
"repealDirectory" : [ "DOCUMENT" ] ,
//采集流水号名
"repealSerialnum" : "UNIQUE_ID" ,
//撤销接口
"repoalConnector" : "http://127.0.0.1:9291/api/down/cancel"
}