Automatically add pdf to images

This forum is for programmers who have questions about the source code.
Post Reply
JLM
Posts: 130
Joined: Wed Dec 05, 2012 12:52 pm

Automatically add pdf to images

Post by JLM »

I have my own program for viewing xrays because they come from many different sources (cdr,sidexis,vixwin,digirex). One of my goals is to make it as easy as possible to create a referral pdf with embedded xray(s) and automatically add it to opendental without having to import it manually. Is this possible?

Jim Margarit
User avatar
cmcgehee
Posts: 711
Joined: Tue Aug 25, 2015 5:06 pm
Location: Salem, Oregon

Re: Automatically add pdf to images

Post by cmcgehee »

The only way that would be possible is to make your program like a plug-in and include a dependency to OpenDentBusiness.dll and call the necessary methods to save an image.
Chris McGehee
Open Dental Software
http://www.opendental.com
JLM
Posts: 130
Joined: Wed Dec 05, 2012 12:52 pm

Re: Automatically add pdf to images

Post by JLM »

Yeah, I was afraid of that. Way too much work. Maybe I'll add a suggestion for a "automaticallyAddToOpenDental" folder (like iTunes). Drop a wee bit of xml in there that points to the file, the desired folder and the patientID and it gets added like magic. A guy can dream, can't he? :wink:

JLM
User avatar
cmcgehee
Posts: 711
Joined: Tue Aug 25, 2015 5:06 pm
Location: Salem, Oregon

Re: Automatically add pdf to images

Post by cmcgehee »

The more our software works like magic the better. :D
Chris McGehee
Open Dental Software
http://www.opendental.com
Post Reply