OSCAR build date: Mar 21, 2015 11:35:29 AM
OSCAR build tag: 477
Client browser: FF 17 ESR
Client OS: Windows 7
Preconditions:
1) Click on Admin and then choose Customize oscarMeasurements
2) Click Add Mapping
3) Make sure the following Alpha codes are mapped: eGFR,HEMOGLOBIN A1C, HDL-CHOLESTEROL AND LDL-CHOLESTEROL.
Steps to Reproduce:
1) Go to Admin and the choose HL7 Lab Upload and attach the sample file that is included. Make sure the lab type is Alpha.
2) Go to the inbox and make sure the report is attached to a patient
3) Thereafter, go to the patients eChart, you will see that there is text in the measurement section also when you click on the Diabetic Flow Sheet you will see that it appears to be empty.
Observed Results:
1) If you search the measurement table for the demographic number which we attached the report too you will see that the date observed is 0000-00-00. Additionally there are entries in the data field which contain text.
2) If the date observed is made the same as the date entered then you will be able to view the diabetic flow sheet.
3) This also occurs Heart Failure Flowsheet.
Modify following Files and methods
AlphaHandler.java
Hl7TextResultsData.java
Add the condition of approveValueTypeMeasurment
TemplateFlowSheet.jsp
Verify the prevention_date is not empty then display the prevention date and months since observed
labDisplay.jsp
replace handler's getOBXDataType to handler's getOBXValueType (two occurrences)
labDisplayAjax.jsp
replace handler's getOBXDataType to handler's getOBXValueType
LabPDFCreator.java
change getOBXDataType to getOBXValueType
Last edit: Shehzad Merchant 2015-07-21
RELEASE_12_1: https://source.oscartools.org:8080/#/c/12407/