Welcome to SynapseDirect Sign in | Join | Help
in Search

SynapseDirect

Client 214 betas

Last post 11-29-2008, 9:52 PM by Graham. 235 replies.
Page 8 of 16 (236 items)   « First ... < Previous 6 7 8 9 10 Next > ... Last »
Sort Posts: Previous Next
  •  07-21-2008, 11:17 PM 6328 in reply to 6327

    Re: Client 214 betas

    Can you be very specific about

    (1) what your staff did most of the time in terms of naming folders for patients

    (2) a rough guess as to the variability.

    (3) at the DOS command prompt ..  move to the root directory of your patients:  type this in

    dir /s /b /a:d /o:n >patientdirs.txt 

    email me the patientdirs.txt file

    I'll see what systematic naming issues you have.

     

     


    I'm working at half mast today, I think my ESR is higher than Grahams :( Dx: URTI vs. Flu.
    Developer
  •  07-22-2008, 2:24 PM 6329 in reply to 6328

    Re: Client 214 betas

    Synapse will name folders like this

    \[A..Z]\surname[seperator]fnames [other text]date-mask

    and paindoc has

    \[A..Z]\surname, fname DOB mm-dd-yy and also  \[A..Z]\surname, fname DOB m-d-yy

    so the missing leading zeroes eg: 1-1-60 instead of 01-01-60 is potentially amenable to a script that recursively scans all the directories and renames them.

    But, Synapse uses fnames and not fname .. so if the first names are Joe H, or Joe Harry, it will create the directory like \B\Bloggs, Joe Harry DOB 01-01-60 whereas paindoc has \B\Bloggs, Joe DOB 1-1-60

    So, I could spend a couple of hours writng a script to rename them to fix the dates of birth, but that is not going to help where the patient has a middle name or initial .... then I would have to open up the database, read the directory name, find the correct patient based upon dob and surname, and then rename the directory.  That would make it 3 hours of work or so to get it working correctly.

    Or, you can rename them manually each day before the clinic when you see the patient ...


    Graham Chiu
    Beta Downloads and Documentation Wiki
    Developer Forum
  •  07-22-2008, 6:20 PM 6331 in reply to 6329

    Re: Client 214 betas

    >>So, I could spend a couple of hours writng a script to rename them to fix the dates of birth, but that is not going to help where the patient has a middle name or initial .... then I would have to open up the database, read the directory name, find the correct patient based upon dob and surname, and then rename the directory.  That would make it 3 hours of work or so to get it working correctly.<<

     

    I'm sufficiently convinced that Synapse is worth the investment. If "to get it working correctly" is possible, send me an email naming your fee

    PainDoc.


    Contributing User
  •  07-22-2008, 7:43 PM 6332 in reply to 6331

    Re: Client 214 betas

    >>So, I could spend a couple of hours writng a script to rename them to fix the dates of birth, but that is not going to help where the patient has a middle name or initial .... then I would have to open up the database, read the directory name, find the correct patient based upon dob and surname, and then rename the directory.  That would make it 3 hours of work or so to get it working correctly.<<

    That's a thorough way of doing it.  The opening up of the database would certainly give better results in the end.

    FYI, if PainDoc sends your the patientsdir.txt file I outlined above you could generate his directory tree as a method of testing.

    Or

    there is a util called TreeCopy that allows you to copy just the directories (not the files).   That way PainDoc could send you an exact copy of his directory tree.

    Another Option might be strip out the middle names from Synapse's fnames (ie. anything after the first space) ... that might make things easier.

     


    I'm working at half mast today, I think my ESR is higher than Grahams :( Dx: URTI vs. Flu.
    Developer
  •  07-22-2008, 9:02 PM 6333 in reply to 6332

    Re: Client 214 betas

    R84B9 server for WindowsEdit section

    • Supports sending compressed pathways
    • New announces table for practice noticeboard
    • Update button
    The update button checks to see if there is a newer version of the synapse-server available and then downloads it and runs it.  Note that your clients will be disconnected when you do this.

    Graham Chiu
    Beta Downloads and Documentation Wiki
    Developer Forum
  •  07-22-2008, 9:21 PM 6334 in reply to 6333

    Re: Client 214 betas

    This should make it easier to update the server when you need to do so.

    It does a file date comparison from the build time of the version you are running and the file date on a download site. 
    If the download site version is later in date, it offers to download it. 

    It then downloads the newer version as synapse-server.new, and then calls a batch file to delete the old one, and copy synapse-server.new to synapse-server.exe

    Note that if you are using firedaemon or any other tool to keep the server running all the time this process will likely fail as firedaemon may restart the server before the batch file kicks in.

     


    Graham Chiu
    Beta Downloads and Documentation Wiki
    Developer Forum
  •  07-23-2008, 1:11 AM 6335 in reply to 6334

    R84B9 server for WindowsEdit section

    • Update button

     

    Nice.  Smile

     synapse.bug.updating.inbox.item.causes.maximized.results.to.close.upon.hitting.update.jpg



    I'm working at half mast today, I think my ESR is higher than Grahams :( Dx: URTI vs. Flu.
    Developer
  •  07-23-2008, 5:41 AM 6336 in reply to 6335

    Re: Client 214 betas

    I think what is happening is that when you update the inbox, it fetches all the unseen results to refresh.  And since the top result is not the same as the current patient, it minimizes everything to prevent you mixing up patients.

    You can check this by using F3 ( select another patient ) while looking at a result.  

    This was because someone asked that the current result should also make this the current patient.  I wonder who that was ....

    I can fix that by not refreshing the unseen results when doing an update on a result item.

     


    Graham Chiu
    Beta Downloads and Documentation Wiki
    Developer Forum
  •  07-23-2008, 11:49 AM 6337 in reply to 6336

    Re: Client 214 betas

    Graham:

    This was because someone asked that the current result should also make this the current patient.  I wonder who that was ....

    The cornerstone of the INBOX is that the current inbox item and the "Current Synapse Patient" are the same patient.  I constantly add (1) medications, (2) diagnoses, (3) surgeries, (4) reminders, (5) ticklers, (6) allergies, (7) other physicians, (8) ..... and so on .... FROM THE INBOX.  If I had to F3 to add something to someone's chart it would make the inbox useless.

     


    I'm working at half mast today, I think my ESR is higher than Grahams :( Dx: URTI vs. Flu.
    Developer
  •  07-23-2008, 3:54 PM 6340 in reply to 6337

    Re: Client 214 betas

    R214B37 for WindowsEdit section

    • When editing a result, it no longer collapses the display after saving the change on the dashboard
    • Larger clinical maps can now be saved without logging the client off the server
    • The [New] button on the Noticeboard panel doesn't do anything yet.



    Graham Chiu
    Beta Downloads and Documentation Wiki
    Developer Forum
  •  07-24-2008, 4:45 AM 6341 in reply to 6340

    Re: Client 214 betas

    R214B38 for Windows

    • The Practice Noticeboard is now functional
    • Use the [+] to add a new notice - only the most recent 15 are displayed
    • Needs beta-10 server
    The beta-10 server can be downloaded by using the [Update] button on your beta-9 server.



    Graham Chiu
    Beta Downloads and Documentation Wiki
    Developer Forum
  •  07-24-2008, 4:55 AM 6342 in reply to 6341

    Re: Client 214 betas

    The noticeboard is not real time ... ie. others won't see your notices until they login again.

    I can make them real time ... but don't see much point yet.


    Graham Chiu
    Beta Downloads and Documentation Wiki
    Developer Forum
  •  07-25-2008, 4:11 PM 6349 in reply to 6342

    Re: Client 214 betas

    When you send a message in the new inbox .. this is a popup... a popup provides no help here other than something extra to close.


    I'm working at half mast today, I think my ESR is higher than Grahams :( Dx: URTI vs. Flu.
    Developer
  •  07-25-2008, 9:09 PM 6350 in reply to 6349

    Re: Client 214 betas

    R214B39 for Windows

    • The results panel now displays pages of 20 results ( 9 pages )
    • Attachments can be accessed from the list view of the results panel



    Graham Chiu
    Beta Downloads and Documentation Wiki
    Developer Forum
  •  07-26-2008, 7:07 AM 6351 in reply to 6341

    Re: Client 214 betas

    How do we delete or edit the notice board?

    Contributing
Page 8 of 16 (236 items)   « First ... < Previous 6 7 8 9 10 Next > ... Last »
View as RSS news feed in XML
Try-out the Click to try-out Synapse EMR Express Edition Free Synapse EMR Express Edition Click to try-out Synapse EMR Express Edition · ©2006 SynapseDirect · Terms and Conditions · Privacy Policy · help us keep Synapse EMR Express free for all Doctors

managing your electronic medical records · Unique Visits Dell Computer