// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (PatientEditAddressDwr == null) var PatientEditAddressDwr = {}; PatientEditAddressDwr._path = '/dwr'; PatientEditAddressDwr.updateAddressesIfNoRecord = function(p0, p1, callback) { dwr.engine._execute(PatientEditAddressDwr._path, 'PatientEditAddressDwr', 'updateAddressesIfNoRecord', p0, p1, callback); } PatientEditAddressDwr.editPatientAddressesInfo = function(p0, p1, p2, p3, p4, p5, p6, p7, callback) { dwr.engine._execute(PatientEditAddressDwr._path, 'PatientEditAddressDwr', 'editPatientAddressesInfo', p0, p1, p2, p3, p4, p5, p6, p7, false, callback); }