@@ -33,6 +33,8 @@ public class BeHospitalizedDoc extends ModelDoc {
private VitalLabelSpecial vitalLabelSpecial;
//辅助检查
private PacsLabel pacsLabel;
+ //实验室检查
+ private LisLabel lisLabel;
//初步诊断
private DiagLabel initialDiagLabel;
//修正诊断
@@ -6,5 +6,5 @@ package com.lantone.qc.pub.model.label;
* @Author : 楼辉荣
* @Date: 2020-03-03 18:50
*/
-public class LisLabel {
+public class LisLabel extends GeneralLabel {
}