HashMap hmmocr=new HashMap();
hmmocr.put("MOCID",(new Integer(mocv.getMocID())).toString());
hmmocr.put("ContactType",(new Integer(2)).toString());
hmmocr.put("ContactID",(new Integer(individualId)).toString());
caremote.dumpData(indID, transactionID, "mocrelate", hmmocr);
HashMap hmmoc=new HashMap();
hmmoc.put("MOCID",(new Integer(mocv.getMocID())).toString());
hmmoc.put("MOCType", Integer.toString(mocv.getMocType()));
caremote.dumpData(indID, transactionID, "methodofcontact", hmmoc);