|
@ -39,7 +39,7 @@ public class DataSetEndPoint extends ExtendEndPoint<MStdDataSet> {
|
|
|
private StdDatasetService dataSetService;
|
|
|
|
|
|
|
|
|
@RequestMapping(value = ServiceApi.Standards.DataSets, method = RequestMethod.GET)
|
|
|
@RequestMapping(value = ServiceApi.Standards.DataSets,produces = MediaType.APPLICATION_JSON_UTF8_VALUE,method = RequestMethod.GET)
|
|
|
@ApiOperation(value = "查询数据集的方法")
|
|
|
public Collection<MStdDataSet> searchDataSets(
|
|
|
@ApiParam(name = "fields", value = "返回的字段,为空返回全部字段", defaultValue = "")
|
|
@ -49,9 +49,9 @@ public class DataSetEndPoint extends ExtendEndPoint<MStdDataSet> {
|
|
|
@ApiParam(name = "sorts", value = "排序,规则参见说明文档", defaultValue = "")
|
|
|
@RequestParam(value = "sorts", required = false) String sorts,
|
|
|
@ApiParam(name = "size", value = "分页大小", defaultValue = "15")
|
|
|
@RequestParam(value = "size", required = false) int size,
|
|
|
@RequestParam(value = "size", required = false) Integer size,
|
|
|
@ApiParam(name = "page", value = "页码", defaultValue = "1")
|
|
|
@RequestParam(value = "page", required = false) int page,
|
|
|
@RequestParam(value = "page", required = false) Integer page,
|
|
|
@ApiParam(name = "version", value = "版本", defaultValue = "")
|
|
|
@RequestParam(value = "version") String version,
|
|
|
HttpServletRequest request,
|
|
@ -65,7 +65,7 @@ public class DataSetEndPoint extends ExtendEndPoint<MStdDataSet> {
|
|
|
}
|
|
|
|
|
|
|
|
|
@RequestMapping(value = ServiceApi.Standards.NoPageDataSets, method = RequestMethod.GET)
|
|
|
@RequestMapping(value = ServiceApi.Standards.NoPageDataSets, produces = MediaType.APPLICATION_JSON_UTF8_VALUE,method = RequestMethod.GET)
|
|
|
@ApiOperation(value = "标准数据集不分页搜索")
|
|
|
public Collection<MStdDataSet> searchSourcesWithoutPaging(
|
|
|
@ApiParam(name = "filters", value = "过滤器,为空检索所有条件", defaultValue = "")
|
|
@ -106,7 +106,7 @@ public class DataSetEndPoint extends ExtendEndPoint<MStdDataSet> {
|
|
|
}
|
|
|
|
|
|
|
|
|
@RequestMapping(value = ServiceApi.Standards.DataSet, method = RequestMethod.GET)
|
|
|
@RequestMapping(value = ServiceApi.Standards.DataSet,produces = MediaType.APPLICATION_JSON_UTF8_VALUE, method = RequestMethod.GET)
|
|
|
@ApiOperation(value = "获取数据集信息")
|
|
|
public MStdDataSet getDataSet(
|
|
|
@ApiParam(name = "id", value = "数据集编号", defaultValue = "")
|
|
@ -117,7 +117,7 @@ public class DataSetEndPoint extends ExtendEndPoint<MStdDataSet> {
|
|
|
return getModel(dataSetService.retrieve(StdDataSetModel.class,ver.getDataSetTableName() ,id));
|
|
|
}
|
|
|
|
|
|
@RequestMapping(value = ServiceApi.Standards.DataSetsIds, method = RequestMethod.GET)
|
|
|
@RequestMapping(value = ServiceApi.Standards.DataSetsIds, produces = MediaType.APPLICATION_JSON_UTF8_VALUE,method = RequestMethod.GET)
|
|
|
@ApiOperation(value = "根据数据集ids(用逗号隔开)获取数据集信息")
|
|
|
public Collection<MStdDataSet> getDataSets(
|
|
|
@ApiParam(name = "ids", value = "数据集编号", defaultValue = "")
|
|
@ -128,7 +128,7 @@ public class DataSetEndPoint extends ExtendEndPoint<MStdDataSet> {
|
|
|
return convertToModels(list, new ArrayList<>(list.size()), MStdDataSet.class, "");
|
|
|
}
|
|
|
|
|
|
@RequestMapping(value = ServiceApi.Standards.DataSets, method = RequestMethod.POST, consumes = MediaType.APPLICATION_JSON_UTF8_VALUE)
|
|
|
@RequestMapping(value = ServiceApi.Standards.DataSets, method = RequestMethod.POST,produces = MediaType.APPLICATION_JSON_UTF8_VALUE, consumes = MediaType.APPLICATION_JSON_UTF8_VALUE)
|
|
|
@ApiOperation(value = "新增数据集信息")
|
|
|
public MStdDataSet saveDataSet(
|
|
|
@ApiParam(name = "version", value = "标准版本", defaultValue = "")
|
|
@ -146,7 +146,7 @@ public class DataSetEndPoint extends ExtendEndPoint<MStdDataSet> {
|
|
|
}
|
|
|
|
|
|
|
|
|
@RequestMapping(value = ServiceApi.Standards.DataSet, method = RequestMethod.PUT, consumes = MediaType.APPLICATION_JSON_UTF8_VALUE)
|
|
|
@RequestMapping(value = ServiceApi.Standards.DataSet, method = RequestMethod.PUT, produces = MediaType.APPLICATION_JSON_UTF8_VALUE,consumes = MediaType.APPLICATION_JSON_UTF8_VALUE)
|
|
|
@ApiOperation(value = "修改数据集信息")
|
|
|
public MStdDataSet updateDataSet(
|
|
|
@ApiParam(name = "version", value = "标准版本", defaultValue = "")
|
|
@ -171,7 +171,7 @@ public class DataSetEndPoint extends ExtendEndPoint<MStdDataSet> {
|
|
|
}
|
|
|
|
|
|
|
|
|
@RequestMapping(value = ServiceApi.Standards.DataSetsName, method = RequestMethod.GET)
|
|
|
@RequestMapping(value = ServiceApi.Standards.DataSetsName,produces = MediaType.APPLICATION_JSON_UTF8_VALUE, method = RequestMethod.GET)
|
|
|
@ApiOperation(value = "获取数据集 id-name : map集")
|
|
|
public Map<Long,String> getDataSetMapByIds(
|
|
|
@ApiParam(name = "version", value = "版本号", defaultValue = "")
|
|
@ -200,7 +200,7 @@ public class DataSetEndPoint extends ExtendEndPoint<MStdDataSet> {
|
|
|
return true;
|
|
|
}
|
|
|
|
|
|
@RequestMapping(value = ServiceApi.Standards.AdaptMeta, method = RequestMethod.GET)
|
|
|
@RequestMapping(value = ServiceApi.Standards.AdaptMeta,produces = MediaType.APPLICATION_JSON_UTF8_VALUE, method = RequestMethod.GET)
|
|
|
@ApiOperation(value = "获取ehr适配的数据元", notes = "获取ehr适配的数据元")
|
|
|
public List<Map<String, Object>> getEhrAdapterMetadata( @RequestParam(value = "version")String version){
|
|
|
return dataSetService.getEhrAdapterMetadata(version);
|