|
@@ -1,9 +1,6 @@
|
|
|
package com.lantone.qc.pub.model.doc;
|
|
|
|
|
|
-import com.lantone.qc.pub.model.label.ChiefLabel;
|
|
|
-import com.lantone.qc.pub.model.label.DiagLabel;
|
|
|
-import com.lantone.qc.pub.model.label.DoctorAdviceLabel;
|
|
|
-import com.lantone.qc.pub.model.label.NoticeLabel;
|
|
|
+import com.lantone.qc.pub.model.label.*;
|
|
|
import lombok.Getter;
|
|
|
import lombok.Setter;
|
|
|
|
|
@@ -16,8 +13,7 @@ import lombok.Setter;
|
|
|
@Getter
|
|
|
@Setter
|
|
|
public class LeaveHospitalDoc extends ModelDoc {
|
|
|
- private ChiefLabel chiefLabel; //主诉
|
|
|
- private NoticeLabel noticeLabel;//注意事项
|
|
|
- private DoctorAdviceLabel doctorAdviceLabel;//医嘱
|
|
|
+ private LeaveHospitalLabel leaveHospitalLabel;
|
|
|
+ private DiagLabel beHospitalizedLabel;//入院诊断
|
|
|
private DiagLabel leaveDiagLabel;//出院诊断
|
|
|
}
|