|
@@ -331,6 +331,7 @@ public class BeHospitalizedAI extends ModelAI {
|
|
PacsLabel pacsLabel = presentLabel.getPacsLabel();
|
|
PacsLabel pacsLabel = presentLabel.getPacsLabel();
|
|
if(pacsLabel == null){
|
|
if(pacsLabel == null){
|
|
pacsLabel = new PacsLabel();
|
|
pacsLabel = new PacsLabel();
|
|
|
|
+ presentLabel.setPacsLabel(pacsLabel);
|
|
}
|
|
}
|
|
entityProcessPacs.extractEntity(aiOut,pacsLabel);
|
|
entityProcessPacs.extractEntity(aiOut,pacsLabel);
|
|
//服用药品
|
|
//服用药品
|