|
@@ -64,7 +64,7 @@ public class LeaveHospitalAI extends ModelAI {
|
|
|
putContent(crfContent, medicalTextType.get(0), leaveHospitalDoc.getLeaveHospitalDoctorAdviceLabel().getAiText(), Content.leaveHospitalDoctorAdvice);
|
|
|
}
|
|
|
//药品
|
|
|
- String drugContent = CatalogueUtil.structureMapJoin(leaveHospitalStructureMap, Lists.newArrayList("诊治经过", "出院带药"));
|
|
|
+ String drugContent = CatalogueUtil.structureMapJoin(leaveHospitalStructureMap, Lists.newArrayList("出院带药"));
|
|
|
putContent(crfContent, medicalTextType.get(2), drugContent, "药品");
|
|
|
|
|
|
JSONObject midData = loadAI(inputInfo.isUseCrfCache(), inputInfo.getMedicalRecordInfoDoc().getStructureMap().get("behospitalCode"), crfContent, crfServiceClient);//crf返回数据
|