@lm_fe/service 0.1.201

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/README.md +31 -0
  2. package/dist/ModelService.d.ts +126 -0
  3. package/dist/common.d.ts +18 -0
  4. package/dist/fubao/index.d.ts +1 -0
  5. package/dist/fubao/tow_cancer/BreastCancerRecord/index.d.ts +8 -0
  6. package/dist/fubao/tow_cancer/BreastCancerRecord/type.d.ts +7 -0
  7. package/dist/fubao/tow_cancer/BreastCancerRecord/utils.d.ts +3 -0
  8. package/dist/fubao/tow_cancer/BreastCancerScreening/index.d.ts +13 -0
  9. package/dist/fubao/tow_cancer/BreastCancerScreening/type.d.ts +61 -0
  10. package/dist/fubao/tow_cancer/BreastCancerScreening/utils.d.ts +3 -0
  11. package/dist/fubao/tow_cancer/CervicalCancerRecord/index.d.ts +8 -0
  12. package/dist/fubao/tow_cancer/CervicalCancerRecord/type.d.ts +7 -0
  13. package/dist/fubao/tow_cancer/CervicalCancerRecord/utils.d.ts +3 -0
  14. package/dist/fubao/tow_cancer/CervicalCancerScreening/index.d.ts +8 -0
  15. package/dist/fubao/tow_cancer/CervicalCancerScreening/type.d.ts +74 -0
  16. package/dist/fubao/tow_cancer/CervicalCancerScreening/utils.d.ts +3 -0
  17. package/dist/fubao/tow_cancer/TwoCancerScreeningFile/index.d.ts +9 -0
  18. package/dist/fubao/tow_cancer/TwoCancerScreeningFile/type.d.ts +40 -0
  19. package/dist/fubao/tow_cancer/TwoCancerScreeningFile/utils.d.ts +3 -0
  20. package/dist/fubao/tow_cancer/index.d.ts +5 -0
  21. package/dist/fubao/tow_cancer/types.d.ts +30 -0
  22. package/dist/index.d.ts +8 -0
  23. package/dist/index.js +5940 -0
  24. package/dist/local/Calculator/index.d.ts +20 -0
  25. package/dist/local/Dictionary/index.d.ts +27 -0
  26. package/dist/local/History/index.d.ts +8 -0
  27. package/dist/local/LoginState/index.d.ts +7 -0
  28. package/dist/local/SystemConfig/index.d.ts +5 -0
  29. package/dist/local/Utils/index.d.ts +1 -0
  30. package/dist/local/Version/index.d.ts +3 -0
  31. package/dist/local/index.d.ts +7 -0
  32. package/dist/mchc/enums.d.ts +15 -0
  33. package/dist/mchc/index.d.ts +2 -0
  34. package/dist/mchc/service/Address/index.d.ts +21 -0
  35. package/dist/mchc/service/Admission/Common/IMchc_Admission.d.ts +114 -0
  36. package/dist/mchc/service/Admission/Common/IMchc_Admission_HeaderInfoOfInpatientEmr.d.ts +30 -0
  37. package/dist/mchc/service/Admission/Common/index.d.ts +16 -0
  38. package/dist/mchc/service/Admission/Document/IMchc_Admission_DeliveryInfo.d.ts +33 -0
  39. package/dist/mchc/service/Admission/Document/IMchc_Admission_Document.d.ts +173 -0
  40. package/dist/mchc/service/Admission/Document/IMchc_Admission_InpatientEmrBaseInfo.d.ts +45 -0
  41. package/dist/mchc/service/Admission/Document/IMchc_Admission_LabourDocument.d.ts +109 -0
  42. package/dist/mchc/service/Admission/Document/IMchc_Admission_NeonateDocument.d.ts +197 -0
  43. package/dist/mchc/service/Admission/Document/IMchc_Admission_bloodTransfusionDocumentDocument.d.ts +37 -0
  44. package/dist/mchc/service/Admission/Document/IMchc_Admission_breastMilkDocument.d.ts +42 -0
  45. package/dist/mchc/service/Admission/Document/IMchc_Admission_firstCareDocument.d.ts +18 -0
  46. package/dist/mchc/service/Admission/Document/IMchc_Admission_firstCareSpecialAssessDocument.d.ts +35 -0
  47. package/dist/mchc/service/Admission/Document/IMchc_Admission_labourStageRecordDocument.d.ts +33 -0
  48. package/dist/mchc/service/Admission/Document/IMchc_Admission_magnesiumDocument.d.ts +10 -0
  49. package/dist/mchc/service/Admission/Document/IMchc_Admission_neonateCareDocument.d.ts +27 -0
  50. package/dist/mchc/service/Admission/Document/IMchc_Admission_oxytocinRecordDocument.d.ts +31 -0
  51. package/dist/mchc/service/Admission/Document/IMchc_Admission_postnatalCareRecord.d.ts +24 -0
  52. package/dist/mchc/service/Admission/Document/IMchc_Admission_predeliveryDocument.d.ts +37 -0
  53. package/dist/mchc/service/Admission/Document/IMchc_Admission_productionTimeDocument.d.ts +28 -0
  54. package/dist/mchc/service/Admission/Document/IMchc_Admission_tireDischargeRecord.d.ts +69 -0
  55. package/dist/mchc/service/Admission/Document/IMchc_Admission_tocolysisDocument.d.ts +17 -0
  56. package/dist/mchc/service/Admission/Document/IMchc_Admission_urinaryRetentionDocument.d.ts +25 -0
  57. package/dist/mchc/service/Admission/Document/index.d.ts +5 -0
  58. package/dist/mchc/service/Admission/index.d.ts +32 -0
  59. package/dist/mchc/service/Admission/types.d.ts +2 -0
  60. package/dist/mchc/service/Admission/utils.d.ts +4 -0
  61. package/dist/mchc/service/Common.d.ts +57 -0
  62. package/dist/mchc/service/Courses/index.d.ts +146 -0
  63. package/dist/mchc/service/Dictionaries/index.d.ts +17 -0
  64. package/dist/mchc/service/Doctor/index.d.ts +240 -0
  65. package/dist/mchc/service/Doctor/types/IFirstVisitDiagnosisOutpatient copy.d.ts +69 -0
  66. package/dist/mchc/service/Doctor/types/IFirstVisitDiagnosisOutpatient.d.ts +69 -0
  67. package/dist/mchc/service/Doctor/types/IMchc_Doctor_BuildExamTimeAxis.d.ts +19 -0
  68. package/dist/mchc/service/Doctor/types/IMchc_Doctor_FirstVisitInfoOfOutpatient.d.ts +150 -0
  69. package/dist/mchc/service/Doctor/types/IMchc_Doctor_FirstVisitPastmhOutpatient.d.ts +38 -0
  70. package/dist/mchc/service/Doctor/types/IMchc_Doctor_PreRiskAssessmentInfo.d.ts +23 -0
  71. package/dist/mchc/service/Doctor/types/IMchc_Doctor_Pregnancymh.d.ts +39 -0
  72. package/dist/mchc/service/Doctor/types/IMchc_Doctor_RiskRecordsOfOutpatient.d.ts +13 -0
  73. package/dist/mchc/service/Doctor/types/IMchc_Doctor_VteAssessForm.d.ts +39 -0
  74. package/dist/mchc/service/Doctor/types/IOutpatientHeaderInfo.d.ts +57 -0
  75. package/dist/mchc/service/Doctor/types/IRvisitInfoOfOutpatient.d.ts +77 -0
  76. package/dist/mchc/service/Doctor/types/common.d.ts +33 -0
  77. package/dist/mchc/service/Doctor/types/index.d.ts +11 -0
  78. package/dist/mchc/service/Doctor/utils.d.ts +183 -0
  79. package/dist/mchc/service/FormDescriptions/index.d.ts +24 -0
  80. package/dist/mchc/service/FormDescriptions/types/FormItemLayout.d.ts +5 -0
  81. package/dist/mchc/service/FormDescriptions/types/InputType.d.ts +1 -0
  82. package/dist/mchc/service/FormDescriptions/types/Rules.d.ts +4 -0
  83. package/dist/mchc/service/FormDescriptions/types/SpecialConfig.d.ts +33 -0
  84. package/dist/mchc/service/FormDescriptions/types/TranferRules.d.ts +9 -0
  85. package/dist/mchc/service/FormDescriptions/types/index.d.ts +192 -0
  86. package/dist/mchc/service/FormDescriptions/utils.d.ts +20 -0
  87. package/dist/mchc/service/Knowledges/index.d.ts +110 -0
  88. package/dist/mchc/service/Nurse/index.d.ts +11 -0
  89. package/dist/mchc/service/Nurse/types/IMchc_Nurse_OutpatientDocument.d.ts +134 -0
  90. package/dist/mchc/service/Nurse/types/index.d.ts +1 -0
  91. package/dist/mchc/service/Nurse/utils.d.ts +5 -0
  92. package/dist/mchc/service/NursingBoard/index.d.ts +11 -0
  93. package/dist/mchc/service/NursingBoard/types/IMchc_NursingBoard_Data.d.ts +40 -0
  94. package/dist/mchc/service/NursingBoard/types/IMchc_NursingBoard_InsideData.d.ts +83 -0
  95. package/dist/mchc/service/NursingBoard/types/IMchc_NursingBoard_TodayWatchKeeper.d.ts +15 -0
  96. package/dist/mchc/service/NursingBoard/types/index.d.ts +3 -0
  97. package/dist/mchc/service/Pregnancy.d.ts +130 -0
  98. package/dist/mchc/service/Questionnaire/index.d.ts +124 -0
  99. package/dist/mchc/service/Questionnaire/types.d.ts +89 -0
  100. package/dist/mchc/service/SyphilisManage/index.d.ts +43 -0
  101. package/dist/mchc/service/TableConfig/index.d.ts +150 -0
  102. package/dist/mchc/service/TableConfig/utils.d.ts +25 -0
  103. package/dist/mchc/service/TemplateTree/index.d.ts +39 -0
  104. package/dist/mchc/service/TemplateTree/types/IMchc_LabExamImportTree_Item.d.ts +17 -0
  105. package/dist/mchc/service/TemplateTree/types/IMchc_TemplateTree_Item.d.ts +18 -0
  106. package/dist/mchc/service/TemplateTree/types/index.d.ts +10 -0
  107. package/dist/mchc/service/ThalassemiaFollowUp/index.d.ts +95 -0
  108. package/dist/mchc/service/ThalassemiaFollowUp/types.d.ts +24 -0
  109. package/dist/mchc/service/User.d.ts +50 -0
  110. package/dist/mchc/service/WorkRecord.d.ts +26 -0
  111. package/dist/mchc/service/index.d.ts +20 -0
  112. package/dist/mchc/service/types/index.d.ts +105 -0
  113. package/dist/mchc/service/types/utils.d.ts +27 -0
  114. package/dist/mchc/service/workQuestions.d.ts +57 -0
  115. package/dist/types.d.ts +13 -0
  116. package/dist//344/270/255/345/261/261/344/270/200/index.d.ts +1 -0
  117. package/dist//344/270/255/345/261/261/344/270/200/service/User.d.ts +88 -0
  118. package/dist//344/270/255/345/261/261/344/270/200/service/index.d.ts +1 -0
  119. package/dist//350/266/212/347/247/200/345/246/207/345/271/274/index.d.ts +1 -0
  120. package/dist//350/266/212/347/247/200/345/246/207/345/271/274/service/Doctor/index.d.ts +6 -0
  121. package/dist//350/266/212/347/247/200/345/246/207/345/271/274/service/index.d.ts +1 -0
  122. package/package.json +34 -0
@@ -0,0 +1,150 @@
1
+ import { IMchc_Doctor_Diagnoses } from "./common";
2
+ import { IMchc_Doctor_FirstVisitPastmhOutpatient } from "./IMchc_Doctor_FirstVisitPastmhOutpatient";
3
+ import { IMchc_Doctor_Pregnancymh } from "./IMchc_Doctor_Pregnancymh";
4
+ export interface IMchc_Doctor_FirstVisitInfoOfOutpatient {
5
+ id: number;
6
+ presentmh: {
7
+ "id": 1373;
8
+ "lmp": "2022-08-04";
9
+ "edd": "2023-05-11";
10
+ "sureEdd": "2023-05-11";
11
+ "sureEddModify": null;
12
+ "conceiveMode": 1;
13
+ "conceiveModeNote": null;
14
+ "chiefcomplaint": null;
15
+ "presentmhNote": null;
16
+ "yolksac": null;
17
+ "sac": null;
18
+ "ntExams": null;
19
+ "nfExams": null;
20
+ "mlUltrasounds": null;
21
+ };
22
+ pastmh: IMchc_Doctor_FirstVisitPastmhOutpatient;
23
+ othermh: {
24
+ "id": 1373;
25
+ "menarche": "2";
26
+ "menstrualCycle": "2";
27
+ "menstrualPeriod": "2";
28
+ "menstrualVolume": "少";
29
+ "dysmenorrhea": false;
30
+ "dysmenorrheaNote": null;
31
+ "maritalStatus": 1;
32
+ "maritalYears": 22;
33
+ "nearRelation": false;
34
+ "pmh": {
35
+ "smoke": false;
36
+ "smokeNote": null;
37
+ "alcohol": false;
38
+ "alcoholNote": null;
39
+ "hazardoussubstances": false;
40
+ "hazardoussubstancesNote": null;
41
+ "radioactivity": false;
42
+ "radioactivityNote": null;
43
+ "medicine": false;
44
+ "medicineNote": null;
45
+ "other": null;
46
+ "otherNote": null;
47
+ };
48
+ "fmh": {
49
+ "diabetes": true;
50
+ "diabetesNote": null;
51
+ "hypertension": false;
52
+ "hypertensionNote": " ";
53
+ "birthdefects": true;
54
+ "birthdefectsNote": null;
55
+ "heritableDisease": false;
56
+ "heritableDiseaseNote": " ";
57
+ "other": true;
58
+ "otherNote": "家族史";
59
+ };
60
+ };
61
+ physicalExam: {
62
+ "id": null;
63
+ "physicalBaseExam": {
64
+ MyPressure1__: number[];
65
+ MyPressure2__: number[];
66
+ MyPressure3__: number[];
67
+ "systolic": number;
68
+ "diastolic": number;
69
+ "systolic2": number;
70
+ "diastolic2": number;
71
+ "systolic3": number;
72
+ "diastolic3": number;
73
+ "pulse": 45;
74
+ "weight": number;
75
+ "preheight": number;
76
+ "preweight": number;
77
+ "bmi": number;
78
+ preBmi: number;
79
+ };
80
+ "physicalgeneralExam": {
81
+ "skin": null;
82
+ "skinNote": null;
83
+ "thyroid": null;
84
+ "thyroidNote": null;
85
+ "breast": null;
86
+ "breastNote": null;
87
+ "respiratory": null;
88
+ "respiratoryNote": null;
89
+ "rales": null;
90
+ "ralesNote": null;
91
+ "heartrate": null;
92
+ "heartrhythm": null;
93
+ "heartrhythmNote": null;
94
+ "murmurs": null;
95
+ "murmursNote": null;
96
+ "liver": null;
97
+ "liverNote": null;
98
+ "spleen": null;
99
+ "spleenNote": null;
100
+ "spine": null;
101
+ "spineNote": null;
102
+ "physiologicalreflection": null;
103
+ "physiologicalreflectionNote": null;
104
+ "pathologicalreflection": null;
105
+ "pathologicalreflectionNote": null;
106
+ "edema": null;
107
+ "edemaNote": null;
108
+ "otherNote": null;
109
+ };
110
+ };
111
+ pregnancymh: IMchc_Doctor_Pregnancymh[];
112
+ gynecologicalExam: {
113
+ "id": null;
114
+ "gynecologicalMotherExam": null;
115
+ "gynecologicalFetusExam": [];
116
+ };
117
+ labExam: null;
118
+ diagnosisAndAdvice: {
119
+ "id": null;
120
+ "diagnoses": IMchc_Doctor_Diagnoses[];
121
+ "advice": {
122
+ "id": 1604;
123
+ "prescription": "456456";
124
+ "exam": null;
125
+ "appointmentCycle": "28";
126
+ "appointmentType": "1";
127
+ "appointmentDate": "2022-10-16";
128
+ "appointmentPeriod": null;
129
+ "visitDate": "2022-09-18";
130
+ "doctorName": "kevin";
131
+ };
132
+ "serialNo": null;
133
+ "pregnancymh": null;
134
+ "personalProfile": null;
135
+ "familyHistory": null;
136
+ "diseaseHistory": null;
137
+ "gravidity": null;
138
+ "currentGestationalWeek": null;
139
+ "parity": null;
140
+ "eddAge": null;
141
+ "age": null;
142
+ "bmi": null;
143
+ "conceiveMode": null;
144
+ "conceiveModeNote": null;
145
+ "isOpenVTETable": null;
146
+ "isOpenSCTable": null;
147
+ "isOpenEclampsiaTable": null;
148
+ "admissionInfoVM": null;
149
+ };
150
+ }
@@ -0,0 +1,38 @@
1
+ import { ICommonOption } from "@lm_fe/env";
2
+ export interface IMchc_Doctor_FirstVisitPastmhOutpatient {
3
+ "id": 1;
4
+ "hypertension": boolean;
5
+ "hypertensionNote": null;
6
+ "hypertension__": string;
7
+ "diabetes": boolean;
8
+ "diabetesNote": "BB";
9
+ "diabetes__": string;
10
+ "cardiacDisease": boolean;
11
+ "cardiacDiseaseNote": null;
12
+ "cardiacDisease__": string;
13
+ "allergy__": ICommonOption[];
14
+ "allergyDrug": boolean;
15
+ "allergyDrugNote": "青霉素类,喹啉类,庆大霉素,卡那霉素,利福平";
16
+ "allergyFood": boolean;
17
+ "allergyFoodNote": "";
18
+ "allergyOther": boolean;
19
+ "allergyOtherNote": "";
20
+ "nothing": boolean;
21
+ "unknown": boolean;
22
+ "transfusionHistory": boolean;
23
+ "transfusionHistoryNote": null;
24
+ "transfusionHistory__": string;
25
+ "operationHistory": boolean;
26
+ "operationHistoryNote": null;
27
+ "operationHistory__": string;
28
+ "heart": null;
29
+ "lung": null;
30
+ "nephropathyNote": null;
31
+ "hematopathyNote": null;
32
+ "hepaticDiseaseNote": null;
33
+ "anemia": null;
34
+ "hyperthyroidism": null;
35
+ "epilepsyNote": null;
36
+ "gynaecologyProcedureHistory": null;
37
+ "otherNote": string;
38
+ }
@@ -0,0 +1,23 @@
1
+ import { MCHC_TYPE_MAP, MchcTypes } from "@lm_fe/env";
2
+ import { IMchc_Doctor_Diagnoses } from "./common";
3
+ import { IMchc_Doctor_Pregnancymh } from "./IMchc_Doctor_Pregnancymh";
4
+ export interface IMchc_Doctor_PreRiskAssessmentInfo<T extends MchcTypes = MCHC_TYPE_MAP['mchc']> {
5
+ diagnoses: IMchc_Doctor_Diagnoses<T>[];
6
+ pregnancymh: IMchc_Doctor_Pregnancymh[];
7
+ gravidity: number;
8
+ parity: number;
9
+ bmi: number;
10
+ eddAge: number;
11
+ familyHistoryOrderNote: null;
12
+ allergyDrug: false;
13
+ allergyDrugNote: string;
14
+ allergyFood: false;
15
+ allergyFoodNote: string;
16
+ allergyOther: false;
17
+ allergyOtherNote: string;
18
+ conceiveMode: number;
19
+ conceiveModeNote: string;
20
+ smoke: false;
21
+ weight: number;
22
+ curgesweek: string;
23
+ }
@@ -0,0 +1,39 @@
1
+ import { MCHC_TYPE_MAP, MchcTypes } from "@lm_fe/env";
2
+ export interface IMchc_Doctor_Pregnancymh<T extends MchcTypes = MCHC_TYPE_MAP['mchc']> {
3
+ id: number;
4
+ gravidityindex: number;
5
+ year: string;
6
+ month: null;
7
+ naturalAbortion: boolean;
8
+ medicalAbortion: boolean;
9
+ surgicalAbortion: boolean;
10
+ currettageAbortion: null;
11
+ currettage: boolean;
12
+ biochemicalAbortion: boolean;
13
+ inducedLabor: boolean;
14
+ fetusdeath: null;
15
+ preterm: boolean;
16
+ term: boolean;
17
+ vaginalDelivery: boolean;
18
+ cesareanSection: boolean;
19
+ forceps: boolean;
20
+ vacuumAssisted: boolean;
21
+ breechMidwifery: boolean;
22
+ hemorrhage: null;
23
+ puerperalFever: null;
24
+ gestationalWeek: string;
25
+ fetalcount: number;
26
+ hospital: null;
27
+ exceptionalcase: null;
28
+ children: {
29
+ id: number;
30
+ childGender: number;
31
+ childLiving: null;
32
+ childDeath: null;
33
+ childDeathTime: null;
34
+ childDeathNote: null;
35
+ neonateWeight: null;
36
+ sequelaNote: null;
37
+ }[];
38
+ neonateDeath: null;
39
+ }
@@ -0,0 +1,13 @@
1
+ import { MCHC_TYPE_MAP, MchcTypes } from "@lm_fe/env";
2
+ export interface IMchc_Doctor_RiskRecordsOfOutpatient<T extends MchcTypes = MCHC_TYPE_MAP['mchc']> {
3
+ "id": number;
4
+ "outEmrId": null;
5
+ "eventDate": string;
6
+ "gestationalWeek": null;
7
+ "highriskGrade": string;
8
+ "highriskNote": string;
9
+ "infection": null;
10
+ "infectionNote": null;
11
+ "note": null;
12
+ "doctor": string;
13
+ }
@@ -0,0 +1,39 @@
1
+ import { MCHC_TYPE_MAP, MchcTypes } from "@lm_fe/env";
2
+ interface IMchc_Doctor_VteAssessForm_广三<T extends MchcTypes> {
3
+ id: number;
4
+ vteId: number;
5
+ preNote1: number;
6
+ preNote2: number;
7
+ preNote3: number;
8
+ preNote4: number;
9
+ preNote5: number;
10
+ preNote6: number;
11
+ preNote7: number;
12
+ preNote8: number;
13
+ preNote9: number;
14
+ preNote10: number;
15
+ preNote11: number;
16
+ preNote12: number;
17
+ preNote13: number;
18
+ obsNote1: number;
19
+ obsNote2: number;
20
+ obsNote3: number;
21
+ obsNote4: number;
22
+ obsNote5: number;
23
+ obsNote6: number;
24
+ obsNote7: number;
25
+ obsNote8: number;
26
+ obsNote9: number;
27
+ obsNote10: number;
28
+ obsNote11: number;
29
+ obsNote12: number;
30
+ onceNote1: number;
31
+ onceNote2: number;
32
+ onceNote3: number;
33
+ onceNote4: number;
34
+ onceNote5: number;
35
+ note1: number;
36
+ note2: number;
37
+ }
38
+ export type IMchc_Doctor_VteAssessForm<T extends MchcTypes> = T extends MCHC_TYPE_MAP['广三'] ? IMchc_Doctor_VteAssessForm_广三<T> : IMchc_Doctor_VteAssessForm_广三<T>;
39
+ export {};
@@ -0,0 +1,57 @@
1
+ import { MCHC_TYPE_MAP, MchcTypes } from "@lm_fe/env";
2
+ export interface IMchc_Doctor_OutpatientHeaderInfo<T extends MchcTypes = MCHC_TYPE_MAP['mchc']> {
3
+ age: number;
4
+ birthInsurance: false;
5
+ checkupNO: string;
6
+ cicatrixLable: string;
7
+ curgesweek: string;
8
+ daysAfterDelivery: null;
9
+ eclampsiaLable: null;
10
+ edd: string;
11
+ g: number;
12
+ gesweek: string;
13
+ hbvReportCardRemind: T extends MCHC_TYPE_MAP['越秀妇幼'] ? boolean : never;
14
+ highRiskDiagnosis: string;
15
+ highriskLable: string;
16
+ highriskNote?: string;
17
+ id: string;
18
+ infectionLable: string;
19
+ infectionNote?: string;
20
+ labourDate: null;
21
+ labourState: false;
22
+ labourWeek: null;
23
+ name: string;
24
+ outpatientNO: string;
25
+ p: number;
26
+ pregnancyCaseLable: string;
27
+ printLetterOfConsent: null;
28
+ recordstate: "1" | "0" | "6";
29
+ tabPage: 'Initial';
30
+ thrombusLable: string;
31
+ highriskGrade?: string;
32
+ alertAssessment?: {
33
+ "pregnancyId": 3;
34
+ "type": 31;
35
+ "templateId": null;
36
+ value?: {
37
+ "id": 47;
38
+ "type": 31;
39
+ "systemType": null;
40
+ "pid": 31;
41
+ "val": "IVF/ART";
42
+ "code": null;
43
+ "mnemonic": null;
44
+ "wb": null;
45
+ "sort": null;
46
+ "depid": null;
47
+ "userid": null;
48
+ "diagnosisCode": null;
49
+ "categoryCode": null;
50
+ "categoryName": null;
51
+ "icdCode": null;
52
+ "active": null;
53
+ "personal": false;
54
+ }[];
55
+ "first": false;
56
+ };
57
+ }
@@ -0,0 +1,77 @@
1
+ import { MCHC_TYPE_MAP, MchcTypes } from "@lm_fe/env";
2
+ import { IMchc_Doctor_Diagnoses } from "./common";
3
+ import { IMchc_Nurse_OutpatientDocument_physicalExam } from "../../Nurse";
4
+ export interface IMchc_Doctor_RvisitInfoOfOutpatient<T extends MchcTypes = MCHC_TYPE_MAP['mchc']> {
5
+ diagnoses: IMchc_Doctor_Diagnoses<T>[];
6
+ lackReports: string[];
7
+ rvisits: IMchc_Doctor_RvisitInfoOfOutpatient_Rvisit[];
8
+ visitPlans: [];
9
+ id: number;
10
+ isOpenVTETable: number;
11
+ isOpenSCTable: number;
12
+ isOpenEclampsiaTable: number;
13
+ serialNo: string;
14
+ }
15
+ export interface IMchc_Doctor_RvisitInfoOfOutpatient_Rvisit {
16
+ today?: boolean;
17
+ appointmentCycle: null;
18
+ appointmentDate: string;
19
+ appointmentPeriod: string;
20
+ appointmentType: null;
21
+ chiefComplaint: null;
22
+ childUltrasounds: [];
23
+ doctorName: string;
24
+ edema: null;
25
+ exam: null;
26
+ fetusExam: {
27
+ fetalHeartRate?: string;
28
+ fetalMovement?: string;
29
+ fetalPosition?: string;
30
+ position?: string;
31
+ presentation?: string;
32
+ }[];
33
+ gestationalWeek: string;
34
+ id: number;
35
+ inspection: null;
36
+ nucleicAcidTest: number;
37
+ outEmrId: number;
38
+ outpatientNo: string;
39
+ phi: null;
40
+ prescription: null;
41
+ serialNo: string;
42
+ visitDate: string;
43
+ cardiacDisease: {
44
+ heartrate: null;
45
+ medication: null;
46
+ otherNote: null;
47
+ };
48
+ gdm: {
49
+ fbg: null;
50
+ hbalc: null;
51
+ inslname: null;
52
+ pbg2: null;
53
+ };
54
+ gynExam: {
55
+ engagement: null;
56
+ fundalHeight: null;
57
+ waistHip: null;
58
+ };
59
+ hypothyroidism: {
60
+ t4: null;
61
+ tsh: null;
62
+ };
63
+ icp: {
64
+ alt: null;
65
+ ast: null;
66
+ tba: null;
67
+ };
68
+ physicalExam: IMchc_Nurse_OutpatientDocument_physicalExam;
69
+ pih: {
70
+ medication: null;
71
+ quality: null;
72
+ quantity: null;
73
+ };
74
+ isOpenVTETable: number;
75
+ isOpenSCTable: number;
76
+ isOpenEclampsiaTable: number;
77
+ }
@@ -0,0 +1,33 @@
1
+ import { MCHC_TYPE_MAP, MchcTypes } from "@lm_fe/env";
2
+ import { IMchc_Pregnancy } from "../../Pregnancy";
3
+ export interface IMchc_Doctor_Diagnoses<T extends MchcTypes = 'mchc'> {
4
+ categoryCode: null;
5
+ categoryName: null;
6
+ createDate: string;
7
+ createdBy: string;
8
+ deleteDate: null;
9
+ deleted: null;
10
+ deletedoctor: null;
11
+ createdDate: string;
12
+ diagnosis: string;
13
+ diagnosisCode: string;
14
+ doctor: null;
15
+ gestationalWeek: string;
16
+ highrisk: false;
17
+ icdCode: null;
18
+ id: number;
19
+ lastModifiedBy: string;
20
+ lastModifiedDate: string;
21
+ note: string;
22
+ preNote: string;
23
+ pregnancy: IMchc_Pregnancy;
24
+ remark: null;
25
+ serialNo: T extends MCHC_TYPE_MAP['越秀妇幼'] ? string : never;
26
+ sort: number;
27
+ visible: boolean;
28
+ outEmrId: number;
29
+ clear: boolean;
30
+ ignoreState: null;
31
+ visitNo: null;
32
+ depCode: null;
33
+ }
@@ -0,0 +1,11 @@
1
+ export * from './IRvisitInfoOfOutpatient';
2
+ export * from './common';
3
+ export * from './IFirstVisitDiagnosisOutpatient';
4
+ export * from './IOutpatientHeaderInfo';
5
+ export * from './IMchc_Doctor_PreRiskAssessmentInfo';
6
+ export * from './IMchc_Doctor_FirstVisitInfoOfOutpatient';
7
+ export * from './IMchc_Doctor_BuildExamTimeAxis';
8
+ export * from './IMchc_Doctor_VteAssessForm';
9
+ export * from './IMchc_Doctor_RiskRecordsOfOutpatient';
10
+ export * from './IMchc_Doctor_Pregnancymh';
11
+ export * from './IMchc_Doctor_FirstVisitPastmhOutpatient';
@@ -0,0 +1,183 @@
1
+ import { IMchc_Doctor_FirstVisitInfoOfOutpatient, IMchc_Doctor_FirstVisitPastmhOutpatient, IMchc_Doctor_RvisitInfoOfOutpatient } from "./types";
2
+ export declare function processFirstInfoOfOutpatient(data: IMchc_Doctor_FirstVisitInfoOfOutpatient): IMchc_Doctor_FirstVisitInfoOfOutpatient;
3
+ export declare function processRvisitInfoOfOutpatient(data: IMchc_Doctor_RvisitInfoOfOutpatient): IMchc_Doctor_RvisitInfoOfOutpatient<"mchc">;
4
+ export declare function processPastmh_remote(_data: IMchc_Doctor_FirstVisitPastmhOutpatient): IMchc_Doctor_FirstVisitPastmhOutpatient;
5
+ export declare function processPastmh_local(_data: IMchc_Doctor_FirstVisitPastmhOutpatient): IMchc_Doctor_FirstVisitPastmhOutpatient;
6
+ export declare function processOther_remote(_data: IMchc_Doctor_FirstVisitInfoOfOutpatient['othermh']): {
7
+ id: 1373;
8
+ menarche: "2";
9
+ menstrualCycle: "2";
10
+ menstrualPeriod: "2";
11
+ menstrualVolume: "\u5C11";
12
+ dysmenorrhea: false;
13
+ dysmenorrheaNote: null;
14
+ maritalStatus: 1;
15
+ maritalYears: 22;
16
+ nearRelation: false;
17
+ pmh: {
18
+ "smoke": false;
19
+ "smokeNote": null;
20
+ "alcohol": false;
21
+ "alcoholNote": null;
22
+ "hazardoussubstances": false;
23
+ "hazardoussubstancesNote": null;
24
+ "radioactivity": false;
25
+ "radioactivityNote": null;
26
+ "medicine": false;
27
+ "medicineNote": null;
28
+ "other": null;
29
+ "otherNote": null;
30
+ };
31
+ fmh: {
32
+ "diabetes": true;
33
+ "diabetesNote": null;
34
+ "hypertension": false;
35
+ "hypertensionNote": " ";
36
+ "birthdefects": true;
37
+ "birthdefectsNote": null;
38
+ "heritableDisease": false;
39
+ "heritableDiseaseNote": " ";
40
+ "other": true;
41
+ "otherNote": "\u5BB6\u65CF\u53F2";
42
+ };
43
+ };
44
+ export declare function processOther_local(_data: IMchc_Doctor_FirstVisitInfoOfOutpatient['othermh']): {
45
+ id: 1373;
46
+ menarche: "2";
47
+ menstrualCycle: "2";
48
+ menstrualPeriod: "2";
49
+ menstrualVolume: "\u5C11";
50
+ dysmenorrhea: false;
51
+ dysmenorrheaNote: null;
52
+ maritalStatus: 1;
53
+ maritalYears: 22;
54
+ nearRelation: false;
55
+ pmh: {
56
+ "smoke": false;
57
+ "smokeNote": null;
58
+ "alcohol": false;
59
+ "alcoholNote": null;
60
+ "hazardoussubstances": false;
61
+ "hazardoussubstancesNote": null;
62
+ "radioactivity": false;
63
+ "radioactivityNote": null;
64
+ "medicine": false;
65
+ "medicineNote": null;
66
+ "other": null;
67
+ "otherNote": null;
68
+ };
69
+ fmh: {
70
+ "diabetes": true;
71
+ "diabetesNote": null;
72
+ "hypertension": false;
73
+ "hypertensionNote": " ";
74
+ "birthdefects": true;
75
+ "birthdefectsNote": null;
76
+ "heritableDisease": false;
77
+ "heritableDiseaseNote": " ";
78
+ "other": true;
79
+ "otherNote": "\u5BB6\u65CF\u53F2";
80
+ };
81
+ };
82
+ export declare function processLabExamOfOutpatient_local(_data: any): any;
83
+ export declare function processLabExamOfOutpatient_remote(_data: any): any;
84
+ export declare function processPhysicalExamOfOutpatient_local(_data: IMchc_Doctor_FirstVisitInfoOfOutpatient['physicalExam']): {
85
+ id: null;
86
+ physicalBaseExam: {
87
+ MyPressure1__: number[];
88
+ MyPressure2__: number[];
89
+ MyPressure3__: number[];
90
+ "systolic": number;
91
+ "diastolic": number;
92
+ "systolic2": number;
93
+ "diastolic2": number;
94
+ "systolic3": number;
95
+ "diastolic3": number;
96
+ "pulse": 45;
97
+ "weight": number;
98
+ "preheight": number;
99
+ "preweight": number;
100
+ "bmi": number;
101
+ preBmi: number;
102
+ };
103
+ physicalgeneralExam: {
104
+ "skin": null;
105
+ "skinNote": null;
106
+ "thyroid": null;
107
+ "thyroidNote": null;
108
+ "breast": null;
109
+ "breastNote": null;
110
+ "respiratory": null;
111
+ "respiratoryNote": null;
112
+ "rales": null;
113
+ "ralesNote": null;
114
+ "heartrate": null;
115
+ "heartrhythm": null;
116
+ "heartrhythmNote": null;
117
+ "murmurs": null;
118
+ "murmursNote": null;
119
+ "liver": null;
120
+ "liverNote": null;
121
+ "spleen": null;
122
+ "spleenNote": null;
123
+ "spine": null;
124
+ "spineNote": null;
125
+ "physiologicalreflection": null;
126
+ "physiologicalreflectionNote": null;
127
+ "pathologicalreflection": null;
128
+ "pathologicalreflectionNote": null;
129
+ "edema": null;
130
+ "edemaNote": null;
131
+ "otherNote": null;
132
+ };
133
+ };
134
+ export declare function processPhysicalExamOfOutpatient_remote(_data: IMchc_Doctor_FirstVisitInfoOfOutpatient['physicalExam']): {
135
+ id: null;
136
+ physicalBaseExam: {
137
+ MyPressure1__: number[];
138
+ MyPressure2__: number[];
139
+ MyPressure3__: number[];
140
+ "systolic": number;
141
+ "diastolic": number;
142
+ "systolic2": number;
143
+ "diastolic2": number;
144
+ "systolic3": number;
145
+ "diastolic3": number;
146
+ "pulse": 45;
147
+ "weight": number;
148
+ "preheight": number;
149
+ "preweight": number;
150
+ "bmi": number;
151
+ preBmi: number;
152
+ };
153
+ physicalgeneralExam: {
154
+ "skin": null;
155
+ "skinNote": null;
156
+ "thyroid": null;
157
+ "thyroidNote": null;
158
+ "breast": null;
159
+ "breastNote": null;
160
+ "respiratory": null;
161
+ "respiratoryNote": null;
162
+ "rales": null;
163
+ "ralesNote": null;
164
+ "heartrate": null;
165
+ "heartrhythm": null;
166
+ "heartrhythmNote": null;
167
+ "murmurs": null;
168
+ "murmursNote": null;
169
+ "liver": null;
170
+ "liverNote": null;
171
+ "spleen": null;
172
+ "spleenNote": null;
173
+ "spine": null;
174
+ "spineNote": null;
175
+ "physiologicalreflection": null;
176
+ "physiologicalreflectionNote": null;
177
+ "pathologicalreflection": null;
178
+ "pathologicalreflectionNote": null;
179
+ "edema": null;
180
+ "edemaNote": null;
181
+ "otherNote": null;
182
+ };
183
+ };