1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace LisPacsDataUpload
- {
- public class LIS_UPLOAD
- {
- public string patientAge { get; set; }//实足年龄
- public string ageUnit { get; set; }// 年龄单位(天或岁)
- public string patientIdCard { get; set; }// 否 证件号码(或域ID)如果是新生儿,应填母亲证件号
- public string inTime { get; set; }// 住院次数
- public string inpatientAreaName { get; set; }// 住院患者-病区名称
- public string roomNo { get; set; }// 住院患者-病房号
- public string bedNo { get; set; }// 住院患者-病床号
- public string phoneNo { get; set; }// 否 电话号码
- public string address { get; set; }// 否 住址
- public string reportTypeName { get; set; }// 否 检查-类别名称
- public string reportTypeCode { get; set; }// 否 检查-类别代码(CV5199.01检查/检验类别代码)
- public string diagnosisCode { get; set; }// 否 疾病诊断代码
- public string diagnosisName { get; set; }// 否 疾病诊断名称
- public string applyTime { get; set; }// 否 申请时间,格式:yyyy-MM-dd HH:mm:ss
- public string applyerCode { get; set; }// 否 申请人工号
- public string applyerName { get; set; }// 否 申请人姓名
- public string applyDeptCode { get; set; }// 否 申请科室代码(CT08.00.002科室代码)
- public string applyDeptName { get; set; }// 否 申请科室名称
- public string applyOrgCode { get; set; }// 否 申请机构代码(铜仁市)平台分配的机构编码
- public string applyOrgName { get; set; }// 否 申请机构名称(铜仁市)平台分配的机构名称
- public string receiverTime { get; set; }// 否 核收时间,格式:yyyy-MM-dd HH:mm:ss
- public string receiverCode { get; set; }// 核收人工号
- public string receiverName { get; set; }// 否 核收人姓名
- public string checkTime { get; set; }// 否 检查时间,格式:yyyy-MM-dd HH:mm:ss
- public string checkerCode { get; set; }// 检查人工号
- public string checkerName { get; set; }// 否 检查人姓名
- public string checkDeptCode { get; set; }// 检查科室代码(CT08.00.002科室代码)
- public string checkDeptName { get; set; }// 否 检查科室
- public string reportTime { get; set; }// 否 报告时间,格式:yyyy-MM-dd HH:mm:ss
- public string reportorCode { get; set; }// 报告人工号
- public string reportorName { get; set; }// 否 报告人姓名
- public string auditTime { get; set; }// 否 审核时间,格式:yyyy-MM-dd HH:mm:ss
- public string auditorCode { get; set; }// 审核人工号
- public string auditorName { get; set; }// 否 审核人姓名
- public string localItemId { get; set; }// 否 医院内检查项目编码
- public string standardItemId { get; set; }// 否 检验互认唯一编码(标准统一项目编码)
- public string itemName { get; set; }// 否 检查项目名称
- public string purpose { get; set; }// 否 检查目的
- public string testPrice { get; set; }// 否 检查费用(元)
- public string checkTypeCode { get; set; }// 检查类别编码(1:CT 2:MR 3:DR 4:RF 5:US 6:CR 7:DX)
- public string checkTypeName { get; set; }// 检查类别名称
- public string positionCode { get; set; }// 检查部位编码
- public string positionName { get; set; }// 检查部位名称
- 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位)
- public string methodName { get; set; }// 检查方法名称
- public string isEnganced { get; set; }// 增强(0:否 1:是)
- public string isMakeShadow { get; set; }// 造影(0:否 1:是)
- public string process { get; set; }// 检查过程描述
- public string findings { get; set; }// 否 检查报告结果-客观所见
- public string diagnosResult { get; set; }// 否 检查报告结果-主观提示
- public string resultType { get; set; }// 否 检查结果-结果代码(CT04.30.001正异结果代码)
- public string unit { get; set; }// 检查结果单位
- 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)
- public string machineCode { get; set; }// 仪器编码
- public string machineName { get; set; }// 仪器名称
- public string attachmentId { get; set; }// 否 PDF报告附件ID(与附件上传接口中attachmentId关联)
- public string studyInstanceUid { get; set; }// 影像UID
- public string dicomImgFtpUrl { get; set; }// 影像Ftp存储路径
- public string orgCode { get; set; }// 否 检查组织机构代码(即报告机构代码)(铜仁市)平台分配的机构编码
- public string orgName { get; set; }// 否 检查组织机构名称(即报告机构名称)(铜仁市)平台分配的机构名称
- public string pacsYunOrgCode { get; set; }// 否 影像云机构代码(ID)对应影像云平台分配的机构编码
- public string reportId { get; set; }// 否 报告单编号(院内的唯一报告单编号)对应影像云检查编号accessNumber
- public string reportName { get; set; }// 报告单名称
- public string reportType { get; set; }// 报告单类别(CT01.00.003报告单类别代码)
- public string requestId { get; set; }// 电子申请单编号
- public string businessNumber { get; set; }// 否 患者编号(门(急)诊号/住院号/体检号)对应影像云患者ID(patientId)
- public string patientType { get; set; }// 否 患者类型(1:门诊 2:住院 3:体检 4:公卫 5:其他)
- public string patientName { get; set; }// 患者姓名
- public string patientSex { get; set; }// 性别代码(GB/T 2261.1-2003人的性别代码)
- public string patientBirthday { get; set; }// 出生日期,格式:yyyy-MM-dd
- public string regionHr { get; set; }// 否 是否互认项目(CT09.00.001布尔代码)
- }
- }
|