Click or drag to resize
Service1ClientUpdateAuditFindings Method

Namespace: SxcDeskAppLib.SxcWebSvcRef
Assembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntax
public bool UpdateAuditFindings(
	string id,
	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 key
)

Parameters

id
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
key
Type: SystemString

Return Value

Type: Boolean

Implements

IService1UpdateAuditFindings(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