顺德死亡修改

master
宇宙皮皮娃 7 months ago
parent 34480ad8d5
commit 41817cbfbf

@ -100,7 +100,7 @@ public class TBasicServiceImpl implements ITBasicService {
}
String isDeadStr = tBasicDto.getIsDead();
Integer isDead = 0;
if ("死亡".equals(isDeadStr)) {
if ("死亡".equals(isDeadStr)) {
isDead = 1;
}
String leaveMethodStr = tBasicDto.getLeaveMethod();

@ -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();
}

Loading…
Cancel
Save