|
|
|
@ -178,7 +178,7 @@ public class BasicServiceImpl implements BasicService {
|
|
|
|
|
}
|
|
|
|
|
//出院诊断科室名称[]
|
|
|
|
|
String disDeptName=null;
|
|
|
|
|
Node disDeptNameNode = xml.getNode("/PRPA_HIP0032/controlActProcess/subject/encounterEvent/component[@displayName='出院诊断']/section/entry[@displayName='出院诊断-西医条目']/observation/performer/assignedEntity/representedOrganization/name");
|
|
|
|
|
Node disDeptNameNode = xml.getNode("/PRPA_HIP0032/controlActProcess/subject/encounterEvent/componentOf/encompassingEncounter/location/healthCareFacility/serviceProviderOrganization/asOrganizationPartOf/wholeOrganization/asOrganizationPartOf/wholeOrganization/asOrganizationPartOf/wholeOrganization/name");
|
|
|
|
|
if(Func.isNotEmpty(disDeptNameNode)){
|
|
|
|
|
disDeptName=disDeptNameNode.getTextContent();
|
|
|
|
|
}
|
|
|
|
|