123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace LisPacsDataUpload.Models
- {
- public class PACS
- {
- public string PATIENTAGE { get; set; }
- public string AGEUNIT { get; set; }
- public string PATIENTIDCARD { get; set; }
- 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; }
- public string DIAGNOSISCODE { get; set; }
- public string DIAGNOSISNAME { get; set; }
- public string APPLYTIME { get; set; }
- public string APPLYERCODE { get; set; }
- public string APPLYERNAME { get; set; }
- public string APPLYDEPTCODE { get; set; }
- public string APPLYDEPTNAME { get; set; }
- public string APPLYORGCODE { get; set; }
- public string APPLYORGNAME { get; set; }
- public string RECEIVERTIME { get; set; }
- public string RECEIVERCODE { get; set; }
- public string RECEIVERNAME { get; set; }
- public string CHECKTIME { get; set; }
- public string CHECKERCODE { get; set; }
- public string CHECKERNAME { get; set; }
- public string CHECKDEPTCODE { get; set; }
- public string CHECKDEPTNAME { get; set; }
- public string REPORTTIME { get; set; }
- public string REPORTORCODE { get; set; }
- public string REPORTORNAME { get; set; }
- public string AUDITTIME { get; set; }
- 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; }
- public string CHECKTYPENAME { get; set; }
- public string POSITIONCODE { get; set; }
- public string POSITIONNAME { get; set; }
- public string METHODCODE { get; set; }
- public string METHODNAME { get; set; }
- public string ISENGANCED { get; set; }
- public string ISMAKESHADOW { get; set; }
- public string PROCESS { get; set; }
- public string FINDINGS { get; set; }
- public string DIAGNOSRESULT { get; set; }
- public string RESULTTYPE { get; set; }
- public string UNIT { get; set; }
- public string MACHINETYPE { get; set; }
- public string MACHINECODE { get; set; }
- public string MACHINENAME { get; set; }
- public string ATTACHMENTID { get; set; }
- public string STUDYINSTANCEUID { get; set; }
- public string DICOMIMGFTPURL { get; set; }
- public string ORGCODE { get; set; }
- public string ORGNAME { get; set; }
- public string PACSYUNORGCODE { get; set; }
- public string REPORTID { get; set; }
- public string REPORTNAME { get; set; }
- public string REPORTTYPE { get; set; }
- public string REQUESTID { get; set; }
- public string BUSINESSNUMBER { get; set; }
- public string PATIENTTYPE { get; set; }
- public string PATIENTNAME { get; set; }
- public string PATIENTSEX { get; set; }
- public string PATIENTBIRTHDAY { get; set; }
- public string REGIONHR { get; set; }
- public string HEALTHNO { get; set; } //电子健康卡号
- public string MEDICARENO { get; set; }//医保卡号
- public string ACCESSNUMBER { get; set; }//检查编号(检查流水号)
- public string CONCLUSION { get; set; }//检查印象,没有填“无”
- public string BRIEFHISTORY { get; set; }//简要病史
- public string ISIMAGESERVICE { get; set; } //是否属于数字影像服务(0-否;1-是),当前传0
- public string STUDYUID { get; set; } // 检查 UID,DICOM 中协议中影像检查唯一标识
- //public string PATIENTAGE { get; set; }
- //public string ageUnit { get; set; }
- //public string patientIdCard { get; set; }
- //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; }
- //public string diagnosisCode { get; set; }
- //public string diagnosisName { get; set; }
- //public string applyTime { get; set; }
- //public string applyerCode { get; set; }
- //public string applyerName { get; set; }
- //public string applyDeptCode { get; set; }
- //public string applyDeptName { get; set; }
- //public string applyOrgCode { get; set; }
- //public string applyOrgName { get; set; }
- //public string receiverTime { get; set; }
- //public string receiverCode { get; set; }
- //public string receiverName { get; set; }
- //public string checkTime { get; set; }
- //public string checkerCode { get; set; }
- //public string checkerName { get; set; }
- //public string checkDeptCode { get; set; }
- //public string checkDeptName { get; set; }
- //public string reportTime { get; set; }
- //public string reportorCode { get; set; }
- //public string reportorName { get; set; }
- //public string auditTime { get; set; }
- //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; }
- //public string checkTypeName { get; set; }
- //public string positionCode { get; set; }
- //public string positionName { get; set; }
- //public string methodCode { get; set; }
- //public string methodName { get; set; }
- //public string isEnganced { get; set; }
- //public string isMakeShadow { get; set; }
- //public string process { get; set; }
- //public string findings { get; set; }
- //public string diagnosResult { get; set; }
- //public string resultType { get; set; }
- //public string unit { get; set; }
- //public string machineType { get; set; }
- //public string machineCode { get; set; }
- //public string machineName { get; set; }
- //public string attachmentId { get; set; }
- //public string studyInstanceUid { get; set; }
- //public string dicomImgFtpUrl { get; set; }
- //public string orgCode { get; set; }
- //public string orgName { get; set; }
- //public string pacsYunOrgCode { get; set; }
- //public string reportId { get; set; }
- //public string reportName { get; set; }
- //public string reportType { get; set; }
- //public string requestId { get; set; }
- //public string businessNumber { get; set; }
- //public string patientType { get; set; }
- //public string patientName { get; set; }
- //public string patientSex { get; set; }
- //public string patientBirthday { get; set; }
- //public string regionHr { get; set; }
- }
- }
|