function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
hcri50hcri50 

Is it possible for Force to be tied into Epic Software ???

https://www.nextgen.com

 

I was asked if the program that I have developed could be tied into the EMR? for doctors to look up patient responses 

 

Can it be tied into their program??

Satish_SFDCSatish_SFDC
How are you looking to integrate.
Do you want to get salesforce data into your program or push data from your program into salesforce.

Salesforce supports both.
To get or push data from Salesforce, you can use the SOAP API or the REST API.
SOAP API: http://www.salesforce.com/us/developer/docs/api/index.htm

REST API: http://www.salesforce.com/us/developer/docs/api_rest/

Salesforce also supports webservices.
Apex callouts would help when you want salesforce to call any other webservices.

Hope this helps.

Regards,
Satish Kumar
Please mark my answer as a solution if it was helpful so it is available to others as a proper solution.
If you felt I went above and beyond, please give me Kudos by clicking on the star icon.

Regards,
Satish Kumar