Browse Source

注释优化

gaodm 6 years ago
parent
commit
9126399032

+ 1 - 1
icss-service/src/main/java/com/diagbot/web/PrintRecordController.java

@@ -35,7 +35,7 @@ public class PrintRecordController {
 	@Autowired
 	@Autowired
 	PrintRecordFacade printRecordFacade;
 	PrintRecordFacade printRecordFacade;
 
 
-	@ApiOperation(value = "保存打印记录", notes = "疾病名称 :name</br>医生id:doctorId</br>医院编码 : hospitalId</br>"
+	@ApiOperation(value = "保存打印记录[by:wangfeng]", notes = "疾病名称 :name</br>医生id:doctorId</br>医院编码 : hospitalId</br>"
 			+ "患者id:patientId</br>"
 			+ "患者id:patientId</br>"
 			+ "医院部门id:hospitalDeptId</br> 问诊号:inquiryCode</br>文本内容 :content </br>{chief;//主诉present;//现病史other;//其他史vital;//查体lis;//化验pacs;//辅检diag;//诊断advice;//医嘱}</br>dataJson:内容JSON字符串(打印页面展示)")
 			+ "医院部门id:hospitalDeptId</br> 问诊号:inquiryCode</br>文本内容 :content </br>{chief;//主诉present;//现病史other;//其他史vital;//查体lis;//化验pacs;//辅检diag;//诊断advice;//医嘱}</br>dataJson:内容JSON字符串(打印页面展示)")
 	@PostMapping("/savePrintRecords")
 	@PostMapping("/savePrintRecords")