C# Class CoverMyMeds.Feedback.IntegrationPartnerEndpoint.FeedbackEndpoint

Inheritance: IFeedbackService
Mostra file Open project: covermymeds/integration-feedback-reference

Public Methods

Method Description
UpdatePriorAuthorizationRequest ( FeedbackUpdate FeedbackData ) : void

Simple interface implementation for receiving feedback updates from CoverMyMeds for prior authorization requests

This reference simply serializes the FeedbackData object to XML and writes it to the Windows Application Event Log. A full Integration Partner implementation would store the feedback data for users to view in a dashboard. The recipient identifier sent with the feedback data would enable linking the update to the user who needs to see it

Method Details

UpdatePriorAuthorizationRequest() public method

Simple interface implementation for receiving feedback updates from CoverMyMeds for prior authorization requests
This reference simply serializes the FeedbackData object to XML and writes it to the Windows Application Event Log. A full Integration Partner implementation would store the feedback data for users to view in a dashboard. The recipient identifier sent with the feedback data would enable linking the update to the user who needs to see it
public UpdatePriorAuthorizationRequest ( FeedbackUpdate FeedbackData ) : void
FeedbackData FeedbackUpdate
return void