C# Class MdwsDemo.crud.QuerySvc

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Afficher le fichier Open project: monkeyglasses/MDWS-Demo

Méthodes publiques

Méthode 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

Méthode 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 méthode

public CancelAsync ( object userState ) : void
userState object
Résultat void

QuerySvc() public méthode

public QuerySvc ( ) : System
Résultat System

addDataSourceAsync() public méthode

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
Résultat void

addDataSourceAsync() public méthode

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
Résultat void

connectAsync() public méthode

public connectAsync ( string sitelist ) : void
sitelist string
Résultat void

connectAsync() public méthode

public connectAsync ( string sitelist, object userState ) : void
sitelist string
userState object
Résultat void

cprsUserLookupAsync() public méthode

public cprsUserLookupAsync ( string target ) : void
target string
Résultat void

cprsUserLookupAsync() public méthode

public cprsUserLookupAsync ( string target, object userState ) : void
target string
userState object
Résultat void

createAsync() public méthode

public createAsync ( string jsonDictionaryFieldsAndValues, string file, string parentRecordIdString ) : void
jsonDictionaryFieldsAndValues string
file string
parentRecordIdString string
Résultat void

createAsync() public méthode

public createAsync ( string jsonDictionaryFieldsAndValues, string file, string parentRecordIdString, object userState ) : void
jsonDictionaryFieldsAndValues string
file string
parentRecordIdString string
userState object
Résultat void

ddrGetsEntryAsync() public méthode

public ddrGetsEntryAsync ( string file, string iens, string flds, string flags ) : void
file string
iens string
flds string
flags string
Résultat void

ddrGetsEntryAsync() public méthode

public ddrGetsEntryAsync ( string file, string iens, string flds, string flags, object userState ) : void
file string
iens string
flds string
flags string
userState object
Résultat void

ddrListerAsync() public méthode

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
Résultat void

ddrListerAsync() public méthode

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
Résultat void

deleteAsync() public méthode

public deleteAsync ( string recordId, string file ) : void
recordId string
file string
Résultat void

deleteAsync() public méthode

public deleteAsync ( string recordId, string file, object userState ) : void
recordId string
file string
userState object
Résultat void

disconnectAsync() public méthode

public disconnectAsync ( ) : void
Résultat void

disconnectAsync() public méthode

public disconnectAsync ( object userState ) : void
userState object
Résultat void

getFacadeVersionAsync() public méthode

public getFacadeVersionAsync ( ) : void
Résultat void

getFacadeVersionAsync() public méthode

public getFacadeVersionAsync ( object userState ) : void
userState object
Résultat void

getFileAsync() public méthode

public getFileAsync ( string fileNumber, bool includeXRefs ) : void
fileNumber string
includeXRefs bool
Résultat void

getFileAsync() public méthode

public getFileAsync ( string fileNumber, bool includeXRefs, object userState ) : void
fileNumber string
includeXRefs bool
userState object
Résultat void

getRpcsAsync() public méthode

public getRpcsAsync ( ) : void
Résultat void

getRpcsAsync() public méthode

public getRpcsAsync ( object userState ) : void
userState object
Résultat void

getSitesAsync() public méthode

public getSitesAsync ( ) : void
Résultat void

getSitesAsync() public méthode

public getSitesAsync ( object userState ) : void
userState object
Résultat void

getVHAAsync() public méthode

public getVHAAsync ( ) : void
Résultat void

getVHAAsync() public méthode

public getVHAAsync ( object userState ) : void
userState object
Résultat void

getVariableValueAsync() public méthode

public getVariableValueAsync ( string arg ) : void
arg string
Résultat void

getVariableValueAsync() public méthode

public getVariableValueAsync ( string arg, object userState ) : void
arg string
userState object
Résultat void

getVersionAsync() public méthode

public getVersionAsync ( ) : void
Résultat void

getVersionAsync() public méthode

public getVersionAsync ( object userState ) : void
userState object
Résultat void

getXRefsAsync() public méthode

public getXRefsAsync ( string fileNumber ) : void
fileNumber string
Résultat void

getXRefsAsync() public méthode

public getXRefsAsync ( string fileNumber, object userState ) : void
fileNumber string
userState object
Résultat void

loginAsync() public méthode

public loginAsync ( string username, string pwd, string context ) : void
username string
pwd string
context string
Résultat void

loginAsync() public méthode

public loginAsync ( string username, string pwd, string context, object userState ) : void
username string
pwd string
context string
userState object
Résultat void

matchAsync() public méthode

public matchAsync ( string target ) : void
target string
Résultat void

matchAsync() public méthode

public matchAsync ( string target, object userState ) : void
target string
userState object
Résultat void

readAsync() public méthode

public readAsync ( string recordId, string fields, string file ) : void
recordId string
fields string
file string
Résultat void

readAsync() public méthode

public readAsync ( string recordId, string fields, string file, object userState ) : void
recordId string
fields string
file string
userState object
Résultat void

runRpcAsync() public méthode

public runRpcAsync ( string rpcName, string paramValues, int paramTypes, bool paramEncrypted ) : void
rpcName string
paramValues string
paramTypes int
paramEncrypted bool
Résultat void

runRpcAsync() public méthode

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

selectAsync() public méthode

public selectAsync ( string DFN ) : void
DFN string
Résultat void

selectAsync() public méthode

public selectAsync ( string DFN, object userState ) : void
DFN string
userState object
Résultat void

setVhaAsync() public méthode

public setVhaAsync ( string sitesFileName ) : void
sitesFileName string
Résultat void

setVhaAsync() public méthode

public setVhaAsync ( string sitesFileName, object userState ) : void
sitesFileName string
userState object
Résultat void

siteHasPatchAsync() public méthode

public siteHasPatchAsync ( string patchId ) : void
patchId string
Résultat void

siteHasPatchAsync() public méthode

public siteHasPatchAsync ( string patchId, object userState ) : void
patchId string
userState object
Résultat void

sitesHavePatchAsync() public méthode

public sitesHavePatchAsync ( string sitelist, string patchId ) : void
sitelist string
patchId string
Résultat void

sitesHavePatchAsync() public méthode

public sitesHavePatchAsync ( string sitelist, string patchId, object userState ) : void
sitelist string
patchId string
userState object
Résultat void

updateAsync() public méthode

public updateAsync ( string jsonDictionaryFieldsAndValues, string recordId, string file ) : void
jsonDictionaryFieldsAndValues string
recordId string
file string
Résultat void

updateAsync() public méthode

public updateAsync ( string jsonDictionaryFieldsAndValues, string recordId, string file, object userState ) : void
jsonDictionaryFieldsAndValues string
recordId string
file string
userState object
Résultat void

userLookupAsync() public méthode

public userLookupAsync ( string duz ) : void
duz string
Résultat void

userLookupAsync() public méthode

public userLookupAsync ( string duz, object userState ) : void
duz string
userState object
Résultat void

visitSiteAsync() public méthode

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
Résultat void

visitSiteAsync() public méthode

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
Résultat void