|
|
|
@ -281,7 +281,7 @@ public class BasicServiceImpl implements BasicService {
|
|
|
|
|
}
|
|
|
|
|
//是否死亡[]
|
|
|
|
|
String isDead=null;
|
|
|
|
|
Node isDeadNode = xml.getNode("/PRPA_HIP0032/controlActProcess/subject/encounterEvent/component[@displayName='出院诊断']/section/entry[@displayName='出院情况']/observation/value");
|
|
|
|
|
Node isDeadNode = xml.getNode("/PRPA_HIP0032/controlActProcess/subject/encounterEvent/component[@displayName='出院诊断']/section/entry[@displayName='出院医嘱']/observation/value");
|
|
|
|
|
if(Func.isNotEmpty(isDeadNode)){
|
|
|
|
|
isDead=isDeadNode.getTextContent();
|
|
|
|
|
}
|
|
|
|
|