From 615a6c433e260e53e60e6913fa80d4e46673df25 Mon Sep 17 00:00:00 2001 From: Kevin Yeh Date: Mon, 23 Jan 2012 19:58:47 -0500 Subject: [PATCH] Rearranging so Notecode is printed after NDCUOM --- library/gen_hcfa_1500.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/gen_hcfa_1500.inc.php b/library/gen_hcfa_1500.inc.php index 52c8b4167..9755454ac 100644 --- a/library/gen_hcfa_1500.inc.php +++ b/library/gen_hcfa_1500.inc.php @@ -435,9 +435,6 @@ function gen_hcfa_1500_page($pid, $encounter, &$log, &$claim) { ++$svccount; $lino = $svccount * 2 + 41; - //Note Codes. - put_hcfa($lino, 25, 7, $claim->cptNotecodes($hcfa_proc_index)); - // Drug Information. Medicaid insurers want this with HCPCS codes. // $ndc = $claim->cptNDCID($hcfa_proc_index); @@ -455,6 +452,9 @@ function gen_hcfa_1500_page($pid, $encounter, &$log, &$claim) { $claim->cptNDCQuantity($hcfa_proc_index)); } + //Note Codes. + put_hcfa($lino, 25, 7, $claim->cptNotecodes($hcfa_proc_index)); + // 24i and 24j Top. ID Qualifier and Rendering Provider ID if ($claim->supervisorNumber()) { // If there is a supervising provider and that person has a -- 2.11.4.GIT