You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1767 lines
74 KiB

2 weeks ago
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. //
  5. // 对此文件的更改可能导致不正确的行为,并在以下条件下丢失:
  6. // 代码重新生成。
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace ServiceReferenceDianLisReport
  10. {
  11. using System.Runtime.Serialization;
  12. [System.Diagnostics.DebuggerStepThroughAttribute()]
  13. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  14. [System.Runtime.Serialization.DataContractAttribute(Name="RequestOfConditionReport", Namespace="http://r.dalabs.cn")]
  15. public partial class RequestOfConditionReport : object
  16. {
  17. private string ClientIDField;
  18. private string KeyField;
  19. private int PageNoField;
  20. private string ModelField;
  21. private ServiceReferenceDianLisReport.ConditionReport ConditionField;
  22. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  23. public string ClientID
  24. {
  25. get
  26. {
  27. return this.ClientIDField;
  28. }
  29. set
  30. {
  31. this.ClientIDField = value;
  32. }
  33. }
  34. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  35. public string Key
  36. {
  37. get
  38. {
  39. return this.KeyField;
  40. }
  41. set
  42. {
  43. this.KeyField = value;
  44. }
  45. }
  46. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  47. public int PageNo
  48. {
  49. get
  50. {
  51. return this.PageNoField;
  52. }
  53. set
  54. {
  55. this.PageNoField = value;
  56. }
  57. }
  58. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  59. public string Model
  60. {
  61. get
  62. {
  63. return this.ModelField;
  64. }
  65. set
  66. {
  67. this.ModelField = value;
  68. }
  69. }
  70. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
  71. public ServiceReferenceDianLisReport.ConditionReport Condition
  72. {
  73. get
  74. {
  75. return this.ConditionField;
  76. }
  77. set
  78. {
  79. this.ConditionField = value;
  80. }
  81. }
  82. }
  83. [System.Diagnostics.DebuggerStepThroughAttribute()]
  84. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  85. [System.Runtime.Serialization.DataContractAttribute(Name="ConditionReport", Namespace="http://r.dalabs.cn")]
  86. public partial class ConditionReport : object
  87. {
  88. private string ClinicIDField;
  89. private string StartDateField;
  90. private string EndDateField;
  91. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  92. public string ClinicID
  93. {
  94. get
  95. {
  96. return this.ClinicIDField;
  97. }
  98. set
  99. {
  100. this.ClinicIDField = value;
  101. }
  102. }
  103. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  104. public string StartDate
  105. {
  106. get
  107. {
  108. return this.StartDateField;
  109. }
  110. set
  111. {
  112. this.StartDateField = value;
  113. }
  114. }
  115. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  116. public string EndDate
  117. {
  118. get
  119. {
  120. return this.EndDateField;
  121. }
  122. set
  123. {
  124. this.EndDateField = value;
  125. }
  126. }
  127. }
  128. [System.Diagnostics.DebuggerStepThroughAttribute()]
  129. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  130. [System.Runtime.Serialization.DataContractAttribute(Name="ResponseOfReport", Namespace="http://r.dalabs.cn")]
  131. public partial class ResponseOfReport : object
  132. {
  133. private int ResultCodeField;
  134. private string ResultMsgField;
  135. private bool HasNextPageField;
  136. private int PageNOField;
  137. private ServiceReferenceDianLisReport.Report[] DatasField;
  138. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  139. public int ResultCode
  140. {
  141. get
  142. {
  143. return this.ResultCodeField;
  144. }
  145. set
  146. {
  147. this.ResultCodeField = value;
  148. }
  149. }
  150. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  151. public string ResultMsg
  152. {
  153. get
  154. {
  155. return this.ResultMsgField;
  156. }
  157. set
  158. {
  159. this.ResultMsgField = value;
  160. }
  161. }
  162. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=2)]
  163. public bool HasNextPage
  164. {
  165. get
  166. {
  167. return this.HasNextPageField;
  168. }
  169. set
  170. {
  171. this.HasNextPageField = value;
  172. }
  173. }
  174. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=3)]
  175. public int PageNO
  176. {
  177. get
  178. {
  179. return this.PageNOField;
  180. }
  181. set
  182. {
  183. this.PageNOField = value;
  184. }
  185. }
  186. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
  187. public ServiceReferenceDianLisReport.Report[] Datas
  188. {
  189. get
  190. {
  191. return this.DatasField;
  192. }
  193. set
  194. {
  195. this.DatasField = value;
  196. }
  197. }
  198. }
  199. [System.Diagnostics.DebuggerStepThroughAttribute()]
  200. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  201. [System.Runtime.Serialization.DataContractAttribute(Name="Report", Namespace="http://r.dalabs.cn")]
  202. public partial class Report : object
  203. {
  204. private string ClinicIDField;
  205. private string DianBarcodeField;
  206. private string PatientNameField;
  207. private decimal ReportIDField;
  208. private string PaperTypeField;
  209. private string TestCodeField;
  210. private string TestNameField;
  211. private string ReportDateField;
  212. private string PicReportUrlField;
  213. private string PdfReportUrlField;
  214. private string SendDateField;
  215. private string TestDateField;
  216. private string ApprDateField;
  217. private string TestUsrNamField;
  218. private string ApprUsrNamField;
  219. private string ReportTimestampField;
  220. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  221. public string ClinicID
  222. {
  223. get
  224. {
  225. return this.ClinicIDField;
  226. }
  227. set
  228. {
  229. this.ClinicIDField = value;
  230. }
  231. }
  232. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  233. public string DianBarcode
  234. {
  235. get
  236. {
  237. return this.DianBarcodeField;
  238. }
  239. set
  240. {
  241. this.DianBarcodeField = value;
  242. }
  243. }
  244. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  245. public string PatientName
  246. {
  247. get
  248. {
  249. return this.PatientNameField;
  250. }
  251. set
  252. {
  253. this.PatientNameField = value;
  254. }
  255. }
  256. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  257. public decimal ReportID
  258. {
  259. get
  260. {
  261. return this.ReportIDField;
  262. }
  263. set
  264. {
  265. this.ReportIDField = value;
  266. }
  267. }
  268. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
  269. public string PaperType
  270. {
  271. get
  272. {
  273. return this.PaperTypeField;
  274. }
  275. set
  276. {
  277. this.PaperTypeField = value;
  278. }
  279. }
  280. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
  281. public string TestCode
  282. {
  283. get
  284. {
  285. return this.TestCodeField;
  286. }
  287. set
  288. {
  289. this.TestCodeField = value;
  290. }
  291. }
  292. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
  293. public string TestName
  294. {
  295. get
  296. {
  297. return this.TestNameField;
  298. }
  299. set
  300. {
  301. this.TestNameField = value;
  302. }
  303. }
  304. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
  305. public string ReportDate
  306. {
  307. get
  308. {
  309. return this.ReportDateField;
  310. }
  311. set
  312. {
  313. this.ReportDateField = value;
  314. }
  315. }
  316. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
  317. public string PicReportUrl
  318. {
  319. get
  320. {
  321. return this.PicReportUrlField;
  322. }
  323. set
  324. {
  325. this.PicReportUrlField = value;
  326. }
  327. }
  328. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
  329. public string PdfReportUrl
  330. {
  331. get
  332. {
  333. return this.PdfReportUrlField;
  334. }
  335. set
  336. {
  337. this.PdfReportUrlField = value;
  338. }
  339. }
  340. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
  341. public string SendDate
  342. {
  343. get
  344. {
  345. return this.SendDateField;
  346. }
  347. set
  348. {
  349. this.SendDateField = value;
  350. }
  351. }
  352. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=11)]
  353. public string TestDate
  354. {
  355. get
  356. {
  357. return this.TestDateField;
  358. }
  359. set
  360. {
  361. this.TestDateField = value;
  362. }
  363. }
  364. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=12)]
  365. public string ApprDate
  366. {
  367. get
  368. {
  369. return this.ApprDateField;
  370. }
  371. set
  372. {
  373. this.ApprDateField = value;
  374. }
  375. }
  376. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=13)]
  377. public string TestUsrNam
  378. {
  379. get
  380. {
  381. return this.TestUsrNamField;
  382. }
  383. set
  384. {
  385. this.TestUsrNamField = value;
  386. }
  387. }
  388. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=14)]
  389. public string ApprUsrNam
  390. {
  391. get
  392. {
  393. return this.ApprUsrNamField;
  394. }
  395. set
  396. {
  397. this.ApprUsrNamField = value;
  398. }
  399. }
  400. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=15)]
  401. public string ReportTimestamp
  402. {
  403. get
  404. {
  405. return this.ReportTimestampField;
  406. }
  407. set
  408. {
  409. this.ReportTimestampField = value;
  410. }
  411. }
  412. }
  413. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  414. [System.ServiceModel.ServiceContractAttribute(Namespace="http://r.dalabs.cn", ConfigurationName="ServiceReferenceDianLisReport.ReportServiceSoap")]
  415. public interface ReportServiceSoap
  416. {
  417. [System.ServiceModel.OperationContractAttribute(Action="http://r.dalabs.cn/QueryReports", ReplyAction="*")]
  418. System.Threading.Tasks.Task<ServiceReferenceDianLisReport.QueryReportsResponse> QueryReportsAsync(ServiceReferenceDianLisReport.QueryReportsRequest request);
  419. [System.ServiceModel.OperationContractAttribute(Action="http://r.dalabs.cn/GetReportInfo", ReplyAction="*")]
  420. System.Threading.Tasks.Task<ServiceReferenceDianLisReport.GetReportInfoResponse> GetReportInfoAsync(ServiceReferenceDianLisReport.GetReportInfoRequest request);
  421. [System.ServiceModel.OperationContractAttribute(Action="http://r.dalabs.cn/QueryReportsByHospInfo", ReplyAction="*")]
  422. System.Threading.Tasks.Task<ServiceReferenceDianLisReport.QueryReportsByHospInfoResponse> QueryReportsByHospInfoAsync(ServiceReferenceDianLisReport.QueryReportsByHospInfoRequest request);
  423. [System.ServiceModel.OperationContractAttribute(Action="http://r.dalabs.cn/GetTestComparison", ReplyAction="*")]
  424. System.Threading.Tasks.Task<ServiceReferenceDianLisReport.GetTestComparisonResponse> GetTestComparisonAsync(ServiceReferenceDianLisReport.GetTestComparisonRequest request);
  425. [System.ServiceModel.OperationContractAttribute(Action="http://r.dalabs.cn/GetSampleTestStatus", ReplyAction="*")]
  426. System.Threading.Tasks.Task<ServiceReferenceDianLisReport.GetSampleTestStatusResponse> GetSampleTestStatusAsync(ServiceReferenceDianLisReport.GetSampleTestStatusRequest request);
  427. [System.ServiceModel.OperationContractAttribute(Action="http://r.dalabs.cn/GetBarcodeType", ReplyAction="*")]
  428. System.Threading.Tasks.Task<ServiceReferenceDianLisReport.GetBarcodeTypeResponse> GetBarcodeTypeAsync(ServiceReferenceDianLisReport.GetBarcodeTypeRequest request);
  429. [System.ServiceModel.OperationContractAttribute(Action="http://r.dalabs.cn/GetReportInfo2", ReplyAction="*")]
  430. System.Threading.Tasks.Task<ServiceReferenceDianLisReport.GetReportInfo2Response> GetReportInfo2Async(ServiceReferenceDianLisReport.GetReportInfo2Request request);
  431. [System.ServiceModel.OperationContractAttribute(Action="http://r.dalabs.cn/GetReportInfo3", ReplyAction="*")]
  432. System.Threading.Tasks.Task<ServiceReferenceDianLisReport.GetReportInfo3Response> GetReportInfo3Async(ServiceReferenceDianLisReport.GetReportInfo3Request request);
  433. [System.ServiceModel.OperationContractAttribute(Action="http://r.dalabs.cn/QueryReports2", ReplyAction="*")]
  434. System.Threading.Tasks.Task<ServiceReferenceDianLisReport.QueryReports2Response> QueryReports2Async(ServiceReferenceDianLisReport.QueryReports2Request request);
  435. [System.ServiceModel.OperationContractAttribute(Action="http://r.dalabs.cn/GetReportInfoByPatient", ReplyAction="*")]
  436. System.Threading.Tasks.Task<ServiceReferenceDianLisReport.GetReportInfoByPatientResponse> GetReportInfoByPatientAsync(ServiceReferenceDianLisReport.GetReportInfoByPatientRequest request);
  437. [System.ServiceModel.OperationContractAttribute(Action="http://r.dalabs.cn/GetXGReportByPatient", ReplyAction="*")]
  438. System.Threading.Tasks.Task<ServiceReferenceDianLisReport.GetXGReportByPatientResponse> GetXGReportByPatientAsync(ServiceReferenceDianLisReport.GetXGReportByPatientRequest request);
  439. }
  440. [System.Diagnostics.DebuggerStepThroughAttribute()]
  441. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  442. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  443. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  444. public partial class QueryReportsRequest
  445. {
  446. [System.ServiceModel.MessageBodyMemberAttribute(Name="QueryReports", Namespace="http://r.dalabs.cn", Order=0)]
  447. public ServiceReferenceDianLisReport.QueryReportsRequestBody Body;
  448. public QueryReportsRequest()
  449. {
  450. }
  451. public QueryReportsRequest(ServiceReferenceDianLisReport.QueryReportsRequestBody Body)
  452. {
  453. this.Body = Body;
  454. }
  455. }
  456. [System.Diagnostics.DebuggerStepThroughAttribute()]
  457. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  458. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  459. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://r.dalabs.cn")]
  460. public partial class QueryReportsRequestBody
  461. {
  462. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  463. public ServiceReferenceDianLisReport.RequestOfConditionReport ReqInfo;
  464. public QueryReportsRequestBody()
  465. {
  466. }
  467. public QueryReportsRequestBody(ServiceReferenceDianLisReport.RequestOfConditionReport ReqInfo)
  468. {
  469. this.ReqInfo = ReqInfo;
  470. }
  471. }
  472. [System.Diagnostics.DebuggerStepThroughAttribute()]
  473. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  474. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  475. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  476. public partial class QueryReportsResponse
  477. {
  478. [System.ServiceModel.MessageBodyMemberAttribute(Name="QueryReportsResponse", Namespace="http://r.dalabs.cn", Order=0)]
  479. public ServiceReferenceDianLisReport.QueryReportsResponseBody Body;
  480. public QueryReportsResponse()
  481. {
  482. }
  483. public QueryReportsResponse(ServiceReferenceDianLisReport.QueryReportsResponseBody Body)
  484. {
  485. this.Body = Body;
  486. }
  487. }
  488. [System.Diagnostics.DebuggerStepThroughAttribute()]
  489. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  490. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  491. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://r.dalabs.cn")]
  492. public partial class QueryReportsResponseBody
  493. {
  494. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  495. public ServiceReferenceDianLisReport.ResponseOfReport QueryReportsResult;
  496. public QueryReportsResponseBody()
  497. {
  498. }
  499. public QueryReportsResponseBody(ServiceReferenceDianLisReport.ResponseOfReport QueryReportsResult)
  500. {
  501. this.QueryReportsResult = QueryReportsResult;
  502. }
  503. }
  504. [System.Diagnostics.DebuggerStepThroughAttribute()]
  505. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  506. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  507. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  508. public partial class GetReportInfoRequest
  509. {
  510. [System.ServiceModel.MessageBodyMemberAttribute(Name="GetReportInfo", Namespace="http://r.dalabs.cn", Order=0)]
  511. public ServiceReferenceDianLisReport.GetReportInfoRequestBody Body;
  512. public GetReportInfoRequest()
  513. {
  514. }
  515. public GetReportInfoRequest(ServiceReferenceDianLisReport.GetReportInfoRequestBody Body)
  516. {
  517. this.Body = Body;
  518. }
  519. }
  520. [System.Diagnostics.DebuggerStepThroughAttribute()]
  521. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  522. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  523. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://r.dalabs.cn")]
  524. public partial class GetReportInfoRequestBody
  525. {
  526. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  527. public string ClientID;
  528. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  529. public string ClientGUID;
  530. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  531. public string BarCode;
  532. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  533. public string model;
  534. public GetReportInfoRequestBody()
  535. {
  536. }
  537. public GetReportInfoRequestBody(string ClientID, string ClientGUID, string BarCode, string model)
  538. {
  539. this.ClientID = ClientID;
  540. this.ClientGUID = ClientGUID;
  541. this.BarCode = BarCode;
  542. this.model = model;
  543. }
  544. }
  545. [System.Diagnostics.DebuggerStepThroughAttribute()]
  546. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  547. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  548. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  549. public partial class GetReportInfoResponse
  550. {
  551. [System.ServiceModel.MessageBodyMemberAttribute(Name="GetReportInfoResponse", Namespace="http://r.dalabs.cn", Order=0)]
  552. public ServiceReferenceDianLisReport.GetReportInfoResponseBody Body;
  553. public GetReportInfoResponse()
  554. {
  555. }
  556. public GetReportInfoResponse(ServiceReferenceDianLisReport.GetReportInfoResponseBody Body)
  557. {
  558. this.Body = Body;
  559. }
  560. }
  561. [System.Diagnostics.DebuggerStepThroughAttribute()]
  562. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  563. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  564. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://r.dalabs.cn")]
  565. public partial class GetReportInfoResponseBody
  566. {
  567. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  568. public string GetReportInfoResult;
  569. public GetReportInfoResponseBody()
  570. {
  571. }
  572. public GetReportInfoResponseBody(string GetReportInfoResult)
  573. {
  574. this.GetReportInfoResult = GetReportInfoResult;
  575. }
  576. }
  577. [System.Diagnostics.DebuggerStepThroughAttribute()]
  578. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  579. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  580. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  581. public partial class QueryReportsByHospInfoRequest
  582. {
  583. [System.ServiceModel.MessageBodyMemberAttribute(Name="QueryReportsByHospInfo", Namespace="http://r.dalabs.cn", Order=0)]
  584. public ServiceReferenceDianLisReport.QueryReportsByHospInfoRequestBody Body;
  585. public QueryReportsByHospInfoRequest()
  586. {
  587. }
  588. public QueryReportsByHospInfoRequest(ServiceReferenceDianLisReport.QueryReportsByHospInfoRequestBody Body)
  589. {
  590. this.Body = Body;
  591. }
  592. }
  593. [System.Diagnostics.DebuggerStepThroughAttribute()]
  594. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  595. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  596. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://r.dalabs.cn")]
  597. public partial class QueryReportsByHospInfoRequestBody
  598. {
  599. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  600. public string ClientID;
  601. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  602. public string ClientGUID;
  603. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  604. public string paramInfo;
  605. public QueryReportsByHospInfoRequestBody()
  606. {
  607. }
  608. public QueryReportsByHospInfoRequestBody(string ClientID, string ClientGUID, string paramInfo)
  609. {
  610. this.ClientID = ClientID;
  611. this.ClientGUID = ClientGUID;
  612. this.paramInfo = paramInfo;
  613. }
  614. }
  615. [System.Diagnostics.DebuggerStepThroughAttribute()]
  616. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  617. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  618. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  619. public partial class QueryReportsByHospInfoResponse
  620. {
  621. [System.ServiceModel.MessageBodyMemberAttribute(Name="QueryReportsByHospInfoResponse", Namespace="http://r.dalabs.cn", Order=0)]
  622. public ServiceReferenceDianLisReport.QueryReportsByHospInfoResponseBody Body;
  623. public QueryReportsByHospInfoResponse()
  624. {
  625. }
  626. public QueryReportsByHospInfoResponse(ServiceReferenceDianLisReport.QueryReportsByHospInfoResponseBody Body)
  627. {
  628. this.Body = Body;
  629. }
  630. }
  631. [System.Diagnostics.DebuggerStepThroughAttribute()]
  632. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  633. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  634. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://r.dalabs.cn")]
  635. public partial class QueryReportsByHospInfoResponseBody
  636. {
  637. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  638. public string QueryReportsByHospInfoResult;
  639. public QueryReportsByHospInfoResponseBody()
  640. {
  641. }
  642. public QueryReportsByHospInfoResponseBody(string QueryReportsByHospInfoResult)
  643. {
  644. this.QueryReportsByHospInfoResult = QueryReportsByHospInfoResult;
  645. }
  646. }
  647. [System.Diagnostics.DebuggerStepThroughAttribute()]
  648. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  649. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  650. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  651. public partial class GetTestComparisonRequest
  652. {
  653. [System.ServiceModel.MessageBodyMemberAttribute(Name="GetTestComparison", Namespace="http://r.dalabs.cn", Order=0)]
  654. public ServiceReferenceDianLisReport.GetTestComparisonRequestBody Body;
  655. public GetTestComparisonRequest()
  656. {
  657. }
  658. public GetTestComparisonRequest(ServiceReferenceDianLisReport.GetTestComparisonRequestBody Body)
  659. {
  660. this.Body = Body;
  661. }
  662. }
  663. [System.Diagnostics.DebuggerStepThroughAttribute()]
  664. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  665. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  666. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://r.dalabs.cn")]
  667. public partial class GetTestComparisonRequestBody
  668. {
  669. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  670. public string ClientID;
  671. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  672. public string ClientGUID;
  673. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  674. public string testcode;
  675. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  676. public string updatedate;
  677. public GetTestComparisonRequestBody()
  678. {
  679. }
  680. public GetTestComparisonRequestBody(string ClientID, string ClientGUID, string testcode, string updatedate)
  681. {
  682. this.ClientID = ClientID;
  683. this.ClientGUID = ClientGUID;
  684. this.testcode = testcode;
  685. this.updatedate = updatedate;
  686. }
  687. }
  688. [System.Diagnostics.DebuggerStepThroughAttribute()]
  689. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  690. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  691. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  692. public partial class GetTestComparisonResponse
  693. {
  694. [System.ServiceModel.MessageBodyMemberAttribute(Name="GetTestComparisonResponse", Namespace="http://r.dalabs.cn", Order=0)]
  695. public ServiceReferenceDianLisReport.GetTestComparisonResponseBody Body;
  696. public GetTestComparisonResponse()
  697. {
  698. }
  699. public GetTestComparisonResponse(ServiceReferenceDianLisReport.GetTestComparisonResponseBody Body)
  700. {
  701. this.Body = Body;
  702. }
  703. }
  704. [System.Diagnostics.DebuggerStepThroughAttribute()]
  705. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  706. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  707. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://r.dalabs.cn")]
  708. public partial class GetTestComparisonResponseBody
  709. {
  710. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  711. public string GetTestComparisonResult;
  712. public GetTestComparisonResponseBody()
  713. {
  714. }
  715. public GetTestComparisonResponseBody(string GetTestComparisonResult)
  716. {
  717. this.GetTestComparisonResult = GetTestComparisonResult;
  718. }
  719. }
  720. [System.Diagnostics.DebuggerStepThroughAttribute()]
  721. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  722. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  723. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  724. public partial class GetSampleTestStatusRequest
  725. {
  726. [System.ServiceModel.MessageBodyMemberAttribute(Name="GetSampleTestStatus", Namespace="http://r.dalabs.cn", Order=0)]
  727. public ServiceReferenceDianLisReport.GetSampleTestStatusRequestBody Body;
  728. public GetSampleTestStatusRequest()
  729. {
  730. }
  731. public GetSampleTestStatusRequest(ServiceReferenceDianLisReport.GetSampleTestStatusRequestBody Body)
  732. {
  733. this.Body = Body;
  734. }
  735. }
  736. [System.Diagnostics.DebuggerStepThroughAttribute()]
  737. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  738. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  739. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://r.dalabs.cn")]
  740. public partial class GetSampleTestStatusRequestBody
  741. {
  742. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  743. public string ClientID;
  744. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  745. public string ClientGUID;
  746. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  747. public string barcode;
  748. public GetSampleTestStatusRequestBody()
  749. {
  750. }
  751. public GetSampleTestStatusRequestBody(string ClientID, string ClientGUID, string barcode)
  752. {
  753. this.ClientID = ClientID;
  754. this.ClientGUID = ClientGUID;
  755. this.barcode = barcode;
  756. }
  757. }
  758. [System.Diagnostics.DebuggerStepThroughAttribute()]
  759. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  760. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  761. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  762. public partial class GetSampleTestStatusResponse
  763. {
  764. [System.ServiceModel.MessageBodyMemberAttribute(Name="GetSampleTestStatusResponse", Namespace="http://r.dalabs.cn", Order=0)]
  765. public ServiceReferenceDianLisReport.GetSampleTestStatusResponseBody Body;
  766. public GetSampleTestStatusResponse()
  767. {
  768. }
  769. public GetSampleTestStatusResponse(ServiceReferenceDianLisReport.GetSampleTestStatusResponseBody Body)
  770. {
  771. this.Body = Body;
  772. }
  773. }
  774. [System.Diagnostics.DebuggerStepThroughAttribute()]
  775. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  776. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  777. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://r.dalabs.cn")]
  778. public partial class GetSampleTestStatusResponseBody
  779. {
  780. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  781. public string GetSampleTestStatusResult;
  782. public GetSampleTestStatusResponseBody()
  783. {
  784. }
  785. public GetSampleTestStatusResponseBody(string GetSampleTestStatusResult)
  786. {
  787. this.GetSampleTestStatusResult = GetSampleTestStatusResult;
  788. }
  789. }
  790. [System.Diagnostics.DebuggerStepThroughAttribute()]
  791. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  792. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  793. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  794. public partial class GetBarcodeTypeRequest
  795. {
  796. [System.ServiceModel.MessageBodyMemberAttribute(Name="GetBarcodeType", Namespace="http://r.dalabs.cn", Order=0)]
  797. public ServiceReferenceDianLisReport.GetBarcodeTypeRequestBody Body;
  798. public GetBarcodeTypeRequest()
  799. {
  800. }
  801. public GetBarcodeTypeRequest(ServiceReferenceDianLisReport.GetBarcodeTypeRequestBody Body)
  802. {
  803. this.Body = Body;
  804. }
  805. }
  806. [System.Diagnostics.DebuggerStepThroughAttribute()]
  807. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  808. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  809. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://r.dalabs.cn")]
  810. public partial class GetBarcodeTypeRequestBody
  811. {
  812. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  813. public string ClientID;
  814. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  815. public string ClientGUID;
  816. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  817. public string BarCode;
  818. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  819. public string StartDate;
  820. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
  821. public string EndDate;
  822. public GetBarcodeTypeRequestBody()
  823. {
  824. }
  825. public GetBarcodeTypeRequestBody(string ClientID, string ClientGUID, string BarCode, string StartDate, string EndDate)
  826. {
  827. this.ClientID = ClientID;
  828. this.ClientGUID = ClientGUID;
  829. this.BarCode = BarCode;
  830. this.StartDate = StartDate;
  831. this.EndDate = EndDate;
  832. }
  833. }
  834. [System.Diagnostics.DebuggerStepThroughAttribute()]
  835. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  836. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  837. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  838. public partial class GetBarcodeTypeResponse
  839. {
  840. [System.ServiceModel.MessageBodyMemberAttribute(Name="GetBarcodeTypeResponse", Namespace="http://r.dalabs.cn", Order=0)]
  841. public ServiceReferenceDianLisReport.GetBarcodeTypeResponseBody Body;
  842. public GetBarcodeTypeResponse()
  843. {
  844. }
  845. public GetBarcodeTypeResponse(ServiceReferenceDianLisReport.GetBarcodeTypeResponseBody Body)
  846. {
  847. this.Body = Body;
  848. }
  849. }
  850. [System.Diagnostics.DebuggerStepThroughAttribute()]
  851. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  852. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  853. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://r.dalabs.cn")]
  854. public partial class GetBarcodeTypeResponseBody
  855. {
  856. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  857. public string GetBarcodeTypeResult;
  858. public GetBarcodeTypeResponseBody()
  859. {
  860. }
  861. public GetBarcodeTypeResponseBody(string GetBarcodeTypeResult)
  862. {
  863. this.GetBarcodeTypeResult = GetBarcodeTypeResult;
  864. }
  865. }
  866. [System.Diagnostics.DebuggerStepThroughAttribute()]
  867. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  868. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  869. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  870. public partial class GetReportInfo2Request
  871. {
  872. [System.ServiceModel.MessageBodyMemberAttribute(Name="GetReportInfo2", Namespace="http://r.dalabs.cn", Order=0)]
  873. public ServiceReferenceDianLisReport.GetReportInfo2RequestBody Body;
  874. public GetReportInfo2Request()
  875. {
  876. }
  877. public GetReportInfo2Request(ServiceReferenceDianLisReport.GetReportInfo2RequestBody Body)
  878. {
  879. this.Body = Body;
  880. }
  881. }
  882. [System.Diagnostics.DebuggerStepThroughAttribute()]
  883. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  884. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  885. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://r.dalabs.cn")]
  886. public partial class GetReportInfo2RequestBody
  887. {
  888. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  889. public string ClientID;
  890. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  891. public string ClientGUID;
  892. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  893. public string BarCode;
  894. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  895. public string model;
  896. public GetReportInfo2RequestBody()
  897. {
  898. }
  899. public GetReportInfo2RequestBody(string ClientID, string ClientGUID, string BarCode, string model)
  900. {
  901. this.ClientID = ClientID;
  902. this.ClientGUID = ClientGUID;
  903. this.BarCode = BarCode;
  904. this.model = model;
  905. }
  906. }
  907. [System.Diagnostics.DebuggerStepThroughAttribute()]
  908. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  909. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  910. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  911. public partial class GetReportInfo2Response
  912. {
  913. [System.ServiceModel.MessageBodyMemberAttribute(Name="GetReportInfo2Response", Namespace="http://r.dalabs.cn", Order=0)]
  914. public ServiceReferenceDianLisReport.GetReportInfo2ResponseBody Body;
  915. public GetReportInfo2Response()
  916. {
  917. }
  918. public GetReportInfo2Response(ServiceReferenceDianLisReport.GetReportInfo2ResponseBody Body)
  919. {
  920. this.Body = Body;
  921. }
  922. }
  923. [System.Diagnostics.DebuggerStepThroughAttribute()]
  924. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  925. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  926. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://r.dalabs.cn")]
  927. public partial class GetReportInfo2ResponseBody
  928. {
  929. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  930. public string GetReportInfo2Result;
  931. public GetReportInfo2ResponseBody()
  932. {
  933. }
  934. public GetReportInfo2ResponseBody(string GetReportInfo2Result)
  935. {
  936. this.GetReportInfo2Result = GetReportInfo2Result;
  937. }
  938. }
  939. [System.Diagnostics.DebuggerStepThroughAttribute()]
  940. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  941. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  942. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  943. public partial class GetReportInfo3Request
  944. {
  945. [System.ServiceModel.MessageBodyMemberAttribute(Name="GetReportInfo3", Namespace="http://r.dalabs.cn", Order=0)]
  946. public ServiceReferenceDianLisReport.GetReportInfo3RequestBody Body;
  947. public GetReportInfo3Request()
  948. {
  949. }
  950. public GetReportInfo3Request(ServiceReferenceDianLisReport.GetReportInfo3RequestBody Body)
  951. {
  952. this.Body = Body;
  953. }
  954. }
  955. [System.Diagnostics.DebuggerStepThroughAttribute()]
  956. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  957. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  958. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://r.dalabs.cn")]
  959. public partial class GetReportInfo3RequestBody
  960. {
  961. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  962. public string ClientID;
  963. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  964. public string ClientGUID;
  965. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  966. public string BarCode;
  967. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  968. public string model;
  969. public GetReportInfo3RequestBody()
  970. {
  971. }
  972. public GetReportInfo3RequestBody(string ClientID, string ClientGUID, string BarCode, string model)
  973. {
  974. this.ClientID = ClientID;
  975. this.ClientGUID = ClientGUID;
  976. this.BarCode = BarCode;
  977. this.model = model;
  978. }
  979. }
  980. [System.Diagnostics.DebuggerStepThroughAttribute()]
  981. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  982. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  983. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  984. public partial class GetReportInfo3Response
  985. {
  986. [System.ServiceModel.MessageBodyMemberAttribute(Name="GetReportInfo3Response", Namespace="http://r.dalabs.cn", Order=0)]
  987. public ServiceReferenceDianLisReport.GetReportInfo3ResponseBody Body;
  988. public GetReportInfo3Response()
  989. {
  990. }
  991. public GetReportInfo3Response(ServiceReferenceDianLisReport.GetReportInfo3ResponseBody Body)
  992. {
  993. this.Body = Body;
  994. }
  995. }
  996. [System.Diagnostics.DebuggerStepThroughAttribute()]
  997. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  998. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  999. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://r.dalabs.cn")]
  1000. public partial class GetReportInfo3ResponseBody
  1001. {
  1002. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  1003. public string GetReportInfo3Result;
  1004. public GetReportInfo3ResponseBody()
  1005. {
  1006. }
  1007. public GetReportInfo3ResponseBody(string GetReportInfo3Result)
  1008. {
  1009. this.GetReportInfo3Result = GetReportInfo3Result;
  1010. }
  1011. }
  1012. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1013. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  1014. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  1015. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  1016. public partial class QueryReports2Request
  1017. {
  1018. [System.ServiceModel.MessageBodyMemberAttribute(Name="QueryReports2", Namespace="http://r.dalabs.cn", Order=0)]
  1019. public ServiceReferenceDianLisReport.QueryReports2RequestBody Body;
  1020. public QueryReports2Request()
  1021. {
  1022. }
  1023. public QueryReports2Request(ServiceReferenceDianLisReport.QueryReports2RequestBody Body)
  1024. {
  1025. this.Body = Body;
  1026. }
  1027. }
  1028. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1029. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  1030. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  1031. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://r.dalabs.cn")]
  1032. public partial class QueryReports2RequestBody
  1033. {
  1034. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  1035. public ServiceReferenceDianLisReport.RequestOfConditionReport ReqInfo;
  1036. public QueryReports2RequestBody()
  1037. {
  1038. }
  1039. public QueryReports2RequestBody(ServiceReferenceDianLisReport.RequestOfConditionReport ReqInfo)
  1040. {
  1041. this.ReqInfo = ReqInfo;
  1042. }
  1043. }
  1044. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1045. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  1046. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  1047. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  1048. public partial class QueryReports2Response
  1049. {
  1050. [System.ServiceModel.MessageBodyMemberAttribute(Name="QueryReports2Response", Namespace="http://r.dalabs.cn", Order=0)]
  1051. public ServiceReferenceDianLisReport.QueryReports2ResponseBody Body;
  1052. public QueryReports2Response()
  1053. {
  1054. }
  1055. public QueryReports2Response(ServiceReferenceDianLisReport.QueryReports2ResponseBody Body)
  1056. {
  1057. this.Body = Body;
  1058. }
  1059. }
  1060. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1061. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  1062. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  1063. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://r.dalabs.cn")]
  1064. public partial class QueryReports2ResponseBody
  1065. {
  1066. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  1067. public ServiceReferenceDianLisReport.ResponseOfReport QueryReports2Result;
  1068. public QueryReports2ResponseBody()
  1069. {
  1070. }
  1071. public QueryReports2ResponseBody(ServiceReferenceDianLisReport.ResponseOfReport QueryReports2Result)
  1072. {
  1073. this.QueryReports2Result = QueryReports2Result;
  1074. }
  1075. }
  1076. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1077. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  1078. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  1079. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  1080. public partial class GetReportInfoByPatientRequest
  1081. {
  1082. [System.ServiceModel.MessageBodyMemberAttribute(Name="GetReportInfoByPatient", Namespace="http://r.dalabs.cn", Order=0)]
  1083. public ServiceReferenceDianLisReport.GetReportInfoByPatientRequestBody Body;
  1084. public GetReportInfoByPatientRequest()
  1085. {
  1086. }
  1087. public GetReportInfoByPatientRequest(ServiceReferenceDianLisReport.GetReportInfoByPatientRequestBody Body)
  1088. {
  1089. this.Body = Body;
  1090. }
  1091. }
  1092. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1093. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  1094. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  1095. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://r.dalabs.cn")]
  1096. public partial class GetReportInfoByPatientRequestBody
  1097. {
  1098. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  1099. public string ClientID;
  1100. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  1101. public string ClientGUID;
  1102. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  1103. public string paramInfo;
  1104. public GetReportInfoByPatientRequestBody()
  1105. {
  1106. }
  1107. public GetReportInfoByPatientRequestBody(string ClientID, string ClientGUID, string paramInfo)
  1108. {
  1109. this.ClientID = ClientID;
  1110. this.ClientGUID = ClientGUID;
  1111. this.paramInfo = paramInfo;
  1112. }
  1113. }
  1114. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1115. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  1116. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  1117. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  1118. public partial class GetReportInfoByPatientResponse
  1119. {
  1120. [System.ServiceModel.MessageBodyMemberAttribute(Name="GetReportInfoByPatientResponse", Namespace="http://r.dalabs.cn", Order=0)]
  1121. public ServiceReferenceDianLisReport.GetReportInfoByPatientResponseBody Body;
  1122. public GetReportInfoByPatientResponse()
  1123. {
  1124. }
  1125. public GetReportInfoByPatientResponse(ServiceReferenceDianLisReport.GetReportInfoByPatientResponseBody Body)
  1126. {
  1127. this.Body = Body;
  1128. }
  1129. }
  1130. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1131. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  1132. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  1133. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://r.dalabs.cn")]
  1134. public partial class GetReportInfoByPatientResponseBody
  1135. {
  1136. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  1137. public string GetReportInfoByPatientResult;
  1138. public GetReportInfoByPatientResponseBody()
  1139. {
  1140. }
  1141. public GetReportInfoByPatientResponseBody(string GetReportInfoByPatientResult)
  1142. {
  1143. this.GetReportInfoByPatientResult = GetReportInfoByPatientResult;
  1144. }
  1145. }
  1146. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1147. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  1148. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  1149. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  1150. public partial class GetXGReportByPatientRequest
  1151. {
  1152. [System.ServiceModel.MessageBodyMemberAttribute(Name="GetXGReportByPatient", Namespace="http://r.dalabs.cn", Order=0)]
  1153. public ServiceReferenceDianLisReport.GetXGReportByPatientRequestBody Body;
  1154. public GetXGReportByPatientRequest()
  1155. {
  1156. }
  1157. public GetXGReportByPatientRequest(ServiceReferenceDianLisReport.GetXGReportByPatientRequestBody Body)
  1158. {
  1159. this.Body = Body;
  1160. }
  1161. }
  1162. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1163. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  1164. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  1165. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://r.dalabs.cn")]
  1166. public partial class GetXGReportByPatientRequestBody
  1167. {
  1168. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  1169. public string ClientID;
  1170. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  1171. public string ClientGUID;
  1172. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  1173. public string paramInfo;
  1174. public GetXGReportByPatientRequestBody()
  1175. {
  1176. }
  1177. public GetXGReportByPatientRequestBody(string ClientID, string ClientGUID, string paramInfo)
  1178. {
  1179. this.ClientID = ClientID;
  1180. this.ClientGUID = ClientGUID;
  1181. this.paramInfo = paramInfo;
  1182. }
  1183. }
  1184. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1185. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  1186. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  1187. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  1188. public partial class GetXGReportByPatientResponse
  1189. {
  1190. [System.ServiceModel.MessageBodyMemberAttribute(Name="GetXGReportByPatientResponse", Namespace="http://r.dalabs.cn", Order=0)]
  1191. public ServiceReferenceDianLisReport.GetXGReportByPatientResponseBody Body;
  1192. public GetXGReportByPatientResponse()
  1193. {
  1194. }
  1195. public GetXGReportByPatientResponse(ServiceReferenceDianLisReport.GetXGReportByPatientResponseBody Body)
  1196. {
  1197. this.Body = Body;
  1198. }
  1199. }
  1200. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1201. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  1202. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  1203. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://r.dalabs.cn")]
  1204. public partial class GetXGReportByPatientResponseBody
  1205. {
  1206. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  1207. public string GetXGReportByPatientResult;
  1208. public GetXGReportByPatientResponseBody()
  1209. {
  1210. }
  1211. public GetXGReportByPatientResponseBody(string GetXGReportByPatientResult)
  1212. {
  1213. this.GetXGReportByPatientResult = GetXGReportByPatientResult;
  1214. }
  1215. }
  1216. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  1217. public interface ReportServiceSoapChannel : ServiceReferenceDianLisReport.ReportServiceSoap, System.ServiceModel.IClientChannel
  1218. {
  1219. }
  1220. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1221. [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
  1222. public partial class ReportServiceSoapClient : System.ServiceModel.ClientBase<ServiceReferenceDianLisReport.ReportServiceSoap>, ServiceReferenceDianLisReport.ReportServiceSoap
  1223. {
  1224. /// <summary>
  1225. /// 实现此分部方法,配置服务终结点。
  1226. /// </summary>
  1227. /// <param name="serviceEndpoint">要配置的终结点</param>
  1228. /// <param name="clientCredentials">客户端凭据</param>
  1229. static partial void ConfigureEndpoint(System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Description.ClientCredentials clientCredentials);
  1230. public ReportServiceSoapClient(EndpointConfiguration endpointConfiguration) :
  1231. base(ReportServiceSoapClient.GetBindingForEndpoint(endpointConfiguration), ReportServiceSoapClient.GetEndpointAddress(endpointConfiguration))
  1232. {
  1233. this.Endpoint.Name = endpointConfiguration.ToString();
  1234. ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
  1235. }
  1236. public ReportServiceSoapClient(EndpointConfiguration endpointConfiguration, string remoteAddress) :
  1237. base(ReportServiceSoapClient.GetBindingForEndpoint(endpointConfiguration), new System.ServiceModel.EndpointAddress(remoteAddress))
  1238. {
  1239. this.Endpoint.Name = endpointConfiguration.ToString();
  1240. ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
  1241. }
  1242. public ReportServiceSoapClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) :
  1243. base(ReportServiceSoapClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress)
  1244. {
  1245. this.Endpoint.Name = endpointConfiguration.ToString();
  1246. ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
  1247. }
  1248. public ReportServiceSoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  1249. base(binding, remoteAddress)
  1250. {
  1251. }
  1252. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  1253. System.Threading.Tasks.Task<ServiceReferenceDianLisReport.QueryReportsResponse> ServiceReferenceDianLisReport.ReportServiceSoap.QueryReportsAsync(ServiceReferenceDianLisReport.QueryReportsRequest request)
  1254. {
  1255. return base.Channel.QueryReportsAsync(request);
  1256. }
  1257. public System.Threading.Tasks.Task<ServiceReferenceDianLisReport.QueryReportsResponse> QueryReportsAsync(ServiceReferenceDianLisReport.RequestOfConditionReport ReqInfo)
  1258. {
  1259. ServiceReferenceDianLisReport.QueryReportsRequest inValue = new ServiceReferenceDianLisReport.QueryReportsRequest();
  1260. inValue.Body = new ServiceReferenceDianLisReport.QueryReportsRequestBody();
  1261. inValue.Body.ReqInfo = ReqInfo;
  1262. return ((ServiceReferenceDianLisReport.ReportServiceSoap)(this)).QueryReportsAsync(inValue);
  1263. }
  1264. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  1265. System.Threading.Tasks.Task<ServiceReferenceDianLisReport.GetReportInfoResponse> ServiceReferenceDianLisReport.ReportServiceSoap.GetReportInfoAsync(ServiceReferenceDianLisReport.GetReportInfoRequest request)
  1266. {
  1267. return base.Channel.GetReportInfoAsync(request);
  1268. }
  1269. public System.Threading.Tasks.Task<ServiceReferenceDianLisReport.GetReportInfoResponse> GetReportInfoAsync(string ClientID, string ClientGUID, string BarCode, string model)
  1270. {
  1271. ServiceReferenceDianLisReport.GetReportInfoRequest inValue = new ServiceReferenceDianLisReport.GetReportInfoRequest();
  1272. inValue.Body = new ServiceReferenceDianLisReport.GetReportInfoRequestBody();
  1273. inValue.Body.ClientID = ClientID;
  1274. inValue.Body.ClientGUID = ClientGUID;
  1275. inValue.Body.BarCode = BarCode;
  1276. inValue.Body.model = model;
  1277. return ((ServiceReferenceDianLisReport.ReportServiceSoap)(this)).GetReportInfoAsync(inValue);
  1278. }
  1279. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  1280. System.Threading.Tasks.Task<ServiceReferenceDianLisReport.QueryReportsByHospInfoResponse> ServiceReferenceDianLisReport.ReportServiceSoap.QueryReportsByHospInfoAsync(ServiceReferenceDianLisReport.QueryReportsByHospInfoRequest request)
  1281. {
  1282. return base.Channel.QueryReportsByHospInfoAsync(request);
  1283. }
  1284. public System.Threading.Tasks.Task<ServiceReferenceDianLisReport.QueryReportsByHospInfoResponse> QueryReportsByHospInfoAsync(string ClientID, string ClientGUID, string paramInfo)
  1285. {
  1286. ServiceReferenceDianLisReport.QueryReportsByHospInfoRequest inValue = new ServiceReferenceDianLisReport.QueryReportsByHospInfoRequest();
  1287. inValue.Body = new ServiceReferenceDianLisReport.QueryReportsByHospInfoRequestBody();
  1288. inValue.Body.ClientID = ClientID;
  1289. inValue.Body.ClientGUID = ClientGUID;
  1290. inValue.Body.paramInfo = paramInfo;
  1291. return ((ServiceReferenceDianLisReport.ReportServiceSoap)(this)).QueryReportsByHospInfoAsync(inValue);
  1292. }
  1293. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  1294. System.Threading.Tasks.Task<ServiceReferenceDianLisReport.GetTestComparisonResponse> ServiceReferenceDianLisReport.ReportServiceSoap.GetTestComparisonAsync(ServiceReferenceDianLisReport.GetTestComparisonRequest request)
  1295. {
  1296. return base.Channel.GetTestComparisonAsync(request);
  1297. }
  1298. public System.Threading.Tasks.Task<ServiceReferenceDianLisReport.GetTestComparisonResponse> GetTestComparisonAsync(string ClientID, string ClientGUID, string testcode, string updatedate)
  1299. {
  1300. ServiceReferenceDianLisReport.GetTestComparisonRequest inValue = new ServiceReferenceDianLisReport.GetTestComparisonRequest();
  1301. inValue.Body = new ServiceReferenceDianLisReport.GetTestComparisonRequestBody();
  1302. inValue.Body.ClientID = ClientID;
  1303. inValue.Body.ClientGUID = ClientGUID;
  1304. inValue.Body.testcode = testcode;
  1305. inValue.Body.updatedate = updatedate;
  1306. return ((ServiceReferenceDianLisReport.ReportServiceSoap)(this)).GetTestComparisonAsync(inValue);
  1307. }
  1308. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  1309. System.Threading.Tasks.Task<ServiceReferenceDianLisReport.GetSampleTestStatusResponse> ServiceReferenceDianLisReport.ReportServiceSoap.GetSampleTestStatusAsync(ServiceReferenceDianLisReport.GetSampleTestStatusRequest request)
  1310. {
  1311. return base.Channel.GetSampleTestStatusAsync(request);
  1312. }
  1313. public System.Threading.Tasks.Task<ServiceReferenceDianLisReport.GetSampleTestStatusResponse> GetSampleTestStatusAsync(string ClientID, string ClientGUID, string barcode)
  1314. {
  1315. ServiceReferenceDianLisReport.GetSampleTestStatusRequest inValue = new ServiceReferenceDianLisReport.GetSampleTestStatusRequest();
  1316. inValue.Body = new ServiceReferenceDianLisReport.GetSampleTestStatusRequestBody();
  1317. inValue.Body.ClientID = ClientID;
  1318. inValue.Body.ClientGUID = ClientGUID;
  1319. inValue.Body.barcode = barcode;
  1320. return ((ServiceReferenceDianLisReport.ReportServiceSoap)(this)).GetSampleTestStatusAsync(inValue);
  1321. }
  1322. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  1323. System.Threading.Tasks.Task<ServiceReferenceDianLisReport.GetBarcodeTypeResponse> ServiceReferenceDianLisReport.ReportServiceSoap.GetBarcodeTypeAsync(ServiceReferenceDianLisReport.GetBarcodeTypeRequest request)
  1324. {
  1325. return base.Channel.GetBarcodeTypeAsync(request);
  1326. }
  1327. public System.Threading.Tasks.Task<ServiceReferenceDianLisReport.GetBarcodeTypeResponse> GetBarcodeTypeAsync(string ClientID, string ClientGUID, string BarCode, string StartDate, string EndDate)
  1328. {
  1329. ServiceReferenceDianLisReport.GetBarcodeTypeRequest inValue = new ServiceReferenceDianLisReport.GetBarcodeTypeRequest();
  1330. inValue.Body = new ServiceReferenceDianLisReport.GetBarcodeTypeRequestBody();
  1331. inValue.Body.ClientID = ClientID;
  1332. inValue.Body.ClientGUID = ClientGUID;
  1333. inValue.Body.BarCode = BarCode;
  1334. inValue.Body.StartDate = StartDate;
  1335. inValue.Body.EndDate = EndDate;
  1336. return ((ServiceReferenceDianLisReport.ReportServiceSoap)(this)).GetBarcodeTypeAsync(inValue);
  1337. }
  1338. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  1339. System.Threading.Tasks.Task<ServiceReferenceDianLisReport.GetReportInfo2Response> ServiceReferenceDianLisReport.ReportServiceSoap.GetReportInfo2Async(ServiceReferenceDianLisReport.GetReportInfo2Request request)
  1340. {
  1341. return base.Channel.GetReportInfo2Async(request);
  1342. }
  1343. public System.Threading.Tasks.Task<ServiceReferenceDianLisReport.GetReportInfo2Response> GetReportInfo2Async(string ClientID, string ClientGUID, string BarCode, string model)
  1344. {
  1345. ServiceReferenceDianLisReport.GetReportInfo2Request inValue = new ServiceReferenceDianLisReport.GetReportInfo2Request();
  1346. inValue.Body = new ServiceReferenceDianLisReport.GetReportInfo2RequestBody();
  1347. inValue.Body.ClientID = ClientID;
  1348. inValue.Body.ClientGUID = ClientGUID;
  1349. inValue.Body.BarCode = BarCode;
  1350. inValue.Body.model = model;
  1351. return ((ServiceReferenceDianLisReport.ReportServiceSoap)(this)).GetReportInfo2Async(inValue);
  1352. }
  1353. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  1354. System.Threading.Tasks.Task<ServiceReferenceDianLisReport.GetReportInfo3Response> ServiceReferenceDianLisReport.ReportServiceSoap.GetReportInfo3Async(ServiceReferenceDianLisReport.GetReportInfo3Request request)
  1355. {
  1356. return base.Channel.GetReportInfo3Async(request);
  1357. }
  1358. public System.Threading.Tasks.Task<ServiceReferenceDianLisReport.GetReportInfo3Response> GetReportInfo3Async(string ClientID, string ClientGUID, string BarCode, string model)
  1359. {
  1360. ServiceReferenceDianLisReport.GetReportInfo3Request inValue = new ServiceReferenceDianLisReport.GetReportInfo3Request();
  1361. inValue.Body = new ServiceReferenceDianLisReport.GetReportInfo3RequestBody();
  1362. inValue.Body.ClientID = ClientID;
  1363. inValue.Body.ClientGUID = ClientGUID;
  1364. inValue.Body.BarCode = BarCode;
  1365. inValue.Body.model = model;
  1366. return ((ServiceReferenceDianLisReport.ReportServiceSoap)(this)).GetReportInfo3Async(inValue);
  1367. }
  1368. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  1369. System.Threading.Tasks.Task<ServiceReferenceDianLisReport.QueryReports2Response> ServiceReferenceDianLisReport.ReportServiceSoap.QueryReports2Async(ServiceReferenceDianLisReport.QueryReports2Request request)
  1370. {
  1371. return base.Channel.QueryReports2Async(request);
  1372. }
  1373. public System.Threading.Tasks.Task<ServiceReferenceDianLisReport.QueryReports2Response> QueryReports2Async(ServiceReferenceDianLisReport.RequestOfConditionReport ReqInfo)
  1374. {
  1375. ServiceReferenceDianLisReport.QueryReports2Request inValue = new ServiceReferenceDianLisReport.QueryReports2Request();
  1376. inValue.Body = new ServiceReferenceDianLisReport.QueryReports2RequestBody();
  1377. inValue.Body.ReqInfo = ReqInfo;
  1378. return ((ServiceReferenceDianLisReport.ReportServiceSoap)(this)).QueryReports2Async(inValue);
  1379. }
  1380. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  1381. System.Threading.Tasks.Task<ServiceReferenceDianLisReport.GetReportInfoByPatientResponse> ServiceReferenceDianLisReport.ReportServiceSoap.GetReportInfoByPatientAsync(ServiceReferenceDianLisReport.GetReportInfoByPatientRequest request)
  1382. {
  1383. return base.Channel.GetReportInfoByPatientAsync(request);
  1384. }
  1385. public System.Threading.Tasks.Task<ServiceReferenceDianLisReport.GetReportInfoByPatientResponse> GetReportInfoByPatientAsync(string ClientID, string ClientGUID, string paramInfo)
  1386. {
  1387. ServiceReferenceDianLisReport.GetReportInfoByPatientRequest inValue = new ServiceReferenceDianLisReport.GetReportInfoByPatientRequest();
  1388. inValue.Body = new ServiceReferenceDianLisReport.GetReportInfoByPatientRequestBody();
  1389. inValue.Body.ClientID = ClientID;
  1390. inValue.Body.ClientGUID = ClientGUID;
  1391. inValue.Body.paramInfo = paramInfo;
  1392. return ((ServiceReferenceDianLisReport.ReportServiceSoap)(this)).GetReportInfoByPatientAsync(inValue);
  1393. }
  1394. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  1395. System.Threading.Tasks.Task<ServiceReferenceDianLisReport.GetXGReportByPatientResponse> ServiceReferenceDianLisReport.ReportServiceSoap.GetXGReportByPatientAsync(ServiceReferenceDianLisReport.GetXGReportByPatientRequest request)
  1396. {
  1397. return base.Channel.GetXGReportByPatientAsync(request);
  1398. }
  1399. public System.Threading.Tasks.Task<ServiceReferenceDianLisReport.GetXGReportByPatientResponse> GetXGReportByPatientAsync(string ClientID, string ClientGUID, string paramInfo)
  1400. {
  1401. ServiceReferenceDianLisReport.GetXGReportByPatientRequest inValue = new ServiceReferenceDianLisReport.GetXGReportByPatientRequest();
  1402. inValue.Body = new ServiceReferenceDianLisReport.GetXGReportByPatientRequestBody();
  1403. inValue.Body.ClientID = ClientID;
  1404. inValue.Body.ClientGUID = ClientGUID;
  1405. inValue.Body.paramInfo = paramInfo;
  1406. return ((ServiceReferenceDianLisReport.ReportServiceSoap)(this)).GetXGReportByPatientAsync(inValue);
  1407. }
  1408. public virtual System.Threading.Tasks.Task OpenAsync()
  1409. {
  1410. return System.Threading.Tasks.Task.Factory.FromAsync(((System.ServiceModel.ICommunicationObject)(this)).BeginOpen(null, null), new System.Action<System.IAsyncResult>(((System.ServiceModel.ICommunicationObject)(this)).EndOpen));
  1411. }
  1412. private static System.ServiceModel.Channels.Binding GetBindingForEndpoint(EndpointConfiguration endpointConfiguration)
  1413. {
  1414. if ((endpointConfiguration == EndpointConfiguration.ReportServiceSoap))
  1415. {
  1416. System.ServiceModel.BasicHttpBinding result = new System.ServiceModel.BasicHttpBinding();
  1417. result.MaxBufferSize = int.MaxValue;
  1418. result.ReaderQuotas = System.Xml.XmlDictionaryReaderQuotas.Max;
  1419. result.MaxReceivedMessageSize = int.MaxValue;
  1420. result.AllowCookies = true;
  1421. return result;
  1422. }
  1423. if ((endpointConfiguration == EndpointConfiguration.ReportServiceSoap12))
  1424. {
  1425. System.ServiceModel.Channels.CustomBinding result = new System.ServiceModel.Channels.CustomBinding();
  1426. System.ServiceModel.Channels.TextMessageEncodingBindingElement textBindingElement = new System.ServiceModel.Channels.TextMessageEncodingBindingElement();
  1427. textBindingElement.MessageVersion = System.ServiceModel.Channels.MessageVersion.CreateVersion(System.ServiceModel.EnvelopeVersion.Soap12, System.ServiceModel.Channels.AddressingVersion.None);
  1428. result.Elements.Add(textBindingElement);
  1429. System.ServiceModel.Channels.HttpTransportBindingElement httpBindingElement = new System.ServiceModel.Channels.HttpTransportBindingElement();
  1430. httpBindingElement.AllowCookies = true;
  1431. httpBindingElement.MaxBufferSize = int.MaxValue;
  1432. httpBindingElement.MaxReceivedMessageSize = int.MaxValue;
  1433. result.Elements.Add(httpBindingElement);
  1434. return result;
  1435. }
  1436. throw new System.InvalidOperationException(string.Format("找不到名称为“{0}”的终结点。", endpointConfiguration));
  1437. }
  1438. private static System.ServiceModel.EndpointAddress GetEndpointAddress(EndpointConfiguration endpointConfiguration)
  1439. {
  1440. if ((endpointConfiguration == EndpointConfiguration.ReportServiceSoap))
  1441. {
  1442. return new System.ServiceModel.EndpointAddress("http://r.dalabs.cn/reportService.asmx");
  1443. }
  1444. if ((endpointConfiguration == EndpointConfiguration.ReportServiceSoap12))
  1445. {
  1446. return new System.ServiceModel.EndpointAddress("http://r.dalabs.cn/reportService.asmx");
  1447. }
  1448. throw new System.InvalidOperationException(string.Format("找不到名称为“{0}”的终结点。", endpointConfiguration));
  1449. }
  1450. public enum EndpointConfiguration
  1451. {
  1452. ReportServiceSoap,
  1453. ReportServiceSoap12,
  1454. }
  1455. }
  1456. }