system
(system)
November 25, 2015, 9:48am
1
kenyanprince wrote on Wednesday, November 25, 2015 :
Is it possible to have widgets on the right that have the medical history, examintaion and stuff like smoking, refered by and say also a on the main patiient area like where the billing details a note so that the doc can recall about the patient like he just got a promotion, wife passed away etc
system
(system)
November 26, 2015, 9:30am
2
epsdky wrote on Thursday, November 26, 2015 :
Hello Richard,
(A few things that might be useful…)
The Surgeries/Surgery (surgery) widget can be configured to appear on the right side of the Patient Summary (with Medical Problems etc)…
Admin > Lists > Edit List (Issue Types) > Default … surgery … Force Show (check)
Additional right side widgets can be added at the bottom of the above location (more info )
A hidden text area field for notes (see image) can be switched on for right side widgets in (4.2.0)…
interface/patient_file/summary/add_edit_issue.php
add “//” to line 338 so that it becomes…
//document.getElementById('row_comments' ).style.display = (f.form_comments.value ) ? '' : revdisp;
This text area appears normally for issues that have the style attribute set to ‘simplified’ in…
Admin > Lists > Issue Types
or if it already contains data (regardless of style setting)
Regards,
epsdky.