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

Afficher le fichier Open project: OSEHRA/mdo Class Usage Examples

Méthodes publiques

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

public ToolsApi ( ) : System
Résultat System

ddrGetsEntry() public méthode

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
Résultat string[]

ddrLister() public méthode

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

ddrLister() public méthode

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
Résultat string[]

getRpcList() public méthode

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

getRpcList() public méthode

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

getRpcName() public méthode

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

getVariableValue() public méthode

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

getVariableValue() public méthode

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

hasPatch() public méthode

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

isRpcAvailable() public méthode

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

isRpcAvailable() public méthode

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

isRpcAvailable() public méthode

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

isRpcAvailable() public méthode

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

isRpcAvailableAtSite() public méthode

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

isRpcAvailableAtSite() public méthode

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

runRpc() public méthode

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

runRpc() public méthode

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