|
@@ -1,5 +1,8 @@
|
|
package com.lantone.qc.pub.model.doc;
|
|
package com.lantone.qc.pub.model.doc;
|
|
|
|
|
|
|
|
+import com.lantone.qc.pub.model.label.ChiefLabel;
|
|
|
|
+import com.lantone.qc.pub.model.label.DoctorAdviceLabel;
|
|
|
|
+import com.lantone.qc.pub.model.label.NoticeLabel;
|
|
import lombok.Getter;
|
|
import lombok.Getter;
|
|
import lombok.Setter;
|
|
import lombok.Setter;
|
|
|
|
|
|
@@ -17,4 +20,7 @@ import java.util.Map;
|
|
public class LeaveHospitalDoc {
|
|
public class LeaveHospitalDoc {
|
|
//出院小结所有结构化信息存储
|
|
//出院小结所有结构化信息存储
|
|
private Map<String, String> structureMap = new HashMap<>();
|
|
private Map<String, String> structureMap = new HashMap<>();
|
|
|
|
+ private ChiefLabel chiefLabel; //主诉
|
|
|
|
+ private NoticeLabel noticeLabel;//注意事项
|
|
|
|
+ private DoctorAdviceLabel doctorAdviceLabel;//医嘱
|
|
}
|
|
}
|