|
@ -143,19 +143,7 @@ public class DoctorImmController extends BaseController {
|
|
return error(-1, "查询失败");
|
|
return error(-1, "查询失败");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@RequestMapping(value = "/alertImmVacclinByPatient", method = RequestMethod.POST)
|
|
|
|
@ApiOperation(value = "医生提醒单个居民疫苗接种")
|
|
|
|
public String alertImmVacclinByPatient(@ApiParam(name = "barcode", value = "儿童免疫条码", defaultValue = "")
|
|
|
|
@RequestParam(value = "barcode", required = true) String barcode){
|
|
|
|
try {
|
|
|
|
// TODO: 2018/6/21
|
|
|
|
return write(200, "请求成功");
|
|
|
|
} catch (Exception e) {
|
|
|
|
e.printStackTrace();
|
|
|
|
return error(-1, "查询失败");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@RequestMapping(value = "/alertImmVacclinByChildInfoCodes", method = RequestMethod.POST)
|
|
@RequestMapping(value = "/alertImmVacclinByChildInfoCodes", method = RequestMethod.POST)
|
|
@ApiOperation(value = "医生提醒居民疫苗接种")
|
|
@ApiOperation(value = "医生提醒居民疫苗接种")
|
|
@ -171,7 +159,7 @@ public class DoctorImmController extends BaseController {
|
|
}
|
|
}
|
|
|
|
|
|
@RequestMapping(value = "/alertImmVacclinByChildInfoCode", method = RequestMethod.POST)
|
|
@RequestMapping(value = "/alertImmVacclinByChildInfoCode", method = RequestMethod.POST)
|
|
@ApiOperation(value = "医生提醒居民疫苗接种")
|
|
|
|
|
|
@ApiOperation(value = "医生提醒居民疫苗接种(作废)")
|
|
public String alertImmVacclinByChildInfoCode(@ApiParam(name = "alertDataJsonStr", value = "{\"childCode\":\"123\",\"childName\":\"张三\",\"vaccinCode\":\"asd123\",\"vaccinName\":\"疫苗名称\"}", defaultValue = "")
|
|
public String alertImmVacclinByChildInfoCode(@ApiParam(name = "alertDataJsonStr", value = "{\"childCode\":\"123\",\"childName\":\"张三\",\"vaccinCode\":\"asd123\",\"vaccinName\":\"疫苗名称\"}", defaultValue = "")
|
|
@RequestParam(value = "alertDataJsonStr", required = true) String alertDataJsonStr){
|
|
@RequestParam(value = "alertDataJsonStr", required = true) String alertDataJsonStr){
|
|
try {
|
|
try {
|