= $this->lang->line('health_care_sheet_infos')?>
Patient | |
---|---|
= $this->lang->line('insured_id'); ?> | = $health_care_sheet->insured_id ?> |
= $this->lang->line('insured_phone'); ?> | = $health_care_sheet->insured_phone ?> |
= $this->lang->line('patient_lastname'); ?> | = $health_care_sheet->patient_lastname ; ?> |
= $this->lang->line('patient_firstname')?> | = $health_care_sheet->patient_firstname ?> |
= $this->lang->line('patient_situation')?> | = $this->lang->line($health_care_sheet->patient_situation) ?> |
Consultation | |
= $this->lang->line('consultation_id')?> | = $health_care_sheet->consultation_health_care_sheet_id ?> |
= $this->lang->line('practitioner_lastname')?> | = $health_care_sheet->consultation_practitioner_lastname ?> |
= $this->lang->line('practitioner_firstname')?> | = $health_care_sheet->consultation_practitioner_firstname ?> |
Classification | = $health_care_sheet->consultation_practitioner_provider_class ?> |
= $this->lang->line('institution_name'); ?> | = $health_care_sheet->consultation_institution_name ?> |
=$this->lang->line('practitioner') ?> | |
---|---|
= $this->lang->line('institution_name'); ?> | = $health_care_sheet->institution_name ?> |
= $this->lang->line('institution_code'); ?> | = $health_care_sheet->institution_code ?> |
= $this->lang->line('practitioner_lastname'); ?> | = $health_care_sheet->practitioner_lastname ; ?> |
= $this->lang->line('practitioner_firstname')?> | = $health_care_sheet->practitioner_firstname ?> |
Classification | = $health_care_sheet->practitioner_provider_class ?> |
= $this->lang->line('care_condition')?> | = $this->lang->line($health_care_sheet->care_condition) ?> |
= $this->lang->line('accident_date'); ?> | |
= $this->lang->line('pregnancy_start_at'); ?> | |
= $this->lang->line('pregnancy_end_at'); ?> |
=$health_care_sheet->type?>
Type
= $this->lang->line($health_care_sheet->state)?>
= $this->lang->line('Statut') ?>
=Money::of(round($health_care_sheet->insured_amount, 2), $health_care_sheet->currency_code, $this->context)->formatTo('fr_FR')?>
= $this->lang->line('percentage_insured') ?>
= Money::of(round($health_care_sheet->insurance_amount, 2), $health_care_sheet->currency_code, $this->context)->formatTo('fr_FR')?>
= $this->lang->line('percentage_insurer') ?>
= $this->lang->line('performances') ?>
# | = $this->lang->line('act_code'); ?> | = $this->lang->line('Montant'); ?> | = $this->lang->line('home_visit_fees'); ?> | = $this->lang->line('percentage_insured'); ?> | = $this->lang->line('percentage_insurer'); ?> | Date |
---|---|---|---|---|---|---|
" . ($i+1) . " | " . $row->act_code . " | " . $amount . " | ".$home_visit_fees." | " . $moderator_ticket . " | " . $insurance_amount . " | " . $row->created_at. " | "; ?>
= $this->lang->line('exams') ?>
# | = $this->lang->line('exam_class'); ?> | = $this->lang->line('exam_description'); ?> | type == 'EXECUTION') { ?>= $this->lang->line('quantity'); ?> | = $this->lang->line('UNIT_PRICE'); ?> | = $this->lang->line('percentage_insured'); ?> | = $this->lang->line('percentage_insurer'); ?> |
---|---|---|---|---|---|---|
" . ($i+1) . " | " . $row->act_name . " | " . $row->description . " | "; if($health_care_sheet->type == 'EXECUTION') { $unit_quantity = !empty($row->unit_quantity) ? "$row->unit_quantity $row->act_unit_value x " : ''; ?>= $row->quantity ?> | = $unit_quantity.$unit_price ?> | = $insured_part ?> | = $insurance_part ?> |
= $this->lang->line('medical_prescriptions') ?>
# | = $this->lang->line('drugs_or_device'); ?> | = $this->lang->line('dosage'); ?> | = $this->lang->line('quantity'); ?> | type == 'EXECUTION') { ?>= $this->lang->line('UNIT_PRICE'); ?> | = $this->lang->line('percentage_insured'); ?> | = $this->lang->line('percentage_insurer'); ?> |
---|---|---|---|---|---|---|
" . ($i+1) . " | " . $row->drug_or_device_name . " | " . $row->dosage . " | " . $row->quantity. " | "; if($health_care_sheet->type == 'EXECUTION') { ?>= $unit_price ?> | = $insured_part ?> | = $insurance_part ?> |