@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,197 @@
1
+ export interface IMchc_Admission_NeonateDocument {
2
+ "id": 3387;
3
+ "gravidity": null;
4
+ "parity": null;
5
+ "deliverytime": null;
6
+ "gender": null;
7
+ "breath": null;
8
+ "asphyxia": null;
9
+ "gestationWeek": null;
10
+ "liveFetusSize": null;
11
+ "deliverytype": null;
12
+ "fetalposition": null;
13
+ "placentadeliveredtime": null;
14
+ "placentadeliveredtype": null;
15
+ "deliveryOpportunity": null;
16
+ "placentaseperatedtype": null;
17
+ "weight": null;
18
+ "height": null;
19
+ "hc": null;
20
+ hbsAgUnit: string;
21
+ hbeAGUnit: string;
22
+ "cc": null;
23
+ "waistHip": null;
24
+ "deformity": null;
25
+ "deformityNote": null;
26
+ "apgar1": 111;
27
+ "apgar1Heartrate": null;
28
+ "apgar1Breath": null;
29
+ "apgar1Reflex": null;
30
+ "apgar1Muscletension": null;
31
+ "apgar1Skincolor": null;
32
+ "apgar1HeartrateScore": 111;
33
+ "apgar1BreathScore": null;
34
+ "apgar1ReflexScore": null;
35
+ "apgar1MuscletensionScore": null;
36
+ "apgar1SkincolorScore": null;
37
+ "apgar5": 222;
38
+ "apgar5Heartrate": null;
39
+ "apgar5Breath": null;
40
+ "apgar5Reflex": null;
41
+ "apgar5Muscletension": null;
42
+ "apgar5Skincolor": null;
43
+ "apgar5HeartrateScore": 222;
44
+ "apgar5BreathScore": null;
45
+ "apgar5ReflexScore": null;
46
+ "apgar5MuscletensionScore": null;
47
+ "apgar5SkincolorScore": null;
48
+ "apgar10": 333;
49
+ "apgar10Heartrate": null;
50
+ "apgar10Breath": null;
51
+ "apgar10Reflex": null;
52
+ "apgar10Muscletension": null;
53
+ "apgar10Skincolor": null;
54
+ "apgar10HeartrateScore": 333;
55
+ "apgar10BreathScore": null;
56
+ "apgar10ReflexScore": null;
57
+ "apgar10MuscletensionScore": null;
58
+ "apgar10SkincolorScore": null;
59
+ "haematomas": null;
60
+ "haematomassize": null;
61
+ "haematomaslocation": null;
62
+ "complication": null;
63
+ "complicationNote": null;
64
+ "otherNote": null;
65
+ "outcome": null;
66
+ "midwife": null;
67
+ "birthInjury": null;
68
+ "recorder": null;
69
+ "contact": null;
70
+ "suck": null;
71
+ "feedtype": null;
72
+ "sameRoom": null;
73
+ "specialCare": null;
74
+ "fetusdeath": null;
75
+ "stillbirth": null;
76
+ "daysdeath": null;
77
+ "abnormalPregnancy": null;
78
+ "fetusStatus": null;
79
+ "motherAbo": null;
80
+ "fatherAbo": null;
81
+ "motherLgga": null;
82
+ "motherLggb": null;
83
+ "labourNote": null;
84
+ "tongue": null;
85
+ "eye": null;
86
+ "ear": null;
87
+ "snout": null;
88
+ "labrum": null;
89
+ "nece": null;
90
+ "pectus": null;
91
+ "ventral": null;
92
+ "umbilicalcord": null;
93
+ "dorsalspine": null;
94
+ "extremities": null;
95
+ "fingers": null;
96
+ "toe": null;
97
+ "anus": null;
98
+ "anoperineogenital": null;
99
+ "eyeNote": null;
100
+ "earNote": null;
101
+ "snoutNote": null;
102
+ "labrumNote": null;
103
+ "neceNote": null;
104
+ "pectusNote": null;
105
+ "ventralNote": null;
106
+ "umbilicalcordNote": null;
107
+ "dorsalspineNote": null;
108
+ "extremitiesNote": null;
109
+ "fingersNote": null;
110
+ "toeNote": null;
111
+ "anusNote": null;
112
+ "anoperineogenitalNote": null;
113
+ "prematureContact": null;
114
+ "prematureContactEnabled": null;
115
+ "prematureContactTime": null;
116
+ "fressreContact": null;
117
+ "fressreContactEnabled": null;
118
+ "fressreContactTime": null;
119
+ "clavicleFracture": null;
120
+ "headDeform": null;
121
+ "caputSuccedaneum": null;
122
+ "caputSuccedaneumNote1": null;
123
+ "caputSuccedaneumNote2": null;
124
+ "caputSuccedaneumNote3": null;
125
+ "hematoma": null;
126
+ "hematomasize": null;
127
+ "hematomalocation": null;
128
+ "hematomaNote1": null;
129
+ "hematomaNote2": null;
130
+ "hematomaNote3": null;
131
+ "craniomalacia": null;
132
+ "craniomalaciaNote1": null;
133
+ "craniomalaciaNote2": null;
134
+ "craniomalaciaNote3": null;
135
+ "skin": null;
136
+ "skinNote": null;
137
+ "roomTemperature": null;
138
+ "rectalTemperature": null;
139
+ "heartrate": null;
140
+ "microamountBloodGlucose": null;
141
+ "ph": null;
142
+ "phNote": null;
143
+ "feces": null;
144
+ "fecesNote": null;
145
+ "urination": null;
146
+ "urinationNote": null;
147
+ "note": null;
148
+ "asphyxiated": null;
149
+ "asphyxiatedNote": null;
150
+ "hbig": null;
151
+ "hbigTime": null;
152
+ "hepatitisBvaccin": null;
153
+ "hepatitisBvaccinTime": null;
154
+ "referPaediatrics": null;
155
+ "remark": null;
156
+ "director": null;
157
+ "carer": null;
158
+ "paediatricsDoctor": null;
159
+ "operator": null;
160
+ "amnioticFluid": null;
161
+ "amnioticFluidNote": null;
162
+ "mouth": null;
163
+ "mouthNote": null;
164
+ "raniumOverlay": null;
165
+ "operationReason": null;
166
+ "babyDiet": null;
167
+ "specialSituation": null;
168
+ "os": null;
169
+ "umbilicalCordWine": null;
170
+ "umbilicalCordKnot": null;
171
+ "umbilicalCordtorsion": null;
172
+ "umbilicalCordtorsionNote": null;
173
+ "referPaediatricsNote": null;
174
+ "membraneRuptureType": null;
175
+ "membraneRuptureTime": null;
176
+ "preamnioticfluidcharacter": null;
177
+ "preamnioticfluidvolume": null;
178
+ "preamnioticfluidcharacterNote": null;
179
+ "delivery": null;
180
+ "placentadelivered": null;
181
+ "placentadeliveredNote": null;
182
+ "placentadeliveredPosition": null;
183
+ "placenta": null;
184
+ "placentaSize": null;
185
+ "placentaSizeNode": null;
186
+ "embryolemma": null;
187
+ "embryolemmaNote": null;
188
+ "umbilicalCordLength": null;
189
+ "umbilicalCordWineNote": null;
190
+ "umbilicalCordAdherence": null;
191
+ "amnioticfluidcharacter": null;
192
+ "amnioticfluidcharacterNote": null;
193
+ "amnioticfluidvolume": null;
194
+ "amnioticfluidtotalvolume": null;
195
+ "fetalAppendageNote": null;
196
+ "neonataldefect": null;
197
+ }
@@ -0,0 +1,37 @@
1
+ export interface IMchc_Admission_bloodTransfusionDocumentDocument {
2
+ "id": 31;
3
+ "recordDate": "2022-12-02";
4
+ "recordTime": "2022-12-02";
5
+ "beginTemperature": null;
6
+ "mlData": null;
7
+ "bloodType": null;
8
+ "bloodNumber": null;
9
+ "bloodValiddate": null;
10
+ "bloodBagAppearance": null;
11
+ "bloodBagBarCode": null;
12
+ "firstReviewedByA": null;
13
+ "reviewReviewedByA": null;
14
+ "firstReviewedByB": null;
15
+ "reviewReviewedByB": null;
16
+ "firststagem": null;
17
+ "adverseReactions": null;
18
+ "skinSensibility": null;
19
+ "backacheHematuria": null;
20
+ "coldHeat": null;
21
+ "limbTwitch": null;
22
+ "otherA": null;
23
+ "stopAndWaterFlushing": null;
24
+ "reportingDoctor": null;
25
+ "jzflg": null;
26
+ "jmzszdsms": null;
27
+ "jmzspttg": null;
28
+ "warmIce": null;
29
+ "otherB": null;
30
+ "beginTime": null;
31
+ "endTime": null;
32
+ "backBloodBank": null;
33
+ "responsibleNurseSign": "士大夫";
34
+ "auditorNurseSign": "士大夫";
35
+ "qualityControlNurseSign": null;
36
+ "deleteFlag": null;
37
+ }
@@ -0,0 +1,42 @@
1
+ export interface IMchc_Admission_breastMilkDocument {
2
+ "id": 96;
3
+ "cesareanSection": null;
4
+ "cesareanSectionSign": null;
5
+ "cesareanSectionNote": null;
6
+ "lowWeight": null;
7
+ "lowWeightSign": null;
8
+ "lowWeightNote": null;
9
+ "earlySucking": null;
10
+ "earlySuckingStart": null;
11
+ "earlySuckingEnd": null;
12
+ "earlySuckingSign": null;
13
+ "earlySuckingNote": null;
14
+ "skinContact": null;
15
+ "skinContactSign": null;
16
+ "skinContactNote": null;
17
+ "feed": null;
18
+ "feedSign": null;
19
+ "feedNote": null;
20
+ "rooming": null;
21
+ "roomingSign": null;
22
+ "roomingNote": null;
23
+ "milkFeedOb": null;
24
+ "milkFeedObSign": null;
25
+ "milkFeedObNote": null;
26
+ "mileFeedPa": null;
27
+ "mileFeedPaSign": null;
28
+ "mileFeedPaNote": null;
29
+ "bottle": null;
30
+ "bottleSign": null;
31
+ "bottleNote": null;
32
+ "special": null;
33
+ "specialSign": null;
34
+ "specialNote": null;
35
+ "milkFeedLeave": null;
36
+ "milkFeedLeaveSign": null;
37
+ "milkFeedLeaveNote": null;
38
+ "obDoctor": null;
39
+ "paDoctor": null;
40
+ "obNurse": null;
41
+ "paNurse": null;
42
+ }
@@ -0,0 +1,18 @@
1
+ export interface IMchc_Admission_firstCareDocument {
2
+ "nurseLevel": null;
3
+ "diagnosis": "";
4
+ "allergyHistory": null;
5
+ "allergyHistoryNote": null;
6
+ "inform": null;
7
+ "breastFeeding": null;
8
+ "preOperationKnowledge": null;
9
+ "basisNurse": null;
10
+ "gynecologicalNurse": null;
11
+ "patientSafety": null;
12
+ "nursePointOther": null;
13
+ "handOver": null;
14
+ "doctorCare": null;
15
+ "familyCare": null;
16
+ "dockerName": string;
17
+ "recordDate": string;
18
+ }
@@ -0,0 +1,35 @@
1
+ export interface IMchc_Admission_firstCareSpecialAssessDocument {
2
+ "gravidity": null;
3
+ "parity": null;
4
+ "pastDeliveryMode": null;
5
+ "pastDeliveryModeNote": null;
6
+ "pastDeliveryModeNormalDelivery": null;
7
+ "pastDeliveryModeCesareanSection": null;
8
+ "pastDeliveryModeVaginalDelivery": null;
9
+ "pastDeliveryModeOther": null;
10
+ "pastDeliveryModeExist": null;
11
+ "lmp": "2021-12-28";
12
+ "edd": "2022-10-05";
13
+ "puerperium": null;
14
+ "puerperiumDay": null;
15
+ "uterusSpread": null;
16
+ "uterusSpreadNote": null;
17
+ "uterusContraction": null;
18
+ "uterusContractionRegulation": null;
19
+ "bellyache": null;
20
+ "bellyacheNote": null;
21
+ "embryolemma": null;
22
+ "embryolemmaNote": null;
23
+ "embryolemmaRuptureTime": null;
24
+ "amnioticFluid": null;
25
+ "vaginalBleeding": null;
26
+ "vaginalBleedingVolume": null;
27
+ "vaginaUnusualSecretion": null;
28
+ "vaginaUnusualSecretionVolume": null;
29
+ "vaginaUnusualSecretionNote": null;
30
+ "thelarche": null;
31
+ "thelarcheNote": null;
32
+ "feedingKnowledge": null;
33
+ "feedingKnowledgeNote": null;
34
+ "other": null;
35
+ }
@@ -0,0 +1,33 @@
1
+ export interface IMchc_Admission_labourStageRecordDocument {
2
+ "id": 105;
3
+ "checktime": "2022-12-02 16:01:20";
4
+ "recordTime": "2022-12-02 16:01:20";
5
+ "temperature": 1.0;
6
+ "pulse": null;
7
+ "respiratory": null;
8
+ "diastolic": 56;
9
+ "systolic": 120;
10
+ "bloodOxygen": null;
11
+ "fetal1heartrate": null;
12
+ "fetal2heartrate": null;
13
+ "fetal3heartrate": null;
14
+ "fetal4heartrate": null;
15
+ "fetal5heartrate": null;
16
+ "fetal6heartrate": null;
17
+ "ucPeriod": null;
18
+ "ucGap": null;
19
+ "uc": null;
20
+ "ucIntensity": null;
21
+ "ucDilatation": null;
22
+ "presentation": null;
23
+ "fetalPosition": null;
24
+ "membraneRuptureType": null;
25
+ "amnioticfluidcharacter": null;
26
+ "hemorrhage": null;
27
+ "urinevolume": null;
28
+ "dosage": null;
29
+ "diet": null;
30
+ "oxytocin": null;
31
+ "specialNote": null;
32
+ "recorder": "士大夫5";
33
+ }
@@ -0,0 +1,10 @@
1
+ export interface IMchc_Admission_magnesiumDocument {
2
+ "id": 51;
3
+ "recordDateTime": "2022-12-02 15:59:00";
4
+ "recordTime": "2022-12-02 15:59:00";
5
+ "breath": null;
6
+ "kneeJerk": null;
7
+ "urineVolume": null;
8
+ "speed": null;
9
+ "sign": "士大夫";
10
+ }
@@ -0,0 +1,27 @@
1
+ export interface IMchc_Admission_neonateCareDocument {
2
+ "id": 40;
3
+ "recordDate": string;
4
+ "recordTime": "2022-12-17 11:28:47";
5
+ "temperature": 22.0;
6
+ "heartRate": null;
7
+ "pluse": null;
8
+ "face": null;
9
+ "weep": null;
10
+ "suck": null;
11
+ "haematomas": "[\"2\",\"2\",\"2\"]";
12
+ "complexion": null;
13
+ "breathing": null;
14
+ "response": null;
15
+ "emesis": null;
16
+ "umbilicalcord": null;
17
+ "umbilicus": null;
18
+ "hips": null;
19
+ "feces": null;
20
+ "pee": null;
21
+ "bloodGlucose": null;
22
+ "skinBilirubin": null;
23
+ "feed": null;
24
+ "idBand": null;
25
+ "other": null;
26
+ "recorder": null;
27
+ }
@@ -0,0 +1,31 @@
1
+ export interface IMchc_Admission_oxytocinRecordDocument {
2
+ "id": 4;
3
+ "recordDate": string;
4
+ "recordTime": "2022-12-02 16:00";
5
+ "concentration": null;
6
+ "cerShrinkConcentration": null;
7
+ "cerShrinkConcentration1": null;
8
+ "dosage": null;
9
+ "pluse": null;
10
+ "speed": null;
11
+ "speedH": null;
12
+ "intensity": null;
13
+ "cerShrinkIntensity": null;
14
+ "cerShrinkPersist": null;
15
+ "cerShrinkCycle": null;
16
+ "fetalHeart": null;
17
+ "fetalHeart2": null;
18
+ "fetalHeart3": null;
19
+ "cervixDilatation": null;
20
+ "fetalPresentationPosition": null;
21
+ "systolicPressure": null;
22
+ "diastolicPressure": null;
23
+ "specialNote": "2234";
24
+ "recorder": "kevinxx";
25
+ "bp": "[120,66]";
26
+ "concentration1": null;
27
+ "concentration2": null;
28
+ "speed1": null;
29
+ "speed2": null;
30
+ "uc": null;
31
+ }
@@ -0,0 +1,24 @@
1
+ export interface IMchc_Admission_postnatalCareRecord {
2
+ "id": 122;
3
+ "date": "2022-12-02 15:59:00";
4
+ "recordTime": "2022-12-02 15:59:00";
5
+ "temperature": null;
6
+ "heartrate": null;
7
+ "respiratory": null;
8
+ "bp": "[122,23]";
9
+ "os": null;
10
+ "awareness": null;
11
+ "incomingContent": null;
12
+ "incomingML": null;
13
+ "outcomingContent": null;
14
+ "outcomingML": null;
15
+ "outcomingColor": null;
16
+ "breastCondition": null;
17
+ "lactation": null;
18
+ "woundAbdomen": null;
19
+ "woundPerineum": null;
20
+ "uterineContractions": null;
21
+ "fundalHeight": null;
22
+ "specialSituationRecord": null;
23
+ "nurseSignature": "士大夫";
24
+ }
@@ -0,0 +1,37 @@
1
+ export interface IMchc_Admission_predeliveryDocument {
2
+ "id": 92;
3
+ "recordDate": string;
4
+ "recordTime": "2022-12-02 15:58";
5
+ "temperature": null;
6
+ "heartrate": null;
7
+ "pulse": null;
8
+ "breath": null;
9
+ "systolic": null;
10
+ "diastolic": null;
11
+ "bp": "[122,22]";
12
+ "os": null;
13
+ "consciousness": null;
14
+ "fetalhart": null;
15
+ "fetalhart2": null;
16
+ "fetalhart3": null;
17
+ "amnioticfluidcharacter": null;
18
+ "fetalPostion": null;
19
+ "fetalmovement": null;
20
+ "ucPeriod": null;
21
+ "ucGap": null;
22
+ "uc": null;
23
+ "dilatation": null;
24
+ "presentation": -5;
25
+ "takeinType": null;
26
+ "takeinVolume": null;
27
+ "outputType": null;
28
+ "outputVolume": null;
29
+ "specialNote": null;
30
+ "recorder": "士大夫";
31
+ "fetalPosition": null;
32
+ "amnioticFluid": null;
33
+ "fetalhartPostion": null;
34
+ "fetalhartCount": null;
35
+ "outputColor": null;
36
+ "ys": null;
37
+ }
@@ -0,0 +1,28 @@
1
+ export interface IMchc_Admission_productionTimeDocument {
2
+ "id": 168;
3
+ "examTimes": null;
4
+ "familyPlanningCert": null;
5
+ "familyPlanningCertNote": null;
6
+ "deliveryNurse": null;
7
+ "recordDate": "2023-02-13";
8
+ "hbsag": null;
9
+ "hbeag": null;
10
+ "hbvDate": null;
11
+ "perineumlaceration": null;
12
+ "familyPlanningCertandNote": null;
13
+ "name": "产时管理卡";
14
+ "inpatientNO": "00000283";
15
+ "bedNO": null;
16
+ "lmp": null;
17
+ "edd": null;
18
+ "prenatalDiagnosis": "33";
19
+ "gestationalWeek": "--";
20
+ "gravidity": null;
21
+ "parity": null;
22
+ "assistedReproduction": null;
23
+ "perineumNote": null;
24
+ "otherNote": "111";
25
+ "midwife": null;
26
+ hbsagUnit: string;
27
+ hbeagUnit: string;
28
+ }
@@ -0,0 +1,69 @@
1
+ export interface IMchc_Admission_tireDischargeRecord {
2
+ "id": 65;
3
+ "inducedAbortionCertificate": null;
4
+ "tireExclusionReason": null;
5
+ "tireExclusionReasonNote": null;
6
+ "inductionMethod": null;
7
+ "inductionMethodNote": null;
8
+ "inductionMethodNote1": null;
9
+ "schedulingMethod": null;
10
+ "schedulingMethodNote": null;
11
+ "schedulingTime": "";
12
+ "placentaDeliveryTime": "";
13
+ "placentaDeliveryMethod": null;
14
+ "perinealConditions": null;
15
+ "perinealConditionsNote": null;
16
+ "placentaIntact": null;
17
+ "intactFetalMembranes": null;
18
+ "qingPalace": null;
19
+ "bleeding": null;
20
+ "bleedingTotal": null;
21
+ "gravidity": 2;
22
+ "parity": 1;
23
+ "gestationalWeek": null;
24
+ "diagnoses": {
25
+ "createdBy": "kevin";
26
+ "createdDate": "2022-12-11 13:33:57";
27
+ "lastModifiedBy": "kevin";
28
+ "lastModifiedDate": "2022-12-11 13:33:57";
29
+ "remark": null;
30
+ "id": 4252;
31
+ "sort": 1;
32
+ "highrisk": null;
33
+ "diagnosis": "病人决定不进行免疫";
34
+ "diagnosisCode": "Z28.201";
35
+ "categoryCode": null;
36
+ "categoryName": null;
37
+ "icdCode": null;
38
+ "note": null;
39
+ "preNote": null;
40
+ "createDate": "2022-12-11";
41
+ "gestationalWeek": null;
42
+ "doctor": null;
43
+ "ignoreState": null;
44
+ "deleted": null;
45
+ "deletedoctor": null;
46
+ "deleteDate": null;
47
+ "visitNo": null;
48
+ "depCode": null;
49
+ "visitTimes": null;
50
+ "pregnancy": null;
51
+ }[];
52
+ "diagnosesStr": "";
53
+ "notes": null;
54
+ "palacCleaner": null;
55
+ "observer": null;
56
+ "qualityController": null;
57
+ "uterineRupture": null;
58
+ "infection": null;
59
+ "perineumlaceration": null;
60
+ "perineumNote": null;
61
+ "perineumsutureNote": null;
62
+ "fetusRecords": {
63
+ "id": 48;
64
+ "gender": 3;
65
+ "weight": 22;
66
+ "bodyLength": null;
67
+ "deformity": null;
68
+ }[];
69
+ }
@@ -0,0 +1,17 @@
1
+ export interface IMchc_Admission_tocolysisDocument {
2
+ "id": 89;
3
+ "recordDateTime": "2022-12-02 16:00:00";
4
+ "recordTime": "2022-12-02 16:00:00";
5
+ "medicine": null;
6
+ "pulse": null;
7
+ "breath": null;
8
+ "diastolic": null;
9
+ "systolic": null;
10
+ "contraction": null;
11
+ "uc": null;
12
+ "concentration": null;
13
+ "speed": null;
14
+ "note": null;
15
+ "sign": "士大夫";
16
+ "bp": null;
17
+ }
@@ -0,0 +1,25 @@
1
+ export interface IMchc_Admission_urinaryRetentionDocument {
2
+ "id": 99;
3
+ "recordDateTime": "2022-12-02 16:39:00";
4
+ "recordTime": "2022-12-02 16:39:00";
5
+ "painFeel": null;
6
+ "urineFeel": null;
7
+ "urineTime": null;
8
+ "bladderFill": null;
9
+ "urineResidue": null;
10
+ "opinion": null;
11
+ "measures_ZDYSZPN": null;
12
+ "measures_TGYBDPNHJ": null;
13
+ "measures_JLYDLXL": null;
14
+ "measures_HJJZJLQX": null;
15
+ "measures_TLSSHWSCXHY": null;
16
+ "measures_RFJAMPGQ": null;
17
+ "measures_RQXZHYBHZP": null;
18
+ "measures_PGQLL": null;
19
+ "measures_KSLSGLF": null;
20
+ "measures_XSDM": null;
21
+ "measures_WSSB1": null;
22
+ "measures_DNLZNG": null;
23
+ "responsibleSign": "aa";
24
+ "auditorSign": "士大夫";
25
+ }
@@ -0,0 +1,5 @@
1
+ export * from "./IMchc_Admission_Document";
2
+ export * from "./IMchc_Admission_DeliveryInfo";
3
+ export * from "./IMchc_Admission_InpatientEmrBaseInfo";
4
+ export * from "./IMchc_Admission_LabourDocument";
5
+ export * from "./IMchc_Admission_NeonateDocument";