Physician Web Interface

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

  1. Graham

    Graham Developer Staff Member

    Re: Web Interface

    Ahh .. the CSS needs fixing. The right side is below because the CSS is set to left and your display allows it there. Mine is smaller so won't allow it.

    Anyone know CSS??
  2. Graham

    Graham Developer Staff Member

    Re: Web Interface

    Don't worry about it .. it's easily changed.
  3. Jason

    Jason Developer / Handyman Staff Member

    Re: Web Interface

    Hey Jerry, do you know any of this type of Jquery coding ?
  4. Jason

    Jason Developer / Handyman Staff Member

    Re: Web Interface

    Temporary Meds ?

    I thought that was D/C'd !

    Attached Files:

  5. Graham

    Graham Developer Staff Member

    Re: Web Interface

    Once other people start making improvements we can use something like Mercurial.
  6. Jason

    Jason Developer / Handyman Staff Member

    Re: Web Interface

    Great. That's all I needed to hear !

    [:p]
  7. Graham

    Graham Developer Staff Member

    Re: Web Interface

    No, it has always existed.
  8. Jason

    Jason Developer / Handyman Staff Member

    Re: Web Interface

    How do I RX a temporary med from the Popup ?
  9. Graham

    Graham Developer Staff Member

    Re: Web Interface

    Can't .. you have to use Patients/Medications/Shorterm tab.

  10. Jerry

    Jerry Administrator Staff Member

    Re: Web Interface

    Jason, no, my excursions into Java and js have been pretty brief...I can navigate class paths, jar files, and that sort of thing. That's about it.


    As Graham points out, the fact that this code is not compiled is a plus for open development. We can just try stuff and share it. The fact that Graham maintains the demo remr server is also a great plus point here, so that we are all working on the same developmental database and system.
  11. Graham

    Graham Developer Staff Member

    Re: Web Interface

    ok, uploaded today's distribution.

    Just includes my www directory now.

    Just zip up your own installations first so you can revert if you need to do so.
  12. Jason

    Jason Developer / Handyman Staff Member

    Re: Web Interface

    Good idea.

    I only changed two files from the original download:


    In the files:

    md/login.rsp
    httpd.cfg

    I made the changes outlined on the wiki.

    #1) are these files likely to change any time soon ?

    #2) can you let us know if you do change them ?
  13. Jason

    Jason Developer / Handyman Staff Member

    Re: Web Interface

    My "update process" is going to be:

    extract the latest download to a temporary folder.

    (1) rename the login.rsp file in the \md\ directory to login_.rsp.

    (2) copy the entire \www\ folder contents and paste it over the previous one.

    (3) Reload the Server Config (as depicted below)






    Attached Files:

  14. Graham

    Graham Developer Staff Member

    Re: Web Interface

    Try this in www/css/table-style.css

    <style type="text/css">

    #patient-navigation-container {

    background:#9c9;

    float:left;

    width:130px;

    }

    #patient-encounter-container {

    background:#C2DFFF;

    margin-left: 170px;

    }

    #consult-container {

    background:#FFF8C6;

    }

    #accordion {

    height:1000px;

    }

    </style>
  15. Graham

    Graham Developer Staff Member

    Re: Web Interface

    I don't see any need for me to change these in the near future. So, just write protect these files.
  16. Jason

    Jason Developer / Handyman Staff Member

    Re: Web Interface

    OK.

    One thing that really never made sense to me was the fact that in the [Consults] Tab you could only view one item at a time (ie one RX, or one consult). There are times I want to review the notes over the last few years. (Scenario: the patient is coming in with Abdo pain today that sounds IBS-like, did I think it was IBS last time as well ?, Did I teach her about IBS ? ). Clicking through all the notes is laborious. Now that we have lots of space (ie. a browser window with a good scroll bar) to display many items ... let's do a better job of displaying "Consult" items and not replicate the old limitations.

    Is the accordion a suitable method for this type of need ? Accordions are not often used for longer lists (as important items are then thrust off the screen as we have already seen.).

    Other Needs that create LONG views:

    (1) A Patient Summary Page: "Home Page" - Diagnoses, Surgeries, Last 20 appointments, Meds, Allergies, Immunizations, Last 10 visit notes, Last 10 Results.

    (2) Custom DataViews

    (3) Many Many other things.

    Accordions are for small menus.

    Not for Comprehensive Data display.
  17. Graham

    Graham Developer Staff Member

    Re: Web Interface

    In Synapse you could always print out all the consults into one jolly long web page.

    In the classic view, in filters, select "Print All" and everything is dumped to a web page.
  18. Jason

    Jason Developer / Handyman Staff Member

    Re: Web Interface

    Yea. I use that to pull Results Information into .doc file when preparing referral letters.


    Great <u>Hidden</u> feature. Another reason the OLD GUI was better than the Newer One. Grouping by Tags was the major enhancement in the Modern GUI.

    Attached Files:

  19. Jason

    Jason Developer / Handyman Staff Member

    Re: Web Interface

    After you click on a Patient to Pull up their chart.

    The first thing you view <u>needs to be</u> the Patient Summary.


    This is a basic need, missing in synapse.exe.


    It needs to display the important stuff on a patient. It needs to be customizable (what I want is different from what you want).

    It would be such a joy to easily move the scrollbar to review all the core information on a patient vs. having to click/click/click.

    This Synapse Web Client needs more thought.


  20. Graham

    Graham Developer Staff Member

    Re: Web Interface

    If you want to reduce the amount of information shown for the patient demographics etc ( this was the view in classic synapse ), then edit the file display-consult.rsp

    It's obvious what you can delete.

Share This Page