|
@@ -89,6 +89,7 @@ public class ChangxOperationDocTrans extends ModelDocTrans {
|
|
|
|
|
|
private OperationDiscussionDoc getOperationDiscussionDoc(String content) {
|
|
private OperationDiscussionDoc getOperationDiscussionDoc(String content) {
|
|
Map<String, String> xmlNodeValueMap = CxXmlUtil.firstLevelNodeValue(content);
|
|
Map<String, String> xmlNodeValueMap = CxXmlUtil.firstLevelNodeValue(content);
|
|
|
|
+ xmlNodeValueMap.put("mode_id=18", "");
|
|
Map<String, String> structureMap = OrdinaryAssistant.mapKeyContrast(xmlNodeValueMap, operationDiscussion_keyContrasts);
|
|
Map<String, String> structureMap = OrdinaryAssistant.mapKeyContrast(xmlNodeValueMap, operationDiscussion_keyContrasts);
|
|
if (StringUtil.isNotBlank(structureMap.get("手术开始时间"))) {
|
|
if (StringUtil.isNotBlank(structureMap.get("手术开始时间"))) {
|
|
structureMap.put("手术时间", structureMap.get("手术开始时间"));
|
|
structureMap.put("手术时间", structureMap.get("手术开始时间"));
|
|
@@ -172,6 +173,7 @@ public class ChangxOperationDocTrans extends ModelDocTrans {
|
|
|
|
|
|
private OperationRecordDoc getOperationRecordDoc(String content) {
|
|
private OperationRecordDoc getOperationRecordDoc(String content) {
|
|
Map<String, String> xmlNodeValueMap = CxXmlUtil.firstLevelNodeValue(content);
|
|
Map<String, String> xmlNodeValueMap = CxXmlUtil.firstLevelNodeValue(content);
|
|
|
|
+ xmlNodeValueMap.put("mode_id=17", "");
|
|
Map<String, String> structureMap = OrdinaryAssistant.mapKeyContrast(xmlNodeValueMap, operationRecord_keyContrasts);
|
|
Map<String, String> structureMap = OrdinaryAssistant.mapKeyContrast(xmlNodeValueMap, operationRecord_keyContrasts);
|
|
if (StringUtil.isNotBlank(structureMap.get("签名"))) {
|
|
if (StringUtil.isNotBlank(structureMap.get("签名"))) {
|
|
structureMap.put("记录医师", structureMap.get("签名"));
|
|
structureMap.put("记录医师", structureMap.get("签名"));
|
|
@@ -263,6 +265,7 @@ public class ChangxOperationDocTrans extends ModelDocTrans {
|
|
|
|
|
|
private PreoperativeDiscussionDoc getPreoperativeDiscussionDoc(String content) {
|
|
private PreoperativeDiscussionDoc getPreoperativeDiscussionDoc(String content) {
|
|
Map<String, String> xmlNodeValueMap = CxXmlUtil.firstLevelNodeValue(content);
|
|
Map<String, String> xmlNodeValueMap = CxXmlUtil.firstLevelNodeValue(content);
|
|
|
|
+ xmlNodeValueMap.put("mode_id=11", "");
|
|
Map<String, String> structureMap = OrdinaryAssistant.mapKeyContrast(xmlNodeValueMap, preoperativeDiscussion_keyContrasts);
|
|
Map<String, String> structureMap = OrdinaryAssistant.mapKeyContrast(xmlNodeValueMap, preoperativeDiscussion_keyContrasts);
|
|
structureMap.put(
|
|
structureMap.put(
|
|
"术前准备内容",
|
|
"术前准备内容",
|
|
@@ -358,6 +361,7 @@ public class ChangxOperationDocTrans extends ModelDocTrans {
|
|
|
|
|
|
private OperationInformedConsentDoc getOperationInformedConsentDoc(String content) {
|
|
private OperationInformedConsentDoc getOperationInformedConsentDoc(String content) {
|
|
Map<String, String> xmlNodeValueMap = CxXmlUtil.firstLevelNodeValue(content);
|
|
Map<String, String> xmlNodeValueMap = CxXmlUtil.firstLevelNodeValue(content);
|
|
|
|
+ xmlNodeValueMap.put("mode_id=16", "");
|
|
Map<String, String> structureMap = OrdinaryAssistant.mapKeyContrast(xmlNodeValueMap, operationInformedConsent_keyContrasts);
|
|
Map<String, String> structureMap = OrdinaryAssistant.mapKeyContrast(xmlNodeValueMap, operationInformedConsent_keyContrasts);
|
|
|
|
|
|
String text = CxXmlUtil.getTextByNodePath(content, "//DocObjContent/Content_Text");
|
|
String text = CxXmlUtil.getTextByNodePath(content, "//DocObjContent/Content_Text");
|
|
@@ -432,6 +436,7 @@ public class ChangxOperationDocTrans extends ModelDocTrans {
|
|
|
|
|
|
private OperationSafetyChecklistDoc getOperationSafetyChecklistDoc(String content) {
|
|
private OperationSafetyChecklistDoc getOperationSafetyChecklistDoc(String content) {
|
|
Map<String, String> xmlNodeValueMap = CxXmlUtil.firstLevelNodeValue(content);
|
|
Map<String, String> xmlNodeValueMap = CxXmlUtil.firstLevelNodeValue(content);
|
|
|
|
+ xmlNodeValueMap.put("mode_id=21", "");
|
|
Map<String, String> structureMap = OrdinaryAssistant.mapKeyContrast(xmlNodeValueMap, operationSafetyChecklist_keyContrasts);
|
|
Map<String, String> structureMap = OrdinaryAssistant.mapKeyContrast(xmlNodeValueMap, operationSafetyChecklist_keyContrasts);
|
|
|
|
|
|
String text = CxXmlUtil.getTextByNodePath(content, "//DocObjContent/Content_Text");
|
|
String text = CxXmlUtil.getTextByNodePath(content, "//DocObjContent/Content_Text");
|