Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
IPok_Web
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IPok
IPok_Web
Commits
824a7372
Commit
824a7372
authored
Jul 31, 2018
by
Anju M S
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compliment
parent
7d5751d6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Patient.php
application/controllers/Patient.php
+1
-1
patient_dash.php
application/views/patient_dash.php
+1
-1
No files found.
application/controllers/Patient.php
View file @
824a7372
...
...
@@ -25,7 +25,7 @@ public function index()
$patient_data
=
$this
->
Patient_model
->
get_single_patient
(
$userdata
[
'id'
]);
//$patient_data['pt_complement'] = decrypt_data($patient_data['pt_complement']);
// print_r($patient_data);die();
// print_r($patient_data
['pt_complement']
);die();
$completed_consultation
=
$this
->
Patient_model
->
get_patient_completed_consultation
(
$userdata
[
'id'
]);
...
...
application/views/patient_dash.php
View file @
824a7372
...
...
@@ -126,7 +126,7 @@
<div
class=
"clear"
></div>
</li>
<li>
<div
class=
"child1"
>
<?php
load_language
(
'
N
umber'
);
?>
:
</div>
<div
class=
"child1"
>
<?php
load_language
(
'
n
umber'
);
?>
:
</div>
<div
class=
"child2"
>
<?php
echo
decrypt_data
(
$patient_data
[
'pt_number'
]);
?>
</div>
<div
class=
"clear"
></div>
</li>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment