Welcome to SynapseDirect Sign in | Join | Help
in Search

SynapseDirect

Client 211 betas

Last post 10-16-2007, 2:29 PM by qilin. 81 replies.
Page 4 of 6 (82 items)   « First ... < Previous 2 3 4 5 6 Next >
Sort Posts: Previous Next
  •  10-09-2007, 3:58 PM 4331 in reply to 4330

    Re: Client 211 betas

    For those labs that only send me paper results and not hl7, I scan them as a bunch ... so I need to specify which tests are being scanned.

    So, too often ... 


    Graham Chiu
    Beta Downloads and Documentation Wiki
    Developer Forum
  •  10-09-2007, 4:50 PM 4332 in reply to 4331

    Re: Client 211 betas

    Here's a screen grab and some text that explains it

    Graham Chiu
    Beta Downloads and Documentation Wiki
    Developer Forum
  •  10-11-2007, 12:41 AM 4344 in reply to 4332

    Re: Client 211 betas

    R211B16

    1. Sending  letters to  MS Word now honors the  address template
    2. Inserting the diagnoses into the consult now has [ ] around the codes, and "age" preceding the age

    Eg:

    MEDICAL PROBLEMS:
    age 1.0 *Aspergers Syndrome []
    age 5.0 Measles vaccination [65A..]
    age 14.0 Appendectomy []
    age 45.0 Secondary malignant hypertension [G240.]
    age 68.0 Angina []

     


    Graham Chiu
    Beta Downloads and Documentation Wiki
    Developer Forum
  •  10-12-2007, 10:10 PM 4354 in reply to 4344

    Re: Client 211 betas

    R211B17

    1. The text cursor will now appear at the cursor position when clicking on a text widget instead of at the end of the text
    2. In the Print Letter Dialog, there is a new "Local PDF" button which replaces the "Server PDF" button.  PDFs are now created locally ( you must have ghostscript installed and in the path ), and then uploaded to the server for storage.  There is now no page limit as there was before.
    3. In the Print Letter Dialog, there is a new "GSPrint" button which prints the document to the current windows default printer.  GSprint needs to be installed, and configured.  The document will not be stored on the server if printed this way.
    4. In the Print Letter Dialog, postscript letters now honor the "Date Today?" check
    5. The Reconnect button has been removed from the top - it never worked well enough

    This should be the last beta for 211 unless any issues are identified.

    Note that this release requires server R81B4 for PDF uploads to work. 


    Graham Chiu
    Beta Downloads and Documentation Wiki
    Developer Forum
  •  10-14-2007, 2:25 PM 4372 in reply to 4354

    Re: Client 211 betas

    R211B18

    1. There is a new help button "?" right top which shows the 17 odd popup functions if you can't remember your function key assignments
    2. The "Online Help" tab has been removed, and may be reinstated at a later time. 

     


    Graham Chiu
    Beta Downloads and Documentation Wiki
    Developer Forum
  •  10-15-2007, 6:43 PM 4381 in reply to 4372

    Re: Client 211 betas

    R211B19

    1. A new GSPrint options on the Fax/Superbill print screen ( for color, 2up etc )
    2. A new GSPrint options tab on the consults print dialog
    3. The superbill now prints out all the diagnoses for today's encounter
    4. Bug fix where preferences were no longer being shown ( from 211B18 )



    Graham Chiu
    Beta Downloads and Documentation Wiki
    Developer Forum
  •  10-15-2007, 8:33 PM 4382 in reply to 4381

    Re: Client 211 betas

    This makes over 40 enhancements since build 210.

    Unless someone finds any problems soon, this beta is going gold. 


    Graham Chiu
    Beta Downloads and Documentation Wiki
    Developer Forum
  •  10-15-2007, 11:02 PM 4384 in reply to 4382

    Re: Client 211 betas

    Is it possible to have an ICD10 lookup?
    Contributing
  •  10-16-2007, 12:25 AM 4385 in reply to 4384

    Re: Client 211 betas

    The standard way of doing a lookup is to select the encoding scheme, and then in the Dx field, type the diagnosis and hit enter.  This works for ICD9, 10 and Read Codes.

    Did you mean a separate popup lookup for ICD10 ? 


    Graham Chiu
    Beta Downloads and Documentation Wiki
    Developer Forum
  •  10-16-2007, 3:14 AM 4387 in reply to 4385

    Re: Client 211 betas

    yes, so that a f key or (?) button can be alloted for ICD10. This is especially useful when some of the diagnosis does not come up with a code and a suitable alternative can be alloted.
    Contributing
  •  10-16-2007, 12:08 PM 4392 in reply to 4387

    Re: Client 211 betas

    Couldn't find the file link from the new beta download site, do I have to log in first to see the files?


    Contributing
  •  10-16-2007, 1:01 PM 4393 in reply to 4387

    Re: Client 211 betas

    kgmamman:
    yes, so that a f key or (?) button can be alloted for ICD10. This is especially useful when some of the diagnosis does not come up with a code and a suitable alternative can be alloted.

    Actually there is no popup for ReadCodes, only for ICD9.  And that one has the division of codes per organ system as that was how I was got the data from the American family practitioner's website, and it only applies to the most common 1000 diagnoses too.

    So, no, there won't be a popup for ICD10 unless I can get the data in the same format ie. 1000 most common diagnoses. I suspect that it will take a few hours of my time to parse the data into a suitable format and write a popup.

    If you want to do a lookup, then I have left hooks in for you to code your own.  At the Add Diagnosis screen, enter a diagnosis, and then click on the Firefox icon.  This brings up searchdiagnosis.html page which you can then write a chickenfoot script to search for an ICD10 code on any appropriate website. 

     


    Graham Chiu
    Beta Downloads and Documentation Wiki
    Developer Forum
  •  10-16-2007, 1:40 PM 4396 in reply to 4392

    Re: Client 211 betas

    qilin:

    Couldn't find the file link from the new beta download site, do I have to log in first to see the files?

    I don't think so ... others who haven't logged in have been able to grab the betas from the bottom of this page

     http://compkarori.no-ip.biz:8090/Synapse_Client_news/Client_211_betas

     


    Graham Chiu
    Beta Downloads and Documentation Wiki
    Developer Forum
    Filed under:
  •  10-16-2007, 2:00 PM 4397 in reply to 4396

    Re: Client 211 betas

    NB: the new client also requires the new beta server - otherwise you will get errors related to ticklers.

     


    Graham Chiu
    Beta Downloads and Documentation Wiki
    Developer Forum
  •  10-16-2007, 2:29 PM 4398 in reply to 4396

    Re: Client 211 betas

    Graham:

    I don't think so ... others who haven't logged in have been able to grab the betas from the bottom of this page

     http://compkarori.no-ip.biz:8090/Synapse_Client_news/Client_211_betas

    Thanks, I went to here: http://compkarori.no-ip.biz:8090/Beta_Downloads/Client_Downloads


    Contributing
Page 4 of 6 (82 items)   « First ... < Previous 2 3 4 5 6 Next >
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