C# Class MdwsDemo.crud.QuerySvc

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
显示文件 Open project: monkeyglasses/MDWS-Demo

Public Methods

Method Description
CancelAsync ( object userState ) : void
QuerySvc ( ) : System
addDataSourceAsync ( string id, string name, string datasource, string port, string modality, string protocol, string region ) : void
addDataSourceAsync ( string id, string name, string datasource, string port, string modality, string protocol, string region, object userState ) : void
connectAsync ( string sitelist ) : void
connectAsync ( string sitelist, object userState ) : void
cprsUserLookupAsync ( string target ) : void
cprsUserLookupAsync ( string target, object userState ) : void
createAsync ( string jsonDictionaryFieldsAndValues, string file, string parentRecordIdString ) : void
createAsync ( string jsonDictionaryFieldsAndValues, string file, string parentRecordIdString, object userState ) : void
ddrGetsEntryAsync ( string file, string iens, string flds, string flags ) : void
ddrGetsEntryAsync ( string file, string iens, string flds, string flags, object userState ) : void
ddrListerAsync ( string file, string iens, string fields, string flags, string maxrex, string from, string part, string xref, string screen, string identifier ) : void
ddrListerAsync ( string file, string iens, string fields, string flags, string maxrex, string from, string part, string xref, string screen, string identifier, object userState ) : void
deleteAsync ( string recordId, string file ) : void
deleteAsync ( string recordId, string file, object userState ) : void
disconnectAsync ( ) : void
disconnectAsync ( object userState ) : void
getFacadeVersionAsync ( ) : void
getFacadeVersionAsync ( object userState ) : void
getFileAsync ( string fileNumber, bool includeXRefs ) : void
getFileAsync ( string fileNumber, bool includeXRefs, object userState ) : void
getRpcsAsync ( ) : void
getRpcsAsync ( object userState ) : void
getSitesAsync ( ) : void
getSitesAsync ( object userState ) : void
getVHAAsync ( ) : void
getVHAAsync ( object userState ) : void
getVariableValueAsync ( string arg ) : void
getVariableValueAsync ( string arg, object userState ) : void
getVersionAsync ( ) : void
getVersionAsync ( object userState ) : void
getXRefsAsync ( string fileNumber ) : void
getXRefsAsync ( string fileNumber, object userState ) : void
loginAsync ( string username, string pwd, string context ) : void
loginAsync ( string username, string pwd, string context, object userState ) : void
matchAsync ( string target ) : void
matchAsync ( string target, object userState ) : void
readAsync ( string recordId, string fields, string file ) : void
readAsync ( string recordId, string fields, string file, object userState ) : void
runRpcAsync ( string rpcName, string paramValues, int paramTypes, bool paramEncrypted ) : void
runRpcAsync ( string rpcName, string paramValues, int paramTypes, bool paramEncrypted, object userState ) : void
selectAsync ( string DFN ) : void
selectAsync ( string DFN, object userState ) : void
setVhaAsync ( string sitesFileName ) : void
setVhaAsync ( string sitesFileName, object userState ) : void
siteHasPatchAsync ( string patchId ) : void
siteHasPatchAsync ( string patchId, object userState ) : void
sitesHavePatchAsync ( string sitelist, string patchId ) : void
sitesHavePatchAsync ( string sitelist, string patchId, object userState ) : void
updateAsync ( string jsonDictionaryFieldsAndValues, string recordId, string file ) : void
updateAsync ( string jsonDictionaryFieldsAndValues, string recordId, string file, object userState ) : void
userLookupAsync ( string duz ) : void
userLookupAsync ( string duz, object userState ) : void
visitSiteAsync ( string pwd, string sitecode, string userSitecode, string userName, string DUZ, string SSN, string context ) : void
visitSiteAsync ( string pwd, string sitecode, string userSitecode, string userName, string DUZ, string SSN, string context, object userState ) : void

Private Methods

Method Description
IsLocalFileSystemWebService ( string url ) : bool
OnaddDataSourceOperationCompleted ( object arg ) : void
OnconnectOperationCompleted ( object arg ) : void
OncprsUserLookupOperationCompleted ( object arg ) : void
OncreateOperationCompleted ( object arg ) : void
OnddrGetsEntryOperationCompleted ( object arg ) : void
OnddrListerOperationCompleted ( object arg ) : void
OndeleteOperationCompleted ( object arg ) : void
OndisconnectOperationCompleted ( object arg ) : void
OngetFacadeVersionOperationCompleted ( object arg ) : void
OngetFileOperationCompleted ( object arg ) : void
OngetRpcsOperationCompleted ( object arg ) : void
OngetSitesOperationCompleted ( object arg ) : void
OngetVHAOperationCompleted ( object arg ) : void
OngetVariableValueOperationCompleted ( object arg ) : void
OngetVersionOperationCompleted ( object arg ) : void
OngetXRefsOperationCompleted ( object arg ) : void
OnloginOperationCompleted ( object arg ) : void
OnmatchOperationCompleted ( object arg ) : void
OnreadOperationCompleted ( object arg ) : void
OnrunRpcOperationCompleted ( object arg ) : void
OnselectOperationCompleted ( object arg ) : void
OnsetVhaOperationCompleted ( object arg ) : void
OnsiteHasPatchOperationCompleted ( object arg ) : void
OnsitesHavePatchOperationCompleted ( object arg ) : void
OnupdateOperationCompleted ( object arg ) : void
OnuserLookupOperationCompleted ( object arg ) : void
OnvisitSiteOperationCompleted ( object arg ) : void
addDataSource ( string id, string name, string datasource, string port, string modality, string protocol, string region ) : SiteTO
connect ( string sitelist ) : DataSourceArray
cprsUserLookup ( string target ) : UserArray
create ( string jsonDictionaryFieldsAndValues, string file, string parentRecordIdString ) : TextTO
ddrGetsEntry ( string file, string iens, string flds, string flags ) : TextArray
ddrLister ( string file, string iens, string fields, string flags, string maxrex, string from, string part, string xref, string screen, string identifier ) : TextArray
delete ( string recordId, string file ) : TextTO
disconnect ( ) : TaggedTextArray
getFacadeVersion ( ) : TextTO
getFile ( string fileNumber, bool includeXRefs ) : VistaFileTO
getRpcs ( ) : TextArray
getSites ( ) : TaggedTextArray
getVHA ( ) : RegionArray
getVariableValue ( string arg ) : TextTO
getVersion ( ) : string
getXRefs ( string fileNumber ) : XRefArray
login ( string username, string pwd, string context ) : UserTO
match ( string target ) : TaggedPatientArrays
read ( string recordId, string fields, string file ) : StringDictionaryTO
runRpc ( string rpcName, string paramValues, int paramTypes, bool paramEncrypted ) : TaggedTextArray
select ( string DFN ) : PatientTO
setVha ( string sitesFileName ) : SiteArray
siteHasPatch ( string patchId ) : TaggedText
sitesHavePatch ( string sitelist, string patchId ) : TaggedTextArray
update ( string jsonDictionaryFieldsAndValues, string recordId, string file ) : TextTO
userLookup ( string duz ) : UserTO
visitSite ( string pwd, string sitecode, string userSitecode, string userName, string DUZ, string SSN, string context ) : UserTO

Method Details

CancelAsync() public method

public CancelAsync ( object userState ) : void
userState object
return void

QuerySvc() public method

public QuerySvc ( ) : System
return System

addDataSourceAsync() public method

public addDataSourceAsync ( string id, string name, string datasource, string port, string modality, string protocol, string region ) : void
id string
name string
datasource string
port string
modality string
protocol string
region string
return void

addDataSourceAsync() public method

public addDataSourceAsync ( string id, string name, string datasource, string port, string modality, string protocol, string region, object userState ) : void
id string
name string
datasource string
port string
modality string
protocol string
region string
userState object
return void

connectAsync() public method

public connectAsync ( string sitelist ) : void
sitelist string
return void

connectAsync() public method

public connectAsync ( string sitelist, object userState ) : void
sitelist string
userState object
return void

cprsUserLookupAsync() public method

public cprsUserLookupAsync ( string target ) : void
target string
return void

cprsUserLookupAsync() public method

public cprsUserLookupAsync ( string target, object userState ) : void
target string
userState object
return void

createAsync() public method

public createAsync ( string jsonDictionaryFieldsAndValues, string file, string parentRecordIdString ) : void
jsonDictionaryFieldsAndValues string
file string
parentRecordIdString string
return void

createAsync() public method

public createAsync ( string jsonDictionaryFieldsAndValues, string file, string parentRecordIdString, object userState ) : void
jsonDictionaryFieldsAndValues string
file string
parentRecordIdString string
userState object
return void

ddrGetsEntryAsync() public method

public ddrGetsEntryAsync ( string file, string iens, string flds, string flags ) : void
file string
iens string
flds string
flags string
return void

ddrGetsEntryAsync() public method

public ddrGetsEntryAsync ( string file, string iens, string flds, string flags, object userState ) : void
file string
iens string
flds string
flags string
userState object
return void

ddrListerAsync() public method

public ddrListerAsync ( string file, string iens, string fields, string flags, string maxrex, string from, string part, string xref, string screen, string identifier ) : void
file string
iens string
fields string
flags string
maxrex string
from string
part string
xref string
screen string
identifier string
return void

ddrListerAsync() public method

public ddrListerAsync ( string file, string iens, string fields, string flags, string maxrex, string from, string part, string xref, string screen, string identifier, object userState ) : void
file string
iens string
fields string
flags string
maxrex string
from string
part string
xref string
screen string
identifier string
userState object
return void

deleteAsync() public method

public deleteAsync ( string recordId, string file ) : void
recordId string
file string
return void

deleteAsync() public method

public deleteAsync ( string recordId, string file, object userState ) : void
recordId string
file string
userState object
return void

disconnectAsync() public method

public disconnectAsync ( ) : void
return void

disconnectAsync() public method

public disconnectAsync ( object userState ) : void
userState object
return void

getFacadeVersionAsync() public method

public getFacadeVersionAsync ( ) : void
return void

getFacadeVersionAsync() public method

public getFacadeVersionAsync ( object userState ) : void
userState object
return void

getFileAsync() public method

public getFileAsync ( string fileNumber, bool includeXRefs ) : void
fileNumber string
includeXRefs bool
return void

getFileAsync() public method

public getFileAsync ( string fileNumber, bool includeXRefs, object userState ) : void
fileNumber string
includeXRefs bool
userState object
return void

getRpcsAsync() public method

public getRpcsAsync ( ) : void
return void

getRpcsAsync() public method

public getRpcsAsync ( object userState ) : void
userState object
return void

getSitesAsync() public method

public getSitesAsync ( ) : void
return void

getSitesAsync() public method

public getSitesAsync ( object userState ) : void
userState object
return void

getVHAAsync() public method

public getVHAAsync ( ) : void
return void

getVHAAsync() public method

public getVHAAsync ( object userState ) : void
userState object
return void

getVariableValueAsync() public method

public getVariableValueAsync ( string arg ) : void
arg string
return void

getVariableValueAsync() public method

public getVariableValueAsync ( string arg, object userState ) : void
arg string
userState object
return void

getVersionAsync() public method

public getVersionAsync ( ) : void
return void

getVersionAsync() public method

public getVersionAsync ( object userState ) : void
userState object
return void

getXRefsAsync() public method

public getXRefsAsync ( string fileNumber ) : void
fileNumber string
return void

getXRefsAsync() public method

public getXRefsAsync ( string fileNumber, object userState ) : void
fileNumber string
userState object
return void

loginAsync() public method

public loginAsync ( string username, string pwd, string context ) : void
username string
pwd string
context string
return void

loginAsync() public method

public loginAsync ( string username, string pwd, string context, object userState ) : void
username string
pwd string
context string
userState object
return void

matchAsync() public method

public matchAsync ( string target ) : void
target string
return void

matchAsync() public method

public matchAsync ( string target, object userState ) : void
target string
userState object
return void

readAsync() public method

public readAsync ( string recordId, string fields, string file ) : void
recordId string
fields string
file string
return void

readAsync() public method

public readAsync ( string recordId, string fields, string file, object userState ) : void
recordId string
fields string
file string
userState object
return void

runRpcAsync() public method

public runRpcAsync ( string rpcName, string paramValues, int paramTypes, bool paramEncrypted ) : void
rpcName string
paramValues string
paramTypes int
paramEncrypted bool
return void

runRpcAsync() public method

public runRpcAsync ( string rpcName, string paramValues, int paramTypes, bool paramEncrypted, object userState ) : void
rpcName string
paramValues string
paramTypes int
paramEncrypted bool
userState object
return void

selectAsync() public method

public selectAsync ( string DFN ) : void
DFN string
return void

selectAsync() public method

public selectAsync ( string DFN, object userState ) : void
DFN string
userState object
return void

setVhaAsync() public method

public setVhaAsync ( string sitesFileName ) : void
sitesFileName string
return void

setVhaAsync() public method

public setVhaAsync ( string sitesFileName, object userState ) : void
sitesFileName string
userState object
return void

siteHasPatchAsync() public method

public siteHasPatchAsync ( string patchId ) : void
patchId string
return void

siteHasPatchAsync() public method

public siteHasPatchAsync ( string patchId, object userState ) : void
patchId string
userState object
return void

sitesHavePatchAsync() public method

public sitesHavePatchAsync ( string sitelist, string patchId ) : void
sitelist string
patchId string
return void

sitesHavePatchAsync() public method

public sitesHavePatchAsync ( string sitelist, string patchId, object userState ) : void
sitelist string
patchId string
userState object
return void

updateAsync() public method

public updateAsync ( string jsonDictionaryFieldsAndValues, string recordId, string file ) : void
jsonDictionaryFieldsAndValues string
recordId string
file string
return void

updateAsync() public method

public updateAsync ( string jsonDictionaryFieldsAndValues, string recordId, string file, object userState ) : void
jsonDictionaryFieldsAndValues string
recordId string
file string
userState object
return void

userLookupAsync() public method

public userLookupAsync ( string duz ) : void
duz string
return void

userLookupAsync() public method

public userLookupAsync ( string duz, object userState ) : void
duz string
userState object
return void

visitSiteAsync() public method

public visitSiteAsync ( string pwd, string sitecode, string userSitecode, string userName, string DUZ, string SSN, string context ) : void
pwd string
sitecode string
userSitecode string
userName string
DUZ string
SSN string
context string
return void

visitSiteAsync() public method

public visitSiteAsync ( string pwd, string sitecode, string userSitecode, string userName, string DUZ, string SSN, string context, object userState ) : void
pwd string
sitecode string
userSitecode string
userName string
DUZ string
SSN string
context string
userState object
return void