From 6542cd8acbe24a6263a9a3fd99b7e1965d209d86 Mon Sep 17 00:00:00 2001 From: appchecker Date: Fri, 12 Aug 2016 12:41:57 +0300 Subject: [PATCH] fix typo --- interface/orders/receive_hl7_results.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/orders/receive_hl7_results.inc.php b/interface/orders/receive_hl7_results.inc.php index 1acb3128f..a308b8a18 100644 --- a/interface/orders/receive_hl7_results.inc.php +++ b/interface/orders/receive_hl7_results.inc.php @@ -260,7 +260,7 @@ function rhl7UpdateReportWithSpecimen(&$amain, $specimen, $d2) { function getPerformingOrganizationDetails($obx23, $obx24, $obx25, $componentdelimiter, $commentdelim) { $s = null; - if ( !empty($obx24) || !empty($obx24) || !empty($obx25) ) + if ( !empty($obx23) || !empty($obx24) || !empty($obx25) ) { // Organization Name // OBX23 Example: "Century Hospital^^^^^NIST-AA-1&2.16.840.1.113883.3.72.5.30.1&ISO^XX^^^987" -- 2.11.4.GIT