Click or drag to resize
Service1ClientAddStoresAudited Method

Namespace: SxcDeskAppLib.SxcWebSvcRef
Assembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntax
public int AddStoresAudited(
	string pharmacyNABP,
	string date2,
	string auditor,
	string caseNumber,
	string status,
	string type,
	string chainCode,
	string reasonForAudit,
	string company,
	string initilialNumberClaimsReviewed,
	string originalTotalAmountDue,
	string numberRXAudited,
	string desktopScriptDue,
	string rxReceivedDate,
	string initialAuditFindings,
	string contestingDue,
	string contestingRecievedDate,
	string appealReceived,
	string finalAmountDue,
	string amountReceived,
	string finalLetterSent,
	string comments,
	string sentToFinance,
	string rweSubmittedToFinance,
	string scanned,
	string month,
	string year,
	string initialFindingsToBeSent,
	string finalFindingsToBeSent,
	string appealLetterToBeSent,
	string requestToBeSent,
	string customerId,
	string key
)

Parameters

pharmacyNABP
Type: SystemString
date2
Type: SystemString
auditor
Type: SystemString
caseNumber
Type: SystemString
status
Type: SystemString
type
Type: SystemString
chainCode
Type: SystemString
reasonForAudit
Type: SystemString
company
Type: SystemString
initilialNumberClaimsReviewed
Type: SystemString
originalTotalAmountDue
Type: SystemString
numberRXAudited
Type: SystemString
desktopScriptDue
Type: SystemString
rxReceivedDate
Type: SystemString
initialAuditFindings
Type: SystemString
contestingDue
Type: SystemString
contestingRecievedDate
Type: SystemString
appealReceived
Type: SystemString
finalAmountDue
Type: SystemString
amountReceived
Type: SystemString
finalLetterSent
Type: SystemString
comments
Type: SystemString
sentToFinance
Type: SystemString
rweSubmittedToFinance
Type: SystemString
scanned
Type: SystemString
month
Type: SystemString
year
Type: SystemString
initialFindingsToBeSent
Type: SystemString
finalFindingsToBeSent
Type: SystemString
appealLetterToBeSent
Type: SystemString
requestToBeSent
Type: SystemString
customerId
Type: SystemString
key
Type: SystemString

Return Value

Type: Int32

Implements

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