C# 클래스 CoverMyMeds.Feedback.IntegrationPartnerEndpoint.FeedbackEndpoint

상속: IFeedbackService
파일 보기 프로젝트 열기: covermymeds/integration-feedback-reference

공개 메소드들

메소드 설명
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

메소드 상세

UpdatePriorAuthorizationRequest() 공개 메소드

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
리턴 void