C# 클래스 gov.va.medora.mdo.cds.ClinicalDataServiceSynchronousInterface

상속: System.Web.Services.Protocols.SoapHttpClientProtocol
파일 보기 프로젝트 열기: OSEHRA/mdo 1 사용 예제들

공개 메소드들

메소드 설명
CancelAsync ( object userState ) : void
ClinicalDataServiceSynchronousInterface ( ) : System
appendClinicalDataAsync ( string in0, string in1, string in2 ) : void
appendClinicalDataAsync ( string in0, string in1, string in2, object userState ) : void
createClinicalDataAsync ( string in0, string in1, string in2 ) : void
createClinicalDataAsync ( string in0, string in1, string in2, object userState ) : void
deleteClinicalDataAsync ( string in0, string in1, string in2 ) : void
deleteClinicalDataAsync ( string in0, string in1, string in2, object userState ) : void
isAliveAsync ( ) : void
isAliveAsync ( object userState ) : void
readClinicalData1Async ( string in0, string in1, string in2, string in3 ) : void
readClinicalData1Async ( string in0, string in1, string in2, string in3, object userState ) : void
readClinicalDataAsync ( string in0, string in1, string in2 ) : void
readClinicalDataAsync ( string in0, string in1, string in2, object userState ) : void
updateClinicalDataAsync ( string in0, string in1, string in2 ) : void
updateClinicalDataAsync ( string in0, string in1, string in2, object userState ) : void

비공개 메소드들

메소드 설명
IsLocalFileSystemWebService ( string url ) : bool
OnappendClinicalDataOperationCompleted ( object arg ) : void
OncreateClinicalDataOperationCompleted ( object arg ) : void
OndeleteClinicalDataOperationCompleted ( object arg ) : void
OnisAliveOperationCompleted ( object arg ) : void
OnreadClinicalData1OperationCompleted ( object arg ) : void
OnreadClinicalDataOperationCompleted ( object arg ) : void
OnupdateClinicalDataOperationCompleted ( object arg ) : void
appendClinicalData ( string in0, string in1, string in2 ) : string
createClinicalData ( string in0, string in1, string in2 ) : string
deleteClinicalData ( string in0, string in1, string in2 ) : string
isAlive ( ) : bool
readClinicalData ( string in0, string in1, string in2 ) : string
readClinicalData1 ( string in0, string in1, string in2, string in3 ) : string
updateClinicalData ( string in0, string in1, string in2 ) : string

메소드 상세

CancelAsync() 공개 메소드

public CancelAsync ( object userState ) : void
userState object
리턴 void

ClinicalDataServiceSynchronousInterface() 공개 메소드

public ClinicalDataServiceSynchronousInterface ( ) : System
리턴 System

appendClinicalDataAsync() 공개 메소드

public appendClinicalDataAsync ( string in0, string in1, string in2 ) : void
in0 string
in1 string
in2 string
리턴 void

appendClinicalDataAsync() 공개 메소드

public appendClinicalDataAsync ( string in0, string in1, string in2, object userState ) : void
in0 string
in1 string
in2 string
userState object
리턴 void

createClinicalDataAsync() 공개 메소드

public createClinicalDataAsync ( string in0, string in1, string in2 ) : void
in0 string
in1 string
in2 string
리턴 void

createClinicalDataAsync() 공개 메소드

public createClinicalDataAsync ( string in0, string in1, string in2, object userState ) : void
in0 string
in1 string
in2 string
userState object
리턴 void

deleteClinicalDataAsync() 공개 메소드

public deleteClinicalDataAsync ( string in0, string in1, string in2 ) : void
in0 string
in1 string
in2 string
리턴 void

deleteClinicalDataAsync() 공개 메소드

public deleteClinicalDataAsync ( string in0, string in1, string in2, object userState ) : void
in0 string
in1 string
in2 string
userState object
리턴 void

isAliveAsync() 공개 메소드

public isAliveAsync ( ) : void
리턴 void

isAliveAsync() 공개 메소드

public isAliveAsync ( object userState ) : void
userState object
리턴 void

readClinicalData1Async() 공개 메소드

public readClinicalData1Async ( string in0, string in1, string in2, string in3 ) : void
in0 string
in1 string
in2 string
in3 string
리턴 void

readClinicalData1Async() 공개 메소드

public readClinicalData1Async ( string in0, string in1, string in2, string in3, object userState ) : void
in0 string
in1 string
in2 string
in3 string
userState object
리턴 void

readClinicalDataAsync() 공개 메소드

public readClinicalDataAsync ( string in0, string in1, string in2 ) : void
in0 string
in1 string
in2 string
리턴 void

readClinicalDataAsync() 공개 메소드

public readClinicalDataAsync ( string in0, string in1, string in2, object userState ) : void
in0 string
in1 string
in2 string
userState object
리턴 void

updateClinicalDataAsync() 공개 메소드

public updateClinicalDataAsync ( string in0, string in1, string in2 ) : void
in0 string
in1 string
in2 string
리턴 void

updateClinicalDataAsync() 공개 메소드

public updateClinicalDataAsync ( string in0, string in1, string in2, object userState ) : void
in0 string
in1 string
in2 string
userState object
리턴 void