Billing - Pay Invoice Online (2024)

Home > > Billing Services

Client Bill Type Transfer

Billing - Pay Invoice Online (1)

Loading

Client Bill Type Transfer

Client: Invoice Number: Lab Code:
Bill Type: Patient Patient Name: Specimen#:
Collection Date:

Your account can not perform the action you are requesting.

If you need assistance, please contact the billing customer service department.

' }); }); $.unblockUI(); // keep this line below to fix a bug. $(".blockUI").fadeOut("slow");}); // end new phys stuff. function clearRespPartyPatientCheckBox() {document.getElementById('doClientBtt_respPartyCheckBox').checked = false; } function RespPartySameAsPatient() {if (document.getElementById('doClientBtt_respPartyCheckBox').checked) { document.getElementById('doClientBtt_respPartyFirstName').value = ''; document.getElementById('doClientBtt_respPartyLastName').value = ''; document.getElementById('doClientBtt_respPartyMidInit').value = ''; document.getElementById('doClientBtt_respPartyAddress1').value = document.getElementById('doClientBtt_patientAddress1').value; document.getElementById('doClientBtt_respPartyAddress2').value = document.getElementById('doClientBtt_patientAddress2').value; document.getElementById('doClientBtt_respPartyCity').value = document.getElementById('doClientBtt_patientCity').value; document.getElementById('doClientBtt_respPartyState').selectedIndex = document.getElementById('doClientBtt_patientState').selectedIndex; document.getElementById('doClientBtt_respPartyZip').value = document.getElementById('doClientBtt_patientZip').value; document.getElementById('doClientBtt_respPartyCheckBox').checked = true;} else { document.getElementById('doClientBtt_respPartyFirstName').value = ''; document.getElementById('doClientBtt_respPartyLastName').value = ''; document.getElementById('doClientBtt_respPartyMidInit').value = ''; document.getElementById('doClientBtt_respPartyAddress1').value = ''; document.getElementById('doClientBtt_respPartyAddress2').value = ''; document.getElementById('doClientBtt_respPartyCity').value = ''; document.getElementById('doClientBtt_respPartyState').selectedIndex = 0; document.getElementById('doClientBtt_respPartyZip').value = ''; document.getElementById('doClientBtt_respPartyCheckBox').checked = false;}$.uniform.update(); } function ToggleRows(rowName, displayState) { // '' visible, 'none' hiddenvar rows = document.getElementsByName(rowName);if (rows != null) { for (var i = 0; i < rows.length; i++) {rows[i].style.display = displayState; }} } function processDialogOpen(qbsWSPayorType) {var message = '';switch (qbsWSPayorType) { case '-1': // Ajax error message = 'An unexpected error has occurred. Please try your request again.

'; break; case '3': // Medicare message = 'Your account is not allowed to change to:

' + 'Medicare'; break; case '4': // Medicaid message = 'Your account is not allowed to change to:

' + 'Medicaid'; break; default: message = 'Your account is not allowed to change to:

' + 'Commercial Insurance'; break;}document.getElementById('dialogBttFormMessage').innerHTML = '

' + message + '

