|
@@ -153,6 +153,7 @@ public class ConsentCreateParam {
|
|
|
connection = new HttpSoapConnection(ConsentConfig.HOST_HOSPITAL, ConsentConfig.GET_USER_INFO, mData);
|
|
|
try {
|
|
|
SoapObject object = connection.execute().get();
|
|
|
+ Log.e(TAG, "object -- > " + object);
|
|
|
String userId = object.getProperty("userId").toString().trim();
|
|
|
String userName = object.getProperty("userName").toString().trim();
|
|
|
String userDeptCode = object.getProperty("userDeptCode").toString().trim();
|
|
@@ -192,6 +193,19 @@ public class ConsentCreateParam {
|
|
|
e.printStackTrace();
|
|
|
}
|
|
|
|
|
|
+ map.put("parCMSGBD_ExplDrNm", "");
|
|
|
+ map.put("parCMSGBD_ExplDrSignature", "");
|
|
|
+ map.put("parCMSGBD_ExplDrTelNo", "");
|
|
|
+
|
|
|
+ Log.e(TAG, "userVO.getUserTelNo() -- > " + userVO.getUserTelNo());
|
|
|
+ if (logionUserJobKindCd.indexOf("03") == 0) {
|
|
|
+ map.put("parCMSGBD_ExplDrNm", userVO.getUserName());
|
|
|
+ map.put("parCMSGBD_ExplDrSignature", signImage);
|
|
|
+ map.put("parCMSGBD_ExplDrTelNo", userVO.getUserTelNo());
|
|
|
+ }
|
|
|
+
|
|
|
+ Log.e(TAG, "map --- > " + map);
|
|
|
+
|
|
|
// 새 서식을 작성할 경우
|
|
|
if (rid == 0 || consentStateEng.equals(ConsentConfig.UNFINISHED)) {
|
|
|
|
|
@@ -264,14 +278,15 @@ public class ConsentCreateParam {
|
|
|
map.put("parCMSGBD_PT_birthdayFix", juminNo.split("-")[0]);
|
|
|
map.put("parCMSGBD_PT_telFix", telNum);
|
|
|
|
|
|
- map.put("parCMSGBD_ExplDrNm", "");
|
|
|
- map.put("parCMSGBD_ExplDrSignature", "");
|
|
|
- map.put("parCMSGBD_ExplDrTelNo", "");
|
|
|
- if (logionUserJobKindCd.indexOf("03") > 0) {
|
|
|
- map.put("parCMSGBD_ExplDrNm", userVO.getUserName());
|
|
|
- map.put("parCMSGBD_ExplDrSignature", signImage);
|
|
|
- map.put("parCMSGBD_ExplDrTelNo", userVO.getUserTelNo());
|
|
|
- }
|
|
|
+// map.put("parCMSGBD_ExplDrNm", "");
|
|
|
+// map.put("parCMSGBD_ExplDrSignature", "");
|
|
|
+// map.put("parCMSGBD_ExplDrTelNo", "");
|
|
|
+//
|
|
|
+// if (logionUserJobKindCd.indexOf("03") == 0) {
|
|
|
+// map.put("parCMSGBD_ExplDrNm", userVO.getUserName());
|
|
|
+// map.put("parCMSGBD_ExplDrSignature", signImage);
|
|
|
+// map.put("parCMSGBD_ExplDrTelNo", userVO.getUserTelNo());
|
|
|
+// }
|
|
|
|
|
|
map.put("parCMDCBD_SpDrYN", "");
|
|
|
map.put("parCMDCBD_ContStartDate", "");
|