Browse Source

配置调整

fly 3 years ago
parent
commit
f5612e85ad

+ 7 - 5
src/Settings/AnimalInfo.json

@@ -7,25 +7,26 @@
             "Type": "string",
             "ShowType": "input",
             "Required": true,
-            "Desc": ""
+            "Desc": "AnimalInfoNameDesc"
         },
         "AnimalInfoPhone": {
             "Type": "string",
             "ShowType": "input",
             "Required": true,
-            "Desc": ""
+            "Desc": "AnimalInfoPhoneDesc"
         },
         "AnimalInfoIdentityCard": {
             "Type": "string",
             "ShowType": "input",
             "Tequired": false,
-            "Desc": ""
+            "Desc": "AnimalInfoIdentityCardDesc"
         },
         "Species": {
             "Type": "enum",
             "ShowType": "select",
             "Required": false,
             "DefaultValue": "",
+            "Desc": "SpeciesDesc",
             "Source": [
                 "Bovine",
                 "Canidae",
@@ -39,19 +40,20 @@
             "Type": "string",
             "ShoType": "input",
             "Required": false,
-            "Desc": ""
+            "Desc": "BreedDesc"
         },
         "AnimalInfoAge": {
             "Type": "string",
             "ShowType": "text",
             "Required": false,
-            "Desc": ""
+            "Desc": "AnimalInfoAgeDesc"
         },
         "AnimalInfoSex": {
             "Type": "enum",
             "ShowType": "select",
             "Required": false,
             "DefaultValue": "",
+            "Desc": "AnimalInfoSexDesc",
             "Source": [
                 "AnimalInfoNotFilled",
                 "AnimalInfoMale",

+ 49 - 26
src/Settings/ExamInfo.json

@@ -3,18 +3,38 @@
         "Version": "1.0"
     },
     "ExamInfo": {
+        "BaseInfo": {
+            "Operator": {
+                "Type": "string",
+                "ShowType": "text",
+                "Required": false,
+                "Desc": "OperatorDesc"
+            },
+            "AttendingDoctor": {
+                "Type": "string",
+                "ShowType": "text",
+                "Required": false,
+                "Desc": "AttendingDoctorDesc"
+            },
+            "RefDr": {
+                "Type": "string",
+                "ShowType": "text",
+                "Required": false,
+                "Desc": "RefDrDesc"
+            }
+        },
         "Routine": {
             "Weight": {
                 "Type": "double",
                 "ShowType": "number",
                 "Required": false,
-                "Desc": ""
+                "Desc": "WeightDesc"
             },
             "Height": {
                 "Type": "double",
                 "ShowType": "number",
                 "Required": false,
-                "Desc": ""
+                "Desc": "HeightDesc"
             }
         },
         "Obstetrics": {
@@ -22,83 +42,86 @@
                 "Type": "int",
                 "ShowType": "number",
                 "Required": false,
-                "Desc": ""
+                "Desc": "ABDesc"
             },
             "Ectopic": {
                 "Type": "string",
                 "ShowType": "input",
                 "Required": false,
-                "Desc": ""
+                "Desc": "EctopicDesc"
             },
             "Gravida": {
                 "Type": "int",
                 "ShowType": "number",
                 "Required": false,
-                "Desc": ""
+                "Desc": "GravidaDesc"
             },
             "LMP": {
                 "Type": "DateTime",
                 "ShowType": "DateTime",
                 "Required": false,
-                "Desc": ""
+                "Desc": "LMPDesc"
             },
             "Para": {
                 "Type": "int",
                 "ShowType": "number",
                 "Required": false,
-                "Desc": ""
+                "Desc": "ParaDesc"
             },
             "LastExamDate": {
                 "Type": "DateTime",
                 "ShowType": "DateTime",
                 "Required": false,
-                "Desc": ""
+                "Desc": "LastExamDateDesc"
             },
             "LGA": {
                 "Type": "int",
                 "ShowType": "number",
                 "Required": false,
-                "Desc": ""
+                "Desc": "LGADesc"
             },
             "IVF": {
                 "Type": "DateTime",
                 "ShowType": "DateTime",
                 "Required": false,
-                "Desc": ""
+                "Desc": "IVFDesc"
             },
             "OospermForm": {
                 "Type": "DateTime",
                 "ShowType": "DateTime",
                 "Required": false,
-                "Desc": ""
+                "Desc": "OospermFormDesc"
             },
             "BBT": {
                 "Type": "DateTime",
                 "ShowType": "DateTime",
                 "Required": false,
-                "Desc": ""
+                "Desc": "BBTDesc"
             },
             "FetusNumber": {
                 "Type": "int",
                 "ShowType": "number",
                 "Required": false,
-                "Desc": ""
+                "Desc": "FetusNumberDesc"
             },
             "EstimateDueDate": {
-                "type": "DateTime",
-                "required": false
+                "Type": "DateTime",
+                "ShowType": "DateTime",
+                "Required": false,
+                "Desc": "EstimateDueDateDesc"
             },
             "GestationalAge": {
                 "Type": "int",
                 "ShowType": "number",
                 "Required": false,
-                "Desc": ""
+                "Desc": "GestationalAgeDesc"
             },
             "GestationalAgeOrigin": {
                 "Type": "enum",
                 "SHOWType": "select",
                 "Required": false,
                 "DefaultValue": "",
+                "Desc": "GestationalAgeOriginDesc",
                 "Source": [
                     "GestationalAge",
                     "IVF",
@@ -113,31 +136,31 @@
                 "Type": "int",
                 "ShowType": "number",
                 "Required": false,
-                "Desc": ""
+                "Desc": "ABDesc"
             },
             "Ectopic": {
                 "Type": "string",
                 "ShowType": "input",
                 "Required": false,
-                "Desc": ""
+                "Desc": "EctopicDesc"
             },
             "Gravida": {
                 "Type": "int",
                 "ShowType": "number",
                 "Required": false,
-                "Desc": ""
+                "Desc": "GravidaDesc"
             },
             "LMP": {
                 "Type": "DateTime",
                 "ShowType": "DateTime",
                 "Required": false,
-                "Desc": ""
+                "Desc": "LMPDesc"
             },
             "Para": {
                 "Type": "int",
                 "ShowType": "number",
                 "Required": false,
-                "Desc": ""
+                "Desc": "ParaDesc"
             }
         },
         "Urology": {
@@ -145,13 +168,13 @@
                 "Type": "double",
                 "ShowType": "number",
                 "Required": false,
-                "Desc": ""
+                "Desc": "UrologyDesc"
             },
             "PSA": {
                 "Type": "double",
                 "ShowType": "number",
                 "Required": false,
-                "Desc": ""
+                "Desc": "PSADesc"
             }
         },
         "Heart": {
@@ -159,19 +182,19 @@
                 "Type": "int",
                 "ShowType": "number",
                 "Required": false,
-                "Desc": ""
+                "Desc": "HighPRDesc"
             },
             "LowPR": {
                 "Type": "int",
                 "ShowType": "number",
                 "Required": false,
-                "Desc": ""
+                "Desc": "LowPRDesc"
             },
             "HR": {
                 "Type": "int",
                 "ShowType": "number",
                 "Required": false,
-                "Desc": ""
+                "Desc": "HRDesc"
             }
         }
     }

