Class1.cs 6.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace LisPacsDataUpload
  6. {
  7. public class LIS_UPLOAD
  8. {
  9. public string patientAge { get; set; }//实足年龄
  10. public string ageUnit { get; set; }// 年龄单位(天或岁)
  11. public string patientIdCard { get; set; }// 否 证件号码(或域ID)如果是新生儿,应填母亲证件号
  12. public string inTime { get; set; }// 住院次数
  13. public string inpatientAreaName { get; set; }// 住院患者-病区名称
  14. public string roomNo { get; set; }// 住院患者-病房号
  15. public string bedNo { get; set; }// 住院患者-病床号
  16. public string phoneNo { get; set; }// 否 电话号码
  17. public string address { get; set; }// 否 住址
  18. public string reportTypeName { get; set; }// 否 检查-类别名称
  19. public string reportTypeCode { get; set; }// 否 检查-类别代码(CV5199.01检查/检验类别代码)
  20. public string diagnosisCode { get; set; }// 否 疾病诊断代码
  21. public string diagnosisName { get; set; }// 否 疾病诊断名称
  22. public string applyTime { get; set; }// 否 申请时间,格式:yyyy-MM-dd HH:mm:ss
  23. public string applyerCode { get; set; }// 否 申请人工号
  24. public string applyerName { get; set; }// 否 申请人姓名
  25. public string applyDeptCode { get; set; }// 否 申请科室代码(CT08.00.002科室代码)
  26. public string applyDeptName { get; set; }// 否 申请科室名称
  27. public string applyOrgCode { get; set; }// 否 申请机构代码(铜仁市)平台分配的机构编码
  28. public string applyOrgName { get; set; }// 否 申请机构名称(铜仁市)平台分配的机构名称
  29. public string receiverTime { get; set; }// 否 核收时间,格式:yyyy-MM-dd HH:mm:ss
  30. public string receiverCode { get; set; }// 核收人工号
  31. public string receiverName { get; set; }// 否 核收人姓名
  32. public string checkTime { get; set; }// 否 检查时间,格式:yyyy-MM-dd HH:mm:ss
  33. public string checkerCode { get; set; }// 检查人工号
  34. public string checkerName { get; set; }// 否 检查人姓名
  35. public string checkDeptCode { get; set; }// 检查科室代码(CT08.00.002科室代码)
  36. public string checkDeptName { get; set; }// 否 检查科室
  37. public string reportTime { get; set; }// 否 报告时间,格式:yyyy-MM-dd HH:mm:ss
  38. public string reportorCode { get; set; }// 报告人工号
  39. public string reportorName { get; set; }// 否 报告人姓名
  40. public string auditTime { get; set; }// 否 审核时间,格式:yyyy-MM-dd HH:mm:ss
  41. public string auditorCode { get; set; }// 审核人工号
  42. public string auditorName { get; set; }// 否 审核人姓名
  43. public string localItemId { get; set; }// 否 医院内检查项目编码
  44. public string standardItemId { get; set; }// 否 检验互认唯一编码(标准统一项目编码)
  45. public string itemName { get; set; }// 否 检查项目名称
  46. public string purpose { get; set; }// 否 检查目的
  47. public string testPrice { get; set; }// 否 检查费用(元)
  48. public string checkTypeCode { get; set; }// 检查类别编码(1:CT 2:MR 3:DR 4:RF 5:US 6:CR 7:DX)
  49. public string checkTypeName { get; set; }// 检查类别名称
  50. public string positionCode { get; set; }// 检查部位编码
  51. public string positionName { get; set; }// 检查部位名称
  52. public string methodCode { get; set; }// 检查方法编码(1:三维平扫 2:增强 3:SE-T1WI 4:左CC位 5:右CC位 6:左MLO位 7:右MLO位 8:左LM位 9:右LM位 10:左ML位 11:右ML位)
  53. public string methodName { get; set; }// 检查方法名称
  54. public string isEnganced { get; set; }// 增强(0:否 1:是)
  55. public string isMakeShadow { get; set; }// 造影(0:否 1:是)
  56. public string process { get; set; }// 检查过程描述
  57. public string findings { get; set; }// 否 检查报告结果-客观所见
  58. public string diagnosResult { get; set; }// 否 检查报告结果-主观提示
  59. public string resultType { get; set; }// 否 检查结果-结果代码(CT04.30.001正异结果代码)
  60. public string unit { get; set; }// 检查结果单位
  61. public string machineType { get; set; }// 设备类型(1:OT; 2:DX; 3:US; 4:CT; 5:MR; 6:CR; 7:BL; 8:DR; 9:RF; 10:XD)
  62. public string machineCode { get; set; }// 仪器编码
  63. public string machineName { get; set; }// 仪器名称
  64. public string attachmentId { get; set; }// 否 PDF报告附件ID(与附件上传接口中attachmentId关联)
  65. public string studyInstanceUid { get; set; }// 影像UID
  66. public string dicomImgFtpUrl { get; set; }// 影像Ftp存储路径
  67. public string orgCode { get; set; }// 否 检查组织机构代码(即报告机构代码)(铜仁市)平台分配的机构编码
  68. public string orgName { get; set; }// 否 检查组织机构名称(即报告机构名称)(铜仁市)平台分配的机构名称
  69. public string pacsYunOrgCode { get; set; }// 否 影像云机构代码(ID)对应影像云平台分配的机构编码
  70. public string reportId { get; set; }// 否 报告单编号(院内的唯一报告单编号)对应影像云检查编号accessNumber
  71. public string reportName { get; set; }// 报告单名称
  72. public string reportType { get; set; }// 报告单类别(CT01.00.003报告单类别代码)
  73. public string requestId { get; set; }// 电子申请单编号
  74. public string businessNumber { get; set; }// 否 患者编号(门(急)诊号/住院号/体检号)对应影像云患者ID(patientId)
  75. public string patientType { get; set; }// 否 患者类型(1:门诊 2:住院 3:体检 4:公卫 5:其他)
  76. public string patientName { get; set; }// 患者姓名
  77. public string patientSex { get; set; }// 性别代码(GB/T 2261.1-2003人的性别代码)
  78. public string patientBirthday { get; set; }// 出生日期,格式:yyyy-MM-dd
  79. public string regionHr { get; set; }// 否 是否互认项目(CT09.00.001布尔代码)
  80. }
  81. }