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)





Sunday, September 30, 2012

9:24 PM - No comments

09/23/2012-09/29/2012


Development Process

  • Change the basic User Interface structure and add some changes in CSS.
  • Develop the main part of the Doctor Channel process such as
            -  Change some part of the main page of the Doctor Channel process (Dropdown)
                that use technologies such as JQuery  and JSON to populate dropdowns.
            -  Develop the Available Channel (Add service method, expose it and use it in the  MVC           framework) page.
            -Develop the Patient channel process and successfully tested with the sample data.
             (But still it was not fully completed.)


Because of the tough time frame with the other works I have decided to complete main functions very quickly without thinking of the User Interface and the validations.

Major Identified Threats in the Project

In this project I have used many new technologies and concepts that I haven't use in my office environment. Then it is quite difficult task because of the following reasons,
  • want to more time for learning and apply it in the project.
  • it is difficult to find the expert persons  for the relevant technologies (e.g. Android development).

Lessons Learn
  • Fill the cascading drop down with the JQuery and the JSON in the MVC framework.

Sunday, September 23, 2012

10:55 AM - No comments

09/16/2012 - 09/22/2012


Development Process

This week mainly focused to the web development process of the MVC site.


Successful Developments
   -Populate Dropdown list in Hospital list, Specialty list & Doctor list.
   -Search function of the doctor channel was completed.
 
Some ongoing pages of the PCMS,

Initial Home page, (User Interfaces are still not be completed)
 

After Login Page,




Problems
    - First 3 days were used to finalize Case Study assignment.



Lessons Learn
  - Add JQuery Calender with the CSS.
  - Pass the multiple parameters from the Action  by using JQuery.
  -Study about the MVC development.
 






Sunday, September 16, 2012

11:02 PM - No comments

09/09/2012 - 09/15/2012


Development Process
  • Create all the Partial views (MVC) in the two scenario (Before Login and after Login)
  • Create dynamic menu creation in Left menu and Top menu. (This menus create according to the user roles)
  • Add the menu creation functions to the main service and collaborate those services into Service layer .
  • Start development in upper layer. ( MVC framework)


Problems
  • This week could not be a successful in development because we had to do our other Case Study subject final assignment. Then I spent more time to do it before the deadline.
  • There was no time to test the android web service integration in this week.

Monday, September 10, 2012

2:17 AM - No comments

09/02/2012 - 09/08/2012

Development Process
  • Start the UI development process in MVC Views.   
                 - Create Partial Views in Main Site
                 - Add CSS (Cascading Style Sheets)  for main site. (before login to the system)                        
  • Add some functions of Main System such as Menu creation
  • Start the Android Initial UI design  
                - Initial UI design to Main Tab navigation
               

New Learning and Problems

        New Learning
  • Android development process 
               -Tab activities
               -page navigation
               -UI design
               -debug with Eclipse IDE

        Problems
  • Got more time to learn and apply new technologies.

Next Week Main Targets
  • Test the sample web service invocation from the Android application.
  • Finalize main UI structure.




Monday, September 3, 2012

2:04 AM - No comments

08/26/2012 - 09/01/2012


Development Process

      -Develop and test the main system functions
      -Change and update the SQL database.
      -Code the LINQ and Entity Framework queries for main functions
      -Starting the design and coding of the Partial Views in MVC framework.
        (Use Razor Layout that is new view engine in asp.net)
             

Main System functions with WCF Client, (This will be update regularly)





Plan the Basic UI and Menu Structures as follows

              Initial Home Page (Before Login)
                            -ChannelDoctor
                            -Partner Details
                             -Login



After Login

                     SystemAdmin / Admin
                               MasterData
                                      -Hospital
                                      -Role
                                      -User
                                      -ChannelAllocate

                              Patient
                                      -ChannelHistory -->Messages
                                      -ChannelDoctor
                                      -MedicalReport

                              Doctor
                                     -ChannelHistory -->Messages   --Add Patient Record

                              Payments
                                   
                              Reports

Other Learning and New Things

  -Designing Views with the Razor layout was new things.
  -Partial views of Razor layout.

Problems  
  -Get  more time to learn and apply Razor layout syntax (e.g. Partial Views)


Next Week Targets
   
              -Expose the PCMS Service main functions.
              -Design some part of the MVC Views with CSS.
              -Start Android application initial UI developments