+ 6 - 5
src/Settings/PatientInfo.json

@@ -7,37 +7,38 @@
             "Type": "string",
             "ShowType": "input",
             "Required": true,
-            "Desc": ""
+            "Desc": "NameDesc"
         },
         "Phone": {
             "Type": "string",
             "ShowType": "input",
             "Required": true,
-            "Desc": ""
+            "Desc": "PhoneDesc"
         },
         "IdentityCard": {
             "Type": "string",
             "ShowType": "input",
             "Required": false,
-            "Desc": ""
+            "Desc": "IdentityCardDesc"
         },
         "InsuranceCode": {
             "Type": "string",
             "ShowType": "input",
             "Required": false,
-            "Desc": ""
+            "Desc": "InsuranceCodeDesc"
         },
         "Age": {
             "Type": "string",
             "ShowType": "text",
             "Required": false,
-            "Desc": ""
+            "Desc": "AgeDesc"
         },
         "Sex": {
             "Type": "enum",
             "ShowType": "select",
             "Required": false,
             "DefaultValue": "",
+            "Desc": "SexDesc",
             "Source": [
                 "NotFilled",
                 "Male",

+ 60 - 57
src/Settings/ServerLangugeEN.json

@@ -1,61 +1,64 @@
 {
-    "General":{
-        "Version":"1.0"
+    "General": {
+        "Version": "1.0"
     },
-    "Language":{
-        "AnimalInfoName":"AnimalInfoName",
-        "AnimalInfoPhone":"AnimalInfoPhone",
-        "AnimalInfoIdentityCard":"AnimalInfoIdentityCard",
-        "Species":"Species",
-        "Breed":"Breed",
-        "AnimalInfoAge":"AnimalInfoAge",
-        "AnimalInfoSex":"AnimalInfoSex",
-        "AnimalInfoID":"Device AnimalInfoID",
-        "Name":"Name",
-        "Phone":"Phone",
-        "IdentityCard":"IdentityCard",
-        "InsuranceCode":"InsuranceCode",
-        "Age":"Age",
-        "Sex":"Sex",
-        "ID":"Device PatientID",
-        "Routine":"Routine",
-        "Obstetrics":"Obstetrics",
-        "Gynaecology":"Gynaecology",
-        "Urology":"Urology",
-        "Heart":"Heart",
-        "PPSACoefficient":"PPSACoefficient",
-        "PSA":"PSA",
-        "HighPR":"HighPR",
-        "LowPR":"LowPR",
-        "HR":"HR",
-        "Height":"Height",
-        "Weight":"Weight",
-        "AB":"AB",
-        "Ectopic":"Ectopic",
-        "Gravida":"Gravida",
-        "LMP":"LMP",
-        "Para":"Para",
-        "LastExamDate":"LastExamDate",
-        "LGA":"LGA",
-        "IVF":"IVF",
-        "OospermForm":"OospermForm",
-        "BBT":"BBT",
-        "FetusNumber":"FetusNumber",
-        "EstimateDueDate":"EstimateDueDate",
-        "GestationalAge":"GestationalAge",
-        "GestationalAgeOrigin":"GestationalAgeOrigin",
-        "Owner":"Owner",
-        "Bovine":"Bovine",
-        "Canidae":"Canidae",
-        "Equidae":"Equidae",
-        "Felidae":"Felidae",
-        "Caprinae":"Caprinae",
-        "Suidae":"Suidae",
-        "AnimalInfoNotFilled":"AnimalInfoNotFilled",
-        "AnimalInfoMale":"AnimalInfoMale",
-        "AnimalInfoFemale":"AnimalInfoFemale",
-        "NotFilled":"NotFilled",
-        "Male":"Male",
-        "Female":"Female"
+    "Language": {
+        "AnimalInfoName": "AnimalInfoName",
+        "AnimalInfoPhone": "AnimalInfoPhone",
+        "AnimalInfoIdentityCard": "AnimalInfoIdentityCard",
+        "Species": "Species",
+        "Breed": "Breed",
+        "AnimalInfoAge": "AnimalInfoAge",
+        "AnimalInfoSex": "AnimalInfoSex",
+        "AnimalInfoID": "Device AnimalInfoID",
+        "Name": "Name",
+        "Phone": "Phone",
+        "IdentityCard": "IdentityCard",
+        "InsuranceCode": "InsuranceCode",
+        "Age": "Age",
+        "Sex": "Sex",
+        "ID": "Device PatientID",
+        "Routine": "Routine",
+        "Obstetrics": "Obstetrics",
+        "Gynaecology": "Gynaecology",
+        "Urology": "Urology",
+        "Heart": "Heart",
+        "PPSACoefficient": "PPSACoefficient",
+        "PSA": "PSA",
+        "HighPR": "HighPR",
+        "LowPR": "LowPR",
+        "HR": "HR",
+        "Height": "Height",
+        "Weight": "Weight",
+        "AB": "AB",
+        "Ectopic": "Ectopic",
+        "Gravida": "Gravida",
+        "LMP": "LMP",
+        "Para": "Para",
+        "LastExamDate": "LastExamDate",
+        "LGA": "LGA",
+        "IVF": "IVF",
+        "OospermForm": "OospermForm",
+        "BBT": "BBT",
+        "FetusNumber": "FetusNumber",
+        "EstimateDueDate": "EstimateDueDate",
+        "GestationalAge": "GestationalAge",
+        "GestationalAgeOrigin": "GestationalAgeOrigin",
+        "Owner": "Owner",
+        "Bovine": "Bovine",
+        "Canidae": "Canidae",
+        "Equidae": "Equidae",
+        "Felidae": "Felidae",
+        "Caprinae": "Caprinae",
+        "Suidae": "Suidae",
+        "AnimalInfoNotFilled": "AnimalInfoNotFilled",
+        "AnimalInfoMale": "AnimalInfoMale",
+        "AnimalInfoFemale": "AnimalInfoFemale",
+        "NotFilled": "NotFilled",
+        "Male": "Male",
+        "Female": "Female",
+        "Operator": "Operator",
+        "AttendingDoctor": "AttendingDoctor",
+        "RefDr": "RefDr"
     }
 }

+ 60 - 57
src/Settings/ServerLangugeZH.json

@@ -1,61 +1,64 @@
 {
-    "General":{
-        "Version":"1.0"
+    "General": {
+        "Version": "1.0"
     },
-    "Language":{
-        "AnimalInfoName":"宠物名称",
-        "AnimalInfoPhone":"主人手机号",
-        "AnimalInfoIdentityCard":"宠物证件号",
-        "Species":"种类",
-        "Breed":"品种",
-        "AnimalInfoAge":"年龄",
-        "AnimalInfoSex":"性别",
-        "AnimalInfoID":"设备端宠物ID",
-        "Name":"姓名",
-        "Phone":"手机号",
-        "IdentityCard":"身份证号",
-        "InsuranceCode":"社保编号",
-        "Age":"年龄",
-        "Sex":"性别",
-        "ID":"设备端病人ID",
-        "Routine":"常规",
-        "Obstetrics":"产科",
-        "Gynaecology":"妇科",
-        "Urology":"泌尿科",
-        "Heart":"心脏",
-        "PPSACoefficient":"前列腺特异抗原启动子系数",
-        "PSA":"前列腺特异抗原",
-        "HighPR":"高压",
-        "LowPR":"低压",
-        "HR":"心率",
-        "Height":"身高",
-        "Weight":"体重",
-        "AB":"antibody抗体",
-        "Ectopic":"异位妊娠(宫外孕)",
-        "Gravida":"妊娠",
-        "LMP":"末次生理期",
-        "Para":"产史",
-        "LastExamDate":"上次检查日期",
-        "LGA":"上次检查孕龄",
-        "IVF":"人工受精",
-        "OospermForm":"受精卵形成",
-        "BBT":"基础体温",
-        "FetusNumber":"多胞胎个数",
-        "EstimateDueDate":"预产期",
-        "GestationalAge":"孕龄",
-        "GestationalAgeOrigin":"计算方式",
-        "Owner":"主人",
-        "Bovine":"牛科",
-        "Canidae":"犬科",
-        "Equidae":"马科",
-        "Felidae":"猫科",
-        "Caprinae":"羊科",
-        "Suidae":"猪科",
-        "AnimalInfoNotFilled":"未填写",
-        "AnimalInfoMale":"雄",
-        "AnimalInfoFemale":"雌",
-        "NotFilled":"未填写",
-        "Male":"男",
-        "Female":"女"
+    "Language": {
+        "AnimalInfoName": "宠物名称",
+        "AnimalInfoPhone": "主人手机号",
+        "AnimalInfoIdentityCard": "宠物证件号",
+        "Species": "种类",
+        "Breed": "品种",
+        "AnimalInfoAge": "年龄",
+        "AnimalInfoSex": "性别",
+        "AnimalInfoID": "设备端宠物ID",
+        "Name": "姓名",
+        "Phone": "手机号",
+        "IdentityCard": "身份证号",
+        "InsuranceCode": "社保编号",
+        "Age": "年龄",
+        "Sex": "性别",
+        "ID": "设备端病人ID",
+        "Routine": "常规",
+        "Obstetrics": "产科",
+        "Gynaecology": "妇科",
+        "Urology": "泌尿科",
+        "Heart": "心脏",
+        "PPSACoefficient": "前列腺特异抗原启动子系数",
+        "PSA": "前列腺特异抗原",
+        "HighPR": "高压",
+        "LowPR": "低压",
+        "HR": "心率",
+        "Height": "身高",
+        "Weight": "体重",
+        "AB": "antibody抗体",
+        "Ectopic": "异位妊娠(宫外孕)",
+        "Gravida": "妊娠",
+        "LMP": "末次生理期",
+        "Para": "产史",
+        "LastExamDate": "上次检查日期",
+        "LGA": "上次检查孕龄",
+        "IVF": "人工受精",
+        "OospermForm": "受精卵形成",
+        "BBT": "基础体温",
+        "FetusNumber": "多胞胎个数",
+        "EstimateDueDate": "预产期",
+        "GestationalAge": "孕龄",
+        "GestationalAgeOrigin": "计算方式",
+        "Owner": "主人",
+        "Bovine": "牛科",
+        "Canidae": "犬科",
+        "Equidae": "马科",
+        "Felidae": "猫科",
+        "Caprinae": "羊科",
+        "Suidae": "猪科",
+        "AnimalInfoNotFilled": "未填写",
+        "AnimalInfoMale": "雄",
+        "AnimalInfoFemale": "雌",
+        "NotFilled": "未填写",
+        "Male": "男",
+        "Female": "女",
+        "Operator": "操作者",
+        "AttendingDoctor": "主治医师",
+        "RefDr": "咨询医师"
     }
 }