update
This commit is contained in:
@@ -349,7 +349,7 @@ class ClaimController extends Controller
|
|||||||
'', // Treating Doctor Name
|
'', // Treating Doctor Name
|
||||||
'', // Doctor Title
|
'', // Doctor Title
|
||||||
$row['diagnoses']?$row['diagnoses'][0]['icd']['name']: '-', // Diagnosis
|
$row['diagnoses']?$row['diagnoses'][0]['icd']['name']: '-', // Diagnosis
|
||||||
$row['plan']['service_code'], // Service Code
|
$row['plan']['service_code']?$row['plan']['service_code']: '', // Service Code
|
||||||
$row['plan']['type'], // ServiceType
|
$row['plan']['type'], // ServiceType
|
||||||
$row['claim_request'] ? $row['claim_request']['service']['description'] : '', // ServiceDescription
|
$row['claim_request'] ? $row['claim_request']['service']['description'] : '', // ServiceDescription
|
||||||
'', // UnitPrice
|
'', // UnitPrice
|
||||||
|
|||||||
Reference in New Issue
Block a user