Physician Web Interface

Discussion in 'Feature: Requests and Planning' started by Graham, Feb 14, 2009.

  1. Graham

    Graham Developer Staff Member

    Re: Web Interface



    I disagree. I don't want to see a patient summary. If I do, I can click on each section.
  2. Graham

    Graham Developer Staff Member

    Re: Web Interface

    I've named the files pretty descriptively, but if you wish, you can make a list of the files in the wiki and I'll add some comments as to what each file listed does.

    If you need to chat, just hop onto gmail chat.
  3. Graham

    Graham Developer Staff Member

    Re: Web Interface

    Uploaded a new distribution ...

    make sure that you have a copy of your pdfs in the www/pdfs directory in case mine ovewrite yours.
  4. Graham

    Graham Developer Staff Member

    Re: Web Interface

    Fixed an annoying bug where if you selected one of the demo patients on the home page, the demographics would not load.

  5. Graham

    Graham Developer Staff Member

    Re: Web Interface

    I've zipped up the latest distro, and it's now available for download from the admin tab of the demo web portal.

    This is prior to looking at restarting development.

  6. Graham

    Graham Developer Staff Member

    Re: Web Interface

    Updates for the PWP
    • Existing consults can now be printed ... there is a print link on the consult. The consult is then exported using one of your RTF templates for printing.
    • You need to add a $consult template variable between the patient address and signature for this to happen ... I have updated the hosted simple-letter.rtf template already
    • Letters created this way are stored in patient subfolders on your googledocs account
  7. Graham

    Graham Developer Staff Member

    Re: Web Interface

    New and soon to be rolled out:
    • Edit a consult on googledocs
    • Import back into consults
    • When you create a new googledoc, a blank consult is now created for that patient
  8. Graham

    Graham Developer Staff Member

    Re: Web Interface

    I've now rolled these changes out.

    Please test to see if they work for you.
  9. Graham

    Graham Developer Staff Member

  10. Graham

    Graham Developer Staff Member

  11. Graham

    Graham Developer Staff Member

    Re: Web Interface

    Note that Chrome appears to be currently incompatible with the web portal .. because it too aggressively caches requests.

    So clicking on create a googledoc works once, and thereafter for 30 mins or so, it will keep bringing up the old document. FF correctly creates a new document each time.
  12. Graham

    Graham Developer Staff Member

    Re: Web Interface

    Looks like I can partially overcome the caching by adding a timestamp to each url ...
  13. Graham

    Graham Developer Staff Member

    Re: Web Interface

    Fixed that issue by changing the redirect to googledocs to a 302 instead of a 301.

    We now have a way to enter a superbill which can be exported....
  14. Graham

    Graham Developer Staff Member

    Re: Web Interface

    Added an Ajax style ICD9-CM search for the superbill form.

  15. Graham

    Graham Developer Staff Member

  16. Graham

    Graham Developer Staff Member

    Re: Web Interface

    The jqGrid showing digital results for a patient.

    [​IMG]

  17. Graham

    Graham Developer Staff Member

  18. Graham

    Graham Developer Staff Member

    Re: Web Interface

    I managed to get the calendar to display appointments .. but not sure I have the time to investigate how to add/delete/move appointments.

    The calendar has drag and drop capability which generates events which can be sent back to a server side script.
  19. Graham

    Graham Developer Staff Member

    Re: Web Interface

    The calendar is not integrated into the PWP .. for display purposes only.

    It's pretty cool because it can display over lapping appointments as well. Drag and drop .. oh well, need to read on how I can implement the changes to the appts db.

Share This Page