|
@@ -18,10 +18,8 @@ import java.util.List;
|
|
|
public class PresentLabel extends GeneralLabel {
|
|
|
//临床表现
|
|
|
private List<Clinical> clinicals = new ArrayList<>();
|
|
|
- //辅助检查
|
|
|
-// private List<Pacs> pacses;
|
|
|
-// List<PacsNew> pacsNewList = new ArrayList<>(); // 辅检信息
|
|
|
- List<PacsNew> pacsLabel = new ArrayList<>(); // 辅检信息
|
|
|
+ // 现病史的辅检信息
|
|
|
+ PacsLabel pacsLabel;
|
|
|
//化验
|
|
|
private List<Lis> lises;
|
|
|
//治疗
|