|
@@ -28,7 +28,7 @@ public class DEAR0338 extends QCCatalogue {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
Map<String, String> deathRecordStructure = inputInfo.getDeathRecordDoc().getStructureMap();
|
|
Map<String, String> deathRecordStructure = inputInfo.getDeathRecordDoc().getStructureMap();
|
|
- String recordDoctor = deathRecordStructure.get("记录医师");
|
|
|
|
|
|
+ String recordDoctor = deathRecordStructure.get("医师签字");
|
|
if (StringUtil.isNotBlank(recordDoctor)) {
|
|
if (StringUtil.isNotBlank(recordDoctor)) {
|
|
if (findDirectorDoctor(recordDoctor)) {
|
|
if (findDirectorDoctor(recordDoctor)) {
|
|
status.set("0");
|
|
status.set("0");
|