|
@@ -3,6 +3,7 @@ package com.diagbot.vo;
|
|
|
import com.diagbot.biz.push.entity.Item;
|
|
|
import com.diagbot.biz.push.entity.Lis;
|
|
|
import com.diagbot.biz.push.entity.Pacs;
|
|
|
+import com.diagbot.biz.push.entity.Scale;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Getter;
|
|
|
import lombok.Setter;
|
|
@@ -176,4 +177,12 @@ public class SearchData extends HospitalBaseVO {
|
|
|
* 其他指标
|
|
|
*/
|
|
|
private Map<String, String> otherIndex;
|
|
|
+ /**
|
|
|
+ * 其他医嘱
|
|
|
+ */
|
|
|
+ private List<Item> otherAdvice = new ArrayList<>();
|
|
|
+ /**
|
|
|
+ * 量表结果
|
|
|
+ */
|
|
|
+ private List<Scale> scale = new ArrayList<>();
|
|
|
}
|