|
@@ -38,7 +38,9 @@ public class PlanDefaultFacade {
|
|
|
public Boolean addDefaultPlans(PlanDefaultVO planDefaultVO) {
|
|
|
boolean res = false;
|
|
|
Date now = DateUtil.now();
|
|
|
- List<String> planCode = Arrays.asList("plan_default", "patientia", "info", "chief", "symptom", "other", "vital", "lis", "pacs", "diag", "doc_advice");
|
|
|
+ List<String> planCode = Arrays.asList("plan_default", "patientia", "info", "chief", "symptom", "other", "vital"
|
|
|
+ , "lis", "pacs", "diag", "doc_advice", "reference_lis", "reference_pacs", "order_rational",
|
|
|
+ "medical_advice", "medical_record");
|
|
|
/* if(ListUtil.isEmpty(planCode)){
|
|
|
throw new CommonException(CommonErrorCode.SERVER_IS_ERROR, "方案编码不能为空!");
|
|
|
}*/
|