Print medical stories with more than one page

This forum is for programmers who have questions about the source code.
Post Reply
japonte
Posts: 13
Joined: Tue Apr 16, 2013 1:07 pm

Print medical stories with more than one page

Post by japonte » Wed Jul 17, 2013 10:28 am

Is there a way to print medical stories with more than one page?
Would I have to customize the code to achieve this?

User avatar
jsalmon
Posts: 1571
Joined: Tue Nov 30, 2010 12:33 pm
Contact:

Re: Print medical stories with more than one page

Post by jsalmon » Wed Jul 17, 2013 11:01 am

Elaborate on what medical stories are. I am not familiar with that term. If in doubt, link to one of our pages in our online manual.
The best thing about a boolean is even if you are wrong, you are only off by a bit.

Jason Salmon
Open Dental Software
http://www.opendental.com

japonte
Posts: 13
Joined: Tue Apr 16, 2013 1:07 pm

Re: Print medical stories with more than one page

Post by japonte » Wed Jul 17, 2013 11:09 am

Sorry, I meant "Medical history"

User avatar
jsalmon
Posts: 1571
Joined: Tue Nov 30, 2010 12:33 pm
Contact:

Re: Print medical stories with more than one page

Post by jsalmon » Wed Jul 17, 2013 12:35 pm

If you're referring to medical history sheets, we just have users
...create new sheets and label them page 2, page 3 etc.
http://www.opendental.com/manual/sheets.html

If you're referring to the medical history section in the Medical window, you would have to customize the code. Most histories written in this window are fairly short and shouldn't span multiple pages. But I could see how they could.
http://www.opendental.com/manual/medical.html
The best thing about a boolean is even if you are wrong, you are only off by a bit.

Jason Salmon
Open Dental Software
http://www.opendental.com

japonte
Posts: 13
Joined: Tue Apr 16, 2013 1:07 pm

Re: Print medical history with more than one page

Post by japonte » Thu Jul 18, 2013 10:20 am

I am referring to the medical history section in the Medical window.
I shared the code to achieve this. Might be useful for someone else: viewtopic.php?f=5&p=21927#p21927

Post Reply