C# Class gov.va.medora.mdo.api.ToolsApi

Mostrar archivo Open project: OSEHRA/mdo Class Usage Examples

Public Methods

Method Description
ToolsApi ( ) : System
ddrGetsEntry ( gov.va.medora.mdo.dao.AbstractConnection cxn, string file, string iens, string flds, string flags ) : string[]
ddrLister ( ConnectionSet cxns, string file, string iens, string flds, string flags, string maxRex, string from, string part, string xref, string screen, string identifier ) : IndexedHashtable
ddrLister ( gov.va.medora.mdo.dao.AbstractConnection cxn, string file, string iens, string flds, string flags, string maxRex, string from, string part, string xref, string screen, string identifier ) : string[]
getRpcList ( ConnectionSet cxns, string target ) : IndexedHashtable
getRpcList ( gov.va.medora.mdo.dao.AbstractConnection cxn, string target ) : string>[].KeyValuePair
getRpcName ( gov.va.medora.mdo.dao.AbstractConnection cxn, string rpcIEN ) : string
getVariableValue ( ConnectionSet cxns, string arg ) : IndexedHashtable
getVariableValue ( gov.va.medora.mdo.dao.AbstractConnection cxn, string arg ) : string
hasPatch ( ConnectionSet cxns, string patchId ) : IndexedHashtable
isRpcAvailable ( ConnectionSet cxns, string target, string context ) : IndexedHashtable
isRpcAvailable ( ConnectionSet cxns, string target, string context, string localRemote, string version ) : IndexedHashtable
isRpcAvailable ( gov.va.medora.mdo.dao.AbstractConnection cxn, string target, string context ) : string
isRpcAvailable ( gov.va.medora.mdo.dao.AbstractConnection cxn, string target, string context, string localRemote, string version ) : string
isRpcAvailableAtSite ( ConnectionSet cxns, string target, string localRemote, string version ) : IndexedHashtable
isRpcAvailableAtSite ( gov.va.medora.mdo.dao.AbstractConnection cxn, string target, string localRemote, string version ) : bool
runRpc ( ConnectionSet cxns, string rpcName, string paramValues, int paramTypes, bool paramEncrypted ) : IndexedHashtable
runRpc ( gov.va.medora.mdo.dao.AbstractConnection cxn, string rpcName, string paramValues, int paramTypes, bool paramEncrypted ) : string

Method Details

ToolsApi() public method

public ToolsApi ( ) : System
return System

ddrGetsEntry() public method

public ddrGetsEntry ( gov.va.medora.mdo.dao.AbstractConnection cxn, string file, string iens, string flds, string flags ) : string[]
cxn gov.va.medora.mdo.dao.AbstractConnection
file string
iens string
flds string
flags string
return string[]

ddrLister() public method

public ddrLister ( ConnectionSet cxns, string file, string iens, string flds, string flags, string maxRex, string from, string part, string xref, string screen, string identifier ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
file string
iens string
flds string
flags string
maxRex string
from string
part string
xref string
screen string
identifier string
return IndexedHashtable

ddrLister() public method

public ddrLister ( gov.va.medora.mdo.dao.AbstractConnection cxn, string file, string iens, string flds, string flags, string maxRex, string from, string part, string xref, string screen, string identifier ) : string[]
cxn gov.va.medora.mdo.dao.AbstractConnection
file string
iens string
flds string
flags string
maxRex string
from string
part string
xref string
screen string
identifier string
return string[]

getRpcList() public method

public getRpcList ( ConnectionSet cxns, string target ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
target string
return IndexedHashtable

getRpcList() public method

public getRpcList ( gov.va.medora.mdo.dao.AbstractConnection cxn, string target ) : string>[].KeyValuePair
cxn gov.va.medora.mdo.dao.AbstractConnection
target string
return string>[].KeyValuePair

getRpcName() public method

public getRpcName ( gov.va.medora.mdo.dao.AbstractConnection cxn, string rpcIEN ) : string
cxn gov.va.medora.mdo.dao.AbstractConnection
rpcIEN string
return string

getVariableValue() public method

public getVariableValue ( ConnectionSet cxns, string arg ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
arg string
return IndexedHashtable

getVariableValue() public method

public getVariableValue ( gov.va.medora.mdo.dao.AbstractConnection cxn, string arg ) : string
cxn gov.va.medora.mdo.dao.AbstractConnection
arg string
return string

hasPatch() public method

public hasPatch ( ConnectionSet cxns, string patchId ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
patchId string
return IndexedHashtable

isRpcAvailable() public method

public isRpcAvailable ( ConnectionSet cxns, string target, string context ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
target string
context string
return IndexedHashtable

isRpcAvailable() public method

public isRpcAvailable ( ConnectionSet cxns, string target, string context, string localRemote, string version ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
target string
context string
localRemote string
version string
return IndexedHashtable

isRpcAvailable() public method

public isRpcAvailable ( gov.va.medora.mdo.dao.AbstractConnection cxn, string target, string context ) : string
cxn gov.va.medora.mdo.dao.AbstractConnection
target string
context string
return string

isRpcAvailable() public method

public isRpcAvailable ( gov.va.medora.mdo.dao.AbstractConnection cxn, string target, string context, string localRemote, string version ) : string
cxn gov.va.medora.mdo.dao.AbstractConnection
target string
context string
localRemote string
version string
return string

isRpcAvailableAtSite() public method

public isRpcAvailableAtSite ( ConnectionSet cxns, string target, string localRemote, string version ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
target string
localRemote string
version string
return IndexedHashtable

isRpcAvailableAtSite() public method

public isRpcAvailableAtSite ( gov.va.medora.mdo.dao.AbstractConnection cxn, string target, string localRemote, string version ) : bool
cxn gov.va.medora.mdo.dao.AbstractConnection
target string
localRemote string
version string
return bool

runRpc() public method

public runRpc ( ConnectionSet cxns, string rpcName, string paramValues, int paramTypes, bool paramEncrypted ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
rpcName string
paramValues string
paramTypes int
paramEncrypted bool
return IndexedHashtable

runRpc() public method

public runRpc ( gov.va.medora.mdo.dao.AbstractConnection cxn, string rpcName, string paramValues, int paramTypes, bool paramEncrypted ) : string
cxn gov.va.medora.mdo.dao.AbstractConnection
rpcName string
paramValues string
paramTypes int
paramEncrypted bool
return string