diff --git a/providerwww/application/controllers/Patient.php b/providerwww/application/controllers/Patient.php index 501da8e..eef9839 100644 --- a/providerwww/application/controllers/Patient.php +++ b/providerwww/application/controllers/Patient.php @@ -45,6 +45,12 @@ $data["loc"] = $_SERVER["REMOTE_ADDR"]; $this->renderProviderSecurePage('patient/newpatient', $data); } + public function patientView(){ + echo $data['patient_id'] = trim($this->input->post('patientID')); +$this->renderProviderSecurePage('patient/thispatient', $data); + + } + private function getPatientList(){ $mysql = "SELECT p.practice_id,p.id AS patient_id,p.member_id,p.long_id,m.firstname,m.lastname,m.phone,p.added " diff --git a/providerwww/application/views/provider/patient/newpatient.php b/providerwww/application/views/provider/patient/newpatient.php index 1bf8c1f..5a1e246 100644 --- a/providerwww/application/views/provider/patient/newpatient.php +++ b/providerwww/application/views/provider/patient/newpatient.php @@ -128,7 +128,7 @@
-
+
@@ -148,7 +148,7 @@
- +
@@ -156,28 +156,23 @@
+ + + - - - - - - - - - - - - - - - - - - - + diff --git a/providerwww/application/views/provider/patient/thispatient.php b/providerwww/application/views/provider/patient/thispatient.php new file mode 100644 index 0000000..ba36def --- /dev/null +++ b/providerwww/application/views/provider/patient/thispatient.php @@ -0,0 +1,273 @@ + + + +
+ + + + +
+ +
+ +
+
+ +
+
+ + + + + +
+
+
+
+
+

Recent Encounters

+
+ +
+
+
+
+
+ PP +
+
+
+ Car dealer +
Unread utf-8 in more quick overview
+
    +
  • + Created by Lizzy Halfman +
  • +
  • |
  • +
  • + Saturday, March 17 2019 +
  • +
+
+
+
+
+
+ SL +
+
+
+ Webster HTML5 +
I get an error "No Direct Access Allowed!" when I enter purchase
+
    +
  • + Created by Samuel Woods +
  • +
  • |
  • +
  • + Sunday, March 19 2019 +
  • +
+
+
+
+
+
+ MP +
+
+
+ The corps +
OAuth Credentials not generating the key
+
    +
  • + Created by Andrew nico +
  • +
  • |
  • +
  • + Monday, March 21 2019 +
  • +
+
+
+
+
+
+ SP +
+
+
+ Sam martin vCard +
Pre-Buy Questions : For bakery Shop (Mentor Android Application)
+
    +
  • + Created by Jimmy Falicon +
  • +
  • |
  • +
  • + Friday, March 22 2019 +
  • +
+
+
+
+
+
+ AP +
+
+
+ Mentor admin +
I need a payment option, for each seller per item
+
    +
  • + Created by Brian Joedon +
  • +
  • |
  • +
  • + Saturday, March 17 2019 +
  • +
+
+
+
+
+
+
+
+
+
+

Chart Here

+
+ +
+
+
    +
  • +
    +
    Meeting with Amanda and team.
    + 10:30 Jan +
    +
  • +
  • +
    +
    Assign task for Smith.
    + + Wed, 10 Mar + +
    +
  • +
  • +
    +
    Complete milestone 3 and update.
    + + Mon, 14 Jun + +
    +
  • +
  • +
    +
    Start new task with mark.
    + + Sat, 01 May + +
    +
  • +
  • +
    +
    You have created a new task
    + 9:30 +
    +
  • +
  • +
    +
    Meeting with client and CEO.
    + + Fri, 10 Aug + +
    +
  • +
  • +
    +
    Meeting with Amanda and team.
    + + Fri, 01 Dec + +
    +
  • +
+
+
+
+ + + +
+ + + + + + + + +
+ +
+ +
+ + + diff --git a/providerwww/application/views/template/provider_footer.php b/providerwww/application/views/template/provider_footer.php index 196067b..98d9e6f 100644 --- a/providerwww/application/views/template/provider_footer.php +++ b/providerwww/application/views/template/provider_footer.php @@ -41,7 +41,7 @@ } function selectPatient( practicePatientId ){ //alert( practicePatientId ); - return post_nav_action('/patient', practicePatientId); + return post_nav_action('/patient/patientView', practicePatientId); } function calendarPatient( practicePatientId ){