diff --git a/application/views/nano_health/hyper/infos_health_care_sheet.php b/application/views/nano_health/hyper/infos_health_care_sheet.php index 785e2b0e..83d92c0e 100755 --- a/application/views/nano_health/hyper/infos_health_care_sheet.php +++ b/application/views/nano_health/hyper/infos_health_care_sheet.php @@ -10,6 +10,11 @@ href="= base_url('bower_components/jquery-ui/themes/base/jquery-ui.css') ?>"> +
= $this->lang->line('insured_id'); ?> | -= $health_care_sheet->insured_id ?> | += $health_care_sheet->insured_id ?> |
= $this->lang->line('patient_lastname'); ?> | -= $health_care_sheet->patient_lastname ; ?> | += $health_care_sheet->patient_lastname ; ?> |
= $this->lang->line('patient_firstname')?> | -= $health_care_sheet->patient_firstname ?> | += $health_care_sheet->patient_firstname ?> |
= $this->lang->line('patient_situation')?> | -= $this->lang->line($health_care_sheet->patient_situation) ?> | += $this->lang->line($health_care_sheet->patient_situation) ?> |
Consultation | ++ | |
---|---|---|
= $this->lang->line('consultation_id')?> | -= $health_care_sheet->prescription_health_care_sheet_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('institution_name'); ?> | -= $health_care_sheet->institution_name ?> | += $health_care_sheet->institution_name ?> |
= $this->lang->line('institution_code'); ?> | -= $health_care_sheet->institution_code ?> | += $health_care_sheet->institution_code ?> |
= $this->lang->line('practitioner_lastname'); ?> | -= $health_care_sheet->practitioner_lastname ; ?> | += $health_care_sheet->practitioner_lastname ; ?> |
= $this->lang->line('practitioner_firstname')?> | -= $health_care_sheet->practitioner_firstname ?> | += $health_care_sheet->practitioner_firstname ?> |
Classification | -= $health_care_sheet->practitioner_provider_class ?> | += $health_care_sheet->practitioner_provider_class ?> |
= $this->lang->line('care_condition')?> | -= $this->lang->line($health_care_sheet->care_condition) ?> | += $this->lang->line($health_care_sheet->care_condition) ?> |