Tuesday, November 20, 2012

10:23 AM - No comments

11/11/2012-11/17/2012


Development Process

Completed the main functionality of the Web based system and Android application.



Pending Tasks
  • Final Testing
  • Finalizing User Interfaces

Monday, November 12, 2012

11:43 PM - No comments

11/04/2012-11/10/2012


Development Process

       Web based System
  • Add doctor prescription process
  • Medical Summery Report
  • User Search process


      Android Application

Except some User Interface modifications,  I have completed the following tasks
  • User Login Process
  • Doctor Channeling Process
  1. Check Available Channels from the selected Hospital,Doctor, Specialty and Date.
  2. Channel the Doctor Process
  • Complete the Doctor Channel Message Process 
  • Pending Channel List
Now I am in finalizing stage of the current project.

Tuesday, November 6, 2012

1:30 AM - No comments

10/27/2012-11/03/2012

Development Process

Completed Web Development System Functions (some functions are still testing)
  •   User Registration , updates (including Role base user registration)
  •   Patient registration process.
  •   Doctor Hospital Allocation Process
  •   Doctor Hospital Date allocation process
  •   Doctor Channel message creation process
  •   All process of the Doctor Channeling Process

Start the testing process.


Next Week Targets
  • Finalizing process of the android development and web base development
  • Doctor Prescription Process form
  • Finalizing the User Interface  design
  • Reports

Tuesday, October 30, 2012

9:27 PM - No comments

10/21/2012-10/27/2012


Development Process

     Web based System
  • User Creation Process (Partially completed) 
                In this process admin can create a user according to his Role. After select the role admin can show the pop up menu according to the role as follows.

  • Doctor and Patient message process has been completed.




Current failure Works
  • Still I could not complete the Android POST method through the JSON object.

Next Week Expected Updates
  • Android developments 
  • UI modifications
  • Validations


Monday, October 22, 2012

8:46 PM - No comments

10/14/2012-10/20/2012


Development Process

   Web based System

      Doctor Channel Process has been completed. (Except the UI ,Credit Card Payment and Notifications)
  • Add new changes such as Patient No, Appointment No, Channel fees and Payment. 
  • Handle the Patient No and Appoint No creation. 


 Doctor Channel Process of the Non Login user  has been completed, 


Android Application


Start the Login page of the android development,



Partially Completed the Available Channel Process as follows,


Part 1



Part 2





Lessons Learn
  • Learn and apply the JQuery Popup list with the MVC Partial view.

























Monday, October 15, 2012

5:53 PM - No comments

10/07/2012-10/13/2012


Development Process

             Web based System
  • Start the DoctorHospital Dates allocation process. (Partially Completed)

  • Start the Pending Channel page that can show Patient & Doctor. (Partially Completed)
  •  
     

            Android Application
  • Change the Android User Interfaces
  • Fill the all data to the drop-downs from the Main Service through the RESTful service.

  Handle the all selected changed in the drop down lists (Spinner View) of the Hospitals, Specialty and Doctor.




Add date picker controller and test it. 




Lessons Learn

Date type transformation through the Rest service was a different format (SO-8601date format) and it had to converted again to the android environment. (The dates are serialized in the following format: Data=/Date(1326273723507+0100)/ )




Saturday, October 6, 2012

10:18 PM - No comments

09/30/2012-10/06/2012


Development Process

          Web based System 

  • Change the main User Interface as follows, (change the CSS)
  • Start the doctor hospital time allocation process.







Android Development

Finally I could connect to the main Service into the Android application. Initially I tried many methods including ksoap2-android method but couldn't get to the service data into android application. Final I found the problem because of my endpoint binding method of the WCF (Windows Communication Foundation).
I used basichttpbinding method that was worked to the web based system. Finally I exposed a another Restful web service that used same service but change the binding method to the webhttpbinding and final out put is JSON(JavaScript Object Notation) type.
 




I design some part of the android project (But UI is not completed). Initial page can be displayed as follows,




After click the Enter, it shows as follows and that can load service data as follows,

 When click the android Spinner (drop down) it populate the service data as follows,


I also successfully tested the Tab activities and the page navigation in the android development.





Lessons Learn

  • Although this is first time in android development I could learn many things from the books and the web browsing. 
  • I could learn and implement Restful service and expose the JSON type data into the android development.
  • Now I passed the difficult part of the android development without any other user help. (I spent about 4 weeks to connect the WCF service into android application)