Click or drag to resize
Service1ClientAddAuditFindings Method

Namespace: SxcDeskAppLib.SxcWebSvcRef
Assembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntax
public int AddAuditFindings(
	string auditId,
	string amountRecovered,
	string labelName,
	string metricDecQty,
	string daysSupply,
	string newRefillCode,
	string daw,
	string physicianID,
	string errorCode,
	string errorCode1,
	string errorCode2,
	string errorCode3,
	string reasonForRecovery,
	string claimReversed,
	string claimNumber,
	string liveAuditStatus,
	string rxSold,
	string soldChangeInCopay,
	string followUpComments,
	string attempt1Comments,
	string attempt2Comments,
	string correctQuantity,
	string correctDaysSupply,
	string nameOfCaller,
	string dateOfCall,
	string timeOfCall,
	string rxNumber,
	string dateFilled,
	string customerId,
	string clientId,
	string clientGroupId,
	string firstName,
	string lastName,
	string memberId,
	string flagReason,
	string key
)

Parameters

auditId
Type: SystemString
amountRecovered
Type: SystemString
labelName
Type: SystemString
metricDecQty
Type: SystemString
daysSupply
Type: SystemString
newRefillCode
Type: SystemString
daw
Type: SystemString
physicianID
Type: SystemString
errorCode
Type: SystemString
errorCode1
Type: SystemString
errorCode2
Type: SystemString
errorCode3
Type: SystemString
reasonForRecovery
Type: SystemString
claimReversed
Type: SystemString
claimNumber
Type: SystemString
liveAuditStatus
Type: SystemString
rxSold
Type: SystemString
soldChangeInCopay
Type: SystemString
followUpComments
Type: SystemString
attempt1Comments
Type: SystemString
attempt2Comments
Type: SystemString
correctQuantity
Type: SystemString
correctDaysSupply
Type: SystemString
nameOfCaller
Type: SystemString
dateOfCall
Type: SystemString
timeOfCall
Type: SystemString
rxNumber
Type: SystemString
dateFilled
Type: SystemString
customerId
Type: SystemString
clientId
Type: SystemString
clientGroupId
Type: SystemString
firstName
Type: SystemString
lastName
Type: SystemString
memberId
Type: SystemString
flagReason
Type: SystemString
key
Type: SystemString

Return Value

Type: Int32

Implements

IService1AddAuditFindings(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String)
See Also