wordApp.Visible = true;
CCBL cbl = new CCBL();
object cuc = cbl.getCushingCare(cushingcareID);
getcushingcare() method returns an object
object cuc has patient name, nursing home,dob.....how to print cuc values on a word doc in C#?
