C# Класс CoverMyMeds.Feedback.IntegrationPartnerEndpoint.FeedbackEndpoint

Наследование: IFeedbackService
Показать файл Открыть проект

Открытые методы

Метод Описание
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