Notes on Patient Info tab

Post any questions, problems, comments, hints or tips related to ClinicOffice
Post a reply

Notes on Patient Info tab

Postby stevema » February 13th, 2015, 9:38 am

Hi, Is it possible to add patient notes from the notepad to the Patient info tab? If so ...how? If not, why not?!
Thanks
stevema
 
Posts: 29
Joined: March 11th, 2009, 2:07 pm
Top

Re: Notes on Patient Info tab

Postby Mat Larkin » February 16th, 2015, 1:32 pm

Hi there Stevema,

Thanks for the post.

It is possible to show notes from the Notepad into the Patient Info window. It does have a limit to how much text it shows but you can hover your mouse over the notes section to get more. Please see below;

1) Click on Patient Info Tab
2) Click DESIGN at the bottom
3) Click DATA SOURCE at the top
4) Click MANAGE DATA SOURCES
5) Right click under Portrait and select NEW
6) Enter in a name for new data source i.e. Patient Info with Notes. Then click OK.
7)Copy and paste the following code;

Code: Select all
[PropertyTable]
select per.id,
per.knownas,
per.telephone as tel_home,
per.worktel as tel_work,
per.mobile as tel_mobile,
per.dob, per.notes,
per.registrationdate,
per.patcat_id, patcat.name as _patient_category,
per.patstatus_id, patstatus.name as _patient_status,
per.practitioner_staff_id, staff.knownas as _practitioner,
custom_patient_fields.per_id,
(view_accbalance.balance * -1) as account_balance,
view_nextapp.nextapp as next_appt,
view_prevapp.prevapp as previous_appt

from per

left join clinic on (per.clinic_id=clinic.id)
left join patcat on (per.patcat_id=patcat.id)
left join patstatus on (per.patstatus_id=patstatus.id)
left join staff on (per.practitioner_staff_id=staff.id)
left join custom_patient_fields on (custom_patient_fields.per_id=per.id)
left join view_accbalance on (view_accbalance.per_id=per.id)
left join view_nextapp on (view_nextapp.per_id=per.id)
left join view_prevapp on (view_prevapp.per_id=per.id)

where (per.id=::per_id)


8) Click Save
9) On PATIENT INFO DESIGN window, click the drop down menu where it says PATIENT INFO and select new data source.

If you need any assistance whilst doing this, please feel free to reply.

Thanks!
ClinicOffice Support Team
User avatar
Mat Larkin
 
Posts: 202
Joined: January 11th, 2010, 11:27 am
Top

Re: Notes on Patient Info tab

Postby stevema » February 24th, 2015, 11:14 am

Thanks Matt,
Ii followed your instructions up to pasting in the code, but after that I got stuck.
I have selected the new field "patient notes" from the drop down box on the left where it said "patient info".
But selecting this seems to make no difference to the dashboard. It doesn't appear there. Need to create a box for it there???
Steve
stevema
 
Posts: 29
Joined: March 11th, 2009, 2:07 pm
Top

Re: Notes on Patient Info tab

Postby Support » June 28th, 2015, 8:27 pm

Hi Steve - did you try dragging and dropping that field over on to the dashboard designer? That should do the trick!
ClinicOffice Support Team
User avatar
Support
Site Admin
 
Posts: 875
Joined: August 25th, 2005, 6:37 pm
Top


Post a reply

Return to General Questions & Answers

Who is online

Users browsing this forum: No registered users and 2 guests

cron