HashMap hmmocr=new HashMap();
hmmocr.put("MOCID",(new Integer(mocv.getMocID())).toString());
hmmocr.put("ContactType",(new Integer(1)).toString());
hmmocr.put("ContactID",(new Integer(entityId)).toString());
caremote.dumpData(individualID,transactionID,"mocrelate",hmmocr);
HashMap hmmoc=new HashMap();
hmmoc.put("methodofcontact",(new Integer(mocv.getMocID())).toString());
caremote.dumpData(individualID,transactionID,"methodofcontact",hmmoc);
}