Smartcare Rx 3.5 Change Log

Version 3.5.x.2 (July 8, 2013)

Release Date: July 30, 2012 - ? (rolling release)

  1. July 30, 2012:
        Updated ClientMedicationOrder code behind to default the prescriber drop down to first blank selection when the prescriber id is not found in the drop down.
  2. August 2, 2012:
        Created a new field called PharmacyValue that uses PharmacyText if it is not null otherwise it uses Pharmacy. Updated MedicationOrderDetail page to use PharmacyValue instead of the field Pharmacy.
  3. August 7, 2012:
        Updated code to check for a empty or blank string for each column that is being returned for the growth chart data because the dbnull value is being converted to "".
  4. August 8, 2012:
        Added a message to the prescribe page to let the user know they have to click the prescribe button in order to prescribe the medication.
  5. August 13, 2012:
    1. Changed button order for select and cancel buttons (Medication, Allergies, Comments).
    2. Added code to clear out popup screen to hide previous data while the src is loading.
    3. Changed the size of the Allergy Comment popup so the buttons are displayed.
  6. August 15, 2012:
        Commented out code that set the user name to the last person that was logged into the system. Now it should default to the IE default.
  7. August 17, 2012:
        Switched the select and cancel buttons on the client search.
  8. August 23, 2012:
        Modified the medication list (current and history) to make the list more readable.
  9. September 4, 2012:
        Modified the medication list (current and history) to make the list more readable - Set percent widths for the instruction and discontinued reason columns.
  10. September 24, 2012:
        Added a JS function to the Medication Prescribe page to disable the fax print button.
  11. October 11, 2012:
        Updated the User Preference dataset to include a missing column from the Staff table (also updated the sproc ssp_MMCheckPermissionsForMedication).
  12. October 19, 2012:
        Added code to clear out the instruction row id when the user clicked the clear button. The instruction row id was populated when the user clicked a medication row to modify but then chose to enter a new medication.
  13. October 22, 2012:
        Added code to pass the pharmacy id to the validation stored procedure so it can check to see if the user is trying to change the sure script id on update.
  14. October 26, 2012:
        Fixed issue that allowed a user to click the prescribe button before the medication row was saved.
  15. October 26, 2012:
        Added functionality to clear out the medication drop down when a user starts to enter new text.
  16. October 26, 2012:
        Added functionality that allows the staff to automatically sign a consent if the staff no sign flag is on.
  17. November 5, 2012:
        Added missing column RefreshView to the consent dataset.
  18. November 6, 2012:
        Updated Position of the footer and expanded the medication list height.
  19. November 16, 2012:
        Added Rx Source drop down.
  20. November 26, 2012:
        Adjusted the Personal Information, Health Data, Health Data Graphs and Growth Chart Tabs.
  21. November 27, 2012:
        Fixed issue with saving Titration Template error.
  22. November 27, 2012:
        Fixed issue with client consent signature process where patients were not being required to sign vis-a-vis a previous app improvement.
  23. December 7, 2012:
        Hid magnifying glasses on New Order screen next to Drug and also next to Dx/Purpose fields.
  24. December 10, 2012:
        Made 'Date Initialized' a required field when adding Non Ordered Locally medication.
  25. December 11, 2012:
        Made changes to allow for DxCodes of at least 15 characters to be used.
  26. December 19, 2012:
        Added functionality to use the FAXCom server.
  27. December 31, 2012:
        Updated Patient Consent dataset due to change in the Documents table.
  28. January 2, 2013:
        Set Allow AutoCalculate flag to Y for Titration Templates and added additional parameter to function call so Titration information can be updated when the user clicked the radio button to edit.
  29. January 6, 2013:
        Enabled Active Directory passwords for signing Verbal Orders.
  30. March 5, 2013:
        Added Check to see if the directory exists before trying to retrieve files from it.
  31. March 11, 2013:
        Added embedded reports to Rx so the reports from the report server are being generated from within Rx instead of passing the user to the Report Server. Changed Version number to 3.5x.1
  32. March 11, 2013:
        Fixed issue with Outbound Prescriptions flashing on the screen when the user clicks the client search button.
  33. March 13, 2013:
        Added code to delete record deleted rows from ScriptDrugs, ScriptDrugStrengths and Instruction when the user deletes the row
  34. April 8, 2013:
        Added code to allow fax data to be sent to image server based on the web config setting
  35. April 9, 2013:
        Fixed Verbal Order page by removing the RDL width property, setting the left and right sections to equal 50% and setting a min width for the left side list.
  36. April 15, 2013:
        Fixed issue with hard coded health data that only allowed the first six items to show up in the popup.
  37. April 26, 2013:
        Added the ability to pull information from the SystemConfigurations table instead of the web config for settins such as reporting server
  38. May 22, 2013:
        Fixed issue with the same side affect showing up for the each medication in the list
  39. June 14, 2013:
        Fixed issue with hard coded Health Data that was used in calculations and fixed the issue with hard coded Health Data that determined the number of decimal places in input fields.
  40. June 27, 2013:
        Fixed logic regarding prescribing and refilling medications.
  41. July 8, 2013:
        Changed Application version to 3.5.x.2.
  42. September 7, 2013:
        Updated script ordering process to prevent Multi-Instruction orders from being submitted via E-scribing when instruction dates do not match.
  43. October 29, 2013:
        Adjusted faxing logic so that Zetafaxes still store the ZFAPI fax ID in the database instead of just True/False. This will allow the FaxStatusChecker to work properly.