|
@@ -3638,6 +3638,10 @@ namespace CLIP.eForm.Consent.UI.HospitalSvcRef {
|
|
|
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 instCd이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getUserSignDataInfo", ReplyAction="*")]
|
|
|
CLIP.eForm.Consent.UI.HospitalSvcRef.getUserSignDataInfoResponse getUserSignDataInfo(CLIP.eForm.Consent.UI.HospitalSvcRef.getUserSignDataInfoRequest request);
|
|
|
+
|
|
|
+ // CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 flag이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
|
|
|
+ [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getEmrDataString", ReplyAction="*")]
|
|
|
+ CLIP.eForm.Consent.UI.HospitalSvcRef.getEmrDataStringResponse getEmrDataString(CLIP.eForm.Consent.UI.HospitalSvcRef.getEmrDataStringRequest request);
|
|
|
}
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
@@ -6158,6 +6162,90 @@ namespace CLIP.eForm.Consent.UI.HospitalSvcRef {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
|
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
|
+ [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
|
+ public partial class getEmrDataStringRequest {
|
|
|
+
|
|
|
+ [System.ServiceModel.MessageBodyMemberAttribute(Name="getEmrDataString", Namespace="http://tempuri.org/", Order=0)]
|
|
|
+ public CLIP.eForm.Consent.UI.HospitalSvcRef.getEmrDataStringRequestBody Body;
|
|
|
+
|
|
|
+ public getEmrDataStringRequest() {
|
|
|
+ }
|
|
|
+
|
|
|
+ public getEmrDataStringRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.getEmrDataStringRequestBody Body) {
|
|
|
+ this.Body = Body;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
|
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
|
+ [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
|
+ public partial class getEmrDataStringRequestBody {
|
|
|
+
|
|
|
+ [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
|
|
+ public string flag;
|
|
|
+
|
|
|
+ [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
|
|
|
+ public string instcd;
|
|
|
+
|
|
|
+ [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
|
|
|
+ public string pid;
|
|
|
+
|
|
|
+ [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
|
|
|
+ public string indd;
|
|
|
+
|
|
|
+ [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
|
|
|
+ public string cretno;
|
|
|
+
|
|
|
+ public getEmrDataStringRequestBody() {
|
|
|
+ }
|
|
|
+
|
|
|
+ public getEmrDataStringRequestBody(string flag, string instcd, string pid, string indd, string cretno) {
|
|
|
+ this.flag = flag;
|
|
|
+ this.instcd = instcd;
|
|
|
+ this.pid = pid;
|
|
|
+ this.indd = indd;
|
|
|
+ this.cretno = cretno;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
|
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
|
+ [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
|
+ public partial class getEmrDataStringResponse {
|
|
|
+
|
|
|
+ [System.ServiceModel.MessageBodyMemberAttribute(Name="getEmrDataStringResponse", Namespace="http://tempuri.org/", Order=0)]
|
|
|
+ public CLIP.eForm.Consent.UI.HospitalSvcRef.getEmrDataStringResponseBody Body;
|
|
|
+
|
|
|
+ public getEmrDataStringResponse() {
|
|
|
+ }
|
|
|
+
|
|
|
+ public getEmrDataStringResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.getEmrDataStringResponseBody Body) {
|
|
|
+ this.Body = Body;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
|
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
|
+ [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
|
+ public partial class getEmrDataStringResponseBody {
|
|
|
+
|
|
|
+ [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
|
|
+ public string getEmrDataStringResult;
|
|
|
+
|
|
|
+ public getEmrDataStringResponseBody() {
|
|
|
+ }
|
|
|
+
|
|
|
+ public getEmrDataStringResponseBody(string getEmrDataStringResult) {
|
|
|
+ this.getEmrDataStringResult = getEmrDataStringResult;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
|
public interface HospitalSvcSoapChannel : CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap, System.ServiceModel.IClientChannel {
|
|
|
}
|
|
@@ -6695,5 +6783,22 @@ namespace CLIP.eForm.Consent.UI.HospitalSvcRef {
|
|
|
CLIP.eForm.Consent.UI.HospitalSvcRef.getUserSignDataInfoResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).getUserSignDataInfo(inValue);
|
|
|
return retVal.Body.getUserSignDataInfoResult;
|
|
|
}
|
|
|
+
|
|
|
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
|
+ CLIP.eForm.Consent.UI.HospitalSvcRef.getEmrDataStringResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.getEmrDataString(CLIP.eForm.Consent.UI.HospitalSvcRef.getEmrDataStringRequest request) {
|
|
|
+ return base.Channel.getEmrDataString(request);
|
|
|
+ }
|
|
|
+
|
|
|
+ public string getEmrDataString(string flag, string instcd, string pid, string indd, string cretno) {
|
|
|
+ CLIP.eForm.Consent.UI.HospitalSvcRef.getEmrDataStringRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.getEmrDataStringRequest();
|
|
|
+ inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.getEmrDataStringRequestBody();
|
|
|
+ inValue.Body.flag = flag;
|
|
|
+ inValue.Body.instcd = instcd;
|
|
|
+ inValue.Body.pid = pid;
|
|
|
+ inValue.Body.indd = indd;
|
|
|
+ inValue.Body.cretno = cretno;
|
|
|
+ CLIP.eForm.Consent.UI.HospitalSvcRef.getEmrDataStringResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).getEmrDataString(inValue);
|
|
|
+ return retVal.Body.getEmrDataStringResult;
|
|
|
+ }
|
|
|
}
|
|
|
}
|