songjun
2024-09-04 cc908053e0b5075fbfd27350b6da4b39bca9e550
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
 
namespace sbcLabSystem.Models.Backstage
{
    public class ExcelModel
    {
        public string CompanyName { get; set; }
        public string LabName { get; set; }
        public string Address { get; set; }
        public string Province { get; set; }
        public string City { get; set; }
        public string District { get; set; }
        public string PostCode { get; set; }
        public string ManagerName { get; set; }
        public string ManagerPhone { get; set; }
        public string ManagerFax { get; set; }
        public string ManagerMobile { get; set; }
        public string ManagerEmail { get; set; }
        public string OperatorName { get; set; }
        public string OperatorPhone { get; set; }
        public string OperatorFax { get; set; }
        public string OperatorMobile { get; set; }
        public string OperatorEmail { get; set; }
        public int ProjectId { get; set; }
        public DateTime RequestTime { get; set; }
        //更新时间
        public DateTime UpdateTime { get; set; }
        //状态
        public int State { get; set; }
        //实验室用户编号
        public string LabCode { get; set; }
        //用户名
        public string LabLoginName { get; set; }
        //实验室密码
        public string LabPassword { get; set; }
        //备注
        public string Remarks { get; set; }
 
        public string Form1 { get; set; }//表单1
        public string Form2 { get; set; }//表单2
        public string Form3 { get; set; }//表单3
        public string Form4 { get; set; }//表单3
        public string Form5 { get; set; }//表单3
        public string Form6 { get; set; }//表单3
        public string Form7 { get; set; }//表单1
        public string Form8 { get; set; }//表单2
        public string Form9 { get; set; }//表单3
        public string Form10 { get; set; }//表单3
        public string Form11 { get; set; }//表单3
        public string Form12 { get; set; }//表单3
        public string Form13 { get; set; }
       
    }
    public class subject3
    {
        public string CB3_11 = "患者血浆P1";
        public string CB3_12 = "患者血浆P2";
        public string CB3_13 = "患者血浆P3";
        public string CB3_14 = "患者细胞P1";
        public string CB3_15 = "患者细胞P2";
        public string cb3_16 = "患者细胞P3";
        public string CB3_17 = "献血者细胞Dw";
        public string CB3_18 = "献血者细胞Dy";
        public string CB3_19 = "献血者细胞Dz";
        
       
 
    }
}