What Are the Pros and Cons of Outsourcing Medical Record Retrieval?
Explore the pros and cons of outsourcing medical record retrieval, understand the importance of transparency with service providers....
Explore the pros and cons of outsourcing medical record retrieval, understand the importance of transparency with service providers....
[caption id="attachment_15477" align="aligncenter" width="1000"] Shot of two colleagues shaking hands during a meeting at work[/caption] At American Retrieval, we believe in transparency. That’s why we have...
Privacy Policy
function preValidate() {
var url="/portal/login.action";
var login = document.getElementById("name").value;
var password = document.getElementById("password").value;
var preValidateUser = "true";
var data = {"login": login,
"password":password,
"preValidateUser": preValidateUser};
jQuery.post(url, data, function(response) {
if(response == "SUCCESS") {
document.getElementById("preValidateUser").value="login";
document.getElementById("login").submit();
}
else {
console.log(response);
document.getElementById("errorList").style.display="";
document.getElementById("errorval").innerHTML=response;
return false;
}
});
return false;
}