|
|
|
@ -93,7 +93,7 @@ public class HIP1008InspectionReportAdditionHandler implements WebserviceReceive
|
|
|
|
|
String visitSn = visitSnNode.getNodeValue();
|
|
|
|
|
|
|
|
|
|
// 患者id
|
|
|
|
|
Node patientSnNode = inspectionInsertXmlUtil.getNode("/POOR_HIP1008/controlActProcess/subject/recordTarget/patientRole/id[@root='2.16.156.10011.0.2.2']/@extension");
|
|
|
|
|
Node patientSnNode = inspectionInsertXmlUtil.getNode("/POOR_HIP1008/controlActProcess/subject/recordTarget/patientRole/item[@root='2.16.156.10011.0.2.2']/@extension");
|
|
|
|
|
String patientSn = patientSnNode.getNodeValue();
|
|
|
|
|
|
|
|
|
|
// 检查报告单号标识
|
|
|
|
|