返回调整

3.2.4.44
宇宙皮皮娃 2 years ago
parent d4c5d9f230
commit 869ef6bced

@ -512,7 +512,7 @@ public class BasicServiceImpl implements BasicService {
} }
//入院日期时间 //入院日期时间
String admissDate=null; String admissDate=null;
Node admissDateNode = xml.getNode("/PRPA_HIP0032/controlActProcess/subject/encounterEvent/effectiveTime/low/@value"); Node admissDateNode = xml.getNode("/PRPA_HIP1070/controlActProcess/encounterEvent/effectiveTime/low/@value");
if(Func.isNotEmpty(admissDateNode)){ if(Func.isNotEmpty(admissDateNode)){
admissDate=admissDateNode.getNodeValue(); admissDate=admissDateNode.getNodeValue();
} }
@ -615,13 +615,13 @@ public class BasicServiceImpl implements BasicService {
} }
//住院流水号 //住院流水号
String jzh=null; String jzh=null;
Node jzhNode = xml.getNode("/PRPA_HIP0027/controlActProcess/subject/encounterEvent/id/item[1]/@extension"); Node jzhNode = xml.getNode("/PRPA_HIP0027/controlActProcess/subject/encounterEvent/id/item[2]/@extension");
if(Func.isNotEmpty(jzhNode)){ if(Func.isNotEmpty(jzhNode)){
jzh=jzhNode.getNodeValue(); jzh=jzhNode.getNodeValue();
} }
//住院号标识 //住院号标识
String inpatientNo=null; String inpatientNo=null;
Node inpatientNoNode = xml.getNode("/PRPA_HIP0027/controlActProcess/subject/encounterEvent/id/item[0]/@extension"); Node inpatientNoNode = xml.getNode("/PRPA_HIP0027/controlActProcess/subject/encounterEvent/id/item[1]/@extension");
if(Func.isNotEmpty(inpatientNoNode)){ if(Func.isNotEmpty(inpatientNoNode)){
inpatientNo=inpatientNoNode.getNodeValue(); inpatientNo=inpatientNoNode.getNodeValue();
} }

Loading…
Cancel
Save