|
@@ -128,7 +128,7 @@ public class PatientListAdapter extends RecyclerView.Adapter<PatientListAdapter.
|
|
|
String ordDeptCd = patientListVO.getOrdDeptCd();
|
|
|
String cretNo = patientListVO.getCretNo();
|
|
|
String instCd = patientListVO.getInstCd();
|
|
|
- String opRsrvNo = patientListVO.getOprsRvNo();
|
|
|
+ String opRsrvNo = patientListVO.getOprsRvNo ();
|
|
|
|
|
|
Log.e(TAG, "pid -- > " + pid );
|
|
|
Log.e(TAG, "inDd -- > " + inDd );
|