|
@@ -406,7 +406,6 @@ public class LeftMenu {
|
|
|
CallBack callBack = new CallBack() {
|
|
|
@Override
|
|
|
public void result(SoapObject result) {
|
|
|
-// Log.e(TAG, "getDeptList result -- > " + result);
|
|
|
if (result == null || result.toString().indexOf("null") > 0) {
|
|
|
stop();
|
|
|
} else {
|
|
@@ -450,7 +449,6 @@ public class LeftMenu {
|
|
|
CallBack callBack = new CallBack() {
|
|
|
@Override
|
|
|
public void result(SoapObject result) {
|
|
|
- Log.e(TAG, "getDoctorList result -- > " + result);
|
|
|
if (result == null || result.toString().indexOf("null") > 0) {
|
|
|
stop();
|
|
|
} else {
|
|
@@ -552,7 +550,6 @@ public class LeftMenu {
|
|
|
}
|
|
|
|
|
|
if (parent == instance.wardSpinner) {
|
|
|
- Log.e(TAG, "wardSpinner deptCd -- > " + deptCd);
|
|
|
patientSearchMap.put("wardCd",deptCd);
|
|
|
} else if (parent == instance.deptSpinner) {
|
|
|
Log.e(TAG, "deptCd -- > " + deptCd);
|
|
@@ -566,7 +563,6 @@ public class LeftMenu {
|
|
|
setSpinnerAdapter(arrayList, ConsentConfig.GET_DOCTOR_LIST);
|
|
|
}
|
|
|
|
|
|
- Log.e(TAG, "deptSpinner deptCd -- > " + deptCd);
|
|
|
patientSearchMap.put("ordDeptCd", deptCd);
|
|
|
|
|
|
} else if (parent == instance.doctorSpinner) {
|
|
@@ -721,7 +717,6 @@ public class LeftMenu {
|
|
|
CallBack callBack = new CallBack() {
|
|
|
@Override
|
|
|
public void result(SoapObject result) {
|
|
|
- Log.e(TAG, "getPatientList result -- > " + result);
|
|
|
ArrayList<PatientListVO> arrayList = SoapParser.getPatientList(result);
|
|
|
setPatientListAdapter(arrayList);
|
|
|
}
|