';$('#dialogBttForm').dialog('open'); } function processDialogClose() {document.getElementById("doClientBtt_insCarrierString").selectedIndex = -1;document.getElementById('insuranceMessage').innerHTML = 'Please select a carrier from the list on the left side of the screen.';$('#dialogBttForm').dialog('close'); } window.onload = function() {$("#uniform-doClientBtt_patientDobMonth").addClass("dobmonth");$("#uniform-doClientBtt_patientDobDay").addClass("dobday");$("#uniform-doClientBtt_dateOfInjuryMonth").addClass("dobmonth");$("#uniform-doClientBtt_dateOfInjuryDay").addClass("dobday");$("#uniform-doClientBtt_dateOfInjuryYear").addClass("dobyeardd"); }function toggleExcludeElements(display) {if (display) {$("#EXPLANATORY_MESSAGE").show();$("#INSTRUCTIONAL_MESSAGE").show();$("#EXCLUDES_CHECK").show();} else {$("#EXPLANATORY_MESSAGE").hide();$("#INSTRUCTIONAL_MESSAGE").hide();$("#EXCLUDES_CHECK").hide();$("#FAX_INFO").hide();$("#COVER_LETTER").hide();}} $(function() { if ('' == "I") { $("#doClientBtt_byPassAddDx").val(false);if ('false' === 'true') {$("#deleteEnabled").val(true);$("#FAX_INFO").show();$("#COVER_LETTER").show();$("#doClientBtt_byPassAddDx").val(true);} if ('0' <= 0) {$("#DiagTable").hide();}toggleExcludeElements('false' === "true" ? true : false);if ($("#doClientBtt_excludeError").val() === "true" && ('' == "005" || '' == "006" || '' == "004")) {diagnosisInquiry();} else if ('false' === 'true') {diagnosisInquiry();$("#DiagTable").css('display', true);} } }); function deleteDX(dxCode, obj, excludeException) {var dinfosrc = $('#doClientBtt_insCarrierString').val().split('^')[0];if(dxCode == null) {let objArray = new Array();dxCode = "";$("input[name=deleteDiganosis]:checked").each(function (index, obj) {dxCode = dxCode + $(this).prop("value") + ","; objArray[index] = $(this).closest("tr");});}$.blockUI({message: 'Billing - Pay Invoice Online (2)

Processing

'});$.ajax({ type: "POST", url: "/ClientBilling/deleteDX.action", dataType: 'json', data : {'dinfosrc' : dinfosrc, 'dDx' : dxCode, 'labNo' : '', 'entity' : '', 'clientNo' : '', 'billNo' : '', 'excludeException' : excludeException, 'userName' : ''}, success: function(data) { switch(data['ajaxResponse']['responseCode']) { case "005": case "006": case "004": diagCodeInFile = {}; diagnosisInquiry(); $("#doClientBtt_excludeError").val(true); break; case "000": $("input[name=deleteDiganosis]:checked").each(function (index, obj) { delete diagCodeInFile[$(this).prop("value")]; }); if (obj != null) { for (var i = 0; i < obj.length; i++) { obj[i].remove(); } } $("#doClientBtt_excludeError").val(false); toggleExcludeElements(false); diagnosisInquiry(); break;default:break; } $.unblockUI();},error: function(data) {$.unblockUI();alert("There is an Error"); }});} $("#EXCLUDES_CHECK").on('change',"input[name=excludeOne]", function() { if ($(this).is(':checked')) { $("#FAX_INFO").show(); $("#COVER_LETTER").show(); } else { if ($("#deleteEnabled").val() === "true") { $("#deleteEnabled").val(false); deleteDX(null, null, "WDEXEXC"); } $("#FAX_INFO").hide(); $("#COVER_LETTER").hide(); }});$("#addDXBT").on('click', function() {$("#doClientBtt").attr("action", "addDiagnosis.action");$("#doClientBtt").submit();});$("#cover").on('click', function() {$.ajax({ type: "POST", url: "/ClientBilling/updateBtt.action", dataType: 'json', async: false, data : { 'dobMonth' : $("#doClientBtt_patientDobMonth").val(), 'dobDay' : $("#doClientBtt_patientDobDay").val(), 'dobYear' : $("#doClientBtt_patientDobYear").val(), 'gender' : $('input[name=patientGender]:checked').val(), 'npi' : $('#doClientBtt_npi').val(), 'physician' : $("#uniform-doClientBtt_referringPhysicianName").find("span").text() }}); var nWindow = window.open('/ClientBilling/printCoverLetter.action', '_blank', 'height=800,width=800'); if (window.focus) { nWindow.focus(); }}); function diagnosisInquiry() {var html = "";$.ajax({ type: "POST", url: "/ClientBilling/diagnosis.action", dataType: 'json', data : {'labNo' : '', 'entity' : '', 'clientNo' : '', 'billNo' : '', 'dinfosrc' : $('#doClientBtt_insCarrierString').val().split('^')[0] }, success: function(data) { processDiagnoisResponse(data);},error: function(data) {alert("There is an Error"); }});} function processDiagnoisResponse(data) {var html = "";diagCodeInFile = {};$("#doClientBtt_byPassAddDx").val(false);switch(data['ajaxResponse']['responseCode']) {case "005":case "006": $("#validInd").val(data['validIndicator']); $("#doClientBtt_excludeError").val(true); toggleExcludeElements(true); $("#EXPLANATORY_MESSAGE").html(data['ajaxResponse']['EXPLANATORY_MESSAGE']); $("#INSTRUCTIONAL_MESSAGE").empty(); $("#EXCLUDES_CHECK").empty(); $("#FAX_INFO").empty(); $("#INSTRUCTIONAL_MESSAGE").html(data['ajaxResponse']['INSTRUCTIONAL_MESSAGE']); html = "

"; var exclude = data['ajaxResponse']['EXCLUDES_CHECK'].split("\|"); var checked = ""; $("#FAX_INFO").html(data['ajaxResponse']['FAX_INFO']); for (let i = 0; i < exclude.length; i++) { if (data['ajaxResponse']['checkEnabled'] === "true") { $("#deleteEnabled").val(true); checked = "checked='checked'"; $("#FAX_INFO").show();$("#COVER_LETTER").show();$("#doClientBtt_byPassAddDx").val(true); } html = html + "" html = html + " " + exclude[i].split("::")[1] + " ";} $("#EXCLUDES_CHECK").append(html+"

");break;case "004":case "499":toggleExcludeElements(false); $("#doClientBtt_excludeError").val(false); $("#dxInqError").show(); $("#dxInqError").empty(); $("#dxInqError").append(data['ajaxResponse']['status']); break; case "000": $("#doClientBtt_excludeError").val(false); toggleExcludeElements(false); break; default : break; } $("#diagCodes").empty(); html = "";var i=0;$.each(data['diagCodeOnFile'], function(key, item) {html = html + '

';html = html + ''+key+''+item+'

';i++; }); if(i > 0) { $("#DiagTable").show(); $("#diagCodes").append(html); $diagInFile = $("input[name=deleteDiganosis]").each(function (index, obj) {diagCodeInFile[$(this).prop("value")] = this;}); } else { $diagInFile = {}; $("#DiagTable").hide(); } }$("#deleteICD").click(function() {var insOk = ('' == "I") ? (Number($('#doClientBtt_insCarrierString option:selected').index()) >= 0) : false;if ($("#doClientBtt_excludeError").val() && !($("input[name=excludeOne]").val()) && !insOk ) { $('#insCarrierStringError').text('Insurance carrier is required').show(); return ;}let objArray = new Array();var dxCode = "";$("input[name=deleteDiganosis]:checked").each(function (index, obj) {dxCode = dxCode + $(this).prop("value") + ","; objArray[index] = $(this).closest("tr");});if (dxCode != "") {deleteDX(dxCode, objArray, null);}});//-->

Billing - Pay Invoice Online (2024)
Top Articles
Latest Posts
Article information

Author: Gov. Deandrea McKenzie

Last Updated:

Views: 5922

Rating: 4.6 / 5 (66 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Gov. Deandrea McKenzie

Birthday: 2001-01-17

Address: Suite 769 2454 Marsha Coves, Debbieton, MS 95002

Phone: +813077629322

Job: Real-Estate Executive

Hobby: Archery, Metal detecting, Kitesurfing, Genealogy, Kitesurfing, Calligraphy, Roller skating

Introduction: My name is Gov. Deandrea McKenzie, I am a spotless, clean, glamorous, sparkling, adventurous, nice, brainy person who loves writing and wants to share my knowledge and understanding with you.