C# 클래스 gov.va.medora.mdo.api.ToolsApi

파일 보기 프로젝트 열기: OSEHRA/mdo 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ToolsApi() 공개 메소드

public ToolsApi ( ) : System
리턴 System

ddrGetsEntry() 공개 메소드

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
리턴 string[]

ddrLister() 공개 메소드

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
리턴 IndexedHashtable

ddrLister() 공개 메소드

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
리턴 string[]

getRpcList() 공개 메소드

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

getRpcList() 공개 메소드

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

getRpcName() 공개 메소드

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

getVariableValue() 공개 메소드

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

getVariableValue() 공개 메소드

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

hasPatch() 공개 메소드

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

isRpcAvailable() 공개 메소드

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

isRpcAvailable() 공개 메소드

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
리턴 IndexedHashtable

isRpcAvailable() 공개 메소드

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
리턴 string

isRpcAvailable() 공개 메소드

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
리턴 string

isRpcAvailableAtSite() 공개 메소드

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

isRpcAvailableAtSite() 공개 메소드

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
리턴 bool

runRpc() 공개 메소드

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
리턴 IndexedHashtable

runRpc() 공개 메소드

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
리턴